h1.entry-title {
	font-size: 30px;
	text-align: center;
	color: #214893;
	font-weight: 700;
	margin-bottom: 30px;
	padding: 20px 0;
	border-bottom: 2px solid #3f83dd;
}


.entry-content {
	width: 1100px;
	margin: 0 auto 80px;
}


.entry-content > p{
	padding:25px 50px;
	font-weight:500;
	}

.archive .entry-content{
	margin: 80px auto 80px;
	}

.archive .entry-content article {
	width: 100%;
	display: flex;
	padding:0 0 0 40px;
}

.archive .entry-content article:last-child {border-bottom:none;}

.archive .entry-content article h1.entry-title {
	font-size: 30px;
	text-align: center;
	color: #214893;
	font-weight: 700;
	margin-bottom: 0px;
	padding: 0 20px;
	border-bottom: none;
	width: 100%;
	text-align: left;
	font-size: 14px;
	line-height: 50px;
}

.archive .entry-content article div.th{
	max-width: 50px;
	display: inline-block;
}

.archive .entry-content article div.th img{
	width: 50px;
	height: auto;
}

.page .entry-content table{
	width:100%;
	}
	
.page .entry-content table th,
.page .entry-content table td{
	padding:15px;
	border-bottom:solid 1px;
	}

.page .entry-content table tr:last-child th,
.page .entry-content table tr:last-child td{border-bottom:0;}

.page .entry-content table th {
	background: #1f4897;
	color: #fff;
	width: 15%;
	text-align: left;
}
	
.page .entry-content table td{
	width:75%;
}

.single .entry-content img.mainImg{
	width:100%;
	height:auto;
	margin:0 auto;
	}

.page .entry-content section.formWrap{
	margin: 15px auto;
	border: solid 1px #CCC;
	background: #FFF;
	padding: 15px;
	border-radius: 3px;
}

.page .entry-content section.formWrap dl dt {
	float: none;
	width: auto;
	clear: both;
	font-size: 1em;
	padding: 10px 0 0 10px;
	text-align: left;
	border-top: solid 1px #CCC;
	margin: 0px;
}

.page .entry-content section.formWrap dl dd {
	border: none;
	margin: 0px;
	padding: 10px 10px 30px 10px;
	font-size: 12px;
	line-height: 1.5em;
	text-align: left;
}

.page .entry-content section.formWrap dl dd.mfp_colored, 
.page .entry-content section.formWrap dl dt.mfp_colored {
	background-color: #F6F7F9;
}

.page .entry-content section.formWrap dl dd input,
.page .entry-content section.formWrap dl dd textarea,
.page .entry-content section.formWrap dl dd select {
	max-width: 100%;
	word-break: break-all;
	white-space: normal;
	border: solid 1px #CCC;
	border-radius: 3px;
	box-shadow: 0px 0px 5px #CCC inset;
	padding: 15px 5px;
	margin: 2px;
	vertical-align: middle;
}

.page .entry-content section.formWrap dl dd p {
	font-size: 1.2em;
	margin-bottom: 30px;
	font-weight: normal;
}

.page .entry-content section.formWrap dl dt span {
	display: block;
	background-color: #C00;
	border: solid 2px #C00;
	text-shadow: 0px 1px 2px #933;
	padding: 2px 5px;
	font-size: 10px;
	color: #FFF;
	float: left;
	margin: 0px 5px;
	border-radius: 4px;
	box-shadow: 0px 0px 5px #CCC;
	background-image: url(https://www.altaclasse-store.jp/test_page/mfp.statics/_images/mfp_header.png);
	background-size: 100% 100%;
	font-weight: normal;
}

.page .entry-content section.formWrap dl dd input[type="submit"],
.page .entry-content section.formWrap dl dd input[type="button"] {
	position: relative;
	background-color: #fff;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	transition-duration: 0.3s;
	transition-property: width;
	background: #3f83dd;
	color: #fff;
	width:46%;
	margin: 0 auto;
	display: block;
	border-radius: 7px;
	cursor: pointer;
}

.page .entry-content section.formWrap dl dd .wpcf7c-conf {
	background-color: #eee;
	color: black;
	border: 1px solid #333333;
	font-weight: 700;
}

.page .entry-content form table th {
	background: no-repeat;
	color: #000;
	width: 15%;
	text-align: left;
}

.page .entry-content form table th,
.page .entry-content form table td {
	padding: 15px;
	border-bottom:0;
}