@charset "UTF-8";
/************************************************************
 *
 *	2016/05/30
 *	New Style CSS
 *	Auther : KCR Web
 *
 ************************************************************/
/* =========================================================
 > Best5 / 01 / Index.html
 > Best5 / 02 / Index.html
 > Best5 / 03 / Index.html
 > Best5 / 04 / Index.html
 > Best5 / 05 / Index.html
========================================================= */
#wrapper {
	background: #FFEAF0;
}

/* Title
--------------------------------------------------------- */
#best5 .contents .entry-header {
	margin: 0 auto 80px;
	text-align: center;
}

#best5 .contents .entry-header .entry-title {
	font-size: 30px;
	margin: 0 auto;
	width: 1000px;
}

#best5 .contents .entry-header p {
	border-bottom: 1px dotted #4f4f4f;
	margin: 0 auto 10px;
	padding: 0 0 4px;
	width: 700px;
}

/* Content
--------------------------------------------------------- */
#best5 .main-navigation {
	margin: 0 auto 100px;
}

/* Content
--------------------------------------------------------- */
#best5 .entry-content {
	display: block;
	margin: 0 auto;
	width: 1000px;
}

#best5 .entry-content h2.title {
	border-bottom: 1px dotted #4f4f4f;
	display: block;
	font-size: 28px;
	margin: 0 0 20px;
	padding: 0 0 9px;
}

#best5 .entry-content h2.title img {
	display: inline-block;
	margin: 0 20px 0 0;
	padding: 0;
	vertical-align: middle;
}

#best5 .entry-content h2.title span {
	display: inline-block;
	font-size: 16px;
	margin: 0 0 0 20px;
}

#best5 .entry-content .comment {
	background: #f1f1f1 none repeat scroll 0 0;
	font-size: 14px;
	margin: 0 auto 50px;
	padding: 20px;
}

#best5 .entry-content .best-list {
	display: block;
	margin: 0 auto;
	padding: 0;
}

#best5 .entry-content .best-list .b5-box {
	float: left;
	font-feature-settings: "palt" 1;
	margin: 0 11px 30px;
	padding: 0;
	width: 310px;
}

#best5 .entry-content .best-list .b5-box .photo {
	line-height: 1;
	margin: 0 auto 10px;
}

#best5 .entry-content .best-list .b5-box .photo img {
	width: 310px;
}

#best5 .entry-content .best-list .b5-box .name {
	border-bottom: 2px dotted #f46466;
	font-size: 18px;
	letter-spacing: -1px;
	margin: 0 0 10px;
	padding: 0 0 10px;
	text-align: center;
}

#best5 .entry-content .best-list .b5-box .text {
	color: #f46466;
}

#best5 .entry-content .best5-list {
	display: block;
	margin: 0 auto 100px;
	padding: 0;
}

#best5 .entry-content .best5-list li {
	border-bottom: 1px dotted #4f4f4f;
	font-size: 28px;
	font-weight: bold;
	margin: 0 0 20px;
	padding: 0 0 9px;
}

#best5 .entry-content .best5-list li:last-child {
	margin: 0;
}

#best5 .entry-content .best5-list li img {
	margin: 0 20px 0 0;
	vertical-align: middle;
}

#best5 .entry-content .best5-list li span {
	font-size: 14px;
	font-weight: normal;
	margin: 0 0 0 20px;
	vertical-align: middle;
}

#best5 .entry-content .best5-list li a {
	background: url("../images/btn.png") no-repeat right center;
	background-size: 15%;
	display: block;
}

