@charset "utf-8";
/* ---------------------------------------------------------------------------------
HTML CSS Selectors item
--------------------------------------------------------------------------------- */
#contents-wrapper .inner h2 {
	margin: 0 0 65px;
	font-size: 40px;
	color: #313030;
	font-weight: 300;
}

#item {
	padding-top: 70px;
	overflow:hidden;
}

#item .read {
	padding-bottom: 75px;
	text-align: center;
	font-size: 12px;
	line-height: 1.65;
}

#item .list {
	overflow:hidden;
	padding-bottom: 100px;
}
#item .list li {
	width: 470px;
	float: left;
	padding: 0px 10px 45px 10px;
	overflow:hidden;
}
#item .list li:nth-of-type(2n) {
	width: 460px;
	padding: 0px 10px 45px 20px;
}
#item .list li:nth-of-type(2n+1) {
	clear: left;
}
#item .list li .detail {
	width: 200px;
	float: right;
	padding-right: 12px;
}

#item .list li:nth-of-type(2n) .detail {
	padding-right: 2px;
}
#item .list li .detail h3 {
	font-size: 16px;
	color: #b88433;
	padding-bottom: 25px;
}
#item .list li .detail .txt {}
#item .list li .photo {
	width: 242px;
	float: left;
	background-image: url(../img/item/bg_item.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}

#item .list li .photo .img {
	width: 242px;
	height: 242px;
	position: relative;
}
#item .list li .photo .img img {
	max-width: 230px;
	max-height: 230px;
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
}
#item .list li .photo .button {
	width: 170px;
	margin-top: 26px;
	margin-left: auto;
	margin-right: auto;
}
#item .list li .photo .button a {
	display: block;
	padding-top: 15px;
	padding-bottom: 14px;
	font-size: 14px;
	line-height: 1;
	color: #fff;
	font-weight: 300;
	text-align: center;
	border-radius: 5px;
	background-color: #e0698c;
}

#howto {
	width: 550px;
	margin: 0 auto;
}
#contents-wrapper #howto h2 {
	margin-bottom: 50px;
}
#howto section {
	padding-bottom: 5px;
	margin-bottom: 30px;
	border-bottom: 1px solid #000;
}
#howto h3 {
	font-size: 18px;
	line-height: 1;
	text-align: center;
	font-weight: normal;
	color: #b88433;
	padding-bottom: 36px;
}
#howto h4 {
	font-size: 16px;
	line-height: 1;
	text-align: center;
	font-weight: normal;
	color: #e475a1;
	padding-bottom: 10px;
}
#howto p {
	text-align: center;
	padding: 0px 40px 25px;
}
#howto p.tel {
	font-size: 20px;
	font-weight: bold;
}

