@charset "UTF-8";
/* CSS Document */
/* resrt */
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;
}
body {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#4c4c4c;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
display: block;
}
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;
width:100%;
}
img {
	vertical-align:bottom;
}
a {
	color:#2fb254;
}
a img {
	transition:0.5s;
}
a img:hover {
	filter: alpha(opacity=75);
	-moz-opacity:0.75;
	opacity:0.75;
	transition:0.5s;
}


/* header */
header {
	border-top:4px solid #008c3b;
}
header .inner {
	width:1000px;
	margin:auto;
	overflow:hidden;
	height:80px;
	display: flex;
}
header .inner h1 {
	/*float:left;*/
	padding:22px 0 0;
}
header .inner .hd_box {
	display: flex;
	align-items: center;
	margin-left: auto;
}
header .inner .hd_box .hd_btn {
	background-color: #ff5611;
	border: solid 1px #ff5611;
	border-radius: 5px;
	box-shadow: 3px 3px 0 0 #ccc;
	margin-right: 30px;
	transition-duration: .3s;
}
header .inner .hd_box .hd_btn:hover {
	background-color: #fff;
	transition-duration: .3s;
}
header .inner .hd_box .hd_btn a {
  text-decoration: none;
  padding: 5px 20px;
  color: #fff;
	display: inline-block;
	transition-duration: .3s;
}
header .inner .hd_box .hd_btn:hover a {
	color: #ff5611;
	transition-duration: .3s;
}
header .inner .h_tel {
	/*float:right;*/
	/*padding:16px 0 0;*/
}
header #gnav {
	background:#008c3b;
}
header #gnav > ul {
	overflow:hidden;
	width:1000px;
	margin:auto;
}
header #gnav > ul > li {
	float:left;
	border-left:1px solid #cccccc;
}
header #gnav > ul > li:last-child {
	border-right:1px solid #cccccc;
}
header #gnav ul li ul.sub {
	display: none;
	position: absolute;
	margin-left:0;
	padding: 0;
	background-color:#fff;
	background-image:url(../img/common/h_navi_bg.jpg);
	background-position:top center;
	background-repeat:repeat-x;
}
header #gnav ul li ul.sub li a {
	padding: 10px 16px;
	display: block;
	color: #333;
	width:167px;
	box-sizing:border-box;
	border-bottom:1px solid #ccc;
	font-size:13px;
	text-decoration:none;
	line-height:17px;
}
header #gnav ul li ul.sub li:last-child a {
	border-bottom:none;
}
header #gnav ul li ul.sub ul li a {
	padding: 7px 16px;
	display: block;
	color: #333;
	border-bottom:1px dotted #ccc;
	font-size:12px;
	background:#f4f4f4;
}
header #gnav ul li ul.sub ul li:last-child a {
	border-bottom:1px solid #ccc;
}

/* footer */
footer {
	border-top:2px solid #2fb254;
	background:url(../img/common/ft_bg.jpg) center bottom;
}
footer .inner {
	width:1000px;
	margin:auto;
}
footer .inner ul {
	text-align:center;
	border-bottom:1px dotted #999;
	font-size:0;
	padding:20px 0 12px;
}
footer .inner ul li {
	display:inline-block;
	font-size:12px;
	line-height:14px;
	font-weight:bold;
	padding:0 0 0 18px;
	margin:0 10px;
	background:url(../img/common/menu_icon03.png) no-repeat left center;
}
footer .inner ul li a {
	color:#008c3b;
	text-decoration:none;
}
footer .inner p {
	font-size:12px;
	line-height:1;
	text-align:center;
	padding:20px 0 16px;
}
footer .inner p a {
	text-decoration:none;
	color:#4c4c4c;
}
footer .copyright {
	text-align:center;
	background:#008c3b;
}
footer .copyright p {
	color:#fff;
	line-height:32px;
	font-size:11px;
}

/* common */
#low_contents {
	width:1000px;
	margin:0 auto 90px;
	overflow:hidden;
}
#low_contents #main_contents {
	float:right;
	width:710px;
}
#low_contents #side_contents {
	float:left;
	width:250px;
}
#low_contents #side_contents .border_box {
	border:1px solid #cccccc;
	border-radius:5px;
	padding:3px;
	margin:0 0 12px;
}
#low_contents #side_contents #menu_box h2 {
	margin:0 0 5px;
}
#low_contents #side_contents #menu_box ul li {
	margin:0 0 4px;
}
#low_contents #side_contents #menu_box ul li:last-child {
	margin:0;
}
#low_contents #side_contents #menu_box ul li ul.sub li {
	border-bottom:1px dotted #999999;
	padding:9px 18px;
	margin:0;
	line-height:1;
}
#low_contents #side_contents #menu_box ul li ul.sub li:last-child {
	border-bottom:none;
	padding:9px 18px 5px;
}
#low_contents #side_contents #menu_box ul li ul.sub li a {
	font-size:13px;
	color:#2fb254;
	text-decoration:none;
}
#low_contents #side_contents #side_info h3 {
	padding:18px 15px 15px;
	border-bottom:1px dotted #999999;
	margin:0 0 12px;
}
#low_contents #side_contents #side_info p {
	padding:0 0 0 18px;
	font-size:13px;
	line-height:17px;
}
#low_contents #side_contents #side_info p.tel {
	margin:8px 0;
}