@charset "utf-8";

/* ======================================================
	レスポンシブ
====================================================== */
.pc{
	display: block;
}
.sp{
	display: none;
}

/* ======================================================
	common
====================================================== */
body {
	font-family:"Open Sans","Helvetica Neue",Helvetica,"游ゴシック","Yu Gothic","游ゴシック体","YuGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","Meiryo UI","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	color: #81511C;
	background-color: #fbe28b;
	font-size: 14px;
	line-height: 1.7;
	text-align: center;
	background-image: url(../image/happa_left.png),url(../image/happa_right.png),url(../image/kage_right.png),url(../image/kage_left.png),url(../image/bg_top.png),url(../image/bg_side.png),url(../image/bg_suna.png);
	background-position: left top,right top,right top 200px,left top 200px,top center,top center,top 300px center;
	background-repeat: no-repeat,no-repeat,no-repeat,no-repeat,no-repeat,repeat-x,repeat;
}
img{
	vertical-align: bottom;
	border-style:none;
}
li{list-style: none;}

a:hover img {
  opacity: 0.7;
}
.clearfix {width: 100%;}
.clearfix:after {
	content: "";
	display: block;
	clear: both;
}

#wrap{
	width: 768px;
	margin: 0 auto;
	position: relative;
	padding-top: 20px;
}
#whiteSpace{
	background: #FFF;
	padding-top: 10px;
	margin-top: 10px;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
/*#main{
	position: relative;
	padding-top: 20px;
}*/

/* ======================================================
	header
====================================================== */
header#logoFull{
	
}
header#logo{
	text-align: left;
	position: absolute;
	left: 0;
	top: 10px;
}


/* ======================================================
	タイトル
====================================================== */
#title{
	width: 768px;
	background-image: url(../image/title_top.png),url(../image/title_bottom.png),url(../image/title_middle.png);
	background-repeat: no-repeat,no-repeat,repeat-y;
	background-position: top center,bottom center,center center;
	padding: 70px 0 40px 0;
}
#enqueTitle{
	background: #FFF;
	font-size: 24px;
	font-weight: bold;
	padding: 10px 0;
	width: 500px;
	margin: 20px auto;
}

/* ======================================================
	アンケート
====================================================== */
/* ========== アンケート設問 ========== */
#questionArea{
}

/* 質問セリフ */
#question{
	/*background: url(../image/bg_question.png);*/
	-webkit-border-radius: 10px;
	        border-radius: 10px;
	color: #FFF;
	font-size: 21px;
	font-weight: bold;
	padding: 30px 20px;
	position: relative;
}
/* １問目 */
#question.no1{
	background-image: url(../image/now_1.png),url(../image/bg_question.png);
	background-repeat: no-repeat,repeat;
	background-position: left 30px center, center center;
}
/* ２問目 */
#question.no2{
	background-image: url(../image/now_2.png),url(../image/bg_question.png);
	background-repeat: no-repeat,repeat;
	background-position: left 30px center, center center;
}

#sankaku{
	position: absolute;
	top: -30px;
	left: 0;
	right: 0;
}

/* ===== 旗揚げ ===== */
/* 通常 */
.boyNormal{background: url(../image/boy.png)no-repeat top center;}
/* 左 */
.boyLeft{background: url(../image/boy_left.png)no-repeat top center;}
/* 右 */
.boyRight{background: url(../image/boy_right.png)no-repeat top center;}


/* ===== カウントダウン ===== */
#count{
	display: block;
	/*position: absolute;*/
}
#count p{
	position: absolute;
}
#cnt1,#cnt2,#cnt3{
	top: 70px;
	left: 0;
	right: 0;
}


/* ========== アンケ回答 ========== */
#answer{
	width: 620px;
	height: 250px;
	margin: 10px auto 0 auto;
	position: relative;
}
#answer:after{
	display: block;
	clear: both;
	content: "";
}

#answer a{
	display: block;
	position: relative;
	background: #FFF;
	cursor: pointer;
}
#ansA{
	float: left;
	border: #E60000 2px solid;
}
#ansB{
	float: right;
	border: #055BA2 2px solid;
}

/* アイコン */
#icA,#icB{
	position: absolute;
	top: 10px;
}
#icA{left: 10px;}
#icB{right: 10px;}

/* テキスト */
#answer a p{
	position: absolute;
	bottom: 10px;
	width: 100%;
	font-size: 29px;
	color: #2C1E19;
	font-weight: bold;
	background: rgba(255,255,255,0.7);
	text-shadow: 2px 2px 0 #FFF,
               -2px 2px 0 #FFF,
               2px -2px 0 #FFF,
               -2px -2px 0 #FFF;
}


/* ======================================================
	フッター
====================================================== */
footer{
	/*background: #FFF;*/
	/*text-align: left;*/
	color: #006491;
	padding: 30px;
	margin: 15px auto 0 auto;
	-webkit-border-radius: 10px;
	        border-radius: 10px;
}
footer article{}
footer p{
	margin:10px 0 0 0;
}
footer div{
	font-size: 1.3em;
	font-weight: bold;
	margin-bottom: 30px;
	padding: 10px 0;
	background: url("../image/bg_question.png");
	-webkit-border-radius: 5px;
		        border-radius: 5px;	
}


