@charset "utf-8";
/* CSS Document */

/*PC用css*/

.img_left{
	float:left;
	margin:0 20px 20px 0;
}
.img_right{
	float:right;
	margin:0 0 20px 20px;
}

ul.line2 li{
	width:46%;
}
ul.line2 li:nth-child(even){
	float:right;
}
ul.line2 li:nth-child(odd){
	float:left;
	clear:both;
}
ul.line3 li{
	width:32%;
	float:left;
	margin-right:2%
}
ul.line3 li:nth-child(3n){
	margin-right:0;
}
ul.line3 li:nth-child(3n+1){
	clear:both;
}
ul.line4 li{
	width:242px;
	float:left;
	margin-right:10px;
}
ul.line4 li:nth-child(4n){
	margin-right:0;
}
ul.line4 li:nth-child(4n+1){
	clear:both;
}
.btn01 a, .btn01 input{
	width:300px;
	margin:20px auto;
}
.float_left{
	float:left;
}
.float_right{
	float:right;
}

/*------ レイアウト --------*/
body{
	background:url('../images/bg.jpg') repeat-x top;
}
div.container{
	background:url('../images/container_bg.png') repeat-y;
}
.main{
	float:right;
	width:670px;
	padding:10px 30px;
}
/*-----------------------------------------*/

/* side */


/*------ ナビプルダウン --------*/

header h1{
	font-size:100%;
	font-weight: normal;
	float:left;
	height:100px;
}

header .logo a:hover{
	opacity: 0.5;
	transition:0.3s;
}
nav.h_navi{
	float:right;
	width:341px;
}
nav.h_navi img{
	margin-top:-9px;
}
nav.h_navi ul{
	height:35px;
	margin:0;
}

nav.h_navi ul li{
	float:right;
	white-space:nowrap;
	height:35px;
}
nav.g_navi{
	clear:both;
}
nav.g_navi ul{
	max-width:1000px;
	margin:auto;
}

nav.g_navi ul li{
	float:left;
	text-indent:-9999px;
	background:#FFF;
	width:166px;
}

.g_navi01 a, .g_navi02 a, .g_navi03 a, .g_navi04 a, .g_navi05 a, .g_navi06 a{
	background:url('../images/g_navi.jpg') no-repeat;
	display:block;
	height:60px
}
li.g_navi01 a{ background-position:0 0;}
li.g_navi02 a{ background-position:-166px 0;}
li.g_navi03 a{ background-position:-332px 0; width:167px;}
li.g_navi04 a{ background-position:-499px 0; width:167px;}
li.g_navi05 a{ background-position:-666px 0; width:167px;}
li.g_navi06 a{ background-position:-833px 0; width:167px;}

nav.g_navi ul li a:hover{
	opacity: 0.5;
	transition:0.3s;
}

/*--------------------------------------------------------------------
/////繝励Ν繝?繧ｦ繝ｳ/////
--------------------------------------------------------------------*/

.g_navi li ul {
	display: none;
	position: absolute;
	z-index: 1000;
	text-align:left;
}

.g_navi li ul li {
	float: none;
	opacity: 0.9;
}

.g_navi li ul li a {
	background: #008bd6;
	border-left: solid 3px #FFF;
	border-right: solid 3px #FFF;
	text-indent:10px;
	height:40px;
	line-height:40px;
	margin-top:2px;
	font-size:85%;
	color:#FFF;
}
.g_navi li ul li a:hover{
	text-decoration:none;
}

/*------ pc_style --------*/
header .logo a{
	width:430px;
	height:100px;
	display:block;
	background:url('../images/header_logo.jpg') no-repeat;
	text-indent:-9999px
}
.footer_tel{
	width:620px;
}
.footer_in{
	width:1000px;
	max-width:1000px;
}
section{
	margin-bottom:80px;
	clear:both;
}

.top_left{
	float:left;
	width:320px;
}
.top_right{
	float:right;
	width:310px;
}
.news dt{
	float:left;
	width:170px;
	text-align:right;
	padding:0 20px 0 0;
}
.news dd{
	float:left;
	width:480px;
}
.topbox{
	background:url('../images/top03.jpg') no-repeat top;
	min-height:256px;
    margin-top:40px;
}
.topbox p{
	padding:60px 0 0;
}
