@charset "shift_jis"; 

/* ---BASE------------------------------------------------------- */
html, body, div, p, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6,
dl, dt, dd, ol, ul, li{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-family: inherit;
	font-size: 100%;
	font-style : inherit;
	font-weight: inherit;
	vertical-align: baseline;
	background: transparent;
}
:focus {outline: 0;}

body,html {
	line-height: 1;
	height: 100%;
}
ol, ul {
	list-style: none;
}

header, nav, section, footer,
article, aside, details, figcaption, figure,  hgroup, menu,
h2,h3{
	display: block;
	float:none;
	clear:both;
}

*,
*:before,
*:after{
-webkit-box-sizing: border-box;
   -moz-box-sizing: border-box;
     -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
        box-sizing: border-box;
	behavior: url("boxsizing.htc");
}


img{ 
	border: none;
	max-width:100%;/*width:100%;状況に応じて設定変更*/
	width:auto;
	height:auto;
	display:block;/*画像の下の空きをなくす*/
	-ms-interpolation-mode: bicubic;
}
a:hover img,
a:active img{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}
input[type="image"]:hover{
	opacity:0.7;
	filter: alpha(opacity=70);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=70)";  /* ie 8 */
	-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 0.7;              /* Safari 1.x */
}

a[name]{
	display:block;
	margin-top:-10px;
	padding-top:10px;
}

a[href^="tel:"] { cursor: default; }
a:hover[href^="tel:"] img,
a:active[href^="tel:"] img{
	opacity:1;
	filter: alpha(opacity=100);        /* ie lt 8 */
	-ms-filter: "alpha(opacity=100)";  /* ie 8 */
	-moz-opacity:1;                 /* FF lt 1.5, Netscape */
	-khtml-opacity: 1;              /* Safari 1.x */
}
@media only screen and (max-width: 768px){
	a[href^="tel:"] { cursor: pointer; }
	a:hover[href^="tel:"] img,
	a:active[href^="tel:"] img{
		opacity:0.7;
		filter: alpha(opacity=70);        /* ie lt 8 */
		-ms-filter: "alpha(opacity=70)";  /* ie 8 */
		-moz-opacity:0.7;                 /* FF lt 1.5, Netscape */
		-khtml-opacity: 0.7;              /* Safari 1.x */
	}
}

script + img{
	display:none;
}

table {
	table-layout:fixed;
}