@charset "Shift_JIS";

/*--------------------------------------------------------------------
共通で使用するcssを格納
--------------------------------------------------------------------*/

/* マージン*/
.mar-t20 { margin-top:20px;}

/* コンテンツ中央設定*/
.centerPos { width:770px; margin:0 auto !important;}

/* ハンバーガーメニュー内見出し*/
.mod_headerbar_in_nav_category .category-head { color:#ffffff; font-weight:bold; padding-top:6px; }
.mod_headerbar_in_nav_category .category-head:first-child { padding-top:0;}
.mod_headerbar_in_nav_category a:link:hover { color:#ffffff;}

/*2017年9月1日 更新*/

/*--------------------------------------------------------------------
ページ下部共通部 ショールーム
--------------------------------------------------------------------*/
/* showroom ----------------------- */
.showroom{
background:#ffeec4;
padding:15px 50px 15px 0;
text-align:center;
}
.showroom img{
width:471px;
}
.showroom h3.text{
font-size:21px;
font-weight:bold;
line-height:1.6;
display:inline-block;
width:410px;
padding:25px 30px 0 0;
}
@media only screen and (max-width:640px) and (max-device-width:1280px){
/* showroom ----------------------- */
.showroom{
padding:15px 0 10px 0;
font-size:125%;
text-align:center;
margin-bottom:30px;
}
.showroom img{
width:93.6%;
padding:0 0 10px 0;
}
.showroom h3.text{
font-size:100%;
width:93.6%;
padding:0 0 10px 0;
margin:0 auto;
}
}

/*--------------------------------------------------------------------
スマホ時 h1見出し調整
--------------------------------------------------------------------*/
/* For Smart Phone */
@media only screen and (max-width:640px) and (max-device-width:1280px){
.mod_headerbar_item_in .headerbarTitle {
  padding-right: 115px;
}
	.bg_white {
		background-color: #fff !important;
	}