.content-body{
	line-height: 1.8;
}

.content-body img{
	max-width:100%;
	height:auto;
	margin:2em 0;
}
.content-body hr{
	border-width: 1px 0 0 0;
	border-color:#333;
	margin:2em 0;
	height:1px;
}
.content-body strong{
	font-weight: bold;
}
.content-body .mb-thumb-item img{
	margin:0;
}

.mw_wp_form form .error {
	color:#F00;
	font-weight: bold;
	/*
	background-color:#F00;
	padding:5px 10px;*/
	margin:5px 0;
}

.formAtt{
	text-align: right;
}
.mw_wp_form .required:after{
	content:"必須";
	font-size:12px;
	color:#FFF;
	background-color:#ff731e;
	border-radius: 50px;
	padding:0 10px;
	margin:0 10px;
	vertical-align: middle;
}


button,
input[type="submit"]{
	border:none;
	cursor: pointer;
}

.mw_wp_form_confirm .mb-form-label{
	color:#999;
}
.mw_wp_form_confirm .inputOnly{
	display: none;
}
.mw_wp_form_confirm .agreebox{
	display: none;
}

.mw_wp_form_complete strong{
	font-weight: bold;
	color:#0063b8;
	
}

.post-type-archive .mb-thumb-list .mb-thumb-title a{
	text-decoration: none;
	color:#23356b;
}
.post-type-archive .mb-thumb-list .mb-thumb-title a:hover{
	text-decoration: underline;
}