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;
	margin-left: auto;
	margin-right: auto;
}

#imagephoto {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}

h1 {
	font-size: 20px;
	border-bottom: 1px dotted #FFFFFF;
	text-align: center;
	padding-top: 6px;
	background-color: #000000;
	color: #FFFFFF;
	width: 100%;
}
h2 {
	font-size: 12px;
	color: #FFFFFF;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #060;
	line-height: 120%;
	width: 100%;
	background-color: #000000;
}
h3 {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
	font-size: 16px;
}
#freemap_box {
	width: 90%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 4px;
}
#freemap_box p {
	margin-bottom: 4px;
}



#text {
	font-size: 100%;
	line-height: 120%;
	margin-top: 10px;
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	margin-bottom: 14px;
}
#text img {
	float: left;
	margin-right: 10px;
	margin-bottom: 4px;
}

.last_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#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;
	font-size: 16px;
}
#table_data tr {
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
#table_data th {
	width: 110px;
	vertical-align: middle;
	padding-top: 6px;
	background-color: #B5DA90;
	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;
}
#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%;
}
