@charset "UTF-8";

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


/*-----------------------------------------------------------
■[01]:新規会員登録
------------------------------------------------------------*/
div.Title {
	width: 100%;
	margin-bottom: 10px;
}

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

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

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

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

/* div#Contact table td {
	padding:5px;
} */

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

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


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

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

div#Contact table td select {margin: 0 5px 0 0;}
div#Contact table td textarea{
	width: 100%;
	height: 200px;
}
