@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,h5,p,ul {
	margin: 0;
	padding: 0;
}
#sp-wrap p {
    line-height: 1.7!important;
    font-size: 14px;
}

#sp-wrap img {
	width: 100%;
	vertical-align: bottom;
	margin-bottom: 10px;
}
#sp-wrap a {
	color: #53a928;
	text-decoration: none;
}

#sp-wrap li {
	color: #333;
}

/* タイトル導入部分 ************************/
#sp-wrap #title h1 {
	font-size: 20px;
	font-weight: bold;
	margin:5px 0 10px;
	text-align: center;
}

#sp-wrap .toptext {
    width: 90%;
	font-size:15px;
	line-height: 1.6;
	color: #333;
	margin: 0 auto 30px auto;
	padding: 0;
	text-align: center;
}

/* 見出し大 ************************/
#sp-wrap .subttl h2 {
	font-size: 18px;
	font-weight: bold;
	margin:30px 0 10px;
	text-align: center;
}

/* 小見出し ************************/
#sp-wrap .item-ttl {
	font-size: 15px;
	font-weight: bold!important;
}

/* 黒背景 タイトル ************************/
#sp-wrap h3 {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
	background-color: #333;
	padding: 6px;
	text-align: center;
	margin-bottom: 15px;
}
#sp-wrap ul:after{
	clear: both;
}

/* アイテム 見出し 枠つき ************************/
#sp-wrap .bar {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 8px 4% 8px 4%;
    margin: 25px 0 15px;
    line-height: 1;
    text-align: center;
}

#sp-wrap h4.bar {
    font-size: 16px;
    font-weight: bold;
    border: 1px solid #ddd;
    padding: 8px 4% 8px 4%;
    margin: 30px 0 15px;
    line-height: 1;
    text-align: center;
}


/* 2カラム（スマホ用） ************************/

#sp-wrap .column-2 ul {
    font-size:0;
    padding:0;
    margin-bottom:40px;
}
#sp-wrap .column-2 ul li {
    display: inline-block;
    width: 48%;
    vertical-align: top;
    margin: 0 3% 15px 0;
}
#sp-wrap .column-2 ul li:nth-child(2n) {
    margin:0 0 15px 0;
}

#sp-wrap .column-2 a {
    display:block;
    color:#333;
    text-decoration:none;
}
#sp-wrap .column-2 img {
    width:100%;
    margin:0 0 5px;
}

#sp-wrap .column-2 p {
    font-size:12px;
    margin:0;
    line-height:18px;
    width:100%;

}
#sp-wrap .column-2 p.bold {
    font-weight:bold;
    margin:0 0 0px;
    letter-spacing:0.025em;
}


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

#sp-wrap .set {
	margin-bottom:60px;
}

#sp-wrap .set img {
	margin-bottom: 5px;
}


/* ラインアップ ************************/

#sp-wrap .lineup > .column-1 {
    margin-bottom: 10px;
}


/* 特集トップへリンク */
p.sptop.smp {
	margin-bottom: 10px;
	font-size: 12px!important;
	display: block;
}


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