@charset "Shift_JIS";

/******************************

@ICVbv |bvAbvpCSS

*******************************/

html,
body {
	background: #E3E3E3;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

html {
	font-size: 62.5%;
}

body {
	font-family: Osaka, "qMmpSPro W3", "lr oSVbN",Verdana,Arial,sans-serif;
	font-size: 13px;
	font-size: 1.3rem;
	color: #000000;
	line-height: 150%;
    letter-spacing: 0;
	display: table;
	-webkit-text-size-adjust: 100%;
}

a:hover img.Aover{
    opacity:0.7;
    filter: alpha(opacity=70);
}

img {
	width: 100%;
}

.popWrap {
	padding: 3% 5% 0;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}

.popWrap h1 {
	font-size: 23px;
	font-size: 2.3rem;
	font-weight: bold;
	line-height: 1.6;
	color: #4d4d4d;
	padding: 0 0 3%;
	margin: 0;
	border-bottom: 1px solid #c9c9c9;
}

.popWrap .selectBox {
	padding: 3% 0;
	margin: 0;
	border-top: 1px solid #fff;
}

.popWrap h2 {
	margin: 0;
	padding: 0 0 3%;
	color: #4d4d4d;
	font-weight: normal;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.4;
}

.popWrap .selectBtn {
	width: 20%;
	max-width: 122px;
	padding: 0 2%;
	display: inline-block;
	*display: inline;  
    *zoom: 1;
	position: relative;
}

.popWrap .selectBtn input {
	position: absolute;
	top: 50%;
	left: 50%;
	opacity: 0;
}

.popWrap .selectBtn label {
	display: block;
	padding: 35px 0 0;
	background: url(../images/button_off.png) no-repeat center top;
	background-size: 27px;
	cursor: pointer;
}

.popWrap .selectBtn label.checked {
	background: url(../images/button_on.png) no-repeat center top;
	background-size: 27px;
}

.popWrap .submitBtn {
	padding-top: 3%;
	width: 68%;
	max-width: 338px;
	margin: 0 auto;
}


