@charset "UTF-8";

/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/
form#mailform {
	margin: 0px auto 0px auto;
	padding: 0;
}
#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;
}
#thanks {
	padding: 20px 0 20px 0;
	text-align: center;
}
#thanks p strong {
	font-size: 18px;
	color: #CC0000;
}
/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 02.テーブルの指定                            //*/
/*//////////////////////////////////////////////////*/
#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;
}
/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 03.以下エレメント毎の指定                    //*/
/*//////////////////////////////////////////////////*/
input#mfp_el01,input#mfp_el02 {
	width: 240px;
}
input#mfp_el03,input#mfp_el04 {
	width: 200px;
}
input#mfp_el05 {
	width: 100px;
}
input#mfp_el06 {
	width: 60px;
}
input#mfp_el08,input#mfp_el09 {
	width: 320px;
}
textarea#mfp_el10 {
	width: 98%;
	height: 70px;
}
/*//////////////////////////////////////////////////*/


/*//////////////////////////////////////////////////*/
/*// 04.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
ul.confirm_layer {
	width: 524px;
	padding: 0px;
	margin: 20px 0 10px 0;
}
ul.confirm_layer li {
	width: 524px;
	list-style: none;
	float: left;
	overflow: hidden;
	text-align: center;
	margin: 0px;
	padding: 0px;
}
li.confirm_middle {
	background-image: url(img-layout/mfp_table_background.gif);
}
li.confirm_top {
	height: 18px;
	background-image: url(img-layout/mfp_table_top.gif);
}
li.confirm_bottom {
	height: 18px;
	background-image: url(img-layout/mfp_table_bottom.gif);
}
#disabled_submit {
	width: 1px;
	height: 1px;
	overflow: hidden;
}
#disabled_submit input {
	margin: 10px;
}
table.infield {
	width: 500px;
	margin: 0px auto 0px auto;
	font-size: 12px;
}
table.infield p {
	font-size: 12px;
	line-height: 140%;
	border-left: solid 2px #CCCCCC;
	padding: 5px 0px 5px 10px;
	margin: 0px;
	text-align: left;
}
table.infield tr th {
	padding: 5px;
	margin: 0px;
	text-align: right;
	border-bottom: solid 1px #CCCCCC;
	color: #232323;
}
table.infield tr td {
	padding: 5px;
	border-bottom: solid 1px #CCCCCC;
}
.mfp_color {
	background-color: #F9F8F7;
}
#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;
}
#confirmBody {
	width: 1px;
	visibility: hidden;
	position: absolute;
	z-index: 10;
	text-align: center;
	margin: 0px auto 0px auto;
}
#confirmBody h2 {
	color: #FFFFFF;
	margin: 0px auto 0px auto;
	width: 294px;
	height: 33px;
	padding-top: 10px;
}
.buttons {
	margin: 10px auto 0 auto;
	text-align: center;
}
/*//////////////////////////////////////////////////*/
