@charset "utf-8";
/* reset
============================================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
 
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	font-weight: normal;
}
 
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { 
    display:block;
}
ul {
    list-style:none;
}
 
blockquote, q {
    quotes:none;
}
 
blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}
 
a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
	text-decoration: none;
	color: #333;
}
a:hover {
	text-decoration: none;
	color: #999;
}
a img:hover {
	opacity: 0.7;
} 
/* change colours to suit your needs */
ins {
    background-color:#ff9;
    color:#000;
    text-decoration:none;
}
 
/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000; 
    font-style:italic;
    font-weight:bold;
}
 
del {
    text-decoration: line-through;
}
 
abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}
 
table {
    border-collapse:collapse;
    border-spacing:0;
}
 
/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}
.clearfix {
	zoom: 1;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
.clear {
	clear: both;
}
/*header
---------------------------------------------------------------------------*/
header {
	width: 100%;
	padding: 0;
	height: 50px;
	position: relative;
}
h1 {
	float: left;
	width: 140px;
	margin: 15px 0 0 5%;
}
/*--------------------------------------- global navigation  */
header .btn-menu {
	position: absolute;
	top: 0;
	right: 0;
	width: 50px;
	height: 50px;
	display: block;
	background-size: 50px 50px;
	text-indent: -9999px;
	background-image: url(../img/sp/common/open.png);
	background-repeat: no-repeat;
	background-position: left center;
}
header .btn-menu.open {
	background-size: 50px 50px;
	text-indent: -9999px;
	background-image: url(../img/sp/common/close.png);
	background-repeat: no-repeat;
	background-position: left center;
}
header .gnavimenu {
	position: absolute;
	width: 100%;
	top: 50px;
	left: 0;
	display: none;
	z-index: 100;
	background-color: #CC0000;
	padding: 10px 0;
}
header .open {
  display: block;
}
.gnavimenu hr {
	margin:10px 3% 10px 3%;
	border: 0;
    height: 1px;
    background: #fff;
	width: 94%;
}
header table {
	width: 94%;
	margin: 0 auto;
	border-collapse: separate;
	font-size: 12px;
	line-height: 120%;
}
header table td {
	table-layout: fixed;
	background: #78B032;
	text-align: center;
	vertical-align: middle;
	width: 49%;
	font-weight: bold;
	height: 40px;
    padding: 2px 5px;
	background-color: #fff;
	border: solid 1px  #CC0000;  
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}

header table td.sns {
	table-layout: fixed;
	background: #78B032;
	text-align: center;
	vertical-align: middle;
	width: 32%;
	font-weight: bold;
	height: 40px;
    padding: 2px 5px;
	background-color: #fff;
	border: solid 1px  #0A347F;  
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */  
}
header table td a {
    display: block;
	color: #CC0000;

}
header table td a:hover {
	color: #CC0000;
	opacity: 0.8;
}
/*footer
---------------------------------------------------------------------------*/
footer {
	color: #fff;
	background-color: #CCCCCC;
	font-weight: bold;
	font-size: 12px;
	margin: 20px 0 0 0;
	padding: 15px 0 10px 0;
	line-height: 120%;
}

/*PAGE TOP設定
---------------------------------------------------------------------------*/
#pagetop {
	text-align: right;
	margin-top: 30px;
	margin-right: 20px;
	margin-bottom: 0;
	margin-left: 0;
}
#pagetop a {
	-webkit-backface-visibility: hidden; /* 追加 */
    backface-visibility: hidden; /* 追加 */
}

/*common
---------------------------------------------------------------------------*/
#contents {
	width: 100%;
}
h3 {
	margin-top: 20px;
}

#furnace_frame {
	height: 100%;
	width: 100%;
	/*height:540px;適当に欲しい高さ*/
	overflow: hidden;
	padding-bottom: 0px;
}
.furnace_contents {
	width: 100%;
	margin: 30px auto 30px auto;
}
.back_blue {
	background-color: #2070E0;
	color: #FFF;
	padding-top: 3px;
	width: 90%;
	height: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
.back_blue2 {
	background-color: #2070E0;
	color: #FFF;
	padding-top: 3px;
	width: 90%;
	height: 20px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	text-align: left;
	padding-left: 10px;
	}
.back_blue3 {
	background-color: #2070E0;
	color: #FFF;
	padding-top: 3px;
	width: 90%;
	height: 40px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	}
#water_frame h2 {
	margin-top: 20px;
}
.water_frame {
	background-image: url(../img/sp/common/back02.jpg);
	background-size: 100% auto;
	background-repeat: no-repeat;
	height: 120px;
	width: 100%;
	/*height:540px;適当に欲しい高さ*/
	overflow: hidden;
}
.back_gray {
	background-color: #F4F5F7;
	padding: 20px 5%;
	width: 90%;
}

.bunner_area {
	padding: 30px 0 0 0;
}
.bunner_area h4 {
	border-bottom: 2px solid #7D8FB1;
	border-top: 2px solid #7D8FB1;
	display: block;
	width: 100%;
	background-color: #fff;
	font-size: 18px;
	color: #7D8EB1;
	padding: 15px 0;
	font-weight: bold;
	line-height: 120%;
}
.w90 {
	width: 90%;
	margin: 0 auto;
}
.mt10 {
	margin-top: 10px;
}
.mt20 {
	margin-top: 20px;
}
.mt30 {
	margin-top: 30px;
}

.mt50 {
	margin-top: 50px;
}
.bold {
	font-weight: bold;
}
.text_left {
	text-align: left;
}
.font16 {
	font-size: 16px;
	font-weight: bold;
}

.font24 {
	font-size: 24px;
	font-weight: bold;
}


/*example
---------------------------------------------------------------------------*/
.example_box {
	width: 100%;
	margin: 15px 0 0 0;
	padding: 0 0 10px 0;
	text-align: left;
	border-bottom: 1px dotted #666;
}
.example_box img {
	width: 26%;
	float: left;
	margin-right: 5%;
	height: auto;
}
.example_box .day {
	font-size: 12px;
	display: inline-block;
}
.example_box .title {
	font-size: 16px;
	font-weight: bold;
	display: inline-block;
	margin-top: 10px;
}
.example_box .text {
	font-size: 12px;
	margin-top: 5px;	
}
.store,
.office,
.Individual {
	text-align: center;
	width: 60px;
	line-height: 20px;
	font-size: 12px;
	font-weight: bold;
	color: #fff;
	display: inline-block;
	margin: 0;
	border-radius: 5px;        /* CSS3草案 */  
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */  
    -moz-border-radius: 5px;   /* Firefox用 */ 
	margin-top: 5px;	 
}
.store {
	background-color: #72DEC4;
}
.office {
	background-color: #66B9EA;
}
.Individual {
	background-color: #F5915A;
}

/* btn_con */
.btn_con {
	margin-top: 15px;
	padding: 10px 20px;
	line-height: 20px;
	background-color: #fff;
}
/* btn */
.btn_con {
	display: inline-block;
	text-align: center;
	text-decoration: none;
	outline: none;
	border: 2px solid #8BB9DB;
	color: #8BB9DB;
	font-weight: bold;
}
.btn_con:hover {
	opacity: 0.7;
	color: #8BB9DB;
	text-decoration: none;
}
.btn_con::before,
.btn_con::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.btn_con,
.btn_con::before,
.btn_con::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-transition: all .3s;
	transition: all .3s;
}
