@charset "UTF-8";


/*----------------------------------------
	スライダー
----------------------------------------*/
#main_slide {
	text-align: center;
	overflow: hidden;
	width: 100%;
	min-width: 980px;
	/position:relative;
	background-color:#f4f2d7;
	padding:12px 0 0;
}
#visual {
	width: 1042px;
	height: 468px;
	clear: both;
	margin:0 auto;
	position: relative;
	padding:0 10px;
}
#visual ul {
	height: 468px;
	text-align: center;
	list-style: none;
}
#visual ul li {
	width: 1042px;
	min-width: 1042px;
	height: 468px;
}
#main_slide #visual_hd {
	position: absolute;
	top:185px;
	left: 0px;
}
#main_slide #visual_ft {
	position: absolute;
	top:185px;
	right:0px;
}

#icon_circle {
	background-color:#f4f2d7;
	padding:10px 0;
	clear: both;
}
#icon_circle ul {
	text-align: center;
}
#icon_circle li {
	display : inline-block;
	*display: inline;
	*zoom: 1;
	margin: 0 5px;
	width: 18px;
	height: 18px;
	background: url(../img/top/slider_point.png) no-repeat;
}
#icon_circle li.current {
	background: url(../img/top/slider_point_current.png) no-repeat;
}


/*container
---------------------------------------------------------- */
.container_side {
	margin-top:40px;
}


/*----------------------------------------
	メインコンテンツ
----------------------------------------*/
.main_box {
	margin-bottom: 50px;
}


/*lineup
---------------------------------------------------------- */
.lineup_area .lineup_box {
	width: 46%;
	margin:15px 2%;
	float: left;
	text-align: center;
	background:url(../img/top/bg_lineup.png) center 30px no-repeat;
	min-height:368px;
	cursor:pointer;
}

.lineup_box .ph {
	position: relative;
	width: 209px;
	height: 187px;
	margin: 0 auto;
	padding: 0;
	text-align: center;
}

.lineup_box .ph:hover {
	-ms-transition: all 200ms;
	-webkit-transition: all 200ms;
	transition: all 200ms;
	/*-ms-transform: scale(1.0);
	-webkit-transform: scale(1.0);
	transform: scale(1.0);*/
	z-index: 100;
}

.lineup_box .txt {
	padding:5px 0 10px;
	text-align:left;
	font-size:118%;
}

.lineup_box .txt .name {
	text-align: center;
	color: #5b8210;
	font-size: 110%;
}

.lineup_box .txt .cap {
	line-height:1.9em;
	padding:0;
	margin:0 30px;
	background:url(../img/top/bg_lineup_line.png) center 0 repeat-y;
}


/*news
---------------------------------------------------------- */
.ttl01_02 .ttl01_03 {
	background:url(../img/common/bg_sttl01_bottom.png) 0 bottom no-repeat;
	padding:10px 10px 10px 20px;
	font-size: 150%;
}

.ttl01_02 .ttl01_03 h2 {
	background:none;
	padding:6px 0 4px;
	margin:0;
	float:left;
	width:574px;
}

.ttl01_02 .btn_alllist {
	float: right;
	width:102px;
}

table.newsbox {
	width: 98%;
	margin: 0 auto;
	text-align:left;
}

table.newsbox th,
table.newsbox td {
	padding: 14px 5px;
	vertical-align: top;
	border-bottom: 1px dashed #cdc1b1;
}

table.newsbox th {
	width: 130px;
}


/*about
---------------------------------------------------------- */
.about_block {
	width:686px;
	margin:16px auto 0;
}

.about_block li {
	float:right;
	width:242px;
	margin-bottom:13px;
}

.about_block li.main {
	float:left;
	width:423px;
}
