@charset "UTF-8";

/* ---------------------------------------------------------- */
/*     index  */
/* ---------------------------------------------------------- */

#title-block {
	background:#E2EFEF;
	width:100%;
	height:150px;
	margin-bottom:30px;
}

#title-block h2 {
	width:950px;
	height:150px;
	margin:0 auto;
}

h3 {
	margin-bottom:10px;
	color:#00B2D8;
	font-size:1.429em;
	font-weight:600;
}

h4 {
	margin-bottom:3px;
}
	

.table-profile {
	width:850px;
	margin-bottom:40px;
	padding:0;
	border-collapse:collapse;
}

.table-profile .col-name, .table-profile .col-txt {
	margin:0;
	border-top:1px solid #A3A3A3;
	border-bottom:1px solid #A3A3A3;
	line-height:1.4em;
}

.table-profile .col-name {
	width:180px;
	background:#ECECEC;
	padding:13px 10px 10px 10px;
	font-size:1.143em;
	font-weight:bold;
	text-align:center;
}

.table-profile .col-txt {
	width:620px;
	padding:13px 10px 10px 20px;
	text-align:left;
}



#map {
	width:100%;
	background:#E2EFEF;
	padding:40px 0;
}


.navi-block {
	width:380px;
	margin:40px auto;
	padding:0px;
}

.navi-block .button-shop {
	width:158px;
	margin:0;
	padding:0px;
	float:left;
}

.navi-block .button-home {
	width:158px;
	margin:0;
	padding:0px;
	float:right;
}
