@charset "UTF-8";

/* -------------------------- */
/* inquery */
/* -------------------------- */

dl {
	margin-bottom:58px;
	margin:0 3%;
	font-size:0.9em;
	overflow-x:hidden;
}
dl dt{ font-weight:bold;}

dl dd{ margin:0px 0px 15px 0px; padding:0px;}
dl dd input[type="button"]{ width:6em;}

dl dd textarea{ height:200px;}
dl dd select{ color:#000000; height:3em;}
dl dd ul{padding-left:0px;}
dl dd ul li{ display:block;}
p.lead{ padding:0 3%;}

.errorMsg {
	text-align:center;
	margin:-40px 0 0 0 !important;
	width:50%;
	position:relative;
	top:0px !important;
	z-index:1;
}
.errorMsg span {
	margin:-10px 0 0 0;
	display:block;
	background:#D54C42;
	padding:5px;
	border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	color:#fff;
}






.radiolist{
	width:100%;
	margin-bottom:20px;
	clear:both;
	display:block;
	height:auto;

}

.radiolist li {
    position: relative;
    display:block;
    margin: 0 32px 20px 0;
    padding: 0;
	width:100%;
	height:30px;
	vertical-align:middle;
	font-size:0.8em;
}
.radiolist li:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.radiolist:after {
	content:".";
	display:block;
	height:0;
	font-size:0;
	clear:both;
	visibility:hidden;
}
.radiolist dd{
	margin-bottom:20px;}
.radiolist input {
    position: absolute;
    top: 0;
    opacity: 0;
    width: 100%; 
    height: 100%;
}
.radiolist input[type="radio"]:hover{
	cursor:pointer;
}
.radiolist input[type="radio"] + label {
    display: block;
    background-image: url(/images/bg/bg_radio_off.png);
    background-size: 26px;
    background-position: left top;
    background-repeat: no-repeat;
    padding: 4px 0 0 35px;
}
 
.radiolist input[type="radio"]:checked + label {
    background-image: url(/images/bg/bg_radio_on.png);
}