@charset "UTF-8";
/* CSS Document */
/* Reset & Basics 
================================================== */
html, body, iframe, h1, h2, h3, h4, h5, h6, p, dl,img {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}
body {
	font-family:メイリオ, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	color: #333;
}

/* Base
================================================== */
#header img,
#contents img,
#pagetop img,
#ind_main img {
	vertical-align:bottom;
}
#header ul,
#nav ul,
#contents ul,
#pagetop ul,
#footer ul,
#ind_main ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#header ul a:hover img {
	filter:alpha(opacity=70.0);
	-moz-opacity:0.70;
	opacity:0.70;
}

/* clearfix
================================================== */
.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }
.clearfix{ overflow:hidden;}











/*--------------------------------------------------------------------------------------------------------------------*/
@media print, screen and (min-width : 768px){	
.sp {
	display: none;
}
.pc {
	display: inherit;
}

	
/* header
================================================== */	
h1.ind_ttl {
	position:absolute;
	left:-9999px;
}
#header {
	background: #3ca749;
}
.hdr {
	margin: 0 auto;
	width: 940px;
	height: 95px;
	background: url("../img/hdr_img.jpg") no-repeat top right;
	position: relative;
}
.hdr div,
.hdr h1  {
	position: absolute;
	top: 25px;
	left: 0;
}
.hdr p {
	position: absolute;
	top: 5px;
	left: 510px;
	font-size: 12px;
	color: #fff;
}
.hdr ul {
	position: absolute;
	top: 25px;
	left: 495px;
}
.hdr ul li a:hover {
	background-position :0 -34px;
}
.hdr ul li a {
	height: 34px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
	width: 243px;
	background-image: url("../img/hdr_btn.gif");
}

/* fontsize
-----------------------------------------*/
.fontS { font-size: 90% }
.fontM { font-size: 103% }
.fontL { font-size: 125% }


/* mod_headerbox_size
-----------------------------------------*/
#header .hdr .f_size {
	position: absolute;
	top: 40px;
	left: 35px;
}
#header .hdr .f_size ul {
  width: 300px;
}
#header .hdr .f_size ul li {
  float: left;
  margin-right: 2px;
}
#header .hdr .f_size ul li.txt {
margin: 3px 10px 0 0;
color: #fff;
font-size: 12px;
}
#header .hdr .f_size ul li.ico {
  width:20px;
  height: 20px;
  overflow: hidden;
}
#header .hdr .f_size ul li span {
  display: block;
  cursor: pointer;
}
#header .hdr .f_size ul li.active span {
  margin-top: -20px;
}
#header .hdr .f_size ul li span:hover{
	margin-top:-20px;
}

/* navi
================================================== */
#nav {
	margin: 18px auto;
	width: 940px;
}
#nav ul {
	width: 940px;
}
#nav ul img {
	vertical-align: top;
}
#nav li {
	float: left;
} 
#nav li a:hover {
	background-position :0 -30px;
}
#nav li a {
	height: 30px;
	text-indent: -9999px;
	display: block;
	overflow: hidden;
	background-repeat: no-repeat;
	background-position: 0 0;
}
#nav li.nav1 a {
	width: 134px;
	background-image: url("../img/nav1.gif");
}
#nav li.nav2 a {
	width: 134px;
	background-image: url("../img/nav2.gif");
}
#nav li.nav3 a {
	width: 134px;
	background-image: url("../img/nav3.gif");
}
#nav li.nav4 a {
	width: 134px;
	background-image: url("../img/nav4.gif");
}
#nav li.nav5 a {
	width: 134px;
	background-image: url("../img/nav5.gif");
}
#nav li.nav6 a {
	width: 134px;
	background-image: url("../img/nav6.gif");
}
#nav li.nav7 a {
	width: 136px;
	background-image: url("../img/nav7.gif");
}


/* contents
================================================== */
#contents {
	margin: 0px auto;
	width: 940px;
}
#body1 #contents {
	padding-top: 30px;
	background: url("../img/nav_bg.jpg") no-repeat top left
}

.con_bdr {
	border-top-left-radius: 10px;  /* 左上 */
	border-top-right-radius: 10px; /* 右上 */
	-webkit-border-top-left-radius: 10px;  /* 左上 */
	-webkit-border-top-right-radius: 10px; /* 右上 */
	-moz-border-radius-topleft: 10px;  /* 左上 */
	-moz-border-radius-topright: 10px; /* 右上 */
	border: 1px #e6e6e6 solid;     /* 枠線の装飾 */
	background-color: #fff;   /* 背景色 */
}
#contents h1.ttl,
#contents h2.sttl {
	border-top-left-radius: 10px;  /* 左上 */
	border-top-right-radius: 10px; /* 右上 */
	-webkit-border-top-left-radius: 10px;  /* 左上 */
	-webkit-border-top-right-radius: 10px; /* 右上 */
	-moz-border-radius-topleft: 10px;  /* 左上 */
	-moz-border-radius-topright: 10px; /* 右上 */
	background-color: #3ca749;   /* 背景色 */
	padding: 20px 30px 18px;	
	font-size: 1.188em;
	line-height: 1.2;
	color: #fff;
}

