@charset "UTF-8";

/*//////////////////////////////////////////////////*/

form#mailform {
	margin: 0px auto 0px auto;
	padding: 0px;
}
form#mailform label {
	cursor: pointer;
	text-decoration: none;
	padding: 2px;
	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 {
	display: none;
	width: 29px;
	height: 15px;
	float: left;
	margin: 0px 0px 0px 5px;
}
div.mfp_err {
	text-align: left;
	margin: 5px 0px 0px 0px;
	padding: 3px 0 0;
	color: #FF0000;
	font-size: 12px;
	line-height: normal;
	display: none;
	background-repeat: no-repeat;
	background-position: 0px 1px;
}
input.mfp {
	padding: 2px;
}
div#mfp_buttons {
	padding: 0px;
	text-align: center;
	margin-top:20px;
}
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;
}
a#button_mfp_add {
	width: 190px;
	height: 52px;
	overflow: hidden;
	background-color: #f08e99;
	border: none;
	border-style: none;
	border-radius: 12px;
	color: #FFF;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	line-height: 52px;
	margin-right: 20px;
	padding: 0 5px;
	position: relative;
	text-decoration: none;
	text-align: center;
	vertical-align: top;
}
a#button_mfp_add:hover {
	opacity: 0.7;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE5.5+ */
}
a#button_mfp_add i {
	background-color: #FFF;
	border-radius: 50%;
	display: inline-block;
	height: 27px;
	left: 2px;
	position: relative;
	top: 8px;
	width: 27px;
}
a#button_mfp_add i:before {
    background-color: #f08e99;
    border-radius: 2px;
    content: "";
    display: block;
    height: 20px;
    left: 12px;
    position: absolute;
    top: 3px;
    width: 3px;
}
a#button_mfp_add i:before {
    background-color: #f08e99;
    border-radius: 2px;
    content: "";
    display: block;
    height: 21px;
    left: 12px;
    position: absolute;
    top: 3px;
    width: 3px;
}
a#button_mfp_add i:after {
    background-color: #f08e99;
    border-radius: 2px;
    content: "";
    display: block;
    height: 3px;
    left: 3px;
    position: absolute;
    top: 12px;
    width: 21px;
}
input#button_mfp_goconfirm {
	width: 190px;
	height: 52px;
	overflow: hidden;
	background-color: #ec6d81;
	border: none;
	border-style: none;
	border-radius: 12px;
	color: #FFF;
	cursor: pointer;
	font-size: 18px;
	letter-spacing: 0.02em;
	line-height: 52px;
	padding: 0 5px;
	text-align: center;
	-webkit-appearance: none;
}
input#button_mfp_reset {
	width: 210px;
	height: 25px;
	overflow: hidden;
	background-color: #FFFFFF;
	background-image: url(../images/mfp_reset.gif);
	border: none;
	border-style: none;
	cursor: pointer;
	-webkit-appearance: none;
	/*text-indent: -5000px;*/
}

input#button_mfp_goconfirm:hover {
	opacity: 0.7; /* FireFox, Webkit, Opera */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE5.5+ */

}
input#button_mfp_reset:hover {
	opacity: 0.7; /* FireFox, Webkit, Opera */
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(opacity=70)";
  filter: progid:DXImageTransform.Microsoft.Alpha(opacity=70); /* IE5.5+ */

}

input#button_mfp_cancel {
    background-color: #ccc;
    border: medium none;
    border-radius: 6px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    letter-spacing: 0.02em;
    line-height: 36px;
    margin: 0 10px;
    overflow: hidden;
    text-align: center;
    width: 140px;
    -webkit-appearance: none;
}

input#button_mfp_sending {
    background-color: #ec6d81;
    border: medium none;
    border-radius: 6px;
    box-shadow: 0 0 10px 2px rgba(0, 0, 0, 0.5);
    color: #fff;
    cursor: pointer;
    font-size: 16px;
    height: 36px;
    letter-spacing: 0.02em;
    line-height: 36px;
    margin: 0 10px;
    overflow: hidden;
    text-align: center;
    width: 140px;
    -webkit-appearance: none;
}

