/* CSS Document */
.cf:before,
.cf:after {
	content: "";
	display: table;
}

.cf:after {
	clear: both;
}

.cf {
	zoom: 1;
}

.contents {
	width: 780px;
	font-size: 14px;
	line-height: 1.6;
}

.contents_head {
	margin-bottom: 75px;
}

.contents_head h2 {
	padding-bottom: 20px;
}

.contents_head h3 {
	padding-bottom: 20px;
	line-height: 1.4;
	font-size: 28px;
}

.contents_head h3 span {
	display: block;
	font-size: 14px;
}

.contents h2, .contents h3, .contents h4, .contents h5 {
	line-height: 1.2;
}

.title_has_arrow {
	position: relative;
	width: 520px;
	margin: 0 auto 45px;
	padding: 15px;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	border: #f2f2f2 5px solid;
}

.title_has_arrow span {
	display: block;
	font-size: 16px;
}

.title_has_arrow:after {
	content: "";
	display: inline-block;
	margin-left: -10px;
	border: 10px solid transparent;
	border-top: 15px solid #f2f2f2;
	position: absolute;
	left: 50%;
	bottom: -28px;
}

.title_has_border {
	margin-bottom: 25px;
	padding: 5px 0;
	text-align: center;
	line-height: 1.2;
	font-size: 20px;
	font-weight: bold;
	border-bottom: #292E3B 2px solid;
}

.title_stripe {
	margin-bottom: 10px;
	padding: 10px 8px;
	font-size: 18px;
	line-height: 1.2;
	text-align: center;
	font-weight: bold;
	background: url(../../../../img/second/penki/wood-paint/varnish/stripe.gif);
}

.list > li {
	float: left;
}

.item_list > li {
	margin-bottom: 30px !important;
	padding: 15px;
	border: #f2f2f2 5px solid;
}

.item_list .name {
	margin-bottom: 8px;
	line-height: 1.2;
	font-size: 20px;
}

.item_list figure {
	margin-bottom: 8px;
	text-align: center;
}

.item_list .text {
	margin-bottom: 10px;
	line-height: 1.3;
}

.item_list .text a {
	font-weight: bold;
	border-bottom: #222 1px solid;
}

.item_list .links {
	margin-bottom: 13px;
}

.item_list .links li {
	margin-bottom: 2px;
}

.item_list .links a {
	position: relative;
	display: block;
	padding-left: 16px;
	font-weight: bold;
}

.item_list .links a:before {
	position: absolute;
	left: 0;
	top: auto;
	font-family: FontAwesome;
	content: "\f138";
	font-weight: normal;
}

.item_list .links a:hover {
	color: #a5001e;
}

.item_list .none {
	background: #fff;
}

.item_list ul:last-child,
.item_list p:last-child {
	margin-bottom: 0;
}

.item_list.list_c3 .name {
	font-size: 18px;
}

@media print, screen and (min-width: 641px) {
	.list_c2 {
		margin-right: -10px;
		margin-left: -10px;
	}
	.list_c2 > li {
		width: 380px;
		margin: 0 10px;
	}
	.list_c2 > li:nth-child(2n+1) {
		clear: both;
	}
	.list_c3 {
		margin-right: -7px;
		margin-left: -7px;
	}
	.list_c3 > li {
		width: 250px;
		margin: 0 7px;
	}
	.list_c3 > li:nth-child(3n+1) {
		clear: both;
	}
}

.detail_btn {
	max-width: 380px;
	margin: 0 auto;
	text-align: center;
}

.detail_btn a {
	display: block;
	padding: 8px 10px;
	line-height: 1.2;
	font-size: 16px;
	font-weight: bold;
	border: #222 3px solid;
}

.detail_btn a:hover {
	border: 3px solid #a5001e;
}

.detail_btn a:after {
	padding-left: 4px;
	font-family: FontAwesome;
	content: "\f054";
}

#variation {
	margin-bottom: 35px;
}

#variation .list > li {
	margin-bottom: 35px;
}

#variation figure {
	margin-bottom: 15px;
}

#point {
	margin-bottom: 110px;
}

#point .title_stripe {
	margin-bottom: 20px;
}

#point figure {
	margin-bottom: 15px;
}

#point .list_c3 {
	margin-bottom: 30px;
}

#select {
	margin-bottom: 110px;
}

#select .section {
	margin-bottom: 40px;
}

#select .cate {
	margin-bottom: 5px;
	text-align: center;
	line-height: 1.2;
	font-size: 18px;
	font-weight: bold;
}

@media screen and (max-width: 640px) {
	.contents {
		width: auto;
	}
	.contents_head {
		margin-bottom: 50px;
	}
	.contents_head h3 {
		float: none;
		width: auto;
		font-size: 22px;
	}
	.contents_head h3 span {
		display: block;
		font-size: 12px;
	}
	.title_has_arrow {
		width: auto;
		margin: 0 auto 40px !important;
		padding: 10px;
		font-size: 18px;
	}
	.title_has_arrow span {
		font-size: 14px;
	}
	.title_has_border {
		font-size: 18px;
	}
	.list > li:last-child {
		margin-bottom: 0 !important;
	}
	.item_list .name {
		font-size: 18px;
	}
	.list_c2 {
		margin: 0;
	}
	.list_c2 > li {
		float: none;
		width: auto;
		max-width: 380px;
		margin: 0 auto 25px;
	}
	.list_c3 {
		margin-right: -1.5%;
		margin-left: -1.5%;
	}
	.list_c3 > li {
		width: 47%;
		margin: 0 1.5% 25px;
	}
	.list_c3 > li:nth-child(2n+1) {
		clear: both;
	}
}

@media screen and (max-width: 640px) and (max-width: 500px) {
	.list_c3 > li {
		float: none;
		width: auto;
		max-width: 250px;
		margin-right: auto;
		margin-left: auto;
	}
}

@media screen and (max-width: 640px) {
	.detail_btn a {
		font-size: 15px;
	}
	.contents figure {
		text-align: center;
	}
	.section {
		margin-bottom: 50px !important;
	}
	.section .section {
		margin-bottom: 40px !important;
	}
	#point .buttons li {
		margin-bottom: 15px !important;
	}
	#select .detail_btn {
		margin-top: 25px;
	}
}
.return.rtn {
	margin-bottom:80px;
}
.sec-bnr .col3typ {
	padding-bottom: 50px;
}