@charset "shift_jis";

/* ====== /call/ ===== */
/* -------------------------------- */
/* -------- callIndexBox -------- */
/* -------------------------------- */


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

#contents #call .callBox {
	border: 3px solid #f60;
	padding: 20px;
}

#contents #call .callBox 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 #call .callBox form {
	text-align: left;
}

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

#contents #call .callBox 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 #call .callBox th span {
	font-size: 84%;
	font-weight: normal;
}

#contents #call .callBox 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 #call .callBox td .caution {
	font-size: 84%;
	color: #f60;
}

#contents #call .callBox th.nb,
#contents #call .callBox td.nb {
	border-bottom: none;
}

#contents #call .callBox .lbl {
	padding: 0 20px 0 5px;
}

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

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

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

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

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

#contents #call .callBox option {
	padding-right: 20px;
}

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


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

#contents #call .callBox .buttonsL {
	padding: 10px 0 20px 140px;
}

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

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