@charset "shift_jis";
/* CSS Document */

/* =========================================================
form
========================================================= */
#formWrapper {
	width: 310px;
	margin: 0 auto;
	padding: 10px 0;
}

table.forms {
	width: 300px;
	margin: 5px auto 25px;
}
table.forms tr th {
	width: 110px;
	color: #090;
	vertical-align: top;
}
table.forms tr th span {
	color: #F00;
}
table.forms tr th ,
table.forms tr td {
	border-bottom: #CCC 1px solid;
	padding: 5px;
	text-align: left;
}
table.forms tr td {
	width: 170px;
	vertical-align: central;
	font-size: 85%;
	line-height: 35px;
}

input[type=text],
input[type=email],
input[type=number],
input[type=select],
input[type=date],
input[type=tel],
textarea {
	width: 96%;
	text-align: left;
	font-size: 150%;
	padding: 4px;
	border-radius: 4px;/* CSS3 */  
    -webkit-border-radius: 4px;/* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;/* Firefox用 */
}
input.times {
	width: 60%;
	text-align: left;
	padding: 4px;
	border-radius: 4px;/* CSS3 */  
    -webkit-border-radius: 4px;/* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;/* Firefox用 */
}
select {
	width: 30%;
	text-align: left;
	padding: 4px;
	border-radius: 4px;/* CSS3 */  
    -webkit-border-radius: 4px;/* Safari,Google Chrome用 */  
    -moz-border-radius: 4px;/* Firefox用 */
}
.formButtonSubmit {
    width:300px;
    height:40px;
    padding:0;
	margin: 0 auto 10px;
    border:0;
	background: url(../img/submit_btn.png) no-repeat;
	-webkit-background-size: 300px 40px;
    text-indent:-9999px;
    font-size: 0px;
    line-height: 0px;
	display: block;
    cursor:pointer;
}
