@charset "utf-8";

input[type="radio"],
input[type="checkbox"] { vertical-align: -0.1em; }

#formEnd { text-align:center; }
#formEnd input { display:inline-block; padding:6px 12px; cursor:pointer; font-weight:bold; }
/* ---IME ON--- */
.ime_on { ime-mode: active; }
/* ---IME KILL--- */
.ime_off { ime-mode: desabled; }

.form_table{
	margin-bottom: 45px;
}
.hissu{
	background: #ffa192;
    padding: 3px 8px;
	margin-right: 10px;
	color: #000;
	font-weight: normal;
	border-radius: 5px;
}
.ninni{
	background: #333333;
	    padding: 3px 12px;
	margin-right: 10px;
	color: #fff;
	font-weight: normal;
}
.tb_contact{
	width: 100%;
	border: 1px solid #ffffff;
}
.tb_contact th, .tb_contact td{
	border-bottom: 1px solid #ffffff;
	padding: 10px 20px;
	vertical-align: middle;
	text-align: left;
}
.tb_contact th {
	background: url("../contact/images/bg_th.jpg") repeat;
	width: 230px;
	font-weight: bold;
	padding: 10px 15px;
	border-right: 1px solid #ffffff;
	border-bottom: 1px solid #ffffff;
}
.tb_contact th .pl54 { padding-left: 54px; }
.tb_contact td{
	border-bottom: 1px solid #ffffff;
}
.tb_contact td input{
	padding: 8px 0 8px 2px;
	border: 1px solid #ccc;
}
.tb_contact td textarea{
	padding: 8px 0 8px 2px;
	border: 1px solid #ccc;
}
.tb_contact td select{
	padding: 8px 2px;
	border: 1px solid #ccc;
}
.tb_contact td .w97{
	width: 97%;
}
.tb_contact td .w50{
	width: 50%;
}
.contact_step_jump{
	text-align: center;
	margin:30px 0 60px; 
}
.contact_step_jump input[type="image"]:hover { opacity: 0.7; }
.contact_step_jump .confirm{
	margin-bottom: 15px;
}