@charset "UTF-8";

/*
*************************************
*Since: 2013-08-02
*Modified: 2013-00-00
*************************************
*/


/* about
---------------------------------------------------------------------------------------- */
#wrapper #contents .right #form .inner { margin-top: 50px; }
#wrapper #contents .right #form .inner .textarea {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DACCB1;
	background-color: #FFFFFF;
	color: #333333;
	padding-top: 30px;
	padding-right: 15px;
	padding-bottom: 30px;
	padding-left: 15px;
	min-height:100px;
}

#wrapper #contents .right #form .inner .textarea ul { margin-bottom: 40px; overflow:hidden; }
#wrapper #contents .right #form .inner .textarea ul.last { margin-bottom: 0px; }
#wrapper #contents .right #form .inner .textarea ul li.list { color:#431F0C; font-weight:bold; font-size:120%; }

#wrapper #contents .right #form .inner .textarea ul li.desc {
	width:588px;
	color:#333;
	min-height:60px;
	text-shadow:-1px -1px 1px #fff;
	border:1px solid #CCC;
	padding:15px;
	background: #EEE8DC;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5);
	-moz-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5);
	-webkit-box-shadow: inset 0px 1px 1px rgba(255,255,255,0.5);
	font-size: 100%;
}

#form table {
	width:100%;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #333333;
	border-bottom-color: #333333;
	margin-top: 30px;
}
#form table tr td,
#form table tr th{
	border:1px solid #999;
	background:#fff;
	padding-top: 8px;
	padding-right: 8;
	padding-bottom: 8px;
	padding-left: 8px;
}
#form table tr th{ vertical-align:middle; text-align:left; padding: 8px; background-color: #EEE8DC; width: 30%; }

table td #name{ width:200px; }
table td select{margin:0 0 5px 0;}
table td #addr{width:400px;}
table td #mail{width:300px;}
table td #age{width:50px;}
table td #tel0{width:60px;}
table td #tel{width:80px;}
table td #inquiry{ width:400px; height:200px; }

.submit{
	text-align:center;
	margin:10px 0;
}
#wrapper #contents .right #form .inner .textarea p em,
#wrapper #contents .right #form .inner .textarea table em {
	font-size: 80%;
	color: #CC3300;
	font-style: normal;
	line-height: 150%;
	position: relative;
	bottom: 5px;
	margin-left: 5px;
}

#wrapper #contents .right #form .btn_form { text-align: center; }
#wrapper #contents .right #form input[type=button] { background: url(../images/btn_submit.png) no-repeat; width:141px; height:42px; font-size:100%; border:none; cursor:pointer; margin-right:5px; }
#wrapper #contents .right #form input[type=submit] { background: url(../images/btn_submit.png) no-repeat; width:141px; height:42px; font-size:100%; border:none; cursor:pointer; }
