@charset "UTF-8";

/* reset ----------------------------------------*/

/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1.2;
	-webkit-text-size-adjust: 100%;
	word-break:break-all;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}
input[type="radio"],input[type="checkbox"],input[type="submit"],input[type="button"],label{cursor:pointer}
a,canvas{-webkit-tap-highlight-color: rgba(0,0,0,0);}
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
	overflow: hidden;
}
.left{
	float: left;
}
.right{
	float: right;
}

/* public ----------------------------------------*/
body{
	font-family: "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 12px;
	color: #000000;
	background: #ffffff;
	min-width:1020px;
}
/* header */
header{
	width: 1000px;
	margin: 0 auto;
	position: relative;
}
header h1{
	padding-top: 42px;
	text-align: left;
	margin-bottom: 0;
	padding-bottom: 10px;
}
header #hnav{
	position: absolute;
	top: 60px;
	right: 0;
}
header #hnav ul{
	display: table;
}
header #hnav li{
	display: table-cell;
	vertical-align: top;
	position: relative;
	z-index: 10;
}
header #hnav li a{
	display: inline-block;
	padding: 0 1.5em;
	text-decoration: none;
	color: inherit;
	border-right: 1px solid #333333;
}
header #hnav li:last-child a{
	padding-right: 0;
	border: none;
}
header #hnav li a:hover{
	text-decoration: underline;
}
header #gnav ul{
	display: table;
	width: 100%;
	margin-top: 15px;
	table-layout: fixed;
}
header #gnav ul > li{
	display: table-cell;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	text-align: center;
	vertical-align: top;
	position: relative;
	z-index: 10;
	border-bottom: 3px solid transparent;
}
header #gnav ul > li:after{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 50%;
	left: 0;
	height: 11px;
	margin-top: -6px;
	border-right: 1px dotted #000000;
}
header #gnav ul > li:first-child:before{
	content: "";
	display: block;
	position: absolute;
	z-index: -1;
	width: 100%;
	top: 50%;
	left: 0;
	height: 11px;
	margin-top: -6px;
	border-left: 1px dotted #000000;
}
header #gnav ul > li > a{
	display: block;
	color: inherit;
	text-decoration: none;
}
header #gnav ul > li:hover{
	color: #5daf30;
	border-color: #5daf30;
}
header #gnav ul > li > ol{
	display: none;
	position: absolute;
	width: 100%;
	left: 0;
	margin-top: 3px;
	padding: 5px 20px 20px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background: rgba(0,0,0,0.75);
}
header #gnav ul > li > ol li{
	margin-top: 15px;
	line-height: 1.2;
	text-align: left;
}
header #gnav ul > li > ol a{
	display: block;
	color: #ffffff;
	text-decoration: none;
}
header #gnav ul > li > ol a:hover{
	text-decoration: underline;
}

/* footer */
footer{
	color: #ffffff;
	background: #5daf30;
}
footer #pagetop a{
	display: block;
	height: 54px;
	line-height: 54px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: inherit;
	background: #6ec33f;
	text-decoration: none;
}
footer .inner_wrap{
	width: 1000px;
	margin: 0 auto;
	padding: 60px 0 55px;
}
footer #fnav dl{
	float: left;
	width: 200px;
	margin-right: 37px;
	font-size: 12px;
}
footer #fnav dt{
	line-height: 2;
	font-size: 14px;
	font-weight: bold;
	border-bottom: 1px dotted #ffffff;
}
footer #fnav dd{
	padding-bottom: 20px;
}
footer #fnav dt a{
	color: inherit;
	text-decoration: none;
}
footer #fnav dd a{
	display: block;
	margin-top: 1em;
	color: inherit;
	text-decoration: none;
}
footer #fnav a:hover{
	text-decoration: underline;
}
footer #siteinfo {
	font-size: 12px;
}
footer #siteinfo .address{
	margin-top: 1em;
	line-height: 2;
}
footer #siteinfo .tel{
	margin-top: 5px;
	font-size: 20px;
	font-weight: bold;
	padding: 5px 0 0 32px;
	background: url(../images/icon_tel.png) no-repeat left top;
}
footer #siteinfo .tel a{
	text-decoration: none;
	color: inherit;
}
footer #siteinfo .open{
	margin-top: 2px;
	font-size: 10px;
}
footer #siteinfo .btn_contact a{
	margin-top: 8px;
	display: inline-block;
	background: #ffffff;
}
footer .copyright{
	height: 80px;
	line-height: 75px;
	text-align: center;
	background: #458c1e;
	font-size: 12px;
}