@charset "utf-8";
/*
* review.css
* Copyright (c) ULM Co.,Ltd. - http://www.ulm-design.com
* v3.2
* Last update 170204
*/

#wrapper {

}

/*------------------------------------

@header

-----------------------------------*/
/*header {
	background: #a08446 !important;
}
*/

header a {
	width: 1024px;
	margin: 0 auto;
	display: block;
}

#header-btn-container {
	width: 100%;
	margin: 0 auto;
	left: 0;
}

h1 {
	font-size: 22px;
	text-align: center;
	color: #000;
	margin: 0 auto 10px;
	padding: 0;
}


/*------------------------------------

@more

-----------------------------------*/
#more-btn {
	display: none;
	width: 300px;
	margin: 20px auto 20px;
}

#more-btn:hover {
	text-decoration: none;
	background: #ff2d6d;
}


/*--------------------------

@review

----------------------------*/
#review-ttl {
	color: #000;
	text-align: center;
	font-size: 18px;
	font-weight: normal;
	padding: 10px 0;
	line-height: 12px;
	width: 240px;
	margin: 15px auto 25px;
	border-radius: 24px;
	-moz-border-radius: 24px;
	-webkit-border-radius: 24px;
	background-color: #FFFFFF !important;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#review-container {
	margin: 0 auto;
	padding: 15px 0 30px 25px; 
	background-position: center center;
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
}

#review-contents {
	margin: 0 auto;
}



/*--------------------------

@post

----------------------------*/
.user-comment-container {
	float: left;
	margin: 0 20px 20px 0;
}

.netabare {
	display: block;
	padding: 0 0 10px;
	margin: 10px 10px 0;
	font-size: 14px;
	color: #f25f7c;
	cursor: pointer;
	text-decoration: underline;
}

.netabare:hover {
	text-decoration: none;
}


.comment-photo img {
	width: 293px;
	height: auto;
	/*height: 153px;*/
}

/*------------------------------------

@loader

-----------------------------------*/
#review-loader {
	position: fixed;
	border-radius: 6px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	width: 48px;
	height: 48px;
	background: #FFF;
	display: none;
}

#review-loader img {
	display: block;
	width: 32px;
	margin: 8px auto;
}


.line {
	padding: 0 0 10px 10px;
}




#review-btn-container {
	position: fixed;
	width: 100%;
	height: 50px;
	z-index: 100;
	top: -50px;

}

#review-btn-container ul {
	width: 100%;
	background: #ff4a81;
}

#review-btn-container ul li {
	color: #FFF;
	text-align: center;
	line-height: 49px;
	display: block;
	float: left;
	width: 50%;
	box-sizing: border-box;
	border-bottom: 1px solid #ff4a81;
}

#review-btn-container ul li a {
	width: 96%;
	padding: 0 2%;
	white-space: nowrap;
	text-decoration: none;
	/*color:#4C9E6B;*/
	cursor: pointer;
	display: block;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	/* Safari */
	-o-text-overflow: ellipsis;
	/* Opera */
}

#review-btn-container ul li a:hover {}

.twitter-btn-container {
	width: 90%;
	margin: 0 auto 5px;
}

.twitter-btn-container li {
	display: inline-block;
	margin: 0 10px 0 0;
	padding: 10px 10px 10px 10px;
	cursor: pointer;
}

.twitter-btn-container li:first-child {
	padding: 10px 10px 10px 0;
}

.twitter-btn-container li:hover {
	opacity: 0.5;
	-webkit-opacity: 0.5;
	-moz-opacity: 0.5;
}

.twitter-btn-container li img {
	display: block;
	width: 18px;
}


footer {
	box-shadow: none;
}

@media screen and (max-width: 640px) {
	#wrapper {
		min-width: auto;
	}

	h1 {
		font-size: 18px;
		text-align: center;
		margin: 0 auto;
		padding: 5px 0;
	}

	header a {
		width: 100%;
	}

	#review-container {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		/* background: #ff96af; */
		background-image: none;
	}

	#review-contents {
		width: 94%;
	}

	#review-ttl-container {
		display: block;
		padding: 10px 0;
	}

	#review-ttl {}

	#more-btn {
		width: 85%;
	}

}



/*-------------
@movie
--------------*/
.layer-content-main iframe {
	width: 90%;
	top: 100px;
	margin: 0;
}
