body {
	font-family: Roboto, Arial, "Helvetica Neue", Helvetica, sans-serif;
}

#wrapper {
	position: absolute;
	z-index: 1;
	top: 0;
	bottom: 48px;
	overflow: auto;
}
#sns_button_box {
	width: 100%;
	margin-bottom: 4px;
}
.ad_box {
	width: 100%;
	text-align: center;
}

h1 {
	line-height: 120%;
	border-bottom: 1px solid #c03;
	text-align: center;
	padding-top: 4px;
	font-size: 150%;
}
#eng_name {
	font-size: 80%;
	color: #c03;
	text-align: center;
	border-bottom: 1px solid #c03;
	line-height: 120%;
	padding-top: 2px;
	padding-bottom: 2px;
}
#imagephoto {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 6px;
}
#map_image {
	width: 300px;
	margin-left: auto;
	margin-right: auto;
	height: 200px;
}
#text_box {
	font-size: 100%;
	line-height: 140%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 14px;
	width: 90%;
	text-align: justify;
}
#text_box img {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}

#table_data {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	clear: both;
	margin-bottom: 10px;
}
#table_data caption {
	font-weight: bold;
	margin-bottom: 4px;
	text-align: left;
	color: #060;
}
#table_data tr {
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#table_data th {
	width: 100px;
	vertical-align: middle;
	padding-top: 6px;
	background-color: #f99;
	font-size: 90%;
	padding-bottom: 6px;
}
#table_data td {
	font-size: 90%;
	vertical-align: middle;
	padding-top: 6px;
	padding-bottom: 6px;
	line-height: 120%;
	padding-left: 12px;
}
#table_data a:link {
	text-decoration: none;
	display: block;
	color: #00f;
}
#table_data a:visited {
	text-decoration: none;
	color: #00f;
}
#table_data a:hover {
	text-decoration: underline;
	color: #00f;
}
#table_data a:active {
	text-decoration: underline;
	color: #00f;
}
.last_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#data_box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	font-size: 100%;
	line-height: 150%;
}

#data_box a:link {
	color: #00f;
	text-decoration: none;
	font-weight: bold;
}
#data_box a:visited {
	color: #00f;
	font-weight: bold;
}
#data_box a:hover {
	color: #00f;
	text-decoration: underline;
}
#data_box a:active {
	color: #00f;
}
#data_box address {
	font-size: 80%;
	line-height: 120%;
	margin-bottom: 6px;
}


#footer {
	line-height: 40px;
	background-color: #4E5869;
	text-align: center;
	height: 40px;
	width: 100%;
	font-size: 20px;
	font-weight: bold;
	margin-top: 10px;
}
#footer a:link {
	text-decoration: none;
	display: block;
	color: #FFF;
}
#footer a:visited {
	text-decoration: none;
	color: #FFF;
}
#footer a:hover {
	text-decoration: underline;
	color: #FFF;
	background-color: #FF0;
}
#footer a:active {
	text-decoration: underline;
	color: #FFF;
	background-color: #FF0;
}

.tab-bar {
	width: 100%;
	height: 48px;
	position: absolute;
	z-index: 2;
	bottom: 0;
	left: 0;
}
.tab-bar li {
	float: left;
	width: 25%;
	height: 48px;
	border-top: 1px solid #e0e0e0;
	border-bottom: 1px solid #e0e0e0;
	border-left: 1px solid #e0e0e0;
	box-sizing: border-box;
	background-color: #eceff1;
	position: relative;
}

.tab-bar li:first-child {
	border-right: none;
}

.tab-bar a {
	display: block;
	text-align: center;
	color: #263238;
	text-decoration: none;
	padding-top: 7px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
}

.tab-bar li .category-name {
	font-size: 12px;
	padding-top: 5px;
	display: block;
	line-height: 110%;
}
