@charset "utf-8";




/* ---------------------------------------------- */

 h3{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #84D302), color-stop(0.00, #6CBC01));
	background: -webkit-linear-gradient(top, #6CBC01 0%, #84D302 100%);
	background: -moz-linear-gradient(top, #6CBC01 0%, #84D302 100%);
	background: -o-linear-gradient(top, #6CBC01 0%, #84D302 100%);
	background: -ms-linear-gradient(top, #6CBC01 0%, #84D302 100%);
	background: linear-gradient(top, #6CBC01 0%, #84D302 100%);
	
	padding-left:10px;
	color:#FFFFFF;
	font-weight:bold;
	font-size:14px;
	line-height: 35px;
}
.come{
	padding:5px;

}
.post{
	text-align:center;
	background-color:#FFFFBE;
	padding:20px;
}
.form{
	background-color:#FFFFBE;
	padding:10px;
}
.form table{
	width:100%;
}
.form table td{
	vertical-align:middle;
}
.form table .td01{
	padding:5px 0px;
}
.form table .td02{
	padding:15px 20px;
	background-color:#FFFFFF;
}
.form table .td02 a{
	color:#FF6600;
	text-decoration:underline;
}


.form table .td12{
	width:100px;
	text-align:right;

}


.form2{
	padding:10px;
}
.form2 table{
	width:100%;
}
.form2 table td{
	vertical-align:middle;
}
.form2 table .td01{
	padding:5px 0px;
}
.form2 table .td02{
	padding:15px 20px;
	background-color:#FFFFFF;
}
.form2 table .td02 a{
	color:#FF6600;
	text-decoration:underline;
}


.form2 table .td12{
	width:100px;
	text-align:right;

}


.text01{
	width:100%;
	padding:5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	
}
.textarea01{
	width:100%;
	height:100px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.select01{
	width:100%;
/*	line-height: 25px;*/
	padding:5px 0;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.kome{
	width:220px;
}
.kome .title{
	font-size:14px;
	color:#FF5A10;
	font-weight: bold;
}
.kome2{
	padding:10px;
}

.submit{
	text-align:center;
	margin:20px 0;
}



/* ---------------------------------------------- */

.font_R{
	color:#FF3300;
}
.font_B{
	color:#0066FF;
}