@charset "UTF-8";

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


/*-----------------------------------------------------------
■[01]:パスワード問い合わせ
------------------------------------------------------------*/
div.Title {
	width: 100%;
	margin-bottom: 10px;
}

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

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

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

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

div#Reminder table td {
	padding:5px;
}

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

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


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

/* input設定 */
div#Reminder table td input {width: 99%; text-indent:0;}
div#Reminder table td input.mail {width: 60%;margin:0 10px 0 0;}/*  */

