@charset "UTF-8";

/*//////////////////////////////////////////////////*/
/*// 01.�x�[�X�̐ݒ�                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: none;
	display: block;
	padding: 2px;
	width: 98%;
	margin-bottom: 1px;
}
label.label_true {
	background-color: #FFFFEE;
	border: solid 1px #CCCCCC;
	text-decoration: none;
}
label.label_false {
	background-color: none;
	border: none;
	text-decoration: underline;
	background-image: none;
}
div#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#mailfrom_hidden_object input {
	margin: 10px;
}
div#mfp_closed {
	display: none;
}
div.mfp_disp {
	display: none;
}
div#input_time_disp {
	padding: 10px;
}
div#expires_time_disp {
	padding: 10px;
	text-align: center;
}
div#expires_time_disp strong {
	font-size: 18px;
	color: #CC0000;
}
div#limit_disp {
	padding: 10px;
	text-align: center;
}
div#limit_disp strong {
	font-size: 24px;
	color: #CC0000;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
	margin: 4px 7px 0px 5px;
}
img.must_top {
	width: 30px;
	height: 16px;
	margin: 0px 7px 0px 5px;
	vertical-align:middle;
}
div.mfp_err {
	text-align: left;
	margin: 3px 0px 0px 0px;
	padding: 0px 0px 0px 17px;
	color: #FF0000;
	font-size: 11px;
	line-height: normal;
	display: none;
	background-image: url(../images/mfp_error.gif);
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
input.mfp {
	padding: 2px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:1px #bbb solid;
}
textarea.mfp {
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	border:1px #bbb solid;
}
div#mfp_buttons {
	padding: 0px;
	text-align: center;
}
div#mfp_buttons ul {
	width: 360px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div#mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}
input#button_mfp_goconfirm {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_goconfirm.gif);
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_reset {
	width: 180px;
	height: 60px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
.reset_over {
	background-image: url(../images/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../images/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../images/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../images/mfp_confirm.gif);
}

/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 02.�e�[�u���̎w��                            //*/
/*//////////////////////////////////////////////////*/
table.mailform {
	width: 100%;
	padding: 10px 0;
}
table.mailform tr th {
	padding: 4px 18px 4px 3px;
	border-bottom: solid 1px #e8e8e8;
	font-weight: normal;
	font-size: 12px;
	text-align: right;
	width: 160px;
	font-size:11px;
	background:#f5f5f5;
}
table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	padding: 4px 0px 4px 10px;
	font-size: 12px;
}
table.mailform tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
table.mailform tr td ul li {
	float: left;
	padding: 0px 10px 0px 0px;
}
table.mailform tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

form#mailform table.table_in tr th label {
	display:inline;
}

form#mailform table.table_in tr td label {
	display:inline;
}

table.mailform table.table_in tr th {
	padding: 7px 0px 7px 0px;
	font-size: 12px;
	border-bottom: solid 1px #CCCCCC;
	background:#fff;
	text-align:left;
}
table.mailform table.table_in tr td {
	padding: 3px 0px 3px 0px;
	font-size: 12px;
	border:none;
}

table.mailform table.table_in tr th ul li {
	float:left;
	padding: 0px 30px 0px 0px;
}

/*//////////////////////////////////////////////////*/
/*// 04.�ȉ��m�F��ʊ֘A�̃X�^�C��                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 560px;
	padding: 0px;
	margin: 0px;
}
ul.confirm_layer li {
	width: 560px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(../images/mfp_table_background.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(../images/mfp_table_top.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(../images/mfp_table_bottom.png);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='images/mfp_table_bottom.png', sizingMethod='scale');
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 500px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 14px;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: solid 2px #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color: #E8EEF9;
}
div#confirmWindow {
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
	width: 100%;
	height: 100%;
	margin: 0px;
	overflow: hidden;
	z-index: 1;
	position: fixed!important;
	position/**/:  absolute;
	top: 0;
	left: 0;
	visibility: hidden;
	background-color: #000000;
	font-size: 12px;
	text-align: center;
	_top: expression(
		document.documentElement && document.documentElement.scrollTop  || 
		document.body && body.scrollTop  || 0
		+ 0 + 'px'
	);
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody h2 {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0px auto 0px auto;
}

div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
	filter: alpha(opacity=60);
	-moz-opacity: 0.60;
	-khtml-opacity: 0.60;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}
/*//////////////////////////////////////////////////*/



/*++追記箇所+++++++++++*/

#wrapper2 {
	width:600px;
	text-align: left;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: 35px;
	background-color: #FFF;
	color:#333;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
	line-height:150%;
	font-size:12px;
}

/* ----------
フォーム
------------- */
#form{
	font-size:12px;
	width:600px;
	margin-bottom: 30px;
	color:#333;
	font-family: "ＭＳ Ｐゴシック", Arial, Helvetica, sans-serif;
}

#inquiry_form{
	width:600px;
	border-collapse: collapse;
	border: 1px solid #ccc;
	vertical-align: middle;
	font-size: 12px;
	color: #666;
}

#inquiry_form th{
	font-size: 12px;
	text-align: left;
	width: 150px;
	line-height: 140%;
	font-weight: normal;
	border: 1px solid #ccc;
	background-color: #EEE;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

#inquiry_form td{
	font-size: 12px;
	text-align: left;
	line-height: 140%;
	font-weight: normal;
	border: 1px solid #ccc;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}

.red1{
	color: #FF0000;
}

.red2{
	color: #FF0000;
	padding-left: 3px;
}

.privacy_text{
	font-size: 11px;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}

.inquiry_text{
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

#form_btn{
	padding-top: 20px;
}

/* ---確認画面---- */
#inquiry_form2{
	width:600px;	
	vertical-align: middle;
	font-size: 12px;
	color: #666;
}

.ime_act {
	ime-mode:active;
}

.ime_dis {
	ime-mode:disabled;
}

#inq03 p.capt {
	font-size:11px;
	font-weight:bold;
	color:#555;
	margin-bottom:20px;
}

#inq03 dl dt {
	color:#4a2b79;
	font-size:11px;
}

#inq03 dl dd {
	margin:0 0 20px 0;
	font-size:11px;
}

/* etc
-----------------------------------------------------------*/
#mform {
	margin-bottom:30px;
}

#mform p {
	margin-bottom:0px;
}

body:nth-of-type(1) label.mfp input {
	position:relative;
	top:2px;
	left:0;
}

#mform hr {
	border:none;
	margin:0 0 5px 0;
}

#mailform .table_day {
	line-height:1.5;
}

#mailform .table_day tr th {
	width:15%;
	background:#fff;
	border-bottom:none;
	padding-right:3px;
}

#mailform ol li {
	font-size:12px;
	color:#333;
}

#mailform .note {
	font-size:10px;
}

#mailform ul.check {
	margin:0 0 5px 0;
}

#mailform ul.check li {
	float:left;
	list-style:none;
	font-size:12px;
	font-weight:normal;
	line-height:2.1em;
}

#mailform ul.check li input {	
	vertical-align:top;
}

#mailform ul.check li label {
	display:inline;
}

#mailform ul.fin {
	margin:0;
}