
main{
	padding-bottom: 0;
}

.toptxt{
	text-align: center;
	padding: 20px 10px;
}

.toptxt span{
	color: #ff0000;
}

#formbox{
	margin-bottom: 20px;
}

.chk_bar{
	width: 100%;
	font-size: 0;
	line-height: 0;
	border: 1px solid #ccc;
	border-radius: 7px;
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,f4f4f4+100 */
	background: #ffffff; /* Old browsers */
	background: -moz-linear-gradient(top,  #ffffff 0%, #f4f4f4 100%); /* FF3.6-15 */
	background: -webkit-linear-gradient(top,  #ffffff 0%,#f4f4f4 100%); /* Chrome10-25,Safari5.1-6 */
	background: linear-gradient(to bottom,  #ffffff 0%,#f4f4f4 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f4f4f4',GradientType=0 ); /* IE6-9 */
}

.chk_bar li{
	display: inline-block;
	width: 20%;
	font-size: 12px;
	line-height: 30px;
	text-align: center;
	border-right: 1px solid #ccc;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

.chk_bar li label{
	display: block;
	cursor: pointer;
}

.chk_bar li label.on{
	color: #fff;
	background: #89622e;
}

.chk_bar li:first-child label{	border-radius: 7px 0 0 7px;}
.chk_bar li:last-child label{	border-radius: 0 7px 7px 0;}

.chk_bar li:last-child{	border-right: none;}

.chk_bar input[type="radio"],
.chk_bar input[type="checkbox"]{
	display: none;
}

/***** c_list *****/
.form{
	padding: 10px 0;
	background: rgba(255,255,255,0.8);
	margin-bottom: 20px;
}

.form dt{
	font-size		: 11px;
	line-height		: 14px;
	color			: #89622e;
	padding			: 4px 0 3px 10px;
}

.form dt span{
	display: inline-block;
	width: 30px;
	font-size: 10px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	background: #ff0000;
	margin-left: 5px;
	border-radius: 2px;
}

.form dd{
	font-size		: 11px;
	line-height		: 16px;
	padding			: 0 10px 7px 10px;
	margin			: 0 0 3px 0;
	border-bottom		: 1px dotted #ffcbda;
}

.form dd:last-child{
	border-bottom: none;
}

.ulbox ul{
	margin:2px 0 5px 0;
}

.ulbox ul:after{
	content			: "";
	display			: block;
	clear			: both;
}

.ulbox li{
}

h4{
	color:#663399;
	font-size:12px;
	line-height: 22px;
	padding:0 5px;
}

.submit_p{
	font-size		: 11px;
	line-height		: 16px;
	text-align		: center;
	margin			: 10px 0 10px 0;
}


/** form item **/

input[type="text"],
input[type="url"],
input[type="email"],
input[type="tel"],
input[type="password"],
input[type="number"]
{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	padding			: 2px;
	font-size		: 12px;
	border			: 1px solid #ccc;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}

select{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	padding			: 2px;
	font-size		: 12px;
	background: #fff;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
}

input[type="radio"],
input[type="checkbox"]{
	padding			:0;
	margin			:0;
	border-color: #333;
}

form textarea{
	font-family		: Meiryo,"MS PGothic",Osaka,sans-serif;
	width: 100%;
	height: 65px;
	padding			: 3px;
	font-size		: 12px;
	border			: 1px solid #ccc;
	border-radius		: 2px;
	-webkit-border-radius	: 2px;
	-webkit-box-sizing: border-box;
	   -moz-box-sizing: border-box;
	        box-sizing: border-box;
}