@charset "utf-8";

/* シリーズから探す
-------------------------------------------------- */
h3{
	background-image:url(../jpg/bg_h3_search_sereas.jpg);
	background-repeat:no-repeat;
	background-position:center top;
	background-size:cover;
}

/* タイトル */
.search_sereas h4 span{
	display:block;
	font-weight:400;
}
.search_sereas h4 span.name_wrap{
	width:100%;
	position:relative;
}
.search_sereas h4 span.name_wrap::before{
	content:"";
	display:block;
	padding-top:10.227%;
}
.search_sereas h4 span.sereasname{
	background-position:left top;
	margin-top:5px;
	display:inline-block;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
}

/* バナーエリア */
#foot_banner_area{
	background:#ffffff!important;
}



/* PC
-------------------------------------------------- */
@media only screen and (min-width: 768px) {


	/* シリーズから探す
	++++++++++++++++++++++++++++++++++++++++++++++ */
	/* タイトル */
	.search_sereas h4{
		max-width:1024px;
		margin:0 auto;
	}
	.search_sereas h4 span{
		display:inline-block;
		line-height:30px;
		vertical-align:middle;
	}
	.search_sereas h4 span.name_wrap{
		display:inline-block;
		height:30px;
		width:auto;
		margin-left:10px;
	}
	.search_sereas h4 span.name_wrap::before{
		display:none!important;
	}
	.search_sereas h4 span.sereasname{
		margin-top:0;
		position:relative;
		height:30px;
		width:348px;
	}

	/* サイドメニュー */
	.side-navi dd.fittings{
		display:none;
	}
	.side-navi dd.about_caster{
		display:none;
	}
}