/*//////////////////////////////////////////////////*/

table.mailform {
	width: 100%;
	margin:20px 0;

}
table.mailform tr th {
	background-color: #fce6e6;
	border-left: 1px solid #f6bcc0;
	border-top: 1px solid #f6bcc0;
	padding: 10px 0px 10px 14px;
	font-size: 15px;
	text-align: left;
	width: 184px;
}
table.mailform tr th.border-bottom {
	border-bottom: 1px solid #f6bcc0;
}

table.mailform tr th span {
	font-size: 10px;
	color: #999999;
	display: block;
}
table.mailform tr td {
	border-right: 1px solid #f6bcc0;
	border-top: 1px solid #f6bcc0;
	padding: 8px;
	font-size: 13px;
}
table.mailform tr td.border-bottom {
	border-bottom: 1px solid #f6bcc0;
}
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;
}


/*//////////////////////////////////////////////////*/

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: 13px;
	border-bottom: 1px solid #f6bcc0;
	color: #232323;
	width: 160px;
}
table.infield tr td {
	padding: 5px;
	border-bottom: 1px solid #f6bcc0;
}
table.infield tr td p {
	text-align: left;
	font-size: 12px;
	line-height: 1.5em;
	border-left: solid 2px #f6bcc0;
	padding: 5px 0px 5px 10px;
	margin: 0px;
}
.mfp_color {
	background-color:none;
}
div#confirmWindow {
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	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;
	opacity: 0.60;
}
img#loading_proccess_image {
	position: absolute;
	z-index: 1000;
}
/*//////////////////////////////////////////////////*/



@media screen and (max-width: 767px) {
.input_B input {
    width: calc(100% - 80px) !important;
    width: -webkit-calc(100% - 80px) !important;
}
}

@media screen and (max-width: 610px) {
table.mailform tr th {
    border-right: 1px solid #f6bcc0;
    display: block;
    padding: 3px 0 1px 14px;
    width: 100%;
}
table.mailform tr td {
    border-left: 1px solid #f6bcc0;
    display: block;
    width: 100%;
}
table.mailform tr th.border-bottom {
    border-bottom: none;
}
}


@media screen and (max-width: 559px) {
#confirmWindow {
    height: 100% !important;
    width: 100% !important;
}
#confirmBody {
    bottom: 0;
    height: 100% !important;
    left: 0 !important;
    overflow-y: scroll;
    position: fixed  !important;
    right: 0;
    top: 0 !important;
    width: 100% !important;
}
ul.confirm_layer {
    padding: 20px;
    width: 100%;
}
ul.confirm_layer li {
    width: 100%;
}
li.confirm_top {
    background-image: none;
    height: 0;
}
li.confirm_middle {
    background-color: #FFF;
    background-image: none;
}
li.confirm_bottom {
    background-image: none;
    height: 20px;
}
table.infield {
    margin: 0;
    width: 100%;
}
div.buttons {
    margin: 0;
    padding: 20px;
}
}

@media screen and (max-width: 444px) {
a#button_mfp_add {
    margin-bottom: 5px;
    margin-right: 0;
    width: 100%;
}
a#button_mfp_add i {
    left: 12px;
    position: absolute;
    top: 12px;
}
input#button_mfp_goconfirm {
    width: 100%;
}
}




@media screen and (max-width: 374px) {
table.infield tr th {
    background-color: #fce6e6;
    display: block;
    padding: 3px 0 1px;
    text-align: center;
    width: 100%;
}
table.infield tr td {
    display: block;
    width: 100%;
}
table.infield tr td p {
    border-left: none;
    padding: 5px 0;
    text-align: center;
}
input#button_mfp_cancel {
    box-shadow: none;
    margin: 10px 0;
    width: 100%;
}
input#button_mfp_sending {
    margin: 10px 0;
    width: 100%;
}
}
