@charset "UTF-8";
/* CSS Document */

#sp-Wrap {
	width: 670px;
	font-size:15px;
	line-height: 1.6;
	color: #333;
	margin: 0 0 50px 20px;
	padding: 0;
}
#sp-Wrap h1,h2,h3,h4,p {
	margin: 0;
	padding: 0;
}
#sp-Wrap p {
	line-height: 1.8!important;
}
#sp-Wrap img {
	width: 100%;
}


#sp-Wrap a {
	color: #333;
	text-decoration: underline;
}
#sp-Wrap a:hover {
	color: #888;
}
/*
#sp-Wrap a:hover img {
	opacity: 0.6;
    filter: alpha(opacity=60);
    -moz-opacity:0.6;
}
*/

#sp-Wrap .smp {
	display: none;
}
/*
div#sp-Wrap {
    font-family: -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Hiragino Kaku Gothic ProN',  meiryo, '游ゴシック Medium',sans-serif;
}
*/


/* 共通 ************************/

#sp-Wrap .set {
	margin-bottom: 60px;
}
#sp-Wrap h3 {
	font-size: 20px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	padding: 6px;
	text-align: center;
	margin-bottom: 20px;
}
#sp-Wrap ul:after{
	clear: both;
}


/* タイトル導入部分 ************************/
#title h2 {
	font-size: 0px;
	font-weight: bold;
	margin:0 0 20px 0;

}

/* セット ************************/

.set h4 {
	font-size: 24px;
	font-weight: bold;
	text-align: left;
    margin-bottom: 20px;
    margin-top: 25px;
}
.set .read {
	padding-bottom: 40px;
}

/*アイテム*/
.set ul {
	overflow: hidden;
}
.set li {
	width: 320px;
	float: left;
	overflow: hidden;
	margin:0 0 30px 0;
}
.set li.one  {
	width: 640px;
	float: left;
	overflow: hidden;
	margin:0 0 20px 0;
}
.set li:nth-child(odd) {
	padding-right:10px;
}
.set li:nth-child(even) {
	padding-right: 0px;
}
.set li img {
	width: 130px!important;
	margin-right: 10px;
	float:left;
	border: solid 1px #eee;
	box-sizing:border-box;
}
.set .item-title {
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 8px;
}
.set .item-name {
	font-size: 14px;
	padding-top: 15px;


}
.set .item-set {
	overflow: hidden;
}
.set .item-set a {
	color: #53a928!important;
	text-decoration: none!important;

}
/*.set .item-set a:hover {
	text-decoration: underline!important;
}*/

.set a:hover .item {
	opacity: 0.6;
}
.set span.item-price{
	color: #333;
	font-size: 14px;
}



/* ボタン ************************/

#sp-Wrap .linkbtn a {
    margin-top: 10px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    background-color: #fff;
    color: #333;
    text-align: center;
    background-size: 5px;
    font-size: 18px;
    line-height: 45px;
    border: solid 2px #eee;
    position: relative;
    text-decoration: none;
    z-index: 1;
}
#sp-Wrap .linkbtn a:hover {
    background-color: #ccc;
}
#sp-Wrap .linkbtn a:before {
    content: '';
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0%;
    width: 6px;
    height: 10px;
    margin: -5px 0 0 20px;
    background: url(../btn_arrow_black.png) no-repeat 0 0;
    background-size: 6px auto;
}



/* 消し ************************/

/* 商品一覧 */
.centerbox {
display: none;
}