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 {
	font-size: 24px;
	line-height: 120%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C90;
	text-align: center;
	padding-top: 4px;
	margin-bottom: 6px;
}
h2 {
	font-size: 18px;
	color: #C90;
	text-align: center;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #C90;
	line-height: 120%;
	margin-bottom: 10px;
}
#flag_image {
	border: 1px solid #000;
	width: 250px;
	margin-right: auto;
	margin-left: auto;
	height: 166px;
}
#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;
}

#table_ex {
	margin-right: auto;
	margin-left: auto;
	width: 90%;
	clear: both;
	margin-bottom: 10px;
}
#table_ex tr {
	border-collapse: collapse;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #000;
}
.last_line {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #000;
}

#table_ex th {
	height: 62px;
	width: 60px;
	vertical-align: middle;
	padding-top: 2px;
}
#table_ex td {
	height: 60px;
	font-size: 80%;
	vertical-align: middle;
	padding-top: 2px;
	padding-bottom: 2px;
	line-height: 120%;
	padding-left: 10px;
}

#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: #C90;
}
#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: #FFFF99;
	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%;
}
