/* =====================================================================
*
*    共通部品
*
* =================================================================== */

/* ---------------------------------
*    検索/BodyProductSearchBox
*/

.search {
	padding: 1em 0;
}

.search-item {
	position: relative;
	width: 90%;
	margin: 0 auto;
}

.search-item ul li {
	display: table-cell;
	line-height: 30px;
}

.search-item ul li i {
	font-size: 27px;
	padding-right: .2em;
}

.search-item ul li input {
	position: absolute;
	top: 0;
	height: 30px;
	border: 1px solid #000;
	width: 70%;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-appearance: none;
}

.search-item ul li a {
	position: absolute;
	top: 0;
	left: 80%;
	background: #000;
	color: #FFF;
	width: 20%;
}

/* =====================================================================
*
*    トップ
*
* =================================================================== */


/* ---------------------------------
*    ヒーロー/Hero
*/

.hero img {
	width: 100%;
	height: auto;
}

/* ---------------------------------
*    新着情報/BodyNews
*/

.news dl dt {
	float: left;
	width: 70px;
	clear: left;
	padding: .5em;
	line-height: 1.8;
	text-align: center;
}

.news dl dd {
	margin-left: 80px;
	padding: .5em;
	line-height: 1.8;
}

.news dl dd a { text-decoration: underline; }

/* ---------------------------------
*    レコメンドパーツ/Recommend
*/

.loading
{
	text-align:center;
	vertical-align:middle;
	padding:25px 0px 25px 0px;
}

/* =====================================================================
*
*    カスタムページ/CustomPageTemplate
*
* =================================================================== */

.wrap-custom-page h2 {
	padding: .5em;
	background-color: #CCC;
	font-size: 15px;
}

.wrap-custom-page .unit {
	width: 95%;
	margin: 1em auto .5em;
	line-height: 1.5;
}

.wrap-custom-page .unit a {
	text-decoration: underline;
}

/* site top slider */
.page-head {}
.page-head .slider-wrap { background: #FFF; padding-bottom: 10px; }
.page-head .slider { overflow: hidden; white-space: nowrap; }
.page-head .slider-item { display: inline-block; }
.page-head .slider-nav { margin: 10px; text-align: center; }
	.slider-nav li {
		display: inline-block;
		width: 25%;
		padding: 0 5px;
	}
	.slider-nav li span {
		display: block;
		position: relative;
	}
	.slider-nav li.slick-current span:after {
		content: "";
		display: block;
		height: 100%;
		width: 100%;
		border: 2px solid #0B377C;
		position: absolute;
		top: 0;
		left: 0;
		opacity: .4;
	}
	.page-head .slider-wrap img { width: 100%; height: auto; max-width: 100%; }


/* ------------------------------
 * 
------------------------------ */
.fw-b { font-weight: bold; }
.page-head {}
.page-head_img {}
.page-head_text { padding: 10px; }
.list-banner { margin: 0 -5px; }
.list-banner li {
	float: left;
	margin-top: 5px;
	padding: 0 5px;
	width: 50%;
}
.list-banner li img { width: 100%; height: auto; }
.list-banner li.span-2 {
	width: 100%;
}