@charset "UTF-8";

.news a {
	color: #ffef66;
}

.news p:last-child {
	margin-bottom: 0px;
}

.link {
	margin-bottom: 16px;
}

#sns-nav {
	width: 317px;	/* 103px * 3 + 4 * 2 */
	margin: 0px auto;
	margin-top: 16px
}

#sns-nav li {
	float: left;
	margin-right: 4px;
}

#sns-nav li:last-child {
	margin-right: 0px;
}

/*-- .review --*/
.review .caption .new {
	position: absolute;
	width: 320px;
	height: 40px;
	text-indent: -9999px;
}

.review .caption .new {
	background: url(../img/top_col_review_new.png) no-repeat;
	background-size: 320px 40px;
	visibility: visible;
}

.review .content p.txt_content {
}

.review .content p.reviewer {
	text-align: right;
	padding-top: 0px;
}

.banner img {
	width: 100%;
	height: auto;
	padding: 0 0 5px 0;
}