@charset "UTF-8";

html{
	background:#9db0c1;
}
#wrapper{
	width:900px;
	margin:0 auto;
	padding:0 0 30px;
	text-align:center;
	background:#fff;
	position:relative;
}

/*-----ヘッダー-----*/
#header{
	width:900px;
	height:110px;
	border-top:9px solid #6cdafd;
	position:fixed;
	background:#fff;
}

#header ul#g_nav{
	display:inline-block;
	margin:30px auto 0;
}
#header ul#g_nav li{
	height:60px;
	display:inline-block;
	float:left;
}
#header ul#g_nav li a{
	list-style:none;
	display:inline-block;
	margin:0 10px;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#header ul#g_nav li a:hover{
	opacity:0.5;
}
#header ul#g_nav li.nav_top a{
	width:36px;
	height:60px;
	padding:0 50px;
	background:url(../img/pc/g_nav.png) 50px 0 no-repeat;
}
#header ul#g_nav li.nav_about a{
	width:64px;
	height:60px;
	padding:0 40px;
	background:url(../img/pc/g_nav.png) -90px 0 no-repeat;
}
#header ul#g_nav li.nav_logo{
	width:58px;
	height:60px;
	padding:0 30px;
	background:url(../img/pc/g_nav.png) -258px 0 no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#header ul#g_nav li.nav_company a{
	width:91px;
	height:60px;
	padding:0 30px;
	background:url(../img/pc/g_nav.png) -394px 0 no-repeat;
}
#header ul#g_nav li.nav_contact a{
	width:84px;
	height:60px;
	padding:0 30px;
	background:url(../img/pc/g_nav.png) -544px 0 no-repeat;
}

/*-----メインビジュアル-----*/
#main{
	width:900px;
	height:450px;
	margin-bottom:40px;
	padding-top:130px;
	background:url(../img/pc/main_visual.png) center bottom no-repeat;
}

/*-----コンテンツ共通-----*/
.box_left{
	width:210px;
	text-align:center;
	float:left;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
.box_right{
	width:630px;
	margin-right:60px;
	text-align:left;
	float:right;
}
 
/*-----contents_01-----*/
#contents_01{
	padding-bottom:-120px;
}
#contents_01 .box_left{
	height:61px;
	background:url(../img/pc/contents_01_midashi.png) center 20px no-repeat;
}
#contents_01 .box_right{
	background:url(../img/pc/bg_contents_01.png) center bottom no-repeat;
}
#contents_01 .box_right h3{
	width:480px;
	height:24px;
	background:url(../img/pc/contents_01_copy.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}
#contents_01 .box_right p{
	margin:20px 0 280px;
	line-height:2.2 !important;
}

 
/*-----contents_02-----*/
#contents_02{
	margin-bottom:20px;
}
#contents_02 .box_left{
	height:117px;
	background:url(../img/pc/contents_02_midashi.png) center 25px no-repeat;
}
#contents_02 .box_right{
	background:url(../img/pc/bg_contents_02.png) center top no-repeat;
}
#contents_02 .box_right p{
	width:600px;
	height:auto;
	margin-bottom:290px;
	padding-top:20px;
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99fffffff,endColorstr=#99fffffff); 
	background-color:rgba(255,255,255,0.6);
}

/*-----contents_03-----*/
#contents_03{
	margin-bottom:80px;
}
#contents_03 .box_left{
	height:97px;
	background:url(../img/pc/contents_03_midashi.png) center 0 no-repeat;
}
#contents_03 .box_right .company_info{
	margin-bottom:6px;
	display: table;
}
#contents_03 .box_right .company_info .table_left{
	width:122px;
	background:#f0f0f0;
	padding:15px 20px;
  	display: table-cell;
}

#contents_03 .box_right .company_info .table_right{
	width:370px;
	background:#f9f9f9;
	border-left:6px solid #ffffff;
	padding:15px 20px;
  	display: table-cell;
}
.company_info .table_right ul{
	list-style-type:decimal !important;
	margin-right:10px;
}
.company_info .table_right ul li{
	margin-left:20px;
	margin-bottom:10px;
	line-height:1.3;
}

/*-----contents_04-----*/
#contents_04{
}
#contents_04 a#contact{
	display:block;
	width:168px;
	height:93px;
	margin:0 auto 80px;
	background:url(../img/pc/icon_contact.png) 0 0 no-repeat;
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
}

/*-----フッター-----*/
#footer{
	width:100%;
	height:20px;
	font-size:10px;
	text-align:center;
	background:#fff;
}