@charset "UTF-8";

#sample-mail-box {
	width: 690px;
	margin: 0 auto;
	overflow: hidden;
}
#sample-mail-box h2 {
	height: 14px;
	margin: 0;
	padding: 14px 10px;
	font-size: 116%;
	line-height: 1em;
	background: url(/img/detail/bg_title.gif) repeat-x;/* 背景画像 */
	border-left: 5px #3B3B3B solid;
	border-bottom: 1px #3B3B3B solid;
	overflow: hidden;
	clear: both;
}
#sample-mail-box h2 span.tit-main {
	display: block;
	float: left;
}
#sample-mail-box h2 span.tit-sub {
	font-size: 85%;
	display: block;
	float: right;
}
#sample-mail-box div.copy {
	width: 620px;
	margin: 30px auto 0 auto;
	padding: 20px;
	background-color: #FAFAFA;
	border: 1px #DDD solid;
	position: relative;
	z-index: 1;
}
#sample-mail-box div.copy p {
	width: 320px;
	margin: 0;
	font-size: 108%;
	line-height: 1.8em;
}
#sample-mail-box div.copy p.txt-sub {
	width: 580px;
	margin: 0;
	font-size: 108%;
	line-height: 1.8em;
}
#sample-mail-box div.img-main {
	width: 300px;
	height: 227px;
	top: -190px;
	left: 370px;
	margin: 0 0 -190px 0;/* 高さ相殺用 */
	background: url(../img/img_main.png) no-repeat;
	position: relative;
	z-index: 2;
}
* #sample-mail-box div.img-main {/* IE6 透過PNG用 */
behavior: expression(
this.style.behavior || (
this.style.filter = "progid:DXImageTransform.Microsoft.AlphaImageLoader(sizingMethod=crop,src='"+this.currentStyle.getAttribute("backgroundImage").slice(5,-2)+"')",
this.style.backgroundImage = "none",
this.style.behavior = "none"
)
);
}
#sample-mail-box h3 {
	width: 660px;
	margin: 20px auto 0;
	padding: 20px 0 0;
	border-top: 1px #CCC dotted;
}

/* テーブル 1 */
#sample-mail-box .tbl-1 {
	width: 660px;
	margin: 14px auto 0 auto;
	font-size: 100%;
	line-height: 1.1em;
	border-collapse: collapse;
	border: 1px solid #999;
}
#sample-mail-box .tbl-1 td {
	padding: 5px;
	border: 1px solid #999;
}
#sample-mail-box .tbl-1 th {
	padding: 8px 5px;
	border: 1px solid #999;
	text-align:center;
	font-weight: normal;
	background: #EFEDE2;
}
#sample-mail-box .tbl-1 a {
	text-decoration: underline;
}
#sample-mail-box .tbl-1 td.w-30 {
	width: 30px;
}
#sample-mail-box .tbl-1 td.w-80 {
	width: 80px;
}
#sample-mail-box .tbl-1 .c-1 {
	background: #F7F6F1;
}
#sample-mail-box .tbl-1 .c-2 {
	background: #FAFAFA;
}
#sample-mail-box .tbl-1 td .inn {
	padding: 6px;
	overflow: hidden;
	clear: both;
}
#sample-mail-box .tbl-1 td .inn img.inn-L {
	width: 100px;
	float: left;
}
#sample-mail-box .tbl-1 td .inn dl.inn-R  {
	width: 388px;
	margin: 0;
	padding: 0 0 0 16px;
	list-style: none;
	float: left;
}
#sample-mail-box .tbl-1 td .inn dl.inn-R dt {
	margin: 0;
	padding: 0;
	font-size: 108%;
	line-height: 1em;
	font-weight: bold;
}
#sample-mail-box .tbl-1 td .inn dl.inn-R dd {
	margin: 6px 0 0 0;
	padding: 0;
	font-size: 100%;
	line-height: 1.3em;
}
#sample-mail-box .ipt-mail {
	width: 660px;
	margin: 10px auto 0;
}
#sample-mail-box .kiyaku {
	width: 660px;
	margin: 10px auto 0;
}
#sample-mail-box .kiyaku p {
	margin: 4px 0 0 1em;
	font-size: 100%;
	line-height: 1.3em;
	text-indent: -1em;
}
#sample-mail-box .btn-submit {
	width: 660px;
	margin: 40px auto;
	text-align: center;
}


