@charset "shift_jis";
/*********************************************/
/*　　　　　　 軍団マガジン用CSS 　　　　　　*/
/*********************************************/
html, body {
	background-color:#FFF;
	color:#000;
}
/*** 影 ***/
.shadowTop {
	-webkit-box-shadow:0px -3px 3px rgba(0, 0, 0, 0.3);
	box-shadow:0px -3px 3px rgba(0, 0, 0, 0.3);
}
.shadowBottom {
	-webkit-box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
	box-shadow:0px 3px 3px rgba(0, 0, 0, 0.3);
}
/*** タイトル ***/
.iPhoneHead {
	margin:0;
	padding:10px 0;
	background-image:-webkit-gradient(linear, left top, left bottom, from(#404040), to(#000000));
	background-color:#000;
	line-height:1.1;
}
.iPhoneHead h1 {
	margin:0;
	padding:0;
	font-size:26px;
	line-height:1.1;
	color:#FF0;
	text-align:center;
	text-shadow:1px 1px 2px #C00;
}
.iPhoneHead h1 span {
	font-size:18px;
	line-height:1.2;
	color:#FFF;
	font-weight:normal;
	text-shadow:none;
}
/*** ショートカットボタン ***/
.menuButton1 {
	margin:0 auto;
	padding:8px 5px;
	background-color:#FF7C00;
	text-align:center;
	line-height:1.1;
	border-bottom:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.menuButton1 ul {
	margin:0;
	padding:0;
	width:100%;
	display:table;
	table-layout:fixed;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.menuButton1 ul li {
	margin:0;
	padding:0 3px;
	width:100%;
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	background:none;
	border:none;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.menuButton1 ul li a {
	margin:0;
	padding:8px 0;
	display:block;
	color:#00F;
	text-decoration:none;
	border:outset 1px #999;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%, #EEE), color-stop(100%, #BBB));
	background-color:#EEE;
	-webkit-border-radius:6px;
	border-radius:6px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*** イベント関連 ***/
/*.event {
	margin:16px 0;
	padding:0 8px;
	text-align:center;
}
.event .leftBox {
	margin:0;
	padding:0;
	text-align:right;
	float:left;
	width:49%;
	border-radius:8px;
	border:outset 2px #999;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.event .rightBox {
	margin:0;
	padding:0;
	text-align:left;
	float:right;
	width:49%;
	border-radius:8px;
	border:outset 2px #999;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.event img {
	margin:0;
	padding:0;
	width:100%;
	border-radius:6px;
}
.event a {
	margin:0;
	padding:0;
	text-decoration:none;
	border-radius:8px;
}*/
.event {
	margin:16px auto;
	padding:0 4px;
	text-align:center;
	background-color:transparent;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.event ul {
	margin:0;
	padding:0;
	width:100%;
	display:table;
	table-layout:fixed;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.event ul li {
	margin:0;
	padding:0 4px;
	width:100%;
	display:table-cell;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.event ul li img {
	margin:0;
	padding:0;
	display:block;
	width:100%;
	border-radius:8px;
}
/*** メンバー紹介 ***/
.memberTitle {
	margin:0;
	padding:8px 0;
	text-align:center;
	font-size:20px;
	line-height:1.0;
	font-weight:bold;
	color:#FFF;
	/*text-shadow:1px 1px 0 #000;*/
}
.p {
	background-color:#00CC00;
}
.s {
	background-color:#0099FF;
}
.w {
	background-color:#FF3399;
}
.memberPG {
	margin:0 auto;
	padding:4px;
	width:100%;
	display:table;
	font-size:12px;
	line-height:1.05;
	text-align:center;
	background-color:#FFF;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.pp {
	background-color:#E5FAE5;
}
.ss {
	background-color:#E5F5FF;
}
.ww {
	background-color:#FFEAF5;
}
.memberPG div {
	margin:0 auto;
	padding:4px;
	width:32%;
	display:inline-block;
	vertical-align:top;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.memberPG div img {
	margin:0 0 2px 0;
	padding:0;
	width:100%;
}
.memberPG div a {
	margin:0;
	padding:0;
	display:block;
	text-decoration:none;
	text-align:center;
}
/*** 本文 ***/
.columntext {
	margin:0;
	padding:16px 8px;
	font-size:16px;
	line-height:1.3;
}
.columntext img {
	margin:0 auto;
	padding:0;
	width:100%;
	text-align:center;
}
.columntext div {
	margin:16px 0 0 0;
	padding:0;
	font-size:18px;
	color:#FF7C00;
}
.columntext span {
	font-size:12px;
	color:#666;
}
/*** フッター ***/
.footer {
	padding:12px 0;
	border-top:solid 1px #999;
	text-align:center;
	font-size:16px;
	line-height:1.0;
}
