@charset "UTF-8";
			
/* All browser setting
============================================================================= */
body {
	width: 100%!important;
	margin: 0!important;
	padding: 0!important;
	background: none;
	color: #000000;
	font-size: 100%;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "Hiragino Sans", "ヒラギノ角ゴシック", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", Meiryo, "メイリオ", "MS PGothic", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	overflow: visible;
}
img {
	border: none;
}
header .headMenu,
nav.gNav,
aside.side,
.footNav,
footer .footMenu,
footer .pageTop,
.printNone {
	display: none!important;
}
header {
	position: relative;
	border-bottom: 3px solid #CCCCCC;
}
header .logo {
	margin: 20px 0;
}
#contents main {
	float: none;
	width: 100%!important;
	overflow: visible!important;
}
#contents main .print {
	display: block;
}
footer {
	background: none;
	border: none;
}
footer .note {
	padding-top: 20px;
	border-top: 3px solid #CCCCCC;
	color: #666666;
	font-size: 90%;
}