@charset "utf-8";

* { box-sizing: border-box }

a:link {text-decoration: none; color:#00F;}
a:visited {text-decoration: none; color: #00F;}
a:active {text-decoration: none; color: #00F;}
a:hover {text-decoration:  underline; color:#F00;}
body {
	margin:10px auto 0;color:#000000;background-image:url(images/bg.jpg);background-repeat:repeat-x;background-color:#FFFFFF;font-family:"ＭＳ Ｐゴシック", "MS PGothic", sans-serif;}

img{border: 0px;}
table{border: 0px;}
ul {padding:0;} 

a:hover img {
	opacity:0.8;
	filter: alpha(opacity=80);
	-ms-filter: "alpha( opacity=80 )";
	background: #fff;
}

.clearfix:before,
.clearfix:after {
    content: " ";
    display: table;
}
.clearfix:after {
    clear: both;
}

h1 {
	display:block;
	font-weight:400;
	font-size:12px;
	color:#000000;
	padding:5px 0 0 0;
	line-height:40px;
}

header{
	width:1000px;
	height:80px;
	text-align:left;
	margin:0 auto;
	background-image:url(images/h_bg.jpg);
}

#logo {
	float:left;
	margin-right:15px;
}

#maker {
	display:block;
	margin-top:5px;
}

#tel {
	display:none;
}

#gmenu1 a { background-position: 0px 0;width:130px; }

#gmenu2 a { background-position:870px 0;width:127px; }

#gmenu3 a { background-position:743px 0;width:119px; }

#gmenu4 a { background-position:624px 0;width:132px; }

#gmenu5 a { background-position:492px 0;width:115px; }

#gmenu6 a { background-position:377px 0;width:132px; }

#gmenu7 a { background-position:245px 0;width:127px; }

#gmenu8 a { background-position:118px 0;width:118px; }

#gmenu1 a:hover { background-position: 0 -45px; }

#gmenu2 a:hover { background-position:870px -45px; }

#gmenu3 a:hover { background-position:743px -45px; }

#gmenu4 a:hover { background-position:624px -45px; }

#gmenu5 a:hover { background-position:492px -45px; }

#gmenu6 a:hover { background-position:377px -45px;}

#gmenu7 a:hover { background-position:245px -45px; }

#gmenu8 a:hover { background-position:118px -45px; }

#mainall {
	clear:both;
	width:100%;
	height:367px;
	background-image:url(images/main_bg.jpg);
	background-repeat:repeat-x;
	text-align:center;
	margin:0 auto;
}

#wrap {
	width:1000px;
	margin:15px auto 0;
}

section {
	float:left;
	width:31.5%;
	border:solid 2px #19848A;
	padding:10px;
	border-radius:6px;
	text-align:left;
	font-size:12px;
	line-height:24px;
	margin-bottom:15px;
}

section h2 {
	width:100%;
	height:50px;
	text-align:left;
	line-height:50px;
	font-size:20px;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#188588;
	border:1px solid #CCC;
	margin:0 0 10px 0;
	padding:0 0 0 20px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ececec+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #ececec 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#ececec 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#ececec 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ececec',GradientType=0 ); /* IE6-9 */
}

section img {
	width:auto;
	float:right;
	padding-left:15px;
}

section p {
	width:140px;
	height:22px;
	line-height:22px;
	text-align:center;
	color:#FFF;
	font-weight:bold;
	border-radius:5px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#18878e+0,1d9ea3+100 */
	background: #18878e; /* Old browsers */
	background: -moz-linear-gradient(top,  #18878e 0%, #1d9ea3 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #18878e 0%,#1d9ea3 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #18878e 0%,#1d9ea3 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#18878e', endColorstr='#1d9ea3',GradientType=0 ); /* IE6-9 */
}

section p a:link {
	color:#FFF;
}

section p a:visited {
	color:#FFF;
}

section p a:hover {
	color:#F00;
}
	
.box_sp {
	margin:0 2.75% 0 2.75%;
}

.cl {
	clear:both;
}


#left {
	width:690px;
	float:left;
	text-align:left;
	font-size:14px;
	line-height:26px;
	margin-top:10px;
	clear:both;
}

#right {
	width:252px;
	float:right;
	text-align:left;
	font-size:14px;
	line-height:26px;
	margin-top:20px;
}

