@charset "utf-8";

/* common */
html {
	font-size: 62.5%; /* 10px = 1rem */
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}

/* 12px = 75% 13px = 82% 14px = 88% 15px = 94% 16px = 100% */
body {
	font-size: 13px;
	font-size: 1.3em;
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.6;
	color: #333333;
}

input, textarea, select, option, optgroup {
	font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
img {
	line-height: 1;
	vertical-align: bottom;
}

hr {
	display: none;
}

/* link */
a {
	outline: none;
}
a:link {
	color: #2640a3;
	text-decoration: none;
}
a:visited {
	color: #2640a3;
}
a:hover {
	text-decoration: underline;
}
a:hover img {
	-ms-filter: "alpha(opacity=70)";
	filter: alpha(opacity=70);
	opacity: 0.7;
}
a:active {
	color: #2640a3;
}
sub {
	vertical-align: bottom;
}
sup {
	vertical-align: top;
}
#header a:link,
#topicPath a:link,
#footer a:link,
.rightBlock a:link {
	color: #333333;
	text-decoration: none;
}
#header a:visited,
#topicPath a:visited,
#footer a:visited,
.rightBlock a:visited {
	color: #333333;
	text-decoration: none;
}
#header a:active,
#topicPath a:active,
#footer a:active,
.rightBlock a:active {
	color: #333333;
	text-decoration: none;
}
#header a:hover,
#topicPath a:hover,
#footer a:hover,
.rightBlock a:hover {
	text-decoration: underline;
}

/* for Talking Browser */
.voiceGuide {
	position: absolute;
	overflow: hidden;
	top: 0px;
	left: 0px;
	width: 1px;
	height:1px;
}

/* margin-top */
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt20 {margin-top: 20px !important;}
.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}
.mt50 {margin-top: 50px !important;}
.mt80 {margin-top: 80px !important;}
.mt100 {margin-top: 100px !important;}

/* margin-bottom */
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important; }
.mb10 {margin-bottom: 10px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb50 {margin-bottom: 50px !important;}

/* text-align */
.aL {text-align: left !important;}
.aC {text-align: center !important;}
.aR {text-align: right !important;}

/* vertical-align */
.vTop {vertical-align: text-top !important;}
.vBottom {vertical-align: text-bottom !important;}
.vMid {vertical-align: middle !important;}

/* txt */
.txtExLarge {
	font-size: 17px;
	font-size: 1.7rem;
}
.txtLarge {
	font-size: 15px;
	font-size: 1.5rem;
}
.txtSmall {
	font-size: 11px;
	font-size: 1.1rem;
}
.bold {
	font-weight: bold;
}
.caution {
	color: #cc0000;
}
.caption {
	margin-top: 5px;
	font-size: 11px;
	font-size: 1.1rem;
}
.color01 {
	color: #2640a3;
}
.color02 {
	color: #cc0000;
}
.color03 {
	color: #ff0000;
}

/* width */
.width05 { width: 5%; }
.width10 { width: 10%; }
.width12 { width: 12%; }
.width13 { width: 13%; }
.width14 { width: 14%; }
.width15 { width: 15%; }
.width16 { width: 16%; }
.width17 { width: 17%; }
.width20 { width: 20%; }
.width22 { width: 22%; }
.width25 { width: 25%; }
.width30 { width: 30%; }
.width35 { width: 35%; }
.width40 { width: 40%; }
.width45 { width: 45%; }
.width50 { width: 50%; }
.width55 { width: 55%; }
.width60 { width: 60%; }
.width65 { width: 65%; }
.width70 { width: 70%; }
.width75 { width: 75%; }
.width80 { width: 80%; }
.width85 { width: 85%; }
.width90 { width: 90%; }
.width95 { width: 95%; }
.width100 { width: 100%; }

@media only screen and (max-width: 973px) {
	a:hover img {
		-ms-filter: "alpha(opacity=100)";
		filter: alpha(opacity=100);
		opacity: 1;
	}
}