@charset "utf-8";

#auditionHeader{
	background-image:url(/assets/img/audition/audition_header_common.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	width:100%;
	height:686px;
}

#auditionHeaderIn{
	width:1200px;
	height:686px;
	margin:0 auto;
	position:relative;
}

#auditionHeader a{
	width:1160px;
	height:175px;
	position:absolute;
	top:453px;
	left:20px;
	text-indent:-9999px;
	overflow:hidden;
}

#auditionBox{
	width:100%;
	background-color:rgba(0,0,0,0.70);
	margin-top:20px;
	padding:20px 0px 10px 0px;
}

.auditionEntryForm{
	width:800px;
	height:60px;
	color:#000000;
	margin-top:10px;
	margin-bottom:20px;
	font-size:30px;
	font-size:3.0rem;
	padding-left:10px;
	padding-right:10px;
	border:2px solid #7A7A7A;
}

.auditionVoteBtn{
	background-image:url(/assets/img/audition/audition_vote_btn.png);
	background-repeat:no-repeat;
	background-position:0px 0px;
	background-color:transparent;
	width:429px;
	height:117px;
	border:none;
	text-indent:-9999px;
	margin-bottom:10px;
}
.auditionVoteBtn:hover{background-position:0px -117px;}

.voteEntryBox img{margin:20px auto 20px auto;}

.voteEntryBox a img{
	-webkit-transition: 0.3s ease-in-out;
	   -moz-transition: 0.3s ease-in-out;
	     -o-transition: 0.3s ease-in-out;
	        transition: 0.3s ease-in-out;
}
.voteEntryBox a:hover img{
	opacity: 0.85;
	filter: alpha(opacity=85);
}


#privacyTxt{font-size:16px; font-size:1.6rem; margin-bottom:10px; text-shadow:0px 0px 11px #0084ff;}
#privacyTxt a{text-decoration:underline; color:#FFFFFF;}
#privacyTxt a:hover{text-decoration:none;}


.alert-danger{
	color:#FFF;
	background-color:#ff2121;
	border-color:#ff2121;
}

.alert{
	padding:15px;
	margin:10px auto 10px;
	border:1px solid transparent;
	border-radius:4px;
	width:100%;
}

.alert div{
	margin: 10px 0px;
	font-size: 16px;
}

.auditionFtxt{
	font-size:28px;
	font-size:2.8rem;
	line-height:38px;
	line-height:3.8rem;
	border-top:1px solid #00FFE3;
	border-bottom:1px solid #00FFE3;
	padding:10px 0px 10px 0px;
	margin:10px;
}