#right img {
	margin-bottom:10px;
}

#info {
	width:690px;
	height:192px;
	padding:20px;
	border:1px solid #CCC;
	box-shadow:1px 1px 1px #DDD;
	border-radius:5px;
	text-align:left;
}


footer {
	clear:both;
	float:left;
	width:100%;
	margin:30px auto 0;
	text-align:center;
	background-color:#18858A;
}

#fot_in {
	width:1000px;
	margin:0 auto;
	padding-top:20px;
	font-size:10px;
}

#ftab {
	width:500px;
	pading:0;
	border-collapse:collapse;
}

#ftab th {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:14px;
	font-weight:bold;
	text-align:left;
	color:#FFF;
}

#ftab td {
	color:#FFF;
	text-align:left;
	line-height:24px;
	vertical-align:top;
}

#ftab td a {
	color:#FFF;
}

#ftab td a:hover {
	color:#F00;
}

#fot_r {
	width:400px;
	float:right;
	text-align:right;
	color:#FFF;
	font-size:12px;
	line-height:22px;
}

.com_box {
	width:690px;
	border:2px solid #DDDDDD;
	font-size:14px;
}
.com_box td {
	border-bottom:dotted 1px #DDDDDD;
	border-top:1px solid #FFF;
	border-right:1px solid #FFF;
	border-left:1px solid #FFF;
	padding:5px;
}
.combox_left {
	background-color:#D8F7F8;
	border-right:1px solid #DDDDDD;
	width:170px;
	font-weight:bold;
	text-align:center;
}

#flow {
	width:590px;
	_width:690px;
	padding:35px 0px 0px 100px;
	background-image:url(images/flow_bg.jpg);
	line-height:32px;
}

.sbox_re {
width:645px;
_width:690px;
border:3px solid #F0EFEF;
padding:10px 20px 10px 20px;
}

.fq {
width:645px;
_width:690px;
height:26px;
font-weight:bold;
background-image:url(images/faq_01.jpg);
padding:4px 0px 0px 45px;
color:#FFF;
}

.fa {
width:633px;
_width:690px;
background-image:url(images/faq_02.jpg);
background-repeat:no-repeat;
padding:10px 10px 15px 45px;
border-left:#CCCCCC solid 1px;
border-right:#CCCCCC solid 1px;
border-bottom:#CCCCCC solid 1px;
margin-bottom:40px;
}

#p_dl {
}
#p_dl dt {
	font-weight:bold;
}
#p_dl dd {
	margin-bottom:20px;
}
.news_box {
	width:670px;
	_width:690px;
	padding:0 0 10px 20px;
	margin-bottom:40px;
	border-bottom:dotted #CCC 1px;
}
.s_tb {
	width:690px;
	background-color:#CCCCCC;
	font-size:12px;
}
.s_tb td {
	background-color:#FFFFFF;
	text-align:center;
}
.chu_s {
	width:660px;
	_width:690px;
	padding:15px;
	border:1px solid #DDD;
	font-size:12px;
	color:#F00;
}
.price_box {
	width:345px;
	float:left;
}
.price {
	width:280px;
	height:44px;
	_height:60px;
	text-align:center;
	background-image:url(images/price.jpg);
	float:left;
	padding-top:16px;
	margin-bottom:7px;
	font-weight:bold;
}

.price strong {
	color:#FF0000;
	font-size:18px;
}
.b_r {
	font-size:16px;
	font-weight:bold;
	color:#F00;
}.b_ri {
	font-size:16px;
	font-weight:bold;
	color:#F00;
	display:inline;
}
.floor_c {
	width:258px;
	_width:280px;
	padding:10px;
	border:1px solid #DDD;
	font-size:12px;
	float:left;
}
.ga_td1 {
	background-color:#FFECB2;
	border:1px solid #DDD;
	padding:5px;
}
.ga_td2 {
	background-color:#FFF;
	border-top:1px solid #DDD;
	border-right:1px solid #DDD;
	border-bottom:1px solid #DDD;
	padding:5px;
}
#rnavi {
width:690px;
margin:0px auto;
text-align:center;
}

#rnavi br {
	clear:both;
}

#rnavi ul {
margin:0px;
padding:0px;
list-style-type:none;
} 

