@charset "utf-8";

@import url("/common/css/slider-pro.min.css");

#main {
	margin:0 auto;
	clear:both;
	font-size:100%;
}

/*-- top pege slide --*/
#main .sp-thumbnail-title{
	padding:3px 3px 0;
	font-size:110%;
}
#main .sp-thumbnail-description{
	padding:0 3px 5px;
	line-height:1.5;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:after{
	border-bottom:13px solid #ff8000;
}
.sp-bottom-thumbnails.sp-has-pointer .sp-selected-thumbnail:before{border-bottom:5px solid #ff8000;}


#top_lead{
	font-size:110%;
	line-height:1.4;
	color:#666;
}

/* 1. smart phone & Tablet スマートフォン・タブレット版
=========================================================*/
/* モバイルレイアウト : 899 px およびそれ以下 */
@media only screen and (max-width: 899px) {
#top_lead a{
	display:block;
	/* margin-top:10px; */
}
}

/* PCレイアウト : 640 px 以上 */
@media only screen and (min-width: 900px) {
#main{
	/* margin-top:10px; */
}
#top_lead{
	width:950px;
	margin:0 auto;
}

}