@charset "utf-8";

nav.nav {
background: url(../img/common/h_bg.png) repeat-x;
width: 100%;
height: 70px;	
}

nav.nav ul li.fl {
	margin: 4px 0 0 4px;
}


div.va {
	width: 1000px;
	margin: 0 auto 200px;
	padding-top: 50px;
}

div.cf_wrapper {
	height: 373px;
	width: 448px;
}


div.va div.catch {
	padding-top: 150px;
}

div.va p.scl {
	width: 118px;
	margin: 0 auto;
}

/* 出てくるナビ */
#fixNav {
position: absolute;
top: 0;
z-index: 300;
}

#fixNav.fixed {
position: fixed;
}

#fixNav ul {
overflow: hidden;
}





/* sec 01 */

section.sec01 div.cont div.fl {
	width: 450px;
}

/* sec 02 */

section.sec02 div.cont02{
	background: url(../img/index/service_img.png) no-repeat top center;
	position: relative;
	height: 480px;
	width: 1000px;	
}

section.sec02 div.cont02 p {
	position: absolute;
	padding: 20px 15px;
	background: #FFFFFF;
	border: solid 1px #0066CC;
}

section.sec02 div.cont02 p.service_txt1 {
	top: 90px;
	left: 0px;
	width: 170px;
}

section.sec02 div.cont02 p.service_txt2 {
	top: 45px;
	right: 0px;
	width: 175px;
}

section.sec02 div.cont02 p.service_txt3 {
	top: 400px;
	left: 243px;
	width: 520px;
}

/* sec 03 */

section.sec03 div.cont03 dl.txt{
	width: 370px;	
}

section.sec03 div.cont03 table.outline {
	width: 590px;
	border-bottom: solid 1px #EAE8E8;
	border-top: solid 1px #EAE8E8;
}

section.sec03 div.cont03 table.outline th {
	background: #FAFAFA;
	padding: 15px 0 30px 15px;
	font-weight: bold;
	vertical-align: top;
	border-right: solid 1px #EAE8E8;
	border-bottom: solid 1px #EAE8E8;
}

section.sec03 div.cont03 table.outline td {
	background: #FFFFFF;
	padding: 15px 0 30px 15px;
	border-bottom: solid 1px #EAE8E8;
}

/* sec 04 */

section.sec04 .mb90 {
	margin-bottom: 90px;
}

section.sec04 p.form_btn {
	width: 300px;
	margin: 0 0 30px 30px;
}


