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


html,body,aside,article,p,ul,ol{
	/*overflow-x:hidden;*/
	margin:0;
	padding:0;
	font-size:14px;
	color:#333;
	line-height:1.8;
	font-family:"ヒラギノ角ゴ ProN W3",FuturaMedium,"Trebuchet MS",HiraKakuProN-W3,"メイリオ",Meiryo,Arial,sans-serif;
	-webkit-text-size-adjust: 100%;
	letter-spacing:0px;
	vertical-align:bottom;
}
h1,h2, h3, h4, h5, h6{
	font-size:100%;
	margin:0;
	padding:0;
	font-weight:normal;
}
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section {
    display:block;
}
input, select {
    vertical-align:middle;
}
ol,ul,p,i,dl,dt,dd {
	list-style:none;
	font-style:normal;
	padding:0;
	margin:0;
}
table{
	border-collapse:collapse;
	border-spacing:0;
}
li {
	padding:0;
}
a{
	text-decoration:none;
	color:#ab0000;
    -webkit-tap-highlight-color:transparent;
}
img{
	vertical-align: bottom;
}
a img:hover{
	opacity:0.5;
    transition:all 0.2s ease-out 0s;
    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 */
    zoom:1;
}
a:hover{
	text-decoration:underline;
}





.main_block {
	width:1000px;
	margin:0 auto 20px;
}

.logo {
	width:151px;
	height:56px;
	background:url(../images/logo.png) no-repeat;
	background-size:151px 56px;
	margin: 50px auto;
}

.item-box {
	margin-top: 10px;
	border-top: 1px solid #555;
	display: table;
    width: 100%;
    padding: 18px 0;
    margin: 0;
}

.item-box dt,.item-box dd {
	width: 15%;
	display: table-cell;
    margin: 0;
    padding: 0 20px;
}
.item-box dd {
    width: 85%;
}

.map_block {
	width:1000px;
	height:500px;
	margin:0 auto 50px;
	padding:0;
}

.add_box {
	width:1000px;
	margin:10px auto;
	line-height:1.5;
}

.footter {
	width:100%;
	padding:10px 0;
	background:#737373;
	color:#fff;
	font-size:12px;
	text-align:center;
	margin-top:0px;
}

@media screen and (max-width: 768px) {
	.main_block {
		width:640px;
		margin:0 auto 20px;
		font-size:16px;
	}
	.item-box dt,.item-box dd {
		width: 25%;
		display: table-cell;
 	   margin: 0;
 	   padding: 0 20px;
	}
	.item-box dd {
		width: 75%;
	}
	.map_block {
		width:640px;
		height:500px;
		margin:0 auto 20px;
		padding:0;
	}
}

