@charset "utf-8";
/*--------------------------------------------------------

=01: body and base setting
=02: link setting
=03: html5 setting

--------------------------------------------------------*/
.font_size_s {
	font-size: 62.5%;
}
.font_size_m {
	font-size: 72.5%;
}
.font_size_l {
	font-size: 82.0%;
}
.font_size_s header #font_size li.s span {
	background-color: #0087CE;
}
.font_size_m header #font_size li.m span {
	background-color: #0087CE;
}
.font_size_l header #font_size li.l span {
	background-color: #0087CE;
}
/* =01: body and base setting
--------------------------------------------------------*/
body {
	line-height: 1.5em;
	color: #000000;
	margin: 0;
	padding: 0;
}
* html body {
	text-align: center;
	font-size: x-small;
}
h1, h2, h3, h4, h5, h6, div, p, pre, ul, ol, dl, dt, dd, address, form, blockquote {
	padding: 0;
	line-height: 160%;
	text-align: left;
	display: block;
	margin: 0px;
}
table, td, th {
	line-height: 1.5em;
}
.areaAnchor, .anchor {
	display: none;
}
img {
	border: none;
	margin: 0;
	padding: 0;
	vertical-align: bottom;
}
a img.over {
	line-height: 0!important;
}
li {
	list-style: none;
}
address {
	font-style: normal;
}
em {
	font-style: normal!important;
	font-weight: bold!important;
}
strong {
	font-size: 1.2em;
	font-weight: bold!important;
}
input {
	vertical-align: middle;
	margin: 0;
}

ul.ul_inline li {
	float:left;
}

h3 {
	clear:both;
}

/* acronyms and abbreviations styles 
-------------------------------------*/
acronym, abbr {
	cursor: help;
}
label {
	margin-left: 3px;
	margin-right: 8px;
}
* html label {
	margin-left: 3px;
}
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	font-size: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* acronyms and abbreviations styles 
-------------------------------------*/
acronym, abbr {
	cursor: help;
}
label {
	margin-right: 5px;
}
* html label {
	margin-left: 3px;
}
/* =02: link setting
--------------------------------------------------------*/
a {
	font-family: Hiragino Kaku Gothic Pro, "ヒラギノ角ゴ Pro W3", Osaka, "ＭＳ Ｐゴシック", sans-serif!important;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
}
/* =03: html5 setting
--------------------------------------------------------*/
address, article, aside, figure, footer, header, hgroup, menu, nav, section, time {
	display: block;
	margin: 0;/*	-webkit-margin-before: 0;
	-webkit-margin-after: 0;
	-webkit-margin-start: 0;
	-webkit-margin-end: 0;*/
}
[hidden], command, datalist, menu[type=context], rp, source {
 display:none;
}
