@import url('css/normalize.css');
@import url('css/vinectia-style.css');
/*
Theme Name: 神戸ファッションマート賃貸オフィス
Theme URI: http://www.kfm.or.jp/office/
Author: 合同会社ビネクティア
Author URI: http://vinectia.jp
Description: 神戸ファッションマート賃貸オフィス用 Wordpressテーマ
Version: 1.0



/* top */
.editor .linkBox {
	display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
	flex-direction: row;	
	-webkit-flex-wrap: wrap;
    flex-wrap: wrap;
	margin-left: -5px;
	margin-right: -5px;
	align-items: stretch;	
}



.linkBox li {
    padding: 0 5px;
    list-style: none;
    width: 33.333%;
		
}

@media screen and (max-width: 990px){
.linkBox  li {
    width: 50%;
}
}

@media screen and (max-width: 545px){
.linkBox  li {
    width: 100%;
}
}

.linkBox a {
	position: relative;
	margin: 0 auto;
	padding: 0.6em 1em 0.6em 2.2em;
    font-size:1.4rem;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
	overflow: hidden;
	border-radius:5px;
    line-height:1.2;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
    z-index:998;
    border: 2px solid #00a892;
    background-color: #fff;
    color: #00a892;
	width:100%;
	text-align: left;
	list-style: none;
	display: table;
	
}
.linkBox a:hover {
	background-color: #00a892;
	color: #fff;
	text-shadow: none;
}


.linkBox a span {
		display: table-cell;
	vertical-align: middle;

}

.linkBox a::before {
    content: "\f13a";
    display: inline-block;
    font-family: "FontAwesome";
    font-weight: 100;
    left: 1em;
    line-height: 1;
    margin-right: 0.1em;
    margin-top: -0.5em;
    position: absolute;
    top: 50%;
}

a.linkBox:after {
    background: #00a892;
}

/* =============================================================================
   table
   ========================================================================== */
table th {
	vertical-align: middle;
}

/* =============================================================================
   各種書類ダウンロード
   ========================================================================== */

.flexLink {
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-align-items: stretch;
    align-items: stretch;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.flexLink li {
    list-style: none;
    width: 50%;
    margin: 0 0 10px ;
    padding: 0 5px;
	display: table;
}


@media screen and (max-width: 990px){
.flexLink li  {
    width: 100%;
}
}

.flexLink a {
    position: relative;
    margin: 0 auto;
    padding: 1em 1em 1em 45px;
    font-size: 1.6rem;
    font-weight: bold;
    text-decoration: none;
    text-transform: uppercase;
    overflow: hidden;
    letter-spacing: 0.1em;
    border-radius: 5px;
    line-height: 1.2;
    -webkit-transition: all 0.4s ease;
    -moz-transition: all 0.4s ease;
    -o-transition: all 0.4s ease;
    transition: all 0.4s ease;
    z-index: 998;
	border: 1px solid #15618d;
	display: table-cell;
	vertical-align: middle;
}

.flexLink a:hover {
	color: #FFF;
	text-shadow: none;
	background-color: #15618d;
}

a.docBox-pdf, a.docBox-doc, a.docBox-xls {
    width: 100%;
    min-width: 8em;
	color: #15618d;
}

a.docBox-pdf::before, a.docBox-doc::before, a.docBox-xls::before {
    content: "";
    display: inline-block;
    height: 40px;
    line-height: 1;
    margin-right: 0;
    margin-top: -20px;
    vertical-align: middle;
    width: 40px;
	position: absolute;
	left: 5px;
	top: 50%;
}

/*　エクセル */
a.docBox-xls {
    background-color: #fff;
}
a.docBox-xls::before {
    background: rgba(0, 0, 0, 0) url(../images/xls-img.png) repeat scroll 0 0 / cover;
}


/*　ワード*/
a.docBox-doc {
    background-color: #fff;

}
a.docBox-doc::before {
    background: rgba(0, 0, 0, 0) url("../images/doc-img.png") repeat scroll 0 0 / cover;
}


/*　PDF*/
a.docBox-pdf {
    background-color: #fff;
}
a.docBox-pdf::before {
    background: rgba(0, 0, 0, 0) url(../images/pdf-img.png) repeat scroll 0 0 / cover;
}
