@charset "utf-8";

/*=================================

	Reset

================================ */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0;}
ol,ul{list-style:none;}
a:focus{outline:thin dotted;}
a:hover,a:active{outline:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:none;}
ins{text-decoration:none;}
mark{background:none;}
table{border-collapse:collapse;border-spacing:0;}
caption,th{text-align:left;}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block;}
video,audio,canvas{display:inline;zoom:1;}
svg:not(:root){overflow:hidden;}
audio:not([controls]),[hidden]{display:none;}

/*=================================

	Base

=================================*/
/* 12px = 75% 13px = 81.25% 14px = 87.5% 15px = 93.8% 16px = 100%
 * 17px = 106.3% 18px = 112.5% 19px = 118.8% 20px = 125%
 */
html {
	overflow-y: scroll;
	-webkit-text-size-adjust: 100%;
	    -ms-text-size-adjust: 100%;
	font-size: 100%;
}
body {
	font:87.5%/1.5 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',Osaka,sans-serif;
	color: #333333;
}
/* link setting */
a:link {
	color: #0033ff;
	text-decoration: none;
}
a:visited {
	color: #9966cc;
	text-decoration: none;
}
a:hover {
	color:#ff6600;
	text-decoration: none;
}
a:active {
	color:#ff6600;
	text-decoration: none;
}
/* other setting */
hr {display: none;}
img {vertical-align: bottom;}
sub, sup {
	position: relative;
	line-height: 0;
	font-size: 85.71%
}
sup {top: -0.25em;}
sub {bottom: -0.25em;}
/* for IE7 */
em {*font-style: normal;}

/*=================================

	Utility parts

=================================*/
/* Margin-top */
.mt0 {margin-top: 0 !important;}
.mt5 {margin-top: 5px !important;}
.mt10 {margin-top: 10px !important;}
.mt15 {margin-top: 15px !important;}
.mt20 {margin-top: 20px !important;}
.mt25 {margin-top: 25px !important;}
.mt30 {margin-top: 30px !important;}
.mt35 {margin-top: 35px !important;}
.mt40 {margin-top: 40px !important;}
.mt45 {margin-top: 45px !important;}
.mt50 {margin-top: 50px !important;}
/* Margin-bottom */
.mb0 {margin-bottom: 0 !important;}
.mb5 {margin-bottom: 5px !important;}
.mb10 {margin-bottom: 10px !important;}
.mb15 {margin-bottom: 15px !important;}
.mb20 {margin-bottom: 20px !important;}
.mb25 {margin-bottom: 25px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb35 {margin-bottom: 35px !important;}
.mb40 {margin-bottom: 40px !important;}
.mb45 {margin-bottom: 45px !important;}
.mb50 {margin-bottom: 50px !important;}
/* Margin-left */
.ml0 {margin-left: 0 !important;}
.ml5 {margin-left: 5px !important;}
.ml10 {margin-left: 10px !important;}
.ml15 {margin-left: 15px !important;}
.ml20 {margin-left: 20px !important;}
.ml25 {margin-left: 25px !important;}
.ml30 {margin-left: 30px !important;}
.ml35 {margin-left: 35px !important;}
.ml40 {margin-left: 40px !important;}
.ml45 {margin-left: 45px !important;}
.ml50 {margin-left: 50px !important;}
/* text-align */
.aL {text-align: left !important;}
.aC {text-align: center !important;}
.aR {text-align: right !important;}
/* vertical-align */
.vT {vertical-align: text-top !important;}
.vB {vertical-align: text-bottom !important;}
.vM {vertical-align: middle !important;}
/* text */
.txL {font-size: 114.29% !important;} /* 16px */
.txS {font-size: 85.71% !important;} /* 12px */
.txB {font-weight: bold !important;}
/* display */
.inlB {
	display: inline-block !important;
	*display: inline !important;
	*zoom: 1;
}
.voiceGuide {
	position:absolute !important;
	top:0 !important;
	left:0 !important;
	overflow:hidden !important;
	width:0 !important;
	height:0 !important;
	margin:0 !important;
	padding:0 !important;
	font-size:0 !important;
}

/*=================================

	Print

================================ */
@media print {
#header #toInquiryLink,
#header #searchBox,
#globalNavi,
#contentsContainer #aside,
#contentsContainer #rightNavi,
#footerContainer .pageTop,
#footerContainer #footerNavi,
#footerContainer #footerGroupNavi,
#footerContainer #footer .footerLink {
	display: none;
}
#contentsContainer #contents {
	float: none;
}
#footerContainer {
	background: none !important;
}
#footerContainer #footer .copyright {
	left: 0;
	right: auto;
}
}