@charset "UTF-8";

/* fontサイズ表
	10px 	77%
	11px 	85%
	12px 	93%
	13px 	100%
	14px 	108%
	15px 	116%
	16px 	123.1%
	17px 	131%
	18px 	138.5%
	19px 	146.5%
	20px 	153.9%
	21px 	161.6%
	22px 	167%
	23px 	174%
	24px 	182%
	25px 	189%
	26px 	197%
	28px 	215.4%
	40px	307.7%
*/

#enclosed_box{
}

#enclosed_box li{
	margin-bottom: 10px;
	border-bottom: 1px solid #ccc;
}

#enclosed_box li:last-child{
//	border-bottom: none;
}

.item_japanese,
.item_english,
#submit{
	float:left;
}


.confirm{
	float: right;
}

.item_japanese,
.item_english{
	width: 200px;
}

.item_english{
	clear:left;
	font-size: 93%; /* 12px */
	color: #595757;
}

.item_japanese span{
	color: #CC0000;
	font-size: 77%; /* 10px */
}

.confirm{
	margin-top: -3em;
	margin-bottom: 1em;
}

.confirm input[type="text"],
textarea {
	border: 1px solid #ccc;
	width: 700px;
}

textarea {
	height: 200px;
}
#submit{
	margin-bottom: 1em;
}

/* ====== お問い合わせ送信完了 ====== */
#complete {
	padding: 100px 0 300px;
	text-align: center;
}