@charset "UTF-8";

/* ***************************************************
* CSS file For netinsatsu.com
	FileName: req_materialt.css 
	data:2008/02/17 yoshii
	
■目次 ==========================================
■[01]:
■[02]:
■[03]:
**************************************************** */

/*-----------------------------------------------------------
■[01]:取扱資料紹介
------------------------------------------------------------*/
div#Mate_Detail img{
	margin: 0 0 10px;
}

div#Mate_Detail ul{
	margin: 0 0 10px 0;
}

div#Mate_Detail ul li{
	padding: 0 0 0 20px;
	background: url(/img/common/list_arrow.gif) no-repeat 3px 4px;
}


div#Mate_Detail div{
	background: url(/img/common/line_dot.gif) repeat-x left bottom;
	padding:0 0 10px;
	margin: 0 0 10px;
	float:left;
}

div#Mate_Detail dl dd{
	float: left;
	width:465px;

}

div#Mate_Detail dl dd p{
	font-weight: bold;
	font-size: 14px;
	margin:0 0 5px;
}


div#Mate_Detail dl dt{
	float: left;
	width:83px;
	clear:both;
}

div#Mate_Detail dl dt img{
	margin: 0 10px 0 0;
}

/*-----------------------------------------------------------
■[02]:フォーム部分
------------------------------------------------------------*/
div.Title {
	width: 100%;
	margin-bottom: 10px;
}

div#Req_Mate table {
	border-bottom:1px solid #CCCCCC;
	border-right:1px solid #CCCCCC;
	font-size:12px;
	line-height:18px;
	margin:0pt 0pt 15px;
	width:100%;
}

div#Req_Mate table caption {
	font-size:10px;
	text-align:left;
}

div#Req_Mate table th, div#Req_Mate table td {
	border-left:1px solid #CCCCCC;
	border-top:1px solid #CCCCCC;
	padding:5px 10px;
	vertical-align:top;
}

div#Req_Mate table th {
	background:#EEEEEE;
	text-align:left;
}

div#Req_Mate table.Member td {
	padding:5px;
}

div#Req_Mate table th.item {
	background: #eeeeee url(/img/common/table_th_bg.gif);
	text-align: left;
	padding: 5px 10px;
}

div#Req_Mate table.Member p{
	color:#ff6600;
	padding:2px 0 0;
	font-size:10px;
}


div#Req_Mate table caption span,div#Req_Mate table th {text-align: left;}
div#Req_Mate table caption span,div#Req_Mate table th span {color: #ff0000;}
div#Req_Mate table th span {
	padding: 0 0 0 6px;
	background:none;
}
div#Req_Mate table td {padding: 5px;}
div#Req_Mate table td span {font-size: 10px;}

/* input設定 */
div#Req_Mate table td input {width: 99%; text-indent:0;}
div#Req_Mate table td input.zip {
	width: 20%;
	margin: 0 5px;
}
div#Req_Mate table td input.mail {width: 60%;margin:0 10px 0 0;}/*  */
div#Req_Mate table td input.name {
	width: 25%;
	margin: 0 10px 0 5px;
}
div#Req_Mate table td input.num {width: 18%;margin: 0 7px 0 0;}

div#Req_Mate table td select {margin: 0 5px 0 0;}

div#Req_Mate table td input.check {
	width: 5%;
	border:none;
	margin: 3px 3px 0 0;
	padding: 0;
}

div#Req_Mate table td textarea{
	width: 100%;
	height: 200px;
}
