@charset "shift_jis";
/*******************************************************/
/*　　　　　　　　　　mobagiri用CSS　　　　　　　　　　*/
/*******************************************************/
html, body {
	margin:0;
	padding:0;
	color:#000;
	font-size:16px;
	line-height:1.25;
	background-color:#FF0;
}
/*** 全体カコミ ***/
.contentsBox {
	margin:0;
	padding:16px 8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*** タイトル ***/
.title {
	margin:0;
	padding:10px 0;
	text-align:center;
	font-size:22px;
	font-weight:bold;
	color:#FFF;
	background:-moz-linear-gradient(top, #5FDA11 0%, #3ABD1D 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#5FDA11), color-stop(100%,#3ABD1D));
	background-color:#2CBF13;
	text-shadow:0 1px 0 #666;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.title span {
	font-size:18px;
	font-weight:normal;
	color:#FFF;
}
/*** リンク ***/
.linkBox {
	margin:0 0 16px 0;
	padding:0;
	text-align:center;
	font-size:12px;
	line-height:1.0;
	color:#666;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.linkBox ul {
	margin:0 auto;
	padding:0;
	width:100%;
	display:table;
	table-layout:fixed;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.linkBox ul li {
	margin:0;
	padding:0 4px 2px 4px;
	display:table-cell;
	text-align:center;
	vertical-align:middle;
	font-size:18px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.linkBox ul li a {
	margin:0 auto;
	padding:8px 0;
	width:100%;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#00F;
	background:-moz-linear-gradient(top, #FD0 0%, #FA0 100%);
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD0), color-stop(100%,#FA0));
	background-color:#FD0;
	border:outset 1px #999;
	border-radius:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.linkBox ul li p {
	margin:0 auto;
	padding:8px 0;
	width:100%;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#999;
	background-color:#CCC;
	border:solid 1px #999;
	border-radius:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*** スタンプ紹介 ***/
.stampTitle {
	margin:16px 0 0 0;
	padding:8px 0;
	text-align:center;
	font-size:20px;
	font-weight:bold;
	color:#FFF;
	border-top-left-radius:10px;
	border-top-right-radius:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.slot {
	background-color:#90F;
}
.pachi {
	background-color:#09F;
}
.stampTitle font {
	color:#FF0;
}
.stampTitle span {
	color:#CCC;
	font-size:14px;
	font-weight:normal;
}
.stampBox {
	margin:0 auto;
	padding:8px;
	text-align:left;
	background-color:#FFF;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.stampBox .imgS {
	margin:8px auto;
	padding:0;
	width:80%;
	text-align:center;
	background-color:transparent;
	background-image:url(img/stamp_ALL_slot.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	background-position:center top;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.stampBox .imgP {
	margin:8px auto;
	padding:0;
	width:80%;
	text-align:center;
	background-color:transparent;
	background-image:url(img/stamp_ALL_pachi.png);
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	background-position:center top;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.stampBox .imgS img,
.stampBox .imgP img {
	margin:0 auto;
	padding:0;
	width:100%;
	opacity:0.0;
}
.stampBox b {
	margin:0 2px 0 0;
	padding:4px 16px;
	text-align:center;
	font-size:18px;
	line-height:2.0;
	background-color:#FFF;
	border:solid 1px #999;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
