@charset "UTF-8";
/* CSS Document */

body {
	color: #252525;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 16px;
	line-height: 1.5;
	background-image: none;
	word-wrap: break-word;
	background-color: #FFF;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.inner{
	width: 1000px;
	margin-left: auto;
	margin-right: auto;
}

.w930{
margin-left: auto;
margin-right: auto;
}

.center{
	text-align: center;

}

img,a img{
	margin: 0px;
	padding: 0px;
	vertical-align: bottom;
}


.footer{
	border-top: 1px solid #868686;
	margin-top: 20px;
}
.copyright {
	clear: both;
	padding: 10px;
	text-align: center;
	zoom: 1;
	color: #FFFFFF;
	overflow: visible;
	background-image: none;
	background-color: #0071bc;
	margin-bottom: 40px;
}
a img:hover{
cursor:pointer;
opacity:.8;
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 */
}

img {
    max-width: 98%;
    height: auto;
}

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

img{
    height: auto;
    margin: 0px;
    display: block;
}

}

/*電話追尾用*/
.fix_menu_smartphone{
	position: fixed;
	bottom: 0px;
	z-index: 10000;
	/*left:50%;*/
	width: 100%;
	background-color: #FFF;	/*margin-left:-145px;*/
}
.fix_menu_smartphone img{
	display: block;
	float: left;
	width: 25%;
}

table.no{
	border-collapse: collapse;
	border-spacing: 0;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
table.no tr{
     padding: 7px 10px 7px 5px;
    
}

table.no td{
	padding: 4px;
	vertical-align: top;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}

form#mail_form dl dd{
    text-align: left;
}

.mailformbox{
    background-image: url(images/contact_back.png);
    background-position: center top;
    width: 100%;
    background-repeat: no-repeat;
    padding-top: 80px;
}
@media screen and ( max-width : 640px ){
.mailformbox{
    background-image: url(sp/images/contact_h.png);
    background-position: center top;
    width: 100%;
    background-repeat: no-repeat;
    padding-top: 80px;
    background-size: auto auto;
}
}


.dth{
    clear: both;
    float: left;
    border-top: 1px solid #cccccc;
    padding: 15px 0;
    text-align: center;
    overflow: hidden;
    width: 100%;
    color: #2961ca;
    font-weight: bold;
    font-size: 160%;
}
.maxw1000{
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

h3.title{
    font-weight: bold;
    text-align: center;
    color: #8F6C01;
    font-size: 26px;
}

table.on{
	border-collapse: collapse;
	border-spacing: 0;
	margin: 10px 0 20px;
	border: 1px solid #B6B0B0;
}
table.on td{
	padding: 4px;
	text-align: left;
	vertical-align: top;
	border: 1px solid #B6B0B0;
}
table.on th{
	padding: 7px 10px 7px 5px;
	font-weight: bold;
	color: #fff;
	border: 1px solid #B6B0B0;
}

@media only screen and (max-width: 640px){
	table.on4 th,table.on4 td,table.on th,table.on td,table.no th,table.no td{
	display: list-item;
    border-width: 1px 1px 0;
    width: 100%;
    list-style: none;
    padding: 5px;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
}
.maxw1000{
    max-width: 96%;
    margin-left: auto;
    margin-right: auto;
}
}

.google-maps {
position: relative;
padding-bottom: 75%; // これが縦横比
height: 0;
overflow: hidden;
}
.google-maps iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}