@charset "UTF-8";
/*フォント*/
.header_options {
	position: absolute;
	right: 0;
	bottom: 35%;
	margin: 0;
	padding: 0;
}
@media print, screen and (max-width: 767px) {
	.header_options {
	display: none;
}
}

.header_textsize-title {
	float: left;
	width: 86px;
	font-size: 80%;
	text-align: right;
	margin: 0.6em 10px 0 0;
	font-weight: bold;
}
#fontSize {
	float: left;
	margin: 0px 10px 0 0;
}
#fontSize li {
	float: left;
	width: 30px;
	height: 30px;
	margin-right: 4px;
	text-indent: -9999px;
	cursor: pointer;
	background-size: 100% 200%;
	-webkit-border-radius: 6px;
	-moz-border-radius: 62px;
	border-radius: 6px;
}
.small {
	background: url(../images/common/header_textsize-button00.png) no-repeat;
	background-color: #6d91aa;
}
.middle {
	background: url(../images/common/header_textsize-button01.png) no-repeat;
	background-color: #6d91aa;
}
.large {
	background: url(../images/common/header_textsize-button02.png) no-repeat;
	background-color: #6d91aa;
}
#fontSize li:hover {
	background-position: 0 -30px;
}
#fontSize li.current, #fontSize li.active {
	background-position: 0 -30px;
	background-color: #15284b;
}