@chartset "utf-8";

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


         　　　　　　　　資料請求
		 

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

/*=========製品紹介TOPページ（はじまり）=========*/

#content_request {
	margin: 0 auto;
	width: 700px;
}

h1.top_title {
	background: url(../img/top_title_request.gif) no-repeat left top;
	height: 26px;
	margin-bottom: 20px;
	text-indent: -9999px;
}

h3 {
	border-left: #333 solid 4px;
	float: left;
	font-size: 120%;
	font-weight: bold;
	margin-bottom: 15px;
	margin-top: 40px;
	padding-left: 10px;
	width: 100%;
}
.line_dot {
	background: url(../../product/img/line_dot.gif) repeat-x left bottom;
	height: 10px;
	width: 100%;
}
.address {
	border: #999 solid 1px;
	display: inline-block;
	margin-top: 10px;
	padding: 15px 40px;
}
* html .address { /* IE 6 */
	display:inline;
	zoom:1;
}
*:first-child+html .address { /* IE 7 */
	display:inline;
	zoom:1;
}
.address dl {
	margin: 0;
}
.address dt {
	font-size: 130%;
	font-weight: normal;
	margin-bottom: 15px;
}
.address dd {
	margin-bottom: 0;
}
.number {
	margin-bottom: 5px;
}
.email_note {
	color: #666;
	font-size: 80%;
	line-height: 1.5;
	margin-top: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
.table_note {
	margin-top: 40px;
	text-align: right;
	width: 700px;
}
.table_note p {
	color: #FF0000;
	font-size: 80%;
}
table.request {
	border-top: #ccc solid 1px;
	border-bottom: #ccc solid 1px;
	border-collapse: collapse;
	line-height: 1.5;
	margin-bottom: 5px;
	table-layout: fixed;
	width: 700px;
}
table.request th {
	border-bottom: #ccc solid 1px;
	font-weight: bold;
	padding: 15px 0;
	text-align: left;
	width: 200px;
}
table.request td {
	border-bottom: #ccc solid 1px;
	font-family:"Hiragino Kaku Gothic Pro",HiraKakuPro-W3,"ヒラギノ角ゴ Pro W3","MS P ゴシック",verdana,sans-serif;
	padding: 15px 0;
	width: 500px;
}
p.btn {
	margin: 20px 0;
	padding-left: 200px;
}
.must {
	color: #FF0000;
	font-size: 80%;
	margin-left: 1em;
}