@charset "UTF-8";

/*** お問い合わせ ***/

.inquiryPage table {
	margin-bottom:20px;
}

table input[type="text"],
table input[type="email"],
table textarea {
	width:80%;
	padding:5px;
	border:1px solid #ccc;
}

table input:focus,
table textarea:focus {
	border-color:#666;
}

i.hissu {
	width:33px;
	height:13px;
	margin-left:10px;
	display:inline-block;
	background:url(../images/inquiry/indispensable.png) no-repeat top center;
}

div.submitBloc {
	margin:10px auto;
}

div.submitBloc input {
	width:200px;
	height:30px;
	margin:0 auto 0;
	padding:0;
	border: none;
	cursor: pointer;
	display:block;
}
























