@charset "utf-8";
/* CSS Document */
/* ========reset======== */

*{ letter-spacing: 0; }

html{ overflow-y: scroll; }

body,div,ol,ul,li,
h1,h2,h3,h4,h5,h6,pre,
p,blockquote{
	margin: 0;
	padding: 0;
}

h1,h2,h3,h4,h5,h6{
	font-style: normal;
	font-weight: normal;
}

h1,h2,h3,h4,h5,h6,small{
	font-size: 100%;
	font-weight: normal;
}

img{ border: 0; }

caption{ text-align: left; }

q{ quotes: none; }

q:before,q:after{
	content: '';
	content: none;
}

a{ text-decoration: none; }

a:hover,
a:active{ outline: 0; }

img{
	border: 0;
	vertical-align: bottom;
	-ms-interpolation-mode: bicubic;
}

b,strong{ font-weight: bold; }

div{ word-wrap: break-word; }

/* ========layout======== */
#wrapper{
	margin:0 auto;
	width:1000px;
}

#main{
   width:860px;
   margin:20px auto!important;
}

#main-content-1 {
   width:100%;
}

#main-content-2 {
   float:right;
   width:660px;
}

#sub-content {
   float:left;
   width:180px;
}
#map{
	height:380px;
	overflow:hidden;
}
#map iframe{
	width:100%;
	height:150%
}
@media screen and (max-width:640px){
#wrapper,#header,#main-content-1,#main-content-2,#sub-content,#footer {
	width: 100% !important;
	min-width: 100% !important;
}
.index-box{
	width:96% !important;
	margin:0 auto !important;
}
/*#wrapper{
	overflow: hidden;
}*/
#header{
	text-align:center;
}
.box-wrap .box-l,
.box-wrap .box-r,
.box-wrap .box-l3-1,
.box-wrap .box-r3-2{
	float: none !important;
	width: 95% !important;
}
.img-l10,.img-r10{
	float: none !important;
}
}


/*------------------------------------------------------------
floatの回り込みを解除
-------------------------------------------------------------*/
#topin:after,
#navi #menu:after,
#main:after,
.box-wrap:after,
.box-info:after,
.box-map:after,
#sub-content:after,
.index-box:after,
.index-box p:after,
.table-style01:after,
.clearfix:after{ content : ''; display : block; clear : both; height:0; }

#topin:after,
#navi #menu:after,
#main:after,
.box-wrap:after,
.box-info:after,
.box-map:after,
#sub-content:after,
.index-box:after,
.index-box p:after,
.table-style01:after,
.clearfix:after{ /zoom : 1; }
