@charset "UTF-8";
@import url("reset.css");

/*@font-face
{
font-family: mplus-2p-regular;
src: url('http://mplus-fonts.sourceforge.jp/webfonts/mplus-2p-regular.ttf')
     format("truetype");
}
*/

/*---------------------------------------------------------------------------------------
 タグ
---------------------------------------------------------------------------------------*/
*{
	outline:none;
}

html,body{
	/*background:#bcd6e7;*/
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	/*position:relative;*/
	/*min-height:650px;*/
	/*min-width:1024px;*/
	font-size:14px;
	line-height:1;
	-webkit-text-size-adjust: none;
	height:100%;
	width:100%;
	/*min-height:700px;*/
	/*overflow:hidden;*/
}

a{
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);/*iPad グレー対応*/
	outline:none;
}

img,svg,rvml{
	border: none;
	vertical-align: top;
}

/*---------------------------------------------------------------------------------------
　ローディング
---------------------------------------------------------------------------------------*/
#loading{
	/*display:none;*/
	position:fixed;
	top:0;
	right:0;
	width:100%;
	height:100%;
	z-index:5000;
	/*display:none; テスト用 */
	background:#fff url(../images/top/top_bg.jpg) repeat 50% 0;
}

#loadingBg{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height:100%;
	/*background:#fff url(../images/common/loading_bg.jpg);*/
	/*min-height:650px;*/
	z-index:6000;
	/* box-shadow */
	/*box-shadow:rgba(0, 0, 0, 0.0980392) 0px 4px 3px -2px;
	-webkit-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 4px 3px -2px;
	-moz-box-shadow:rgba(0, 0, 0, 0.0980392) 0px 4px 3px -2px;*/
		background:url(../images/top/top_bg.jpg) repeat 50% 0;

}

#loadingText{
	position:absolute;
	top:53%;
	left:50%;
	margin-left:-50px;
	margin-top:-56px;
	z-index:7000;
	display:none;
}



/*---------------------------------------------------------------------------------------
 コンテンツ
---------------------------------------------------------------------------------------*/
#wrapper{
	/*min-width:1024px;*/
	position:relative;
	width:100%;
}



/*---------------------------------------------------------------------------------------
 マージン
---------------------------------------------------------------------------------------*/
.mb0 {margin-bottom: 0!important;}
.mb1 {margin-bottom: 1em!important;}


/*---------------------------------------------------------------------------------------
 その他
---------------------------------------------------------------------------------------*/

/* clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
/* for IE6 */
* html .clearfix { zoom: 1; }
/* for IE7 */
*:first-child+html .clearfix { zoom: 1; }

a.alpha {
	-webkit-transition: opacity .2s ease;
	-moz-transition: opacity .2s ease;
	-o-transition: opacity .2s ease;
	-ms-transition: opacity .2s ease;
	transition: opacity .2s ease;
}

a.alpha:hover{
	opacity:0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


.jn{
	position:absolute;
	width:100%;
	height:100%;
	left:0;
	top:0;
	z-index:1;
	max-width:none !important;
}


/*---------------------------------------------------------------------------------------
 印刷
---------------------------------------------------------------------------------------*/

@media print{
  *{
	  display:none;
  }
}
