@charset "utf-8";
/*------------------------------------------------------------
	トップページ
------------------------------------------------------------*/
#header {
	margin-bottom: 0;
	padding-bottom: 25px;
}

#main {
	padding: 0 40px 134px;
}

#main h2 {
	margin: 0 25px 23px;
	border-bottom: 1px solid #c8c8c8;
}

#main h2.h202 {
	margin-bottom: 44px;
}

#contents .more {
	margin: 0 25px;
	font-size: 1.4em;
	line-height: 1.4;
	text-align: right;
}

#contents .menuList {
	margin: 0 25px;
	padding-bottom: 23px;
	border-bottom: 1px solid #c8c8c8;
}

#contents .menuList ul {
	margin-bottom: 44px;
}

#contents .menuList ul li {
	border: none;
}

#contents .menuList ul li img {
	display: block;
}

#contents .menuList ul a {
	display: block;
	font-size: 1.4em;
	color: #000;
	text-decoration: none;
}

#contents .menuList ul a:hover {
	background-color: #c8c8c8;
}

#contents .menuList ul a span {
	padding: 2px 0 1px;
}

/*
	Slideshow
*/

#contents #slides {
	
}

#contents #slides {
	margin-bottom: 53px;
	position: relative;
	width: 1060px;
	height: 580px;
	clear: both;
	z-index:100;
}

#contents #slides .prev {
	position: absolute;
	left: -28px;
	top: 274px;
	width: 16px;
	height:32px;
	display:block;
	z-index:101;
}

#contents #slides .next {
	position: absolute;
	right: -28px;
	top: 274px;
	width: 16px;
	height:32px;
	display:block;
	z-index:101;
}

/*
	Slides container
	Important:
	Set the width of your slides container
	Set to display none, prevents content flash
*/

#contents #slides .slides_container {
	width:1060px;
	height: 580px;
	overflow:hidden;
	position:relative;
	display:none;
}

/*
	Each slide
	Important:
	Set the width of your slides
	If height not specified height will be set by the slide content
	Set to display block
*/

#contents #slides .slides_container a {
	width:1060px;
	height: 580px;
	display:block;
}

#contents #slides .slides_container a img {
	display:block;
}

#contents #slides .pagination {
	display: none;
}

