@charset "utf-8";

table.mailform {
	background-color: #f9f9f9;
	border-collapse: separate;
	margin-bottom: 10px;
	table-layout: fixed;
	width: 100%;
	border-top: 4px solid #00489d;
	border-right: 0px solid #CCCCCC;
	border-bottom: 0 solid #CCCCCC;
	border-left: 0px solid #CCCCCC;
	font-size: 15px;
}
table.mailform th {
    border-bottom: 1px solid #DDDDDD;
    font-weight: normal;
    padding: 7px 5px 7px 10px;
    text-align: left;
    width: 180px;
}
table.mailform td {
	background-color: #FFF;
	border-bottom: 1px solid #DDDDDD;
	border-collapse: collapse;
	border-left: 1px solid #DDDDDD;
	padding-top: 10px;
	padding-right: 5px;
	padding-left: 15px;
	padding-bottom: 10px;
}
table.mailform p {
    color: #666666;
}
table.mailform tr th span {
	color: #C32A05;
	font-size: 12px;
	padding-top: 3px;
	padding-right: 3px;
	padding-left: 1px;
	padding-bottom: 3px;
}
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 outside none;
    margin: 0;
    padding: 0;
}
table.mailform tr td ul li {
    float: left;
    padding: 0 10px 0 0;
}
table.mailform tr td p, table.mailform tr td div, table.mailform tr td span {
    clear: both;
}

.mfp_achroma ,.mfp_colored {
	background-color: #f9f9f9;
}
	
#bt_mfp_reset {
	height: 34px;
	overflow: hidden;
	width: 130px;
	font-size: 18px;
	font-weight: bold;
}
#bt_mfp_goconfirm {
	height: 34px;
	overflow: hidden;
	width: 130px;
	font-size: 18px;
	font-weight: bold;
}
.mfp_buttons
{
	margin-left: 40px;
	margin-top: 20px;
}
.mfp-button {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	height: 80%;
	width: 120px;
	font-size: 15px !important;
	overflow: hidden;
	/*
	border-radius: 8px;
*/
	background-image: -webkit-gradient(linear, left top, left bottom, from(#eee), to(#ccc));
	background-image: -webkit-linear-gradient(top, #eee, #ccc);
	background-image: -moz-linear-gradient(top, #eee, #ccc);
	background-image: -ms-linear-gradient(top, #eee, #ccc);
	background-image: -o-linear-gradient(top, #eee, #ccc);
	background-image: linear-gradient(top, #eee, #ccc);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eee', endColorstr='#ccc',GradientType=0 ); /* IE6-9 */
	border: solid 1px #ccc;
	padding: 5px 20px;
	margin-top: 0;
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
	font-size: 1.2em;
	text-transform: uppercase;
	color: #333;
	cursor: pointer;
	-moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), 0px 1px 2px rgba(0, 0, 0, 0.2);
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-shadow: 0px -1px 1px rgba(255, 255, 255, 0.8);
}

* html .mfp-button {
    overflow-y: hidden;
    width: 1%;
}
.mfp-button:hover {
/*
	background-position: 0 100%;
*/
background-image: -webkit-gradient(linear, left top, left bottom, from(#ccc), to(#aaa));
background-image: -webkit-linear-gradient(top, #ccc, #aaa);
background-image: -moz-linear-gradient(top, #ccc, #aaa);
background-image: -ms-linear-gradient(top, #ccc, #aaa);
background-image: -o-linear-gradient(top, #ccc, #aaa);
background-image: linear-gradient(top, #ccc, #aaa);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ccc', endColorstr='#aaa',GradientType=0 ); /* IE6-9 */
}


.mailform TEXTAREA {
	width: 90% !important;
	height: 90% !important;
}
