@charset "UTF-8";


#main p{
	margin: 0 10px 30px 10px;
}

pre{
	padding:0 10px;
	margin-bottom: 30px;
}


/****************************************

          2. Slider

*****************************************/
.bx-wrapper{
	width: 100% !important;
	overflow: hidden;
	position: relative !important;
}
.bx-window{
	width: 960px !important;
	margin: 0 auto !important;
	overflow: visible !important;
	height:330px;
}

#slider div{
	width: 960px;
}
	#slider h3{
		font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
		line-height: 1.2;
		font-size: 32px;
		padding-bottom:10px;
	}
	


/* slide1 */
#slide1{
	height: 330px;
	background:url(../images/top-1.jpg) no-repeat 0 0;
	color: #fff;
}
/* slide2 */
#slide2{
	height: 330px;
	background:url(../images/top-2.jpg) no-repeat 0 0;

	color: #000;
}


/* slide3 */
#slide3{
	height: 330px;
	background:url(../images/top-3.jpg) no-repeat 0 0;
	color: #fff;
}

/* slide4 */
#slide4{
	height: 330px;
	background:url(../images/top-4.jpg) no-repeat 0 0;
	color: #000;
}

/* slide5 */
#slide5{
	height: 330px;
	background:url(../images/top-5.jpg) no-repeat 0 0;
	color: #fff;
}

#slide6{
	height: 330px;
	background:url(../images/top-6.jpg) no-repeat 0 0;
	color:#fff;
}

.right,
.left{
	width:350px !important;
	float: right;
	padding-top:80px;
}
.left{
	float: left;
	padding-left: 130px;
}

.right2,
.left2{
	width:450px !important;
	padding-top:80px;
	float:right;
}
.left2{
	float:left;
	padding-left:90px;
}
.right2{
	width:450px;
	float:right;
	padding-right:30px;
}


/* prev next */
.prev-next{
	width: 960px;
	margin: 0 auto;
	position: relative;
}
	
	
	.bx-prev,
	.bx-next{
		font-family: 'Josefin Sans', sans-serif;
		font-size: 60px;
		line-height: 70px;
		text-align: center;
		vertical-align: baseline;
		padding-bottom: 20px;
		display: block;
		width: 70px;
		height: 70px;
		position: absolute;
		top:-210px;
		text-decoration: none;
	}
		.bx-prev {left: 10px;}
		.bx-next { right: 10px;}
			.bx-prev:hover,
			.bx-next:hover{
				text-decoration: none;
			}
		*:first-child+html .bx-prev,
		*:first-child+html .bx-next{
			top:-260px;
		}		


/* frame */
body{
	position:relative;
}

#container{
	position: relative;
	width:960px;
	margin: 0 auto;
	background:url(../images/window-bg.png);
	background-repeat:no-repeat;
}

html,
body{
	overflow-x: hidden;
}

#slider-frame-left{
	height: 330px;
	position: absolute;
	width: 960px;
	top:-330px;
	right:960px;
	background:url(../images/window-bg.png)repeat-x 100% 0;
}
#slider-frame-right{
	height: 330px;
	position: absolute;
	width: 960px;
	top:-330px;
	left:960px;
	background: url(../images/window-bg.png) repeat-x 0 0;
}


#process{
	width:900px;
}
ul#process li{
	width:900px;
}

.process_img{
	width:600px;
	float:left;
}
.process_text{
	width:300px;
}



