﻿@charset "UTF-8";

/*//////////////////////////////////////////////////*/
/*// 01.ベースの設定                              //*/
/*//////////////////////////////////////////////////*/

form#mailform label {
	cursor: pointer;
	padding: 5px 0px;
	margin-bottom: 1px;
/*
	font-size: 12px;
*/
}
label.label_false {
	border: none;
	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: 10px;
	height: 11px;
/*
	float: right;
*/
	margin: 0px 0px 8px 5px;
}

/** margin padding  (上下左右／上下、左右／上、左右、下／上、右、下、左) **/
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 0px 0px 0px 5px;
	color: #FF0000;
	font-size: 14px;
/***
	font-size: 10px;
	line-height: normal;
***/
	line-height: 14px;
	display: none;
}

input.mfp {
	padding: 5px;
}
textarea.mfp {
	padding: 5px;
}

div#mfp_buttons {
	padding: 40px 0px 30px 0;
	text-align: center;
}
div#mfp_buttons ul {
	height: 60px;
	overflow: hidden;
	margin: 0px auto 0px auto;
}
div#mfp_buttons ul li {
	width: 200px;
	height: 60px;
	overflow: hidden;
	float: left;
}
div.mfp_phase_buttons {
	height: 60px;
}
input.mfp_phase_next {
	background-image: url(../../images/common/mfp_next.gif);
	float: right;
}
input.mfp_phase_prev {
	background-image: url(../../images/common/mfp_prev.gif);
	float: left;
}

input.mfp_phase_next,input.mfp_phase_prev {
	width: 220px;
	height: 60px;
	overflow: hidden;
/*
	text-indent: -5000px;
*/
	border: none;
	border-style: none;
	cursor: pointer;
}

input#button_mfp_goconfirm {
	width: 200px;
	height: 60px;
	overflow: hidden;

	background-color: #0f5094;
	color: #ffffff;
    font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
/*
	background-color: #ffffff;
	background-image: url(../../images/common/BTN_SEND.png);
*/
	/*text-indent: -5000px;*/
	border: none;
	border-style: none;
	cursor: pointer;
}
input#button_mfp_goconfirm:hover {
/*
	background-color: #d45ba2;
*/
	background-color: #73a05d;
}

input#button_mfp_reset {
	width: 200px;
	height: 60px;
	overflow: hidden;

	background-color: #0f5094;
	color: #ffffff;
    font-size: 20px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
    margin-bottom: 10px;
    margin-left: 10px;
    margin-right: 10px;
/*
	background-color: #ffffff;
	background-image: url(../../images/common/BTN_RESET.png);
*/
	border: none;
	border-style: none;
	cursor: pointer;
	/*text-indent: -5000px;*/
}
input#button_mfp_reset:hover {
	background-color: #94cac7;
/*
	background-color: #2686a7;
*/
}

.reset_over {
	background-image: url(../../images/common/mfp_reset_over.gif);
}
.reset_out {
	background-image: url(../../images/common/mfp_reset.gif);
}
.confirm_over {
	background-image: url(../../images/common/mfp_confirm_over.gif);
}
.confirm_out {
	background-image: url(../../images/common/mfp_confirm.gif);
}

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


/*//////////////////////////////////////////////////*/
/*// 02.テーブルの指定                            //*/
/*//////////////////////////////////////////////////*/

/* ---------------------------------------------------------------
 * PC
 * -------------------------------------------------------------- */
@media screen and (min-width:481px) {
table.mailform {
	border: 1px solid #376091;
    border-collapse: collapse;
width: 100%;
    }

table.mailform tr.mfptr2 th {
	padding: 8px 3px 8px 7px;
	font-weight: normal;
	text-align: left;
	border-top: solid 2px #6cb6fc;	/*#CCCCCC;*/
	border-bottom: solid 2px #6cb6fc;	/*#CCCCCC;*/
    background-color: #187ffb;
    color: #ffffff;
    font-weight: bold;
}

table.mailform tr th {
	border-bottom: solid 1px #376091;
	border-right: solid 1px #376091;
	text-align: left;
    vertical-align: middle;
    background-color: #ffffe9;
	padding: 3px 0px 3px 15px;
    font-weight: normal;
    }
table.mailform tr td {
	border-bottom: solid 1px #376091;
	padding: 7px 0px 7px 15px;
	text-align: left;
    vertical-align: middle;
    }
}




/* ---------------------------------------------------------------
 * スマホ
 * -------------------------------------------------------------- */
@media only screen and (max-width: 480px) {
form#mailform {
    width: 100%;
}

