@charset "utf-8";
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-style:normal;
	font-weight: normal;
	vertical-align: bottom;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}

input, textarea,{
	margin: 0;
	padding: 0;
}

ol, ul{
    list-style:none;
}

table{
    border-collapse: collapse; 
    border-spacing:0;
}

caption, th{
    text-align: left;
}

a:focus {
	outline:none;
}
/* For modern browsers */
.cf:before,
.cf:after {
	content:"";
	display:table;
}
.cf:after {
	clear:both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom:1;
}

* html .clearfix {
	height: 1px;
	/*¥*//*/
	height: auto;
	overflow: hidden;
	/**/
}

.both{
	clear:both;
}

.inline_block {  
	display: inline-block;  
	*display: inline;  
	*zoom: 1;  
}

.inner{
	margin:0 auto;
}

.widthfix{
	width:960px;
}

ul .last{
	margin-right:0 !important;
	margin-bottom:0 !important;
}

.stretch{
	max-width:100%;
	height:auto;
}
.right{
	float:right;
}
.left{
	float:left;
}
.pic-left {
	float: left;
	margin-right: 1.4em;
	margin-bottom: 0.6em;
}
.pic-right {
	float: right;
	margin-bottom:0.6em;
	margin-left: 1.4em;
}
.mb0{
	margin-bottom:0 !important;
}
.mb5{
	margin-bottom:5px !important;
}
.mb10{
	margin-bottom:10px !important;
}
.mb20{
	margin-bottom:20px !important;
}
.mb30{
	margin-bottom:30px !important;
}
.mb40{
	margin-bottom:40px !important;
}
a {
    outline: medium none;
}
a:link {
	color:#42a68a;
    text-decoration:underline;
}
a:visited {
	color:#42a68a;
    text-decoration: none;
}
a:hover {
	color:#42a68a;
	text-decoration: none;
}
a:active {
	color:#42a68a;
    text-decoration: none;
}
#footerArea a {
    outline: medium none;
}
#footerArea a:link {
	color:#4c4c4c;
    text-decoration:underline;
}
#footerArea a:visited {
	color:#4c4c4c;
    text-decoration: none;
}
#footerArea a:hover {
	color:#4c4c4c;
	text-decoration: none;
}
#footerArea a:active {
	color:#4c4c4c;
    text-decoration: none;
}
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 90%;
	color: #4c4c4c;
	line-height: 1.7em;
	width:100%;
	min-width:960px;
}
#all h1 {
	position: absolute;
	width: 100%;
	top: 10px;
}
#all h1 span {
	font-size: 11px;
	color: #9a9a9a;
	text-align: right;
	display: block;
	width: 960px;
	margin-right: auto;
	margin-left: auto;
}
#all #headerArea {
	border-top: 3px solid #46b193;
	border-bottom: 1px solid #dedede;
}
#all #headerArea .inner.widthfix {
	position: relative;
	padding-bottom:30px;
}
#all #headerArea .inner.widthfix .logo {
	float: left;
	margin-top: 30px;
}
#all #headerArea .inner.widthfix .tel {
	float: right;
	margin-top: 50px;
}
#all #headerArea .inner.widthfix .festures.cf {
	position: absolute;
	top: 45px;
	right: 250px;
}
#all #headerArea .inner.widthfix .festures.cf li {
	float: left;
}
#all #headerArea .inner.widthfix .festures.cf li {
	margin-right: 6px;
}
#all #headerArea .inner.widthfix .access {
	position: absolute;
	left: 138px;
	top: 94px;
	font-size: 12px;
	color: #666;
}
#all #gnav {
	background-attachment: scroll;
	background-image: url(../img/gnav_bg_top.gif);
	background-repeat: repeat-x;
	background-position: left top;
	border-top: 1px solid #fafafa;
}
#all #gnav .inner.widthfix.cf {
	background-attachment: scroll;
	background-image: url(../img/gnav_line.gif);
	background-repeat: repeat-y;
	background-position: right top;
	margin-bottom:12px;
}
#all #gnav .inner.widthfix.cf li {
	text-align: center;
	float: left;
	width: 20%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	background-attachment: scroll;
	background-image: url(../img/gnav_line.gif);
	background-repeat: repeat-y;
	background-position: left top;
	padding-top: 6px;
	padding-bottom: 4px;
	position:relative;
}
#all #gnav .inner.widthfix.cf li a{
	display:block;
}
#all #gnav .bgArea {
	background-attachment: scroll;
	background-image: url(../img/gnav_bg_bottom.gif);
	background-repeat: repeat-x;
	background-position: left bottom;
	overflow: hidden;
}
#all #gnav .grad {
	background: #f3f3f3; /* Old browsers */
	/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
	background: -moz-linear-gradient(top, #f3f3f3 0%, #ffffff 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #f3f3f3), color-stop(100%, #ffffff)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #f3f3f3 0%, #ffffff 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #f3f3f3 0%, #ffffff 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #f3f3f3 0%, #ffffff 100%); /* IE10+ */
	background: linear-gradient(to bottom, #f3f3f3 0%, #ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f3f3f3', endColorstr='#ffffff', GradientType=0 ); /* IE6-8 */
	padding-top: 8px;
}

#all #wrapper .inner.widthfix.cf #mainArea {
	float: left;
	width: 670px;
}
#all #wrapper .inner.widthfix.cf {
	padding-top: 25px;
	margin-bottom: 70px;
}
#all #wrapper .inner.widthfix.cf #sideArea {
	float: right;
	width: 250px;
}
#all #wrapper .inner.widthfix.cf #sideArea .qr {
	margin-bottom: 16px;
}
#all #wrapper .inner.widthfix.cf #sideArea .cooperation {
	background-color: #e6f0ed;
	padding: 10px 0;
	text-align: center;
	margin-bottom: 16px;
	border: 2px solid #d5e5e1;
}
#all #wrapper .inner.widthfix.cf #sideArea .cooperation h4 {
	line-height: 1.4em;
	color: #333333;
	margin-bottom: 5px;
	margin-left:10px;
	margin-right:10px;
}
#all #wrapper .inner.widthfix.cf .ttl {
	padding-bottom: 8px;
	border-bottom: 2px solid #bcbcbc;
}
#all #wrapper .inner.widthfix.cf #sideArea .ttl {
	background-attachment: scroll;
	background-image: url(../img/ttl_services_bg.gif);
	background-repeat: no-repeat;
	background-position: right 60%;
	margin-bottom:1px;
}
#all #wrapper .inner.widthfix.cf #sideArea .menu {
	margin-bottom: 20px;
}
#all #wrapper .inner.widthfix.cf #sideArea .menu li {
	background-color: #f1f1f1;
	margin-top: 1px;
	padding-top: 6px;
	padding-bottom: 16px;
	background-attachment: scroll;
	background-image: url(../img/services_list_icon.png);
	background-repeat: no-repeat;
	background-position: 14px center;
	padding-left: 35px;
	position:relative;
}
#all #wrapper .inner.widthfix.cf #sideArea .menu li a{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
}
#all #wrapper .inner.widthfix.cf #sideArea .bnr{
	margin-bottom:10px;
}
#all #wrapper .inner.widthfix.cf #sideArea .bnr li{
	margin-bottom:12px;
}
#all #footerArea{
	background-color: #d9e8e2;
	background-attachment: scroll;
	background-image: url(../img/footer_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
}
#all #footerArea .inner.widthfix.cf{
	padding-top: 32px;
	margin-bottom:40px;
}
#all #footerArea .inner.widthfix.cf .info.left {
	width: 475px;
}
#all #footerArea .inner.widthfix.cf .info.left .access em{
	font-weight:bold;
	display:block;
	margin-top:4px;
	margin-bottom:2px;
	color:#e5815c;
}
#all #footerArea .inner.widthfix.cf .services.right .menu{
	margin-bottom:20px;
}
#all #footerArea .inner.widthfix.cf .services.right .menu dt {
	padding-bottom: 10px;
	margin-bottom: 8px;
	border-bottom: 1px dotted #46b193;
}
#all #footerArea .inner.widthfix.cf .services.right {
	width: 442px;
}
#all #footerArea .inner.widthfix.cf .services.right .hours table tr th {
	color: #fff;
	background-color: #46b193;
	font-size: 100%;
}
#all #footerArea .inner.widthfix.cf .services.right .hours table tr td {
	color: #46b193;
	font-size: 125%;
	background-color: #fff;
}
#all #footerArea .inner.widthfix.cf .services.right .hours table tr th,#all #footerArea .inner.widthfix.cf .services.right .hours table tr td {
	text-align: center;
	vertical-align: middle;
	padding: 6px;
	border: 1px solid #d4d4d4;
}
#all #footerArea .inner.widthfix.cf .services.right .hours table tr .larea {
	text-align: left;
	padding-left:10px;
}
#all #footerArea .inner.widthfix.cf .services.right .hours table tr .larea.td {
	color: #4c4c4c;
	font-size: 100%;
}
#all #footerArea .inner.widthfix.cf .services.right .hours table tr .holi {
	color: #4c4c4c;
	line-height: 1.2em;
	font-size: 100%;
}
#all #footerArea .inner.widthfix.cf .services.right .hours .hosoku {
	text-align: right;
}
#all #footerArea .inner.widthfix.cf .services.right .hours .hosoku dl {
	display: inline-block;  
    *display: inline;  
    *zoom: 1; 
}
#all #footerArea .inner.widthfix.cf .services.right .hours .hosoku dt{
	display: inline-block;  
    *display: inline;  
    *zoom: 1;
	float:left;
	clear:left;
}
#all #footerArea .inner.widthfix.cf .services.right .hours .hosoku .holiday{
	width:180px;
	margin-right:10px;
}
#all #footerArea .inner.widthfix.cf .services.right .hours .hosoku .sat{
	width:135px;
}
#all #footerArea .inner.widthfix.cf .services.right .hours .hosoku .holiday dt {
	font-weight: bold;
	color: #fff;
	background-color: #46b193;
	padding-right: 7px;
	padding-left: 7px;
	-webkit-border-radius:2px;
	border-radius:2px;
	line-height:1.4em;
	padding-top:1px;
}
#all #footerArea .inner.widthfix.cf .services.right .hours .hosoku .sat dt span {
	color: #46b193;
	font-size:120%;
}
#all #footerArea .inner.widthfix.cf .info.left .logo {
	margin-bottom: 15px;
}
#all #footerArea .inner.widthfix.cf .info.left .message {
	margin-bottom: 15px;
}
#all #footerArea .inner.widthfix.cf .info.left .tel {
	margin-bottom: 15px;
	margin-left: 8px;
}
#all #footerArea .inner.widthfix.cf .info.left .access {
	line-height: 1.5em;
}
#all #footerArea .inner.widthfix.cf .info.left .access em {
	font-size: 130%;
}
#all #footerArea .footerNav {
	clear: both;
	text-align: center;
	margin-bottom: 5px;
}
#all #footerArea .footerNav li {
	display: inline-block;  
    *display: inline;  
    *zoom: 1;
	padding-left:8px;
	padding-right:8px;
}
#all #footerArea .footerNav li .fa{
	color: #46b193;
	position:relative;
	top:-5px;
	left:-1px;
}
#all #footerArea .copyright {
	font-size: 11px;
	color: #5c5c5c;
	text-align: center;
	padding-bottom:5px;
}
#all #page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 90%;
}
#all #page-top a {
	background: #46b193;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 12px 0;
	line-height:1.6em;
	text-align: center;
	display: block;
	opacity: 0.8;
}
#all #mainvisual {
	background-attachment: scroll;
	background-image: url(../img/lower_visual_bg.gif);
	background-repeat: repeat-x;
	background-position: left top;
	height: 118px;
}
#all #mainvisual .inner {
	height: 100%;
	position: relative;
}
#all #mainvisual .inner h2 {
	position: absolute;
	left: 20px;
	top: 46px;
}
#all #wrapper .inner.widthfix.cf .pan {
	margin-bottom: 25px;
	font-size:13px;
}
#all #wrapper .inner.widthfix.cf #mainArea .cont {
	margin-bottom: 50px;
}
