@charset "utf-8";
@import url("form.css");

#loginBox{
	background-color: #ffffff;
	padding: 2%;
	width: auto;
	margin: 0 auto;
	/*font-size: 14px;*/
}

.enqueteTtl {
	clear: both;
	background-color: #ff9900;
	color: #ffffff;
	font-weight: bold;
	padding: 3%;
	width: auto;
	margin-bottom: 10px;
}


#intro{
	margin:0 auto 5%;
	padding: 5% 2%;
	background-color: #ffe3a0;
	font-weight: bold;
	/*font-size: 16px;*/
	text-align: center;
	line-height: 1.5;
	width: 96%;
}

#intro .impress{
	color:#ff9900;
	font-weight: bold;
}

#intro .small{
	font-size: 14px;
}



#formBox{
	width: 96%;
	margin: 0 auto;
}

.errList{
	width: 96%;
	margin: 0 auto 2%;
}

.errList li{
	color: #ff0000;
	margin-bottom: 2%;
}

#formBox dt{
	margin: 0 auto 3%;
	line-height: 1.2;
}

#formBox dt .fontRed{
	display: block;
}

#formBox dd{
	margin: 0 auto 3%;
}

.itemList{
	width: auto;
	position: relative;
	clear: both;
}

.itemList li{
	background-color: #ffe3a0;
	/*padding: 15px;*/
	border: 1px solid #ffc028;
	border-radius: 5px;
	margin-bottom: 10px;
}

input[type="radio"] + label{
    margin-right: 0!important;
    line-height: 4!important;
    width: 96%!important;
}

.checkList li input[type="checkbox"] + label {
	margin-right: 0!important;
    width: 96%!important;
}

input[type="radio"] + label::before, input[type="checkbox"] + label::before {
	left: 4px!important;
}

input[type="text"], input[type="email"] {
    padding: 20px 0 20px 5px!important;
}


input[type="radio"]:checked + label::after {
    margin-left: 4px!important;
}


.itemList li.spList_s{
	width: 230px!important;
}


.spList_fixed{
	position: absolute;
	bottom: 0;
	right: 0;
	width: 330px;
}


.selectList{
	clear: both;
}

.selectList span{
	display: block;
	width: auto;
	clear: both;
	margin: 0 auto 2%;
}

.selectList select{
	width: 100%!important;
	padding: 15px 0 15px 5px!important;
	color: #74684c;
	margin-bottom: 2%;
}

.selectList li{
	margin-bottom: 5%;
}

.selectList li:last-child{
	margin-bottom: 0;
}

.checkList{
	clear: both;
}

.checkList li{
	background-color: #ffe3a0;
	padding: 15px;
	border: 1px solid #ffc028;
	border-radius: 5px;
	margin-bottom: 10px;
}

.textStyleFull{
	width: 97%;
	display: block;
}

.textStyleFloat{
	width: 380px;
	float: left;
}




.shortItem{
	 float: left;
	 max-width: 150px;
	 clear: both;
	 margin-right: 6px;
}


.paddingFix{
	float: left;
	padding: 5px 0 0 5px;
}


.itemBlock{
	clear: both;
	/*padding: 0 0 40px;*/
}

.itemBlock p {
    background-color: #f89500;
    border-radius: 2px;
    color: #ffffff;
    margin: 0 auto 5px;
    padding: 2%;
    text-align: center;
}

textarea{
    width: 100%;
}

.mb_5{
	margin-bottom: 5px;
}

.txt_center{
	text-align:center;
}


.submitStyle{
	border:1px solid #ff8a00;
	border-radius:5px;
	background-color: #ff8a00;
	width:50%;
	line-height:50px;
	cursor:pointer;
	text-align: center;
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
}



.fontRed{
	color:#F00!important;
}



