@import url(https://fonts.googleapis.com/css?family=Cutive+Mono);
@charset "utf-8";

/* ===================================================================
CSS information

 File Name  : commontabs.css
 Author     : COMPLEX UNIVERSAL FURNITURE SUPPLY
 Style Info : タブ使用共通ページ
=================================================================== */

/* 共通指定
----------------------------------------------- */
div#wrap_tab {
	width:100%;
	max-width:960px;
	margin:0 auto;
	padding-bottom: 30px; padding-right: 15px; padding-left: 15px;
}


div#wrap_tab h1 {
	font-family: TimesNewRoman, "Times New Roman", Times, Baskerville, Georgia, serif,"ヒラギノ明朝 ProN W3","Hiragino Mincho ProN","ＭＳ Ｐ明朝","ＭＳ 明朝";
    font-size: 130%;
    font-weight: 400;
    color: #567988;
    padding-top: 20px;
}

div#wrap_tab h3 {
    font-size: 120%;
    font-weight: 400;
    color: #567988;
}


div#wrap_tab h4 {
    font-size: 100%;
    font-weight: 400;
    color: #000000;
}

.tab_en{
    font-family: 'Alegreya Sans SC', sans-serif;
    color: #1c1c1c;
}

.tab_jp{
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic";
    font-size: 12px;
}





/* COMPANY PROFILE
----------------------------------------------- */
div#company table {
	width: 100%;
	border-collapse: collapse;
}

div#company table th {
	text-align: left;
	padding: 10px;
	font-weight: normal;
}

div#company table td {
	text-align: left;
	padding: 10px;
}

.imagePh {
	
	padding-top: 50px;
	text-align: center;
}
.imagePh img {
max-width:650px;
width: 100%;
}


