@charset "utf-8";

form p
{font-size:100%;}
input,select
{width:90%; font-size:120%; padding:5px;}
input:focus,
input:hover{
	background:#FAFFE6;
}
textarea{
	width:90%; 
	font-size:120%; 
	padding:5px; 
	height:80px;
}
textarea#naiyou{
    height:150px;
}
textarea:focus,
textarea:hover{
	background:#FAFFE6;
}
input[type="text"],select{
	max-width:400px;
}

input[type="checkbox"]{
	width:auto;
    margin: 15px 5px;
}
.focus
{background:#FAFFE6;}

/*--------*/

form {
    margin: 20px auto 30px;
    border: 1px solid #ccc;
    padding: 0 20px 20px;
    border-radius: 5px;
}
#wrap{
	width:600px;
	margin:10px auto 0;
}

form span{
	font-size:10px;
	color:#F00;	
}


.button{
	margin:30px 0;
	text-align:center;
	padding:10px 0 0;
	
}

span.memo{
	color:#666;
	font-size:12px;
	padding-bottom:15px;
}


input#submit{
	padding: 10px;
	font-weight: bold;
	color: #878023;
	font-size: 20px;
	margin: 20px 5px 5px 0;
	width: 90%; 
	background: -webkit-gradient(linear, left top, left bottom, from(#FFAA33), to(#FF8800)); 
	border: 1px #F27300 solid; 
	color: #FFF; 
	-webkit-appearance: none; 
	border-radius: 10px; 
	box-shadow: 0 2px 2px #CCC; 
}
input#submit:hover,
input#submit:active{
cursor:pointer;
}

input#backbtn{
	padding: 8px 10px;
	font-weight: bold;
	color: #444;
	font-size: 14px;
	margin: 10px 0;
	width:70%;
	background: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa)); 
	border-radius:10px; 
	box-shadow: 0 2px 2px #CCC; 
}
input#backbtn:hover,
input#backbtn:active{
cursor:pointer;
}
.ermsg{
color:#F00;
font-weight:bold;
}



dt{
	margin-top:30px;
	font-weight: bold;
}
#enq{
    background: #eee;
    padding: 0 20px 20px;
    margin-top: 50px;
}
#enq p{
    padding-top: 10px;
    border-bottom: 1px solid #aaa;
    font-weight: bold;
    padding-left: 5px;
    letter-spacing: 4px;
}
#enq .sl{
	width:100px;
}
#enq dt{
	margin-bottom:5px;
	font-weight:bold;
}
