@charset "utf-8";

/*----------------------------------------------------
　基本設定
----------------------------------------------------*/
/* clearfix */
.clearfix:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
/* ie6 hack */
* html .clearfix {
	height: 1%;
}
/* ie7 hack */
*:first-child+html .clearfix {
	min-height: 1%;
}

/* スクロールバー常時表示 */
html {
  overflow-y: scroll;
}

/* font */
body {
	font-family:'Noto Sans Japanese';
 	font-style:normal;
 	font-weight:200;
 
	/*font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HiraKakuPro-W3","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",Arial, Helvetica,sans-serif;*/
	font-size: 75%;
	/*line-height: 1.8em;*/
	line-height: 1.4;
	color: #333333;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


/*----------------------------------------------------
　リンクカラー
----------------------------------------------------*/
a:link {
	color:#003BA4;
	text-decoration: none;
}
a:visited {
	color:#003BA4;
	text-decoration: none;
}
a:hover {
	color: #00CCFF;
	text-decoration: underline;
}
a:active {
	color:#00CCFF;
	text-decoration: underline;
}


/*----------------------------------------------------
	汎用class
----------------------------------------------------*/
.imgR {
	float: right;
	margin: 0 0 10px 15px;
}
.imgL {
	float: left;
	margin: 0 15px 10px 0;
}
.boxR {
	float: right;
}
.boxL {
	float: left;
}
.kome {
	text-indent: -1.1em;
	margin-left: 1.2em;
}
.attention {
	color: #ff0000;
}
.mBottomZero {
	margin-bottom: 0 ! important;
}
.mTopZero {
	margin-top: 0 ! important;
}
.mLeftZero {
	margin-left: 0 ! important;
}
.mRightZero {
	margin-right: 0 ! important;
}
.pBottomZero {
	padding-bottom: 0 ! important;
}
.pTopZero {
	padding-top: 0 ! important;
}
.pLeftZero {
	padding-left: 0 ! important;
}
.pRightZero {
	padding-right: 0 ! important;
}
.imgBox {
	display: block ! important;
	font-size: 1px ! important;
}
.noBorder {
	border: none ! important;
}

/*----------------------------------------------------
	IE8 アラート
----------------------------------------------------*/
#error {
 padding: 20px 0;
 color: #000;
 background:#FFF8CA;
 text-align:center;
}
 
#error p {
 font: bold 16px/30px Meiryo,sans-serif;
}
 
#error a {
 color: #f00;
 text-decoration: underline;
}
 
#error a:hover {
 color: #fff;
 background: #f00;
}