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

#sp-Wrap {
	font-size:100%;
	line-height: 1.6;
	color: #333;
	margin: 0;
	padding: 0;
}
#sp-Wrap h1,h2,h3,h4,p,ul {
	margin: 0;
	padding: 0;
}
#sp-Wrap p {
    line-height: 1.8!important;
    font-size: 14px;
}
#sp-Wrap img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#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 li {
	color: #333;
}
#contents section .title_c {
	display: none;
}

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

#sp-Wrap .set {
	margin-bottom:50px;
}

#sp-Wrap h3 {
	font-size: 14px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	padding: 6px;
	text-align: center;
	margin-bottom: 15px;
}
#sp-Wrap ul:after{
	clear: both;
}
#sp-Wrap .pc {
	display: none;
}

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


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

.set h4 {
	font-size: 17px;
	font-weight: bold;
	text-align: left;
	margin: 5px 0 20px 0;
}
.set .read {
	padding-bottom: 30px;
}

/*アイテム*/
.set ul {
	overflow: hidden;
}
.set li {
	float: left;
	overflow: hidden;
	margin:0 0 20px 0;
	display: block;
	width: 100%;
}


.set li img {
	width: 100px!important;
	margin-right: 10px;
	float:left;

	box-sizing:border-box;
}
.set .item-title {
	font-size: 13px!important;
	font-weight: bold!important;
	padding-bottom: 8px;
	text-align: center;

}
.set div.item {
	overflow: hidden;
}
.set .item-name {
	font-size: 13px;
	padding-top: 15px;
}
.set .item-set {
    overflow: hidden;
    border: 2px solid #eee;
    padding: 5px;
}
.set .item-set a {
	display: block;
	color: #53a928!important;
	text-decoration: none!important;

}
.set .item-set a:hover {
	text-decoration: none!important;
}
.set span.item-price{
	color: #333;
	font-size: 13px;
	display: block;
    margin-top: 5px;
}




/* ボタン */

#sp-Wrap .linkbtn a {
	margin-top: 10px;
    display: block;
    border-radius: 5px;
    font-weight: bold;
    background-color: #eee;
    border: 2px solid #eee;
    color: #333!important;
    text-align: center;
    background-size: 5px;
    font-size: 13px;
    line-height: 40px;
    position: relative;
    text-decoration: none!important;
    z-index: 1;
    margin-bottom: 30px;
}
#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;
}


/*
#sp-Wrap .linkbtn {
    width: 94%;
    margin: 0 auto 0;
    text-align: center;
}

#sp-Wrap .linkbtn a {
    font-weight: bold;
    background: #eee;
    color: #3f3f3f;
    font-size: 13px;
    text-decoration: none;
    display: block;
    line-height: 1;
    padding: 15px 0;
}
*/

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


/*商品一覧消し*/
ul.itemlist {
display: none;
}

/*サブカテ非表示*/
.titlebar_list > .accordion {
 display: none;
}