table.mailform, table.mailform tbody, table.mailform tr, table.mailform th, table.mailform td {
    display: block;
    max-width: 100%; /*スマホ画面ほぼ一杯に広がる感じ*/
    }
table.mailform {
    border-collapse: collapse;
    width: 100%;
    }

table.mailform tr.mfptr2 th {
	padding: 8px 3px 8px 7px;
	font-weight: normal;
	text-align: left;
	border-top: solid 2px #6cb6fc;	/*#CCCCCC;*/
	border-bottom: solid 2px #6cb6fc;	/*#CCCCCC;*/
    background-color: #187ffb;
    color: #ffffff;
    font-weight: bold;
width: 100%;
}

table.mailform tr th {
	text-align: left;
    vertical-align: middle;
    background-color: #ffffe9;
	padding: 3px 0px 3px 10px;
    font-weight: normal;
width: 98%;
    }
table.mailform tr td {
	padding: 7px 5px 20px 5px;
	text-align: left;
    vertical-align: middle;
width: 98%;
/*
    background-color: #ffffff;
*/
    }
}


/** margin padding  (上下左右／上下、左右／上、左右、下／上、右、下、左) **/


/*
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;
}
*/

/*//////////////////////////////////////////////////*/
/*// 04.以下確認画面関連のスタイル                //*/
/*//////////////////////////////////////////////////*/
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/common/mfp_table_background.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/mfp_table_background.png', sizingMethod='scale');
}
li.confirm_top {
	height: 33px;
	background-image: url(../../images/common/mfp_table_top.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/mfp_table_top.png', sizingMethod='scale');
}
li.confirm_bottom {
	height: 33px;
	background-image: url(../../images/common/mfp_table_bottom.png?wide);
	_background: none;
	_filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='../images/common/mfp_table_bottom.png', sizingMethod='scale');
}
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: #E8EEF9;
}
div#confirmWindow {
	filter: alpha(opacity=30);
	-moz-opacity: 0.3;
	-khtml-opacity: 0.3;
	opacity: 0.3;
	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 div.mfp_title {
	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;
}
/*//////////////////////////////////////////////////*/

dl.mailform {
	padding: 0px 15px;
	margin: 0px;
}

dl.mailform dt {
	float: left;
	width: 180px;
	clear: both;
/*
	font-size: 12px;
*/
	text-align: right;
	font-weight: normal;
	padding: 5px 0px 0px 0px;
	margin: 0px;
}
dl.mailform dt span {
	display: block;
/*
	font-size: 10px;
*/
	color: #999999;
}
dl.mailform dd {
	padding: 10px 10px 15px 190px;
	border-bottom: solid 1px #CCCCCC;
/*
	font-size: 12px;
*/
	margin: 0px;
}
dl.mailform dd ul,dl.mailform dd ol {
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li,dl.mailform dd ol li {
	list-style: none;
	margin: 0px;
	padding: 0px;
}
dl.mailform dd ul li {
	/*float: left;*/
	padding: 0px 10px 0px 0px;
}

/*// Phase Input Style //*/

div.mfp_phase_section {
	display: none;
	padding: 2px 2px 15px 2px;
	margin: 10px 5px;
	border: solid 1px #EEEEEE;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-box-shadow: 0px 0px 5px #999999;
	-moz-box-shadow: 0px 0px 5px #999999;
	box-shadow: 0px 0px 5px #999999;
	clear: both;
}
p.mfp_caption {
	margin: 10px;
}
input.mfp_phase_ui {
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	padding: 3px;
	margin: 5px 15px;
}
h3.mfp_phase_title {
	background-image: url(../../images/common/mfp_h3.png);
	padding: 5px 15px;
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
/*
	font-size: 21px;
*/
	margin: 0px 0px 10px 0px;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
}
ol.mfp_phase_input_proccess {
	margin: 15px;
	height: 40px;
}
ol.mfp_phase_input_proccess li {
	border-radius: 3px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	padding: 5px 10px;
	margin: 5px;
	float: left;
	font-weight: bolder;
}
li.mfp_phase_disabled {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	background-color: #CCCCCC;
	border: solid 1px #999999;
}
li.mfp_phase_current {
	-webkit-box-shadow: 1px 1px 4px #999999;
	-moz-box-shadow: 1px 1px 4px #999999;
	box-shadow: 1px 1px 4px #999999;
	color: #FFFFFF;
	text-shadow: 1px 1px 1px #000000;
	background-image: url(../../images/common/mfp_h3.png);
	border: solid 1px #FFFFFF;
	background-color: #FFEEEE;
}
/** margin padding  (上下左右／上下、左右／上、左右、下／上、右、下、左) **/

