@charset "utf-8";

/*------------------------------
Site name: 
Update: 2014.07.04
Created by: Ayako Inuishi
------------------------------*/


/* mainImage
----------------------------------------------------------------------------*/ 

#mainImage {
	padding:55px 0;
	width:100%;
	height:340px;
	background:url(../images/top/mainimage/bg.jpg) repeat-x center center;
	overflow: hidden;
	}

.film_roll_wrapper {
overflow: hidden;
}

.film_roll_child {
width:1040px;
text-align:center;
}

.film_roll_prev,
.film_roll_next {
position: absolute;
width: 50px!important;
height: 50px!important;
border-radius:30px!important;
}
.film_roll_prev {
left: 50%!important;
margin-left:-545px!important;
padding-left:-2px;
text-indent: -3px;
}
.film_roll_next {
right: 50%!important;
margin-right:-545px!important;
text-indent: 3px;
}
.film_roll_prev:hover,
.film_roll_next:hover {
opacity: 0.7;
}

#slider a {
	color:#fff;
	text-decoration:none;
	border:none;
	background: #3F3F37;
	font-size:300%;
	line-height:1.35;
	opacity:1.0;
	}
#slider a:hover {
	color:#ccc;
	}
#slider a:visited {
	color:#fff;
	}
	
/* ddb _201503add
----------------------------------------------------------------------------*/ 
.bnr-ddb {
	margin: 0 0 30px 0;
	}


/* contents
----------------------------------------------------------------------------*/ 
#contents {
	padding: 0;
	width: 100%;
}

#mainColumn {
	margin: 0 auto;
	width: 100%;
}

/* category
----------------------------------------------------------------------------*/
#category {
	padding: 40px 0 30px 0;
	width: 100%;
	background-color: #f6f5ef;
	}

#category h2{
	margin: 0 0 20px 0;
	}

#category ul {
	margin: 0 auto;
	width: 970px;
}
	#category ul li {
		margin: 0 12px 12px 0;
		width: 233px;
		float: left;
		text-align: center;
	}
	#category ul li:nth-child(4) {
		margin: 0 0 12px 0;
	}
	#category ul li.other {
		width: 151px;
	}
	#category ul li.other:nth-child(10) {
		margin: 0 0 12px 0;
	}
		#category ul li a {
			padding: 20px 10px 15px 10px;
			color: #67665d;
			font-size: 85%;
			text-decoration:none;
			width: 233px;
			float: left;
			background-color: #fff;
			-moz-box-shadow: 0px 0px 5px #dfdfdc;
			-webkit-box-shadow: 0px 0px 5px #dfdfdc;
			box-shadow: 0px 0px 5px #dfdfdc;
			box-sizing: border-box;
		}
		
		#category ul li.other a {
			padding: 10px 5px 10px 5px;
			width: 151px;
		}
			#category li span {
				display: block;
				margin: 13px 0 0 0;
			}
			#category li.other span {
				margin: 5px 0 0 0;
			}
				#category li span strong {
					color: #3f3e37;
					font-size: 130%;
				}


/* pickup
----------------------------------------------------------------------------*/
#pickup {
	clear: both;
	padding: 50px 0 0 0;
	width: 100%;
}
	#pickup .bx-wrapper {
		margin: 0 auto;
		width: 990px;
	}
	#pickup #pickupBnr {
		margin: 0 auto;
		height: 150px;
	}
		#pickup #pickupBnr li {
			margin: 0 10px;
			width: 310px !important;
			float: left;
		}


/* topics
----------------------------------------------------------------------------*/
#topics {
	position: relative;
	margin: 50px auto;
	width: 970px;
	border-top: 1px solid #e2e1db;
	border-bottom: 1px solid #e2e1db;
}
	#topics .head {
		position: absolute;
		top: 0;
		left: 0;
		display: inline-block;
		width: 180px;
		height: 100%;
		background-color: #3f3e37;
		text-align: center;
	}
		#topics .head h2 {
			position: absolute;
			top: 50%;
			margin-top: -10px;
			color: #fff;
			font-size: 120%;
			width: 100%;
		}
		#topicsList {
			padding: 10px 20px 10px 190px;
			overflow: hidden;
		}
			#topicsList li {
				margin: 5px 0;
			}
				#topicsList .news_date {
					display: inline-block;
					padding: 0 15px 0 20px;
					color: #3f3e37;
					font-size: 110%;
					font-weight: bold;
					float: left;
				}
				#topicsList .news_title {
					display: block;
					margin: 0;
					font-size: 110%;
					overflow: hidden;
				}