#rnavi ul li {
float:left;
height:150px;
margin-bottom:15px;
}

#rnavi ul li a {
display:block;
padding-top:105px;
height :45px;
color:#FFF;
background-image:url(images/service_b.jpg);
text-align:center;
font-size:8px;
}
#rnavi ul li a:hover {
	color:#FFFFFF;
}
	

#rmenu1 a { background-position: 0px 0;width:230px; }

#rmenu2 a { background-position:1840px 0;width:230px; }

#rmenu3 a { background-position:1610px 0;width:230px; }

#rmenu4 a { background-position:1380px 0;width:230px; }

#rmenu5 a { background-position:1150px 0;width:230px; }

#rmenu6 a { background-position:920px 0;width:230px; }

#rmenu7 a { background-position:690px 0;width:230px; }

#rmenu8 a { background-position:460px 0;width:230px; }

#rmenu9 a { background-position:230px 0;width:230px; }

#rmenu1 a:hover { background-position: 0px -150px; }

#rmenu2 a:hover { background-position: 1840px -150px; }

#rmenu3 a:hover { background-position:1610px -150px; }

#rmenu4 a:hover { background-position:1380px -150px; }

#rmenu5 a:hover { background-position:1150px -150px; }

#rmenu6 a:hover { background-position:920px -150px; }

#rmenu7 a:hover { background-position:690px -150px;}

#rmenu8 a:hover { background-position:460px -150px; }

#rmenu9 a:hover { background-position:230px -150px; }

.g_box {
	width:380px;
	float:right;
}

.fl_img {
	float:left;
	padding-right:20px;
}

.fr_img {
	float:right;
	padding-left:20px;
}

.catalog {
	width:100%;
	box-sizing:border-box;
	border:3px solid #298C91;
	padding:10px;
	text-align:center;
	font-weight:bold;
	margin-bottom:15px;
}

.catalog img {
	vertical-align:middle;
}


	@media screen and (max-width:600px){

header{
	width:98%;
	height:auto;
	text-align:left;
	margin:0 auto;
	background-image:none;
}

h1 {
	display:block;
	text-align:center;
	font-weight:400;
	font-size:10px;
	color:#000000;
	padding:0;
	line-height:30px;
}

#logo {
	width:60%;
	height:auto;
	float:none;
	display:block;
	margin-right:15px;
}

#maker {
	width:90%;
	line-height:30px;
	display:block;
	margin-top:5px;
	text-align:center;
}

#tel {
	width:98%;
	display:block;
	margin:0 auto;
	background-color:#19848A;
	border-radius:5px;
	text-align:center;
	color:#FFF;
	line-height:26px;
	font-size:12px;
}

#tel a {
	color:#FFF;
}

.sp_img {
	width:100%;
	height:auto;
}

#mainall {
	clear:both;
	width:100%;
	height:auto;
	background-image:none;
	text-align:center;
	margin:0 auto;
}

#wrap {
	width:96%;
	margin:15px auto 0;
}

section {
	float:left;
	width:100%;
	border:solid 2px #19848A;
	padding:10px;
	border-radius:6px;
	text-align:left;
	font-size:12px;
	line-height:24px;
	margin-bottom:15px;
}

.box_sp {
	margin:0 0 10px;
}

#left {
	width:100%;
	float:left;
	text-align:left;
	font-size:14px;
	line-height:26px;
	margin-top:10px;
	clear:both;
}

#right {
	width:100%;
	float:left;
	text-align:left;
	font-size:14px;
	line-height:26px;
	margin-top:10px;
	text-align:center;
}

#info {
	width:100%;
	height:auto;
	padding:15px;
	border:1px solid #CCC;
	box-shadow:1px 1px 1px #DDD;
	border-radius:5px;
	text-align:left;
}

footer {
	clear:both;
	float:left;
	width:100%;
	margin:30px auto 0;
	text-align:center;
	background-color:#18858A;
}

#fot_in {
	width:98%;
	margin:0 auto;
	padding-top:10px;
	font-size:10px;
}

#ftab {
	display:none;
}

#fot_r {
	width:100%;
	float:right;
	text-align:right;
	color:#FFF;
	font-size:10px;
	line-height:20px;
}


}