@charset "utf-8";

/*****************************************************/
/* @アンケートページ定義用CSSファイル                */
/*****************************************************/

#enquete{
	width: 750px;
	margin: 0 auto;
}

#enquete .topp{
	font-size: 1.4em;
	line-height: 1.5;
	color: #333333;
	margin: 20px;
}

#enquete .setumei{
	font-size: 1.2em;
	line-height: 1.3;
	color: #333333;
	margin: 20px 0 20px 10px;
}

#enquete .setumei span{
	color: red;
}

#enquete .tb1,
#enquete .tb2{
	width: 730px;
	margin: 0 auto;
	border: 3px solid #FF7E00;
	margin-bottom: 30px;
}

#enquete .tb1 th,
#enquete .tb2 th{
	background: #FEE7B3;
	padding: 10px 10px 10px 20px;
	width: 210px;
	color: #333333;
	font-size: 1.2em;
	font-weight: bold;
	letter-spacing: 2px;
	text-align: left;
	border: 1px solid #FFAE21;
	line-height: 1.4;
}

#enquete .tb1 th span,
#enquete .tb2 th span{
	color: #EB6100;
}

#enquete .tb1 td,
#enquete .tb2 td{
	padding-left: 20px;
	border: 1px solid #FFAE21;
	font-size: 1.2em;
	color: #333333;
	padding: 10px 10px 10px 20px;
	line-height: 1.3;
}

#enquete textarea{
	border: 1px solid #666666;
	width: 430px;
}

#enquete select{
	width: 150px;
}

#enquete form .ika{
	font-size: 1.4em;
	margin-left: 15px;
	margin-bottom: 20px;
	color: #333333;
}

#enquete form .kome{
	margin-top: 5px;
}

#enquete .tb2 input{
	border: 1px solid #666666;
}

#enquete .btarea{
	text-align: center;
}

#enquete .submit{
	background: #F3F4F5;
	border: 1px groove #4B4A00;
	width: 100px;
	height: 20px;
}

#enquete .btarea p{
	margin-top: 5px;
	font-size: 1.2em;
}

.endmsg{
	font-size: 1.6em;
	text-align: center;
	margin: 50px 0 30px 0;
}

.comfmsg{
	font-size: 1.2em;
	margin: 10px 0;
	color: red;
}

#enquete #choice{
	text-align: center;
	margin: 30px 0;
}

#enquete #choice a{
	margin-right: 30px;
}

#enquete .dayselect{
	width: 80px !important;
	margin-right: 3px;
}
