@charset "UTF-8";

/*// ベースの設定 //*/
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0;
}
#mailform label {
	cursor: pointer;
	padding: 5px 10px 2px 5px;
	margin: 5px 5px 5px 0;
	border: 4px;
}
label.label_true {
	background-color: #FFFFCC;
}
label.label_false {
}
#mailfrom_hidden_object {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#mailfrom_hidden_object input {
	margin: 10px;
}
#mfp_closed {
	display: none;
}
.mfp_disp {
	display: none;
}
#input_time_disp {
	text-align: center;
}
#expires_time_disp {
	text-align: center;
}
#expires_time_disp strong {
	font-size: 18px;
	line-height: 140%;
	color: #CC0000;
}
#limit_disp {
	text-align: center;
}
#limit_disp strong {
	font-size: 24px;
	line-height: 140%;
	color: #CC0000;
}
img.must {
	width: 30px;
	height: 16px;
	float: left;
	margin: 0 0 0 5px;
}
input.mfp {
	padding: 2px;
}
textarea.mfp {
	padding: 5px;
}
#mfp_buttons {
	padding: 0px;
	text-align: center;
}
#mfp_buttons ul {
	width: 360px;
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
#mfp_buttons ul li {
	width: 180px;
	height: 60px;
	overflow: hidden;
	float: left;
}
div.mfp_phase_buttons {
	height: 60px;
}
input.mfp_phase_next {
	background-image: url(../images/mfp_next.gif);
	float: right;
}
input.mfp_phase_prev {
	background-image: url(../images/mfp_prev.gif);
	float: left;
}
input.mfp_phase_next,input.mfp_phase_prev {
	width: 200px;
	height: 60px;
	overflow: hidden;
	text-indent: -5000px;
	border: none;
	border-style: none;
	cursor: pointer;
}
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);
}
#thanks {
	padding: 20px 0 20px 0;
	text-align: center;
}
#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}

/*// テーブルの指定 //*/
#MAILFORM table {
	font-size: 12px;
	margin: 10px auto 10px auto;
	padding: 0;
}
#MAILFORM p {
	font-size: 12px;
}
#MAILFORM table.mailform {
	width: 100%;
	padding: 10px;
}
#MAILFORM table.mailform tr th {
	padding: 7px 0 7px 0;
	border-bottom: solid 1px #CCCCCC;
	font-weight: normal;
	text-align: right;
	width: 130px;
}
#MAILFORM table.mailform tr td {
	padding: 7px 0px 7px 10px;
	border-bottom: solid 1px #CCCCCC;
	text-align: left;
}
#MAILFORM ul,#MAILFORM ol,#MAILFORM li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}

/*// 確認画面関連 //*/
ul.confirm_layer {
	width: 720px;
	padding: 0px;
	margin: 0px;
}
ul.confirm_layer li {
	width: 720px;
	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?wide);
}
li.confirm_top {
	height: 33px;
	background-image: url(../images/mfp_table_top.png?wide);
}
li.confirm_bottom {
	height: 33px;
	background-image: url(../images/mfp_table_bottom.png?wide);
}
div#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
div#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 660px;
	margin: 0px auto 0px auto;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	font-size: 12px;
	width: 150px;
	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: #F9F8F7;
}
div#confirmWindow {
	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;
}
div#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
div#confirmBody div.mfp_title {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
div.buttons {
	margin: 0px auto 0px auto;
	text-align: center;
}
div#twex {
	margin: 0px;
	overflow: hidden;
	z-index: 100;
	position: absolute;
	top: 0;
	left: 0;
	display: none;
	text-align: center;
	background-color: #000000;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}

/*// Phase Input Style //*/
input.mfp_phase_ui {
	padding: 3px;
	margin: 0 0 0 0;
}
ol.mfp_phase_input_proccess {
	font-size: 12px;
	margin: 6px 0 10px 0;
	height: 40px;
}
ol.mfp_phase_input_proccess li {
	border: 3px;
	padding: 8px 10px 8px 6px;
	margin: 5px;
	float: left;
	font-weight: bolder;
}
li.mfp_phase_current {
	color: #FFFFFF;
	background: url(../images/mfp_phase_current.jpg) no-repeat center right;
}
li.mfp_phase_disabled {
	background: url(../images/mfp_phase_disabled.jpg) no-repeat center right;
}
div.mfp_phase_section {
	display: none;
	clear: both;
}