@charset "utf-8";
/*------------------------------------------------------
 コンテンツページ用
------------------------------------------------------*/

#leftTitle > img {
	margin-top: 30px;
}

/* メインエリア上 */
#mainAreaTop {
	background-image: url("../img/main_bg_top.png");
	background-repeat: no-repeat;
	width: 855px;
	height: 10px;
}
/* メインエリア下 */
#mainAreaBtm {
	background-image: url("../img/main_bg_btm.png");
	background-repeat: no-repeat;
	width: 855px;
	height: 10px;
}

#mainAreaMid {
	background-image: url("../img/main_bg_mid.png");
	background-repeat: repeat-y;
	width: 855px;
}

#mainAreaMid > ul {
	width: 815px;
	margin: 0 auto;
}
#mainAreaMid > ul li {
	text-align: center;
    padding-bottom: 40px;
}

.reviewTitle {
	background-image: url("../img/comment_title_bg.png");
	background-repeat: no-repeat;
	width: 815px;
	height: 32px;
	overflow: hidden;
}
.reviewName {
	float: left;
	padding-left: 50px;
	padding-top: 5px;
}
.reviewNo {
	float: right;
	padding-right: 20px;
	padding-top: 5px;
	color: #F55257;
}
.reviewData {
	overflow: hidden;
	margin-bottom: 20px;
}

.tableLeft > table caption,
.tableRight > table caption {
	text-align: left;
	font-weight: bold;
	color: #6A6B6E;
	padding: 5px 0;
}

.tableLeft > table,
.tableRight > table {
	width: 390px;
	border-top: 1px solid #9E9FA2;
	border-left: 1px solid #9E9FA2;
	border-collapse: collapse;
	border-spacing: 0;
	background-color: #ffffff;
	empty-cells :show;
	color: #797A7D;
}
.tableLeft > table th,
.tableRight > table th {
	border-right: 1px solid #9E9FA2;
	border-bottom: 1px solid #9E9FA2;
	background-color: #FFFFFF;
	padding: 5px;
	text-align: center;
}
.tableLeft > table td,
.tableRight > table td {
	border-right: 1px solid #9E9FA2;
	border-bottom: 1px solid #9E9FA2;
	padding: 5px 5px 5px 15px;
	text-align: left;
}

.tableLeft {
	float: left;
}
.tableRight {
	float: right;
}

.reviewImg {
	text-align: left;
	margin: 15px 0;
	overflow: hidden;
}
.reviewImg img {
	padding-right: 15px;
}

.photoUpload1 img,
.photoUpload2 img {
	width: 240px;
	height: 240px;
	object-fit: cover;
	font-family: "object-fit: cover;";
}

.photoUpload3 img {
	max-width: 100%;
	height: auto;
}

.reviewImg2 {
	text-align: left;
	margin: 15px 0;
	overflow: hidden;
}

.reviewImg > p {
	float: left;
	margin-right: 10px;
}

.reviewImg  a {
	text-decoration: none;
}

.reviewComment {
	background-color: #F4F5E9;
	padding: 15px;
	text-align: left;
}

/*** .linkBox ***/
.linkBox {
    margin: 25px 0 0;
}
.linkBox a:hover {
    opacity: 0.7;
}
.linkBox .consultBtn01,
.linkBox .movieBtn01 {
    float: left;
}
.linkBox .consultBtn01 {
    margin-right: 15px;
}
.linkBox .consultBtn02 {
    display: block;
}

/*** .movieBox ***/
.movieBox {
    width: 407.5px;
    margin: 25px 0;
}
.youtube {
    position: relative;
    padding-bottom: 28.2%; /*アスペクト比 16:9の場合の縦幅*/
    height: 0;
    overflow: hidden;
}
.youtube iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.pageControlUp {
	width: 815px;
	margin: 0 auto;
	background-color: #EAEEEA;
	border-bottom: 1px solid #D5D5D5;
	border-top: 1px solid #D5D5D5;
	padding: 5px;
	text-align: right;
	box-sizing: border-box;
}
.nextpostslink {
	margin-left: 5px;
}