/* ======================================================
	セレクト
====================================================== */

/* 記事セレクト*/
.enquete-list {
	width: 728px;
	margin: 0 auto;
}
.enquete-list .table {
	border-top: dotted 1px #b3b3b3;
	border-bottom: dotted 1px #b3b3b3;
	width: 100%;
}
.enquete-list .table tr {
	vertical-align: top;
	font-size:14px;
}
.enquete-list .table.odd tbody tr:nth-child(odd) {
	background: #fff8cf;
}
.enquete-list .table th,.enquete-list .table td {
	border-left:  dotted 1px #b3b3b3;
}
.enquete-list .table th {
	padding: 10px;
}
.enquete-list .table td {
	padding: 5px 10px;
}
.enquete-list .table th:first-child,.enquete-list .table td:first-child {
	border-left: none;
}
.enquete-list .table .coin {
	font-weight: bold;
	text-align:right;
}
.enquete-list .table tbody .coin {
	color: #FF9900;
}
.enquete-list .table .status {
	 text-align: center;
}
.enquete-list .table .title,
.enquete-list .table .date {
	 text-align: left;
}


.ui-btn {
	color: #FFF;
	display: block;
	position: relative;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 10px;
	font-size: 13px;
	text-align: center;
	line-height: 1;
	cursor: pointer;
	text-decoration: none;
 }
a.ui-btn-a {
	color: #fff;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	background-color: #FF9900;
	font-weight: bold;
}
a.ui-btn-a:hover {
	background-color: #DBDBDB;
}
a.ui-btn-a:active {
	background-color: #DBDBDB;
}
a.ui-btn-b {
	color: #737373;
	transition: all .2s ease;
	-webkit-transition: all .2s ease;
	-moz-transition: all .2s ease;
	font-weight: bold;
	background-color: #c5c5c5;
}
.select_attend{
	padding: 15px 0;
	color:#009944;
	font-size:15px;
	text-align:center;
	line-height:140%;
	font-weight: bold;
}
.select_attend span{
	color: #EF9D06;
	font-weight: bold;
}



/* ======================================================
	ボタン
====================================================== */
.next_bt{
	padding-top: 5px;
}
.enq_back_next{
	display: table;
	margin:5px auto;
	border-spacing: 10px 0;
	height:60px;
	width:468px;
}
.enq_back_next_bt{
	display: table-cell;
}
.enq_back_next_bt>a{
	display: none;
}

/* 閉じるボタン */
.btnClose{
	margin-top: 10px;
}


/* ======================================================
	広告
====================================================== */
/* 468 */
#ad1,#ad6{
	width:468px;
	height:60px;
	margin: 10px auto 0 auto;
}
/* 728 */
#ad9,#ad5 {
	width:728px;
	height:90px;
	margin: 10px auto 0 auto;
}
/* 300 */
.brand_panel{
	width: 620px;
	height: 250px;
	margin: 5px auto;
}
#ad12{
	width: 300px;
	margin: 10px auto 0 auto;
}
.brand_panel:after{
	content: "";
	display: block;
	clear: both;
}
#ad2,#ad3,#ad7,#ad8 {
	float:left;
	width: 300px;
	height:250px;
}
.ad4{
	width: 300px;
	height: 250px;
	margin: 0 auto;
}
#ad2,#ad7{
	margin-right: 20px;
}
/* ===== 追加広告 ===== */
#pr_ad{
	width:728px;
	margin: 0 auto 10px auto;
	text-align:center;
	padding: 20px 0;
}
#pr_ad_text{
	color: #006491;
	font-weight: bold;
	font-size: 16px;
}

/* インターステシャル */
#close{
	position: absolute;
	background-color: #fff;
	border: 1px solid #000;
	width: 15px;
	height: 15px;
	text-align: center;
	line-height: 15px;
	font-size: 12px;
	top: -15px;
	z-index: 99999;
}
#interstitial{
	background-color: rgba(0,0,0,0.6);
	height: 100%;
	width: 100%;
	position: fixed;
	top: 0;
	display: none;
	z-index: 10000;
	text-align: center;
}
#interstitial>div{
	width:300px;
	margin:0 auto;
	margin-top: 100px;
	position: relative;
}

/* ボタンの表示を遅くする */
.next_bt{
	display:block;
	margin: 0 auto;
	opacity: 0;
	height:60px;
	animation-name: fadeIn;
	animation-duration: 3s;
	animation-delay: 0.5s;
	animation-timing-function: ease;
	animation-iteration-count: 1;
	animation-fill-mode: forwards;
}
@keyframes fadeIn {
 0% {opacity: 0;}
 99% {opacity: 0;}
 100% {opacity: 1;}
}

@-webkit-keyframes fadeIn {
 0% {opacity: 0;}
 99% {opacity: 0;}
 100% {opacity: 1;}
}


.brand_panel{margin: 15px auto;}
#ad1, #ad6{margin-top:15px;}
#ad9{margin: 15px auto;}
#answer{margin: 20px auto;}
.enq_back_next{margin: 20px auto;}
