@charset "utf-8" ;
/* =======================================================
	CSS構成: 個別頁レイアウト( top )
	-----------------------------------------------------
	Last Modified: [ 2013/12/06 ]

	【TOC】
	01 : #product_block
	02 : #main
	03 : #sub
	04 : .container_foot
	05 : #header
======================================================= */





/*	01 : #product_block
---------------------------------------------------------------------- */
#product_block {
	margin: 130px auto 27px;
	position: relative;
	height: 605px;
}
#product_block #slide {
	background: url(../images/slidebg.png) left top repeat;
	height: 376px !important;
	margin: 0 auto 30px;
	overflow: hidden;
	position: relative;
}
#product_block #slide div {
	left:50%;
	margin-left:-695px;
	width: 1390px;
	height: 376px;
	text-align: left;
	position:absolute;
	overflow: hidden;
}
#product_block #slide div img {
	top: 0;
	left: 0;
	position: absolute;
}

#product_block ul {
	margin: 0 auto;
	width: 970px;

	position: absolute;
	top: 0;
	left: 50%;
	margin: 325px auto 0 -485px;

	clear: both;
	overflow: hidden;
	z-index: 20;
}
#product_block ul li {
	float: left;
}
#product_block ul li:nth-child(2) {
	margin: 0 20px;
}





/*	02 : #main
---------------------------------------------------------------------- */
#main {
	width: 640px;
}
#main #topics {
	position: relative;
}
#main #topics h3 {
	border-bottom: 1px solid #579AD7;
	line-height: 1;
	margin-bottom: 2px;
	padding-bottom: 2px;
}
#main #topics #more {
	position: absolute;
	right: 0;
	top: 2px;
}
#main #topics ul {}
#main #topics ul li {
	background: url(../images/line01.png) left bottom repeat-x;
	padding: 15px 0;
}
#main #topics ul li span {
	background: url(../images/arrow01.png) left center no-repeat;
	color: #579AD7;
	padding: 0 15px 0 25px;
}
#main #topics ul li a {
	font-size: 1.2em;
	line-height: 1.2;
	}




/*	03 : #sub
---------------------------------------------------------------------- */
#sub {
	width: 310px;
}




/*	04 : .container_foot
---------------------------------------------------------------------- */
.container_foot {
	background: none;
	margin-top: 0;
	padding-top: 40px;
}
.container_foot li p,
.container_foot li div {
	margin-bottom: 10px;
}
.container_foot li div + p {
	color: #666;
	line-height: 1;
	margin-bottom: 0;
}



/*	05 :  #header
---------------------------------------------------------------------- */
#header_wrap {
	border-top: 6px solid #2E82CE;
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 10000;
}