@charset "UTF-8";

body {
	font-family: "Noto Sans JP", 'Trebuchet MS' , Verdana, "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

p {
	display: block;
	-webkit-margin-before: 1em;
	-webkit-margin-after: 1em;
	-webkit-margin-start: 0px;
	-webkit-margin-end: 0px;
}

div.post p {
	font-size: 0.75em;
	line-height: 2.0;
	letter-spacing: 0.05em;
}

span.require {
	margin-left: 3px;
	color: #e55a3b;
}

div.post ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* form */

#mailformpro input, #mailformpro select {
	vertical-align: middle;
	font-size: 16px;
}


/***** table *****/

.post table {
	width: 100%;
	border-collapse: collapse;
	font-size: 0.875em;
	line-height: 1.5em;
	border-spacing: 2px;
	border-color: gray;
}

.post tr:hover {
	background-color: #F0F8FF;
}

.post th {
	width:130px;
	border-bottom: solid 1px #ddd;
	text-align: left;
	font-weight: bold;
	vertical-align: middle;
}

.subject {
	height: 30px;
	margin-top: auto;
	margin-bottom: auto;
}

.post td {
	padding: 10px 0;
	border-bottom: 1px solid #ccc;
	text-align: left;
	vertical-align: middle;
}


div#wrapper {
	text-align: left;
	background-color: #FFF;
	margin: 10px;
}

div#wrapper div#container {
	padding: 0px 20px;
}
div#wrapper div#footer {
	border-top: solid 1px #CCC;
	clear: both;
	padding: 10px 0px;
	margin: 0px auto;
	text-align: center;
	font-size: 12px;
}

div.mfp_buttons button {

	font-size: 0.8em;
	padding: 8px 8px;
	color: #fff;
	cursor: pointer;
	letter-spacing: 0.2em;
	line-height: 1.0;
	border: none;
	border: #e00000 3px solid;
	background: #e00000;
}

div.mfp_buttons button:hover {
	color: #5e0e11;
	background: transparent;
}

li {
	list-style: none;
}

span.required {
padding: 0.2em 0.5em;
margin: 0;
color: #fff!important;
background-color: #931422!important;
display: block;
float: left;
margin: -3px 0;
font-weight: normal!important;

}
.re {
	width:70px!important;
	padding-left:20px;
}