@charset "shift_jis";
/*******************************************************/
/*　　　　　　　　　　mobagiri用CSS　　　　　　　　　　*/
/*******************************************************/
* {
	margin:0;
	padding:0;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-o-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
html, body {
	background-color:#000;
	/*background-image:url(img/bg.png);
	background-repeat:repeat;
	background-size:75% auto;
	-moz-background-size:75% auto;
	background-position:center top;*/
	color:#FFF;
	font-size:16px;
	line-height:1.25;
}
.iPhoneBody {
	background-color:transparent;
}
.panel {
	display:none;
	position:absolute;
	width:100%;
}
.active {
	display:block;
}
font[color*="#999999"],
font[color*="#666666"] {
	font-size:12px;
}
hr {
	margin:8px auto;
}
/*** サブタイトル ***/
.catch {
	padding:6px 0;
	line-height:1.0;
	text-align:center;
}
.subtitle {
	padding:6px 0;
	line-height:1.0;
	text-align:center;
	background-color:#CF9E3B;
}
/*** リード ***/
.lead {
	margin:16px 8px;
	text-align:left;
}
/*** アンカー ***/
.anchor {
	margin:0 auto;
	padding:8px 0;
	width:240px;
	text-align:center;
	font-size:14px;
	line-height:1.0;
	background-color:#CF9E3B;
	border:outset 2px #D4A84E;
	-webkit-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
}
.anchor a {
	color:#FF0;
}
/*.anchor {
	margin:0 auto;
	width:240px;
	text-align:center;
	font-size:14px;
	line-height:1.0;
}
.anchor a {
	padding:8px 0;
	display:block;
	border:outset 2px #D4A84E;
	background-color:#CF9E3B;
	-webkit-border-radius:8px;
	-ms-border-radius:8px;
	border-radius:8px;
}*/
/*** カコミ ***/
.contentsBox {
	margin:16px auto;
	padding:0;
	text-align:center;
}
.contentsBox a {
	font-size:18px;
}
.quiz {
	padding:8px 0;
	font-size:14px;
	background-color:#C00;
}
.quiz a {
	color:#FF0;
}
/*** 実戦者リンク ***/
.contentsBox .writerBOX {
	margin:10px auto;
	display:block;
}
.contentsBox .writerBOX img {
	width:100%;
}
.contentsBox .writerBOX a {
	display:block;
}
/*** 機種リンク ***/
ul.kishulink {
	margin:24px 0 16px 0;
	text-align:left;
}
ul.kishulink div {
	padding:6px;
	text-align:center;
	line-height:1.0;
	background-color:#CF9E3B;
}
ul.kishulink li {
	padding:0 8px;
	line-height:1.1;
	border-bottom:solid 1px #CF9E3B;
}
ul.kishulink li span {
	font-size:small;
}
ul.kishulink li a {
	padding:16px 0;
	display:block;
	text-decoration:none;
	background-image:url(img/trainav.png);
	background-repeat:no-repeat;
	background-size:8px auto;
	-moz-background-size:8px auto;
	background-position:right center;
}
/*** ルール ***/
.contentsBox .ruleTitle {
	margin:0 auto;
	padding:6px;
	width:96%;
	text-align:center;
	background-color:#0C0;
	-webkit-border-top-left-radius:8px;
	-ms-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-ms-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
.contentsBox .ruleBody {
	margin:0 auto;
	padding:8px;
	width:96%;
	text-align:left;
	font-size:14px;
	color:#000;
	background-color:#FFF;
	border:solid 1px #0C0;
}
/*** メンバー紹介 ***/
.contentsBox .profTitle {
	margin:0 auto;
	padding:6px;
	width:96%;
	text-align:center;
	background-color:#C00;
	-webkit-border-top-left-radius:8px;
	-ms-border-top-left-radius:8px;
	border-top-left-radius:8px;
	-webkit-border-top-right-radius:8px;
	-ms-border-top-right-radius:8px;
	border-top-right-radius:8px;
}
.contentsBox .profBody {
	margin:0 auto;
	padding:8px;
	width:96%;
	text-align:left;
	font-size:14px;
	color:#000;
	background-color:#FFF;
	border:solid 1px #C00;
	clear:both;
}
.contentsBox .profBody img {
	margin-right:4px;
	width:104px;
	clear:both;
}
.contentsBox .profBody span {
	font-size:16px;
	color:#C00;
}
/*** 表テーブル ***/
table.table {
	width:100%;
	border:1px solid #666;
	border-collapse:collapse;
	border-spacing:0;
	empty-cells:show;
	font-size:16px;
}
table.table th {
	padding:4px 2px;
	border:1px solid #666;
	color:#FFF;
	background-color:#300;
	text-align:center;
	font-size:12px;
}
table.table td {
	padding:4px 2px;
	border:1px solid #666;
	color:#FFF;
	text-align:center;
	font-size:16px;
}
table.table td[bgcolor*="#663333"] {
	font-size:14px;
}