.auditionOutlineTl{padding-top:18px; margin-top:8px; border-top:1px solid #5F5F5F;}

.auditionOutline{width:100%; margin-top:10px;}

.auditionOutline dl{width:960px; margin:0 auto;}

.auditionOutline_senkou{width:960px; margin:0 auto 24px auto;}

.auditionlineSubTl{font-size:18px; margin-bottom:4px; color:#FFFF00;}

.auditionlineContent{font-size:16px; line-height:20px; margin-bottom:10px;}

/*--投票部分--*/
.voteBoxSet{font-size:24px;}
.voteBoxSet ul li{margin:10px 0px;}
.voteBoxSet input[type="radio"] {height:20px;width:34px;} 
.voteCharaImg{margin:10px 0px;}

#voteBtnSet{
	padding-top: 35px;
	padding-bottom: 20px;
	margin: 0px 0px 35px 0px;
	border-bottom: 1px solid #4F4F4F;
	clear: both;
}

/*--/投票部分--*/


@media screen and (max-width: 1199px) {
	#auditionBox{
		width:100%;
		background-color:rgba(0,0,0,0.70);
		margin-top:20px;
		padding:10px 10px 0px 10px;
	}
	
	#auditionBox img{width:100%;}
	
	.auditionEntryForm{
		width:100%;
		height:60px;
		color:#000000;
		margin-top:10px;
		margin-bottom:20px;
		font-size:30px;
		font-size:3.0rem;
		padding-left:10px;
		padding-right:10px;
		border:2px solid #7A7A7A;
	}
	
	.auditionVoteBtn{
		background-image:url(/assets/img/audition/audition_vote_btn.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
		background-color:transparent;
		width:429px;
		height:117px;
		border:none;
		text-indent:-9999px;
		margin-bottom:10px;
	}
	
	.auditionVoteBtn:hover{background-position:0px 0px;}
	
	
	
	#privacyTxt{font-size:16px; font-size:1.6rem; margin-bottom:10px; text-shadow:0px 0px 11px #0084ff;}
	
	.alert-danger{
		color:#FFF;
		background-color:#ff2121;
		border-color:#ff2121;
	}

	.alert{
		padding:15px;
		margin:10px auto 0px;
		border:1px solid transparent;
		border-radius:4px;
		width:100%;
	}

	.auditionFtxt{
		font-size:28px;
		font-size:2.8rem;
		line-height:38px;
		line-height:3.8rem;
		border-top:1px solid #00FFE3;
		border-bottom:1px solid #00FFE3;
		padding:10px 0px 10px 0px;
		margin:10px;
	}	


.auditionOutline{width:100%; margin-top:10px;}

.auditionOutline dl{width:100%; margin:0 auto;}

.auditionOutline_senkou{width:100%; margin:0 auto 24px auto;}

.auditionlineSubTl{font-size:18px; margin-bottom:4px; color:#FFFF00;}

.auditionlineContent{font-size:16px; line-height:20px; margin-bottom:10px;}

	
/*--投票部分--*/
.voteBoxSet{font-size:24px; margin: 10px 0px; border-bottom: 1px solid #5F5F5F; border-top: 1px solid #5F5F5F; padding: 10px 0px;}
/*--/投票部分--*/	

	
	
}




@media screen and (max-width: 768px) {
	#auditionBox{
		width:100%;
		background-color:rgba(0,0,0,0.70);
		margin-top:0px;
		padding:10px;
		padding:10px 10px 0px 10px;
	}

	#auditionBox img{width:100%;}

	.auditionEntryForm{
		width:100%;
		height:40px;
		color:#000000;
		margin-top:5px;
		margin-bottom:15px;
		font-size:16px;
		font-size:1.6rem;
		padding-left:10px;
		padding-right:10px;
		border:2px solid #7A7A7A;
	}

	.auditionVoteBtn{
		background-image:url(/assets/img/audition/audition_vote_btn.png);
		background-repeat:no-repeat;
		background-position:0px 0px;
		background-color:transparent;
		background-size:cover;
		width:100%;
		height:0px;
		padding-top:27.27%;
		border:none;
		text-indent:-9999px;
		margin-bottom:10px;
	}

	.auditionVoteBtn:hover{background-position:0px 0px;}
	
	
	
	#privacyTxt{font-size:12px; font-size:1.2rem; margin-bottom:10px; text-shadow:0px 0px 11px #0084ff;}
	
	
	.alert-danger{
		color:#FFF;
		background-color:#ff2121;
		border-color:#ff2121;
	}

.alert{
		padding:8px;
		margin:10px auto 0px;
		border:1px solid transparent;
		border-radius:4px;
		width:100%;
	}

	.auditionFtxt{
		font-size:14px;
		font-size:1.4rem;
		line-height:18px;
		line-height:1.8rem;
		border-top:1px solid #00FFE3;
		border-bottom:1px solid #00FFE3;
		padding:10px 0px 10px 0px;
		margin:0px;
	}
	.auditionAbout{padding:10px 0px 0px 0px;}

.auditionOutlineTl{padding-top:10px; margin-top:0px; border-top:1px solid #5F5F5F;}

.auditionOutline{width:100%; margin-top:10px;}

.auditionOutline dl{width:100%; margin:0 auto;}

.auditionOutline_senkou{width:100%; margin:0 auto 12px auto;}

.outlineSubTl{font-size:16px; font-size:1.6rem; margin-bottom:2px; color:#FFFF00;}

.outlineContent{font-size:12px; font-size:1.2rem; line-height:16px; line-height:1.6rem; margin-bottom:10px;}

	
/*--投票部分--*/
.voteBoxSet{font-size:24px; margin: 10px 0px; border-bottom: 1px solid #5F5F5F; border-top: 1px solid #5F5F5F; padding: 10px 0px;}
.voteBoxSet ul li{margin:24px 0px;}
.voteBoxSet input[type="radio"] {height:20px;width:34px;} 
	
#voteBtnSet{
	padding-top: 15px;
	padding-bottom: 10px;
	margin: 0px 0px 15px 0px;
	border-bottom: 1px solid #4F4F4F;
	clear: both;
}	
	
/*--/投票部分--*/	
	
	
}