@charset "shift_jis";

/* ====== /new_registration/ ===== */
/* -------------------------------- */
/* -------- contactIndexBox -------- */
/* -------------------------------- */

#contact p.end{
margin-bottom:10px;
}

#contents #contact .contactBox {
	border: 3px solid #f60;
	padding: 20px;
}

#contents #contact .contactBox p.msg {
	padding: 5px 5px 5px 10px;
	margin-bottom: 15px;
	font-size: 100%;
	font-weight: bold;
	background-image: url(/images/col_light_orange.gif);
}

#contents #contact .contactBox form {
	text-align: left;
}

#contents #contact .contactBox table {
	width: 100%;
	font-size: 100%;
	border-top: 1px dotted #f60;
}

#contents #contact .contactBox th {
	padding: 5px 3px 5px 5px;
	width: 152px;
	border: none;
	border-bottom: 1px dotted #f60;
	font-weight: bold;
	line-height: 120%;
	background-image: url(/images/col_light_orange.gif);
}

#contents #contact .contactBox th span {
	font-size: 84%;
	font-weight: normal;
}

#contents #contact .contactBox td {
	padding: 5px 0 5px 5px;
	border: none;
	border-bottom: 1px dotted #f60;
	line-height: 120%;
	font-size: 100%;
	text-align: justify;
	text-justify: inter-ideograph;
}

#contents #contact .contactBox td .caution {
	font-size: 84%;
	color: #f60;
}

#contents #contact .contactBox th.nb,
#contents #contact .contactBox td.nb {
	border-bottom: none;
}

#contents #contact .contactBox .lbl {
	padding: 0 20px 0 5px;
}

#contents #contact .contactBox .txt {
	width: 300px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#contents #contact .contactBox .maxTxt {
	width: 455px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#contents #contact .contactBox .ulFile {
	width: 300px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#contents #contact .contactBox textarea {
	width: 455px;
	padding: 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#contents #contact .contactBox select {
	padding: 3px 1px 3px 3px;
	border: 1px solid #ccc;
	background-color: #fff;
}

#contents #contact .contactBox option {
	padding-right: 20px;
}

#contents #contact .contactBox .txt:hover,
#contents #contact .contactBox .maxTxt:hover,
#contents #contact .contactBox .ulFile:hover,
#contents #contact .contactBox textarea:hover,
#contents #contact .contactBox select:hover,
#contents #contact .contactBox .txt:focus,
#contents #contact .contactBox .maxTxt:focus,
#contents #contact .contactBox .ulFile:focus,
#contents #contact .contactBox textarea:focus,
#contents #contact .contactBox select:focus {
	border: 1px solid #f60;
	
}


#contents #contact .contactBox .buttons {
	padding: 20px 0 0;
	text-align: center;
}

#contents #contact .contactBox .buttonsL {
	padding: 10px 0 20px 140px;
}

#contents #contact .contactBox .btnYes {
	margin: 0 15px;
	padding: 2px 10px;
	border: 1px solid #f60;
	color: #f60;
	font-size: 100%;
	font-weight: bold;
	background-color: #fff;
}

#contents #contact .contactBox .btnNo {
	margin: 0 15px;
	padding: 2px 10px;
	border: 1px solid #999;
	background-color: #fff;
}
