input.radio {display:inline-block; width:20px; height:30px; vertical-align:top; white-space:nowrap;}
label.radiolabel {display:inline-block; width:48%; height:35px; line-height:35px; white-space:nowrap;}

input {/border-style:none;}

/*シリアルコード*/
div.code input{
text-align: center;
margin: 0;
padding: 3px 0;
}

div.code dl{
/*width: 316px;
width:100%;*/
margin: 0 auto 15px auto;
padding-left:1%;
clear: both;
overflow: hidden;
}

div.code dl dt,
div.code dl dd{
float: left;
margin: 0;
padding:0;
}

#serial div.code dl dt,
.serial div.code dl dt{
/*width: 64px;*/
text-align: center;
padding: 0;
}
#serial div.code dl dt.num,
.serial div.code dl dt.num{
text-align: center;
padding: 0;
}
div.code dl dd{
/*width: 20px;*/
text-align: center;
padding: 0;

}

#serial div.code dl dt input,
.serial div.code dl dt input{
width:100% !important;
}

/* ////////////////////////////////////////////////
//  コード入力欄
//////////////////////////////////////////////// */

#serial{
	height: auto;
	background-color: #CC0000;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(160,20,20);
	margin: 50px auto;
	padding: 10px 10px;
	text-align: center;
	color:#fff;
	clear: both;
	font-size: 17px;
	overflow: hidden;
	

}

.serial{
	height: auto;
	background-color: #CC0000;
	border-width: 1px;
	border-style: solid;
	border-color: rgb(160,20,20);
	margin: 10px auto;
	padding: 10px 10px;
	text-align: center;
	color:#fff;
	clear: both;
	font-size: 17px;
	overflow: hidden;

}

#serial h2,
.serial h2{
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 17px;
	font-weight: bold;
	color: #fff !important;

}

#serial .alert,
.serial .alert{
	width:80%;
	margin:0 auto 15px;
	background-color:#f7f0f0 !important;
	padding:1em;
	
	border: none;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	-o-border-radius: 10px;
	-khtml-border-radius: 10px;
	border-radius: 10px;
}

#serial .alert p,
.serial .alert p{
	color:#C00;
}
/*
#serial p{
	margin-top: 20px;
	margin-bottom: 20px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: bold;
	letter-spacing: .2em;
	color: #418559;

}

#serial .text{
	width: 500px;
	margin: 20px auto;
	vertical-align: middle;
	font-size: 17px;
	text-align: left;
	color: #3c713a;

}
#serial .text2{
	width: 740px;
	margin: 30px auto;
	line-height: 2em;
	font-size: 17px;
	text-align: left;
	font-weight: bold;
	color: #3c713a;

}
#serial .text3{
	height: 30px;
	margin-bottom: 10px;
	line-height: 1.3em;
	font-size: 17px;
	text-align: center;
	font-weight: bold;
	color: #fff;

}

#serial .text3 .left{
	width: 270px;
	float: left;
	text-align: right;
	line-height:1.2em; 

}

#serial .text3 .right{
	width: 370px;
	float: right;
	text-align: left;

}

#serial .center{
	width: 199px;
	height: 30px;
	margin: 30px auto 0 auto;
	text-align: center;

}
#serial .text4{
	*width: 500px;
	margin: 20px auto;
	vertical-align: middle;
	font-size: 17px;
	text-align: center;
	color: #3c713a;

}

#serial #exclamation{
	width: 615px;
	margin: 50px 0 5px 0px;
	font-size: 16px;
	float: left;
	text-align: left;
	color: #fff;
	padding:0 0 5px 35px;
	line-height: 1.5em;
	background: transparent url(../image/common/exclamation.png) no-repeat 0 0;
	border-bottom-style: solid;
	border-bottom-color: rgb(150,20, 20);
	border-bottom-width: 1px;
	clear: both;

}

#serial .text3 .text-small{
	width: 550px;
	float: left;
	margin-bottom: 10px;
	line-height: 1.2em;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	color: #fff;
	overflow: hidden;

}

#serial .text3 .right-btn{
	width: 60px;
	float: right;
	padding-top: 15px;

}


#serial #exclamation a{

	color: #000;
	text-decoration: none;
}
#serial #exclamation a:hover {
	text-decoration: underline;
	color: #fee700;
}
*/


/*===============================================
●画面の横幅が801px以上
===============================================*/
@media screen and (min-width: 481px){
#serial,
.serial{
	width:80%;
}
#serial div.code dl,
.serial div.code dl{
	width:360px;
	margin:0 auto 15px;
	padding: 0;
	text-align:center;
}
#serial div.code dl dt,
.serial div.code dl dt{
	width:60px !important;
}
#serial div.code dl dt.num,
.serial div.code dl dt.num{
	width:30px !important;
	margin:0;
	padding:0;
	height:20px;
	line-height:22px;
	font-size:14px;
	/*background-color:#FC3;*/
}
#serial div.code dl dd,
.serial div.code dl dd{
	width:20px !important;
	height:20px;
	line-height:22px;
	font-size:14px;
	/*background-color:#09C;*/
}
}
/*===============================================
●画面の横幅が800px以上
===============================================*/
@media screen and (max-width: 480px){
#serial,
.serial{
	width:86%;
}
#serial div.code dl,
.serial div.code dl{
	width:93%;
	margin:0 auto 15px;
	padding:0;
	text-align:center;
}
#serial div.code dl dt,
.serial div.code dl dt{
	width:17% !important;
}
#serial div.code dl dt.num,
.serial div.code dl dt.num{
	width:8% !important;
	height:20px;
	line-height:22px;
	font-size:12px;
	/*background-color:#FC3;*/
}
#serial div.code dl dd,
.serial div.code dl dd{
	width:6% !important;
	height:20px;
	line-height:22px;
	font-size:12px;
	/*background-color:#09C;*/
}
}
/*===============================================
●画面の横幅が320pxまで
===============================================*/
@media screen and (max-width: 320px){
#serial,
.serial{
	width:90%;
}
#serial div.code dl,
.serial div.code dl{
	width:96%;
	margin:0 auto 15px;
	padding:0;
	text-align:center;
	/*background-color:#0C6;*/
}
#serial div.code dl dt,
.serial div.code dl dt{
	width:16% !important;
	/*background-color:#966*/
}
#serial div.code dl dt.num,
.serial div.code dl dt.num{
	width:10% !important;
	height:20px;
	line-height:22px;
	font-size:12px;
	/*background-color:#FC3;*/
}
#serial div.code dl dd,
.serial div.code dl dd{
	width:6% !important;
	height:20px;
	line-height:22px;
	font-size:12px;
	/*background-color:#09C;*/
}
}






/*コース選択*/
dl.course{
width: 720px;/*dtのwidth+dtのpadding+ddのwidth+ddのpaddingの合計*/
margin: 0 auto 30px auto;
border-bottom: 1px dashed #ccc;
clear: both;
overflow: hidden;
}
dl.course dt, dl.course dd{
float: left;
margin: 0;
padding: 10px 0;
border-top: 1px dashed #ccc;
}
dl.course dt{
width: 630px;
padding-left:10px;
clear: both;
}
dl.course dd{
width: 60px;
padding-left:20px;
}


