@charset "UTF-8";

/*お問い合わせフォームここから*/
.form_eria {
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
	color: #333333;
}

.w20 {
	height: 25px;
	width: 20%;
}

.w40 {
	height: 25px;
	width: 40%;
}

.w90 {
	height: 25px;
	width: 305px;
}

.w90_t {
	height: 120px;
	width: 99%;
}

select {
	height: 25px;
	margin-bottom: 5px;
}

input, textarea {
	border: 1px solid #666666;
	background-color: #ffffff;
	border-radius: 3px;/* CSS3草案 */
	-webkit-border-radius: 3px;/* Safari,Google Chrome用 */
	-moz-border-radius: 3px;/* Firefox用 */
	margin-bottom: 5px;
}

.send {
	text-align: center;
	float: left;
	height: auto;
	width: 100%;
	margin-top: 10px;
	margin-bottom: 10px;
}

#btn01 {
    border: 0px;
    width: 222px;
    height: 38px;
    background: url(../s_img/send_01.jpg) left top no-repeat;
}

#btn02 {
    border: 0px;
    width: 142px;
    height: 38px;
    background: url(../s_img/send_02.jpg) left top no-repeat;
}

#btn03 {
    border: 0px;
    width: 142px;
    height: 38px;
    background: url(../s_img/send_03.jpg) left top no-repeat;
}

/*キャプション*/
.p_naiyo {
	text-align: left;
	float: left;
	height: auto;
	margin-top: 0px;
	margin-bottom: 10px;
	font-size: 12px;
}
/*お問い合わせフォームここまで*/