.underline {
	text-decoration: underline;
}


.contact p {
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

/* pagetop 
================================================== */
#pagetop  {
	margin: 50px auto 0;
	width: 940px;
}
#pagetop li {
	margin-left: 831px;
	text-align: right;
}
#footer li a:link,
#footer li a:visited {
	color: #fff;
	text-decoration: none;
}
#footer li a:hover,
#footer li a:active {
	color: #fedd44;
	text-decoration: underline;
}
/* footer
================================================== */
#footer {
	border-top: 6px solid #3ca749;
	padding: 25px 0;
	background: #4c493d;
}
.ftr {
	margin: 0px auto;
	width: 940px;
}
#footer ul {
	padding-bottom: 20px !important;
	border-bottom: 1px solid #302b18;
	height:auto;
}
#footer li {
	/*padding-right: 6px;
	font-size: 0.75em;
	display: inline;
	zoom: 1;
	color: #302b18;*/
	float:left;
	margin:0;
	padding-right:8px;
	font-size: 0.75em;
	white-space:nowrap;
	color: #302b18;
	height:auto;
}
#footer li span {
	padding-left: 8px;
}

#footer dl {
	margin-top: 20px;
	font-size: 0.75em;
	color: #fff;
}
#footer dl dt {
	margin-bottom: 5px;
}
#footer dl span {
	margin-left: 5px;
	font-size: 120%;
	font-weight: bold;
}
#footer dl dd {
	margin: 0;
	padding: 0;
}
#footer p {
	margin-top: 15px;
	font-size: 0.688em;
	color: #fff;
}
	
}

/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {
.pc { display: none !important; }
.sp { display: block !important; }
img { 
	vertical-align : middle;
	max-width : 100%;
}
ul {
	list-style : none;
	margin: 0;
	padding: 0px;	
}
	
#sp_head {
	position: relative;
    height: 50px;
	background: #3ca749;
	padding: 0.5em 0 1em;
}
#sp_head .hdr {
	color: #fff;
}
#sp_head .hdr img {
	width:250px;
}
#sp_head .hdr p {
	font-size: 70%;
	margin-left: 4em;
}
.drawer-menu li {
	padding: 1em;
	border-bottom: 2px solid #666;
}
.drawer-menu li a {

	text-decoration: none;
	display: block;
	color: #333;
}
	
	
/* contents
================================================== */	
#contents {
	margin: 0px auto;
	width: 100%;
}	
	
.con_bdr {
	margin: 0px 3%;
	width: 94%;
}
#contents h1.ttl,
#contents h2.sttl {
	border-top-left-radius: 10px;  /* 左上 */
	border-top-right-radius: 10px; /* 右上 */
	-webkit-border-top-left-radius: 10px;  /* 左上 */
	-webkit-border-top-right-radius: 10px; /* 右上 */
	-moz-border-radius-topleft: 10px;  /* 左上 */
	-moz-border-radius-topright: 10px; /* 右上 */
	background-color: #3ca749;   /* 背景色 */
	padding: 20px 30px 18px;	
	font-size: 1.188em;
	line-height: 1.2;
	color: #fff;
}

	
/* footer
================================================== */
#footer {
	border-top: 6px solid #3ca749;
	padding: 2em 0;
	background: #4c493d;
	text-align: center;
}
.ftr {text-align: center !important;
}
#footer ul {
	padding-bottom: 20px !important;
	border-bottom: 1px solid #302b18;
}
#footer li {
		margin-bottom: 0.6em;	

	font-size: 80%;	
}
	#footer li a {
	color: #fff;


}
	#footer li span {
	
	display: none;
}

#footer dl {
	margin-top: 20px;
	font-size: 80%;
	color: #fff;
}
#footer dl dt {
	margin-bottom: 5px;
}
#footer dl span {
	margin-left: 5px;
	font-size: 100%;
	font-weight: bold;
}
#footer dl dd {
	margin: 0;
	padding: 0;
}
#footer p {
	margin-top: 15px;
	font-size: 80%;
	color: #fff;
}
	.tel a {
    color:#ccffff;
    }
}
/*-----------------------------------------------------------*/
@media print {
  body {
    -webkit-print-color-adjust: exact;
  }
}
