@charset "utf-8";

table.mailform {
	width: 99.9%;
	margin: 0px 0px 30px 0px;
}
table.mailform th,
table.mailform td {
	margin: 0;
	font-size: 100%;
	border: 1px solid #ccc;
	padding: 15px;
	vertical-align: top;
}
table.mailform th {
		background: #E6E6E4;
		width:33%;
}
table.mailform th .atTxt {
	margin-left:0.5em;
}
table.mailform td.mfp {
}

/* input */
form#mailformpro input, 
form#mailformpro textarea,
form#mailformpro select {
		padding:5px;
		margin-bottom:6px;
}
.l-Inp {
	width:100%;
}
.lh-Inp {
	width:85.7%;
	padding:5px;
}
.l5-Inp {
	width:50%;
	padding:5px;
}
.l3-Inp {
	width:150px;
	padding:5px;
}
.l2-Inp {
	width:28px;
}
table.mailform td textarea.l-Txt {
	width: 100%!important;
	min-height:8em;
}

.postMark {
	float:left;
	margin-right:0.2em;
}
.cb{
	clear:both;
	}


/* btn */
div.mfp_buttons button.confirmation {
		/*background: url(../img/btn-send.png) no-repeat;*/
	border: 1px solid #ccc;
}
div.mfp_buttons button#mfp_button_send {
	/*background: url(../img/btn-send_on.png) no-repeat;*/
	/*text-indent: -9999em;*/
	border: 1px solid #ccc;
}

/* col */
/*	table.mailform td.mfp .full-Inp {
display: block;*/
	/*margin:0;
	clear:both;
}*/
/*table.mailform td.mfp .col2-Inp {
	float:left;
	margin:0;
	width:50%;
}*/
/*table.mailform td.mfp .col2-Inp input {
position:relative;
top:-3px;
}*/

/* col  - float */
/*table.mailform td.mfp .colf01-Inp {
	float: left;
	margin: 0px 0 20px 0;
	width: 25%;
}
table.mailform td.mfp .colf01-Inp input {
	position: relative;
	margin-bottom: 10px;
}*/
/*table.mailform td.mfp .colf2-Inp {
	margin-top: 5px;
	width:6em;
	padding-left:1em;
	float:left;
}
table.mailform td.mfp .colf2-Inp input {
position:relative;
top:2px;
margin-bottom:10px;
}
table.mailform td.mfp .colf3-Inp {
	margin: 0;
	display: block;
	clear: both;
	}
	table.mailform td.mfp .colf3-Inp input {
	width: 2.5em!important;
	float: left;
	margin-top: 10px;
	margin-right: 5px;
	margin-left: 0;
	}*/
/*.noLabel {
	float: left;
	margin-right: 10px;
	margin-top: 17px;
}*/
/*.noLabel02 {
	float:left;
	margin-top:18px;
}*/

/* .inpsBox */
/*	table.mailform td.inpsBox .full-Inp {
clear:both;
	margin-top:20px;
}*/

/* .half -Inp*/
	/*table.mailform td.mfp .half-Inp {
	width: 60%;
	margin-top:14px;
	float:left;
}*/


/*.exTxt {
	margin-top: 4px;
	display:block;
	clear:both;
}
.must {
	line-height:1;
	background-color: #C00;
	padding: 4px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 0.4em 4px 0px;
	border-radius: 2px;
	box-shadow: 0px 0px 0px #CCC;
	font-weight:bold;
	font-size:12px;
}

table.mailform td label {
	font-weight: normal;
}*/
/*
.err-bottomBox {
	margin: 0 20px;
}


.mfp_buttons {
	margin: 20px 0 20px 0;
	padding: 0;
}
.mfp_buttons button {
	font-size: 87%!important;
	padding:2px 5px;
}

.policyBox h2 {
	margin-bottom:10px;
	font-weight:bold;
}*/

div.mfp_err {
	background-image:none;
	padding-left:0;
}

/*  確認画面*/
#mfp_phase_confirm {
	margin:0px 00px 0px 0px;
}
div#mfp_phase_confirm h4  {
	font-size: 114%;
	margin-bottom: 10px;
	font-weight: bold;
}

table#mfp_confirm_table  {
	margin-bottom:20px;
}
table#mfp_confirm_table tr th {
	white-space: nowrap;
	width: auto;
}
table#mfp_confirm_table tr th,
table#mfp_confirm_table tr td{
	font-size: 87.5%;
	border-bottom:#ccc solid 	1px;
	padding:10px 20px;
	line-height:1.4;
}
table#mfp_confirm_table tr th{
	background: #E6E6E4;
}
table#mfp_confirm_table tr.mfp_colored td {
		background: #FFF;
}

@media (max-width: 767px) {
/* table */
table.mailform { 
		margin: 0px; 
}
table.mailform th,
table.mailform td{
		width: 100%;
		display: block;
		border-top: none;
}

table.mailform th,
table.mailform td {
	margin: 0;
	font-size: 100%;
	padding: 10px 0;
}
table.mailform th {
		background: #fff;
		width:100%;
	border-bottom: 1px dotted #CCC;
	border-top-style: none;
	border-right-style: none;
	border-left-style: none;
}
table.mailform td {
	border: none;
}
}