@charset "utf-8";

/*==================================================================

　1. お問い合わせ

==================================================================*/

.entry {
	clear:both;
	margin:0 0 0 15px;
}

th,td { text-align:left; }
.Contact table { font-size:100%; }

.Contact table.outside {
	clear:both;
	width:620px;
	border-collapse:collapse;
	margin:15px 0 10px 0;
}

.Contact table.outside th.left {
	width:118px;
	background:url(../common/images/bg_cell_01.gif) repeat-x bottom left;
	vertical-align:top;
	padding:10px 6px;
}

.Contact table.outside td.right {
	width:464px;
	padding:10px 6px 10px 10px;
	background:url(../common/images/bg_cell_02.gif) repeat-x bottom left;
}

.Contact table.outside td.right input,
.Contact table.outside td.right textarea { border:1px solid #CCC; }

.Contact table.outside th.left strong { color:#CC0000; }

.Contact table.inside input {
	width:140px;
	margin-left:5px;
}

.Contact input.mail { width:240px; }
.Contact input.tel  { width:100px; }

.Contact table.outside td.right textarea { width:460px; height:120px; }

.Contact .privacy { text-align:center; }

.Contact .btn {
	text-align:center;
	margin:20px 0 0 0;
}



/*==================================================================

　2. エラー

==================================================================*/

.Contact .error { margin:15px 0 20px 0; }


/*==================================================================

　3. Thanks

==================================================================*/

.Contact .thanks { margin:15px 0 20px 0; }


