@charset "utf-8";

@-ms-viewport {
  width: device-width;
}

@viewport {
  width: device-width;
}

* {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}


/*header
-------------------------------------------*/
#header{
	position: fixed;
    top:0;
    left:0;
	width:100%;
	background:url(../img/bg_header.gif) repeat-x;
	z-index:999;
}

.header_inner{
	width:1000px;
	height:100px;
	margin:0 auto;
	padding:10px 0;
}

.header_inner h1{
	float:left;
}

.header_inner h2{
	float:right;
}


/*nav
-------------------------------------------*/
.nav{
	width:100%;
	height:50px;
	background:url(../img/bg_nav.png);
}

.nav ul{
	width:1000px;
	margin:0 auto;
}

.nav ul li{
	float:left;
	width:200px;
	padding:5px;
	text-align:center;
	font-weight:bold;
}

.nav ul li a{
	width:100%;
	height:40px;
	padding-top:5px;
	border-bottom:3px solid #FFF;
	display:block;
	color:#FFF;
}

.nav ul li a:hover{
	border-bottom:3px solid #FF6;
	color:#FF6;
	text-decoration:none;
}

* html #header,
* html #nav{     
    position: absolute;     
    top: expression(eval(document.documentElement.scrollTop+0));  
}

#toggle{ 
	display: none;
}

#about,
#access,
#menu01,
#menu02,
#menu03,
#menu04{
	margin-top:-170px;
    padding-top:170px;
}


/*contents
-------------------------------------------*/
#contents{
	width:100%;
	margin-bottom:30px;
	background:url(../img/bg_main.png) no-repeat;
	background-position:center top;
}

.pt{
	padding-top:180px;
}

.contents_inner{
	width:1000px;
	margin:0 auto;
}

.ttl_copy{
	padding:215px 0 115px 0;
	text-align:right;
}

.box_main{
	padding:30px;
	background:#F1F9F8;
}

.box_kiji{
	margin-bottom:40px;
	padding:30px;
	border:1px solid #CBCBCB;
	background:#FFF;
}

.box_main h2{
	margin-bottom:30px;
	font-size:38px;
	font-weight:normal;
	color:#009543;
}

.box_kiji h3{
	margin-bottom:30px;
	font-size:24px;
	font-weight:normal;
	color:#6D6D6D;
}

.box_kiji h4,
.box_kiji .ttl_kiji{
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom:1px solid #6FC7B8;
	font-size:16px;
	font-weight:bold;
	color:#6D6D6D;
}

.box_kiji_txt{
	width:480px;
}

.box_kiji_txt span{
	font-size:1.2em!important;
	color:#009543!important;
}

.box_bana{
	margin-bottom:60px;
}

.box_bana ul li{
	float:left;
	margin:0 20px 20px 0;
}

.box_access{
	float:left;
	width:200px;
	margin:0 20px 20px 0;
}

.icon_am{
	background:url(../img/icon_am.png) no-repeat;
	background-position:left 5px;
	padding-left:55px;
}

.icon_pm{
	background:url(../img/icon_pm.png) no-repeat;
	background-position:left 5px;
	padding-left:55px;
}

.icon_tel{
	background:url(../img/icon_tel.png) no-repeat;
	background-position:left 5px;
	padding-left:55px;
}

.map{
	float:right;
	width:370px;
	height:320px;
	border:0;
}

.ttl_menu{
	padding-bottom:10px;
	border-bottom:1px solid #6FC7B8;
}

dl{
	margin:20px 0;
	padding:30px 0;
	border-top:1px solid #6FC7B8;
	border-bottom:1px solid #6FC7B8;
	background:#F6F6F6;
}

.box_flow_ttl{
	float:left;
	width:380px;
	margin-right:30px;
	padding-left:30px;
}

.box_flow_txt{
	float:left;
	width:460px;
	padding-right:30px;
}

.box_flow_ttl h3{
	margin-bottom:0;
	color:#6FC7B8;
}


/*page top
--------------------------------------------*/
#page-top {
	position: fixed;
	bottom: 40px;
	right: 30px;
	font-size: 77%;
}
#page-top a {
	width:80px;
	height:80px;
	background:url(../img/btn_pagetop.png) no-repeat;
	text-indent:-5000px;
	overflow:hidden;
	display: block;
}
#page-top a:hover {
	opacity:0.70;
	filter: alpha(opacity=70);
}


/*footer
-------------------------------------------*/
#footer{
	background:#F7F7F7;
}

.footer_inner{
	width:1000px;
	margin:0 auto;
	padding:30px 0;
}

.footer_inner ul li{
	float:left;
	margin-right:1em;
	padding-left:10px;
	background:url(../img/icon_link.png) no-repeat;
	background-position:left center;
}

.copyright{
	padding:10px 0;
	background:#6FC7B8;
	text-align:center;
	font-size:12px;
	color:#FFF;
}