@charset "utf-8";


/* ================================================================================ */
/*      contents                                                                   */  
/* ================================================================================ */

.error{
	color:#F00;
}




/* ================================================================================ */
/*      details                                                                   */  
/* ================================================================================ */
table.spec{
	border:#c5c5c5 solid;
	border-width:1px 0 0 1px;
	margin-bottom:8px;
	margin-top:10px;
}


table.spec th{
	font-weight:bold;
}

table.spec tr.color_g{
	background-color:#f9f9f9;
}

table.spec th{
	background-color:#fff2fc;
	color:#AB308C;
	text-align:center;
}

table.spec th.color_l{
	color:#366;
	background-color:#ddf5eb;
}

table.spec th.color_l2{
	color:#366;
	background-color:#d1ece0;
}

table.spec th,
table.spec td{
	padding:7px;
	border:#c5c5c5 solid;
	border-width:0 1px 1px 0;
	font-size:100%;
}


table.spec td{
	text-align:left;
}


.dotline{
	border-bottom:1px #c5c5c5 dotted;
	padding-bottom:10px;
}




/* form
----------------------------------------------- */
#contents .spec td ul.formlist01 li{
	margin-bottom:7px;
}

#contents .spec td ul.formlist02 li{
	display:inline;
	padding-right:10px;
}

#contents .spec td ul.formlist02 input{
	border:none;
	background:none;
}

#contents .spec td input,
#contents .spec td select,
#contents .spec td textarea{
	background-color: #F4F4F4;
	border: #A5ACB2 1px solid;
	padding: 3px;
	margin: 0 0 3px 0;
	font-size:90%;
}

#contents .spec td input:focus,
#contents .spec td select:focus,
#contents .spec td textarea:focus{
	background-color: #fff2fc;
}

#contents .spec .w45{width:45px;}
#contents .spec .w65{width:65px;}
#contents .spec .w110{width:110px;}
#contents .spec .w200{width:200px;}
#contents .spec .w350{width:350px;}
#contents .spec .w500{width:500px;}
#contents .spec .h150{height:150px;}


#contents .submit {
	text-align: center;
	margin: 20px 0 0;
}
#contents .submit input {
	background-color: #ffffff; 
  	border: 1px solid #999;
	padding: 10px 80px;
	color: #AB308C;
	cursor:pointer;
	font-size:100%;
}

#contents .dot_line1{
	border-bottom: 1px dotted #C5C5C5;
	padding-bottom:10px;
	margin-bottom:10px;
}
