@charset "UTF-8";
/* CSS Document */

/* ===================================================================
CSS information

 File Name  : module.css
 Style Info : 共通要素の基本設定

11px = 85%		12px = 93%		13px = 100%		14px = 108%
15px = 116%		16px = 123.1%	        17px = 131%		18px = 138.5%
19px = 146.5%	        20px = 153.9%	        21px = 161.6%	        22px = 167%
23px = 174%		24px = 182%		25px = 189%		26px = 197%
=================================================================== */

/*----------------------------------------------------------------
	共通
----------------------------------------------------------------*/
html, body {
	width: 100%;
	height: 100%;
}

body {
  font-size : 13px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #22222;
  background-color:#000;
}

#wrapper {
	width: 99%;
	display:block;
	margin: 0px auto;
}

#navi {
	width: 100%;
	height:auto;
	position: fixed;
	top: 0;
	left:0;
	z-index: 3;
}
img#menu_btn {
	width: 100%;
    max-width:100%;  
	height:auto;
	box-shadow: 1px 1px 3px #000000;
}
.header {
	  width: 100%;
	  height: 100%;
	  display:block;
}
img.picfit {
    width:100%;
    max-width:100%;  
    height:auto;  

}
img.pichalf {
    width:50%;
    max-width:50%;  
    height:auto;
	float:left;
}


/* contentクラス要素
----------------------------------------------------------- */
.content {
	width: 90%;
	height:auto;
	margin: 0 auto 3em auto;
	background:#FFF;
	border: 3px solid #FC0;
	padding-bottom:
}
.content_head {
	width: 100%;
	height:auto;
	background:url(../img/sp/frame/top.jpg) no-repeat;
	background-size: 100% 100%;
}
.content_body {
	width: 100%;
	height: auto;
}
.content_btm {
	width: 100%;
	height: auto;
	min-height: 40px;
	background:url(../img/sp/frame/bottom.jpg) no-repeat;
	background-size: 100% 100%;
}
img.conHead {
	margin-top:36px; 
}
.conInside {
	width: 96%;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
	border-bottom: 1px solid #333333;
}
.conInsideBtm {
	width: 96%;
	margin: 0px auto;
	padding-top: 30px;
	padding-bottom: 30px;
}
p.conGaiyoTex01 {
	width: 100%;
	white-space: normal;
	word-break:break-all;
	font-size: 100%;
	line-height: 1.6em;	
}
.conGaiyoTex01_add {
	color: #F00;
}
ul#playguides {
	margin-top: 1em;
}
li.playguideList {
	margin-bottom: 2em;
}
p.pgtel {
	font-size: 100%;
	font-weight:700;
	text-align:center;
}
p.con_tex {
	font-size: 90%;
}



.conInsideProfile {
	clear:both;
	width: 96%;
	height:auto;
	overflow:auto;
	margin: 30px auto;
	border-top: 2px solid #F00;
}
img.profile_name {
	clear:both;
	margin-top: 3em
}
p.profile {
	width: 49%;
	float:right;
	font-size: 90%;
}
p.profile_aun_left {
	width: 99%;
	float:left;
	font-size: 90%;
}
/*p.profile_aun_right {
	width: 49%;
	float:right;
	font-size: 90%;
}*/
p.profile2 {
	clear:both;
	padding-top: 2em;
	width: 100%;
	font-size: 90%;
}
/* end */ 

/* フッタ要素
----------------------------------------------------------- */
#footer {
	width: 100%;
	background:#FFF;
}
p#footContent {
	width: 100%;
	text-align:center;
}
/* end */ 

/* toTopボタン要素
----------------------------------------------------------- */
.pagetop {
 display: none;
 position: fixed;
 bottom: 20px;
 right: 10px;
}
.pagetop a {
 display: block;
 width: 63px;
 height: 63px;
 background: url(../img/toTop_btn.png) no-repeat;
}
.pagetop a:hover {
 background: url(../img/toTop_btn_over.png) no-repeat;
}
/* end */ 