@charset "utf-8";

/* --------------------------------------------------------- */
/* スマホ用トップページ - sp_top.css
------------------------------------------------------------ */

/* メインビジュアル
------------------------------------------------------------ */
#visualBox {
	position: relative;
	width: 100%;
	height: 300px;
	overflow: hidden;
}
#visual0 {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
}
#visual0 {
	background: url(../common/images/top/bac_visual0.jpg) no-repeat center top;
	-webkit-background-size: cover; background-size: cover;
}
#visualBox dl {
	text-align: center;
	padding-top: 100px;
	margin: 0 auto;
}
#visualBox img {
	width: 80%;
	max-width: 500px;
	padding: 10px;
}


/* 新着情報
------------------------------------------------------------ */
#news {
	padding: 20px 0;
}
#news h1 {
	font-size: 1.4rem;
	background: url(../common/images/top/ico_news.png) no-repeat left center;
	-webkit-background-size: 12px auto; background-size: 12px auto;
	position: relative;
	padding-left: 20px;
	margin: 0 10px 10px 10px;
}
#news h1 span {
	font-size: 1.1rem;
	font-weight: normal;
	position: absolute;
	right: -10px;
}
#news h1 span a {
	color: #1BA196;
	padding: 5px;
}
#news h1 span a:after {
	content: ">";
	padding-left: 2px;
}
#news dl {
	font-size: 1.1rem;
}
#news dt {
	color: #000066;
	border-top: dashed 1px #D9D9D9;
	padding: 10px 10px 0 10px;
}
#news dd {
	padding: 5px 10px 10px 10px;
}
#news dt:nth-of-type(1) {
	border-top: solid 1px #DCDCDC;
}



/* バナー
------------------------------------------------------------ */
#banner {
	text-align: center;
	padding: 0 10px;
}
#banner li {
	margin-bottom: 10px;
}
#banner li img{
	width: 100%
}


/* --------------------------------------------------------- */
/* 調整用
------------------------------------------------------------ */
