@charset "shift_jis";
/*********************************************************/
/*　　　　　　　　　　LINEクイズ用CSS　　　　　　　　　　*/
/*********************************************************/
html, body {
	margin:0;
	padding:0;
	color:#FFF;
	font-size:16px;
	line-height:1.25;
	background-color:#000;
	/*background-image:url(img/bg_sp.jpg);
	background-repeat:repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	background-position:center top;
	background-color:#2CBF13;*/
}
font[color*="#666666"] {
	font-size:14px;
}
hr {
	margin-top:0;
	margin-bottom:16px;
}
/*** 全体カコミ ***/
.contentsBox {
	margin:0;
	padding:16px 8px;
}
.center {
	text-align:center;
}
.left {
	text-align:left;
}
.right {
	text-align:right;
}
.contentsBox hr {
	margin:0 auto;
	margin-bottom:16px;
	padding:0;
	width:100%;
	border:none;
	border-bottom:dotted 1px #CCC;
}
/*** リード ***/
.lead {
	margin:0;
	padding:15px 8px 0 8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*** ページタイトル ***/
.subtitle {
	margin:0;
	padding:0;
	text-align:center;
	background-image:url(img/bg.jpg);
	background-repeat:no-repeat;
	background-size:100% auto;
	-moz-background-size:100% auto;
	background-position:center top;
}
.subtitle div {
	margin:8px 0 0 0;
	padding:0;
	font-size:24px;
	font-weight:bold;
	line-height:1.0;
	color:#000;
}
/*** リンク ***/
.linkBox {
	margin:16px auto 0 auto;
	padding:0 10px;
	font-size:18px;
	line-height:1.1;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
.linkBox span {
	font-size:12px;
	line-height:1.1;
	color:#666;
}
.linkBox a {
	margin:0 auto;
	padding:10px 0;
	width:100%;
	display:block;
	text-decoration:none;
	text-align:center;
	color:#00F;
	background:-moz-linear-gradient(top, #FD0 0%, #FA0 100%);/* Firefoxなど */
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0%,#FD0), color-stop(100%,#FA0));/* 標準ブラウザ・Chromeなど */
	background-color:#FD0;
	border:solid 1px #999;
	border-radius:8px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*** 友だち追加 ***/
.friendBox {
	margin:0;
	padding:0;
	text-align:center;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*** クイズ一覧 ***/
.background {
	margin:16px auto;
	padding:0;
	background-image:url(img/bg.jpg);
	background-repeat: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;
}
.background > div {
	background-color:rgba(255,255,255,0.4);
}
#quiz div,
#rule div,
#pre div,
#answer div {
	margin:0;
	padding:0 16px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#quiz .index,
#rule .index,
#pre .index {
	margin:0 16px 10px 16px;
	padding:8px 0;
	font-size:20px;
	line-height:1.0;
	font-weight:bold;
	text-align:center;
	color:#FFF;
	/*text-shadow:1px 1px 0 #FFF;
	border-top-left-radius:8px;
	border-top-right-radius:8px;*/
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#quiz .index {
	background-color:rgba(255,102,0,0.7);
}
#quiz .index span {
	font-size:12px;
	color:#666;
	font-weight:normal;
	text-shadow:none;
}
#rule .index {
	background-color:rgba(0,53,103,0.7);
}
#pre .index {
	background-color:#2CBF13;
}
#quiz ul,
#rule ul {
	margin:0;
	margin-top:10px;
	padding:0;
	font-size:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#quiz ul li {
	margin:0;
	padding:0;
	display:inline-block;
	width:85%;
	vertical-align:text-top;
	text-align:left;
	font-size:16px;
	word-break:break-all;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#quiz ul li:first-child {
	margin-right:2px;
	padding:1px 0;
	width:13%;
	text-align:center;
	color:#FFF;
	background-color:#FC0;
	border-radius:24px;
}
#quiz ul li.next {
	background-color:#999;
	color:#CCC;
}
#rule p {
	margin-top:8px;
}
#rule p span {
	color:#009;
	font-weight:bold;
}
#answer ul {
	margin:0;
	padding:0;
	font-size:0;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#answer ul li {
	margin:2px 0;
	padding:0;
	display:inline-block;
	width:85%;
	vertical-align:text-top;
	text-align:left;
	font-size:16px;
	word-break:break-all;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#answer ul li:nth-child(odd) {
	margin-right:2px;
	padding:1px 0;
	width:13%;
	text-align:center;
	color:#FFF;
	border-radius:24px;
}
#answer ul li:nth-child(1) {
	background-color:#FC0;
}
#answer ul li:nth-child(3) {
	background-color:#0CF;
	font-size:14px;
}
#answer ul li:nth-child(5) {
	background-color:#999;
	font-size:14px;
}

