@charset "UTF-8";
/* ---------------------------------------------------------------------------------------------------- */

/* body */
html{
	overflow: scroll-y;
}

#container a img:hover{
	opacity: 1;
}

/* ポップアップ コンテンツ
---------------------------------------------------------------------------------------- */

/* 大枠 */
#wrap-popup{
	width: 800px;
	margin: 0 auto;
}

/* Closeボタン */
.btn_close a{
	color: #000000;
	text-decoration: none;
	padding-left: 20px;
	background: url(../img/icon_close.gif) no-repeat 0 50%;
}
.btn_close a:hover{
	text-decoration: underline;
}
.conhead{
	padding: 12px 16px 18px 0;
}
	.conhead .btn_close{
		text-align: right;
	}
.confoot{
	padding: 59px 0 16px;
}
.confoot .btn_close{
	text-align: center;
}

.confrm{
	position: relative;
}

.nojs{
	text-align: center;
}

/* 詳細ページ
---------------------------------------- */
.confrm .subt{
	margin-top: 50px;
	font-size: 17px;
	font-weight: blod;
	color: #222;
}

.confrm .excerpt{
	position: absolute;
	top: 228px;
	left: 344px;
	width: 420px;
	font-size: 12px;
	color: #222;
	line-height: 1.66;
}

.confrm .btn-vote-close{
	position: absolute;
	top: 344px;
	left: 415px;
}
.confrm .btn-vote{
	position: absolute;
	top: 344px;
	left: 344px;
}
	.confrm .btn-vote li{
		float: left;
		margin-right: 8px;
	}
	.confrm .btn-vote li.twitter{
		margin-right: 0;
	}

.confrm .description{
	position: absolute;
	top: 424px;
	left: 344px;
	width: 420px;
	font-size: 10px;
	color: #888;
	line-height: 1.6;
}

.confrm .nav{
	position: absolute;
	bottom: 0;
	left: 344px;
	width: 420px;
	color: #222222;
	font-size: 12px;
}
.confrm .nav li{
	float: left;
	width: 140px;
}
.confrm .nav li a{
	display: block;
	height: 25px;
	color: #222222;
	font-size: 12px;
	line-height: 25px;
	text-decoration: none;
}
.confrm .nav li a:hover{
	text-decoration: underline;
}
.confrm .nav .prev a{
	padding-left: 27px;
	background: url(../img/icon_arrow_detail_l.gif) no-repeat 0 50%; 
}
.confrm .nav .next a{
	padding-right: 27px;
	background: url(../img/icon_arrow_detail_r.gif) no-repeat 100% 50%; 
}

.confrm .nav .pageno{
	text-align: center;
	padding-top: 4px;
}
.confrm .nav .next{
	text-align: right;
}

.confrmbtm{
	width: 768px;
	margin: 0 auto;
	padding: 50px 0 0;
}
	.confrmbtm ul li{
		float: left;
		width:180px ;
		margin-right: 16px;
	}
	.confrmbtm ul li.last{
		margin-right: 0;
	}
	.confrmbtm ul li .txt{
		margin-top: 10px;
		color: #222;
		line-height: 1.6;
		font-size: 10px;
	}

	.itemlist-top{
		margin-top: 14px;
	}
	.itemlist-btm{
		margin-top: 30px;
	}

/* Vote ページ
---------------------------------------- */
.confrm .vis{
	float:left;
	width: 344px;
	background: url(../img/bg_model.gif) no-repeat 0 0;
}
	.confrm .vis p{
		padding-left: 16px;
	}

.confrm .abs{
	float:left;
	width: 420px;
}
	.confrm .abs .tit{
		float:left;
		width: 300px;
	}
.confrm .abs .no{
	float:left;
	width: 120px;
}

.vote{
	padding-top: 60px;
}
.confrm .txt{
	padding-top: 10px;
	color: #222222;
	font-size: 14px;
}
.confrm .txt-err{
	padding-top: 10px;
	color: #eb0000;
	font-size: 14px;
}

.confrm .frmform{
	position: relative;
	margin-top: 4px;
}
.confrm #voteform{
	width: 398px;
	height: 86px;
	margin: 0;
	padding: 15px 10px 0;
	font-size: 15px;
	color: #222222;
	line-height: 1.5;
	border: 1px solid #222222;
	overflow: auto;
	vertical-align: top;
	resize : none;
}
.confrm .counter{
	position: absolute;
	top: -25px;
	right: 0;
	color: #222222;
	font-size: 14px;
}
.confrm .counter.exceeded{
	color: #EB0000;
}
.confrm .vote-btn{
	margin-top: 20px;
	text-align: center;
}

/* Complete ページ
---------------------------------------- */
.frm-complete{
	margin: 10px;
	padding: 0 64px 37px;
	border: 1px solid #2a4aa8;
}
	.frm-complete .tit{
		text-align: center;
		margin-top: 30px;
	}
	.frm-complete .txt{
		text-align: center;
		margin-top: 16px;
	}
	.frm-complete .bnr{
		text-align: center;
		margin-top: 30px;
	}
	.frm-complete .link{
		text-align: right;
		margin-top: 10px;
	}
	.frm-complete .link a{
		color: #000000;
		text-decoration: none;
	}
	.frm-complete .link a:hover{
		text-decoration: underline;
	}
	.frm-complete .btn{
		padding: 22px 0 0;
		text-align: center;
	}
