@charset "utf-8";

h2 {					/* ページタイトル */
	margin-top:10px;
	height:30px;
	background:url(../images/stage_border.gif) no-repeat bottom;
	font-size:16px;
	font-weight:bold;
	padding-left:10px;
}
h2 img {
	margin-right:10px;
}
h2 strong {
	line-height:1.5;
	margin-left:5px;
}
.section_lv3,
.salespolicies {
	width:680px;
	margin:10px auto;
	height:auto;
}
.section_lv3 h3 {
	line-height:1.5em;
	background:#8CAAB6;
	color:#FFFFFF;
	font-weight:bold;
	font-size:16px;
	padding-left:20px;
	margin-bottom:10px;
}

.section_lv3 dl {
	margin-left:10px;
	margin-bottom:25px;
}
.section_lv3 dl dt {
	clear:both;
	margin:5px 0;
	float:left;
	width:85px;
	line-height:1.5em;
}

.section_lv3 dl dd {
	float:left;
	width:550px;
	margin:5px 0;
	line-height:1.5em;
}
.btn {
	text-align:center;
}
textarea{			/* プライバシーポリシー＆利用規約のテキストエリア */
	resize:none;
	width:690px;
	height:410px;
	line-height:1.4;
	background-color:#FFFFFF;
	font-size:12px;
}
.entry_largeFont {
	text-align:center;
	font-size:16px;
	line-height:1.6em;
	margin-top:35px;
}
.entry_smallFont {
	text-align:center;
	font-size:13px;
	line-height:1.6em;
	margin-top:35px;
}
.entry_left {
	text-align:left;
	font-size:13px;
	line-height:1.6em;
	margin:15px 0;
}
.salespolicies table {
	width:617px;
	margin:10px auto;
}
.salespolicies table th {
	width:85px;
	background:#7CB0CC;
	color:#FFFFFF;
	padding:10px;
	vertical-align:top;
}
.salespolicies table td {
	background:#FFFFFF;
	line-height:1.5em;
	padding:10px;
}

