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

h1 {
	font-size: 24px;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C03;
	text-align: left;
	padding-top: 4px;
}
#areamap-asia_box {
	width: 900px;
	border: 1px solid #000;
	margin-top: 4px;
	margin-bottom: 4px;
}
#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%;
}
