@charset "utf-8";
/* ===================================================================

 file name  :contact.css
 style info :Contact

=================================================================== */

/* =============================

	index

=============================== */
article.mainCont {
	margin-bottom:50px;
}

p.h-mes {
	margin-bottom:40px;
}

table.form {
	width:100%;
	margin-bottom:24px;
}
table.form th,
table.form td {
	border:1px solid #DEDEDE;
	padding:15px;
}
table.form th {
	background:#F4F4F4;
	width:180px;
	vertical-align:top;
}
td.textbox input,
input.ipt-w200,
input.ipt-w250 {
	height:28px;
	border-radius:4px;
	border:1px solid #DEDEDE;
}
table.form textarea {
	border-radius:4px;
	border:1px solid #DEDEDE;
}
.required {
	color:#A1576C;
}


.zipbtn{
	background:#F0F0F0;
	border:1px solid #DEDEDE;
	padding:0 5px;
	cursor:pointer;
}




/*下部エリア*/
section.bottom {
	clear:both;
}

section.bottom p.tel {
	font-size:2.33em;
	font-weight:bold;
}

/* =================================== */


