#sale #contents {
	width: 100%;
}

/* 初期化
*************************/
#sale #contents #incontents .shop .body *{
	color: inherit;
	background: none;
	float: none;
}

#sale #contents #incontents .body {
	margin-bottom: 20px;
}

/* コンテンツ一覧
*************************/
#sale #contents #incontents .body {
}

#sale #contents #incontents .body {
}

#sale #contents #incontents .sname {
	clear: both;
	color: #2b65b3;
	display: block;
	width: 100%;
	margin: 0 auto 1rem;
	font-size: 1.4rem;
	text-align: center;
	padding: 5px;
	background: url("../images/sale/shop_bg.png") no-repeat center center;
}

#sale #contents #incontents .sname span {
	background-color: white;
	display: inline-block;
	padding: 10px 2rem 0;
}

#sale #contents #incontents .other {
	clear:both;
	color: #2b65b3;
	font-size: 1.2rem;
	background: url("../images/sale/border.png") no-repeat center right;
}

#sale #contents #incontents .other span {
	background-color: white;
	display: inline-block;
	padding: 5px 10px;
}


#sale #contents #incontents .tel {
	text-align: center;
	font-size: 1.2rem;
}

#sale #contents #incontents .tel span {
	font-size: 1.6rem;
}

#sale #contents #incontents .itemlist {
	width: 100%;
	margin: auto;
}

#sale #contents #incontents .itemlist.shop {
	width: 100%;
}

#sale #contents #incontents .itemlist li {
	list-style: none;
	float: left;
	display: block;
	margin: 0 1% 2rem;
}

#sale #contents #incontents .itemlist.list li {
	width: 23%;
}

#sale #contents #incontents .itemlist.shop li {
	margin: 0 1% 2rem;
	width: 32%;
}

#sale #contents #incontents .itemlist.shop li:nth-of-type(3n+1) {
	margin-left: 0;
}

#sale #contents #incontents .itemlist.shop li:nth-of-type(3n+2) {
}

#sale #contents #incontents .itemlist.shop li:nth-of-type(3n) {
	margin-right:0;
}

#sale #contents #incontents .itemlist li strong a {
	font-size: 1.2rem;
}

#sale #contents #incontents .itemlist li .shopname {
	background-color: #2b65b3;
	color: white;
	font-size: 1.2rem;
	line-height: 3rem;
	text-align: center;
}

#sale #contents #incontents .itemlist li .fee {
	border:solid 1px #ccc;
	padding: 1rem;
}

#sale #contents #incontents .itemlist li .thumb {
	text-align: center;
}

#sale #contents #incontents .itemlist.list li:nth-of-type(4n+1) {
	clear: both;
}

#sale #contents #incontents .itemlist.shop li:nth-of-type(3n+1) {
	clear: both;
}

#sale #contents #incontents .shoplist li {
	list-style: none;
	float: left;
	display: block;
	width: 30%;
	margin: 0 1.3%;
}

#sale #contents #incontents .shoplist li:nth-of-type(4n+1) {
	clear: both;
}

#sale #contents #incontents .shoplist a {
	background-color: #7ecdee;
	color: white;
	text-align: center;
	text-decoration: none;
	display: block;
	border:solid 2px #7ecdee;
	padding: 5px;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

#sale #contents #incontents .shoplist.btnmode li {
	width: 25%;
	margin: 0;
}

#sale #contents #incontents .shoplist.btnmode li a {
	background: none;
	padding: 0;
	border: none;
}

#sale #contents #incontents .shoplist a:hover {
	opacity: .5;
}

#sale #contents #incontents .items .box:after {
	content: " ";
	line-height:12px;
	height:12px;
	display: block;
	background: url("../images/osusume/border.png") no-repeat center center;
}

#sale #contents #incontents .items .box:nth-last-of-type(2):after {
	background: none;

}

#sale #contents #incontents .items {
	width: 100%;
	margin: auto;
}

#sale #contents #incontents .items .box {
}

#sale #contents #incontents .items .box .thumb {
	width: 240px;
	float:left;
	margin-bottom: 50px;
}

#sale #contents #incontents .items .box .shop {
	width: 640px;
	float:right;
	margin-bottom: 50px;
}

#sale #contents #incontents .items .box .shop .catch {
	display: block;
}

#sale #contents #incontents .items .box .shop strong.title {
	color: #2b65b3;
	border: none;
	padding: 0;
	text-align: left;
	width: 100%;
	font-size: 1.4rem;
}

#sale #contents #incontents .items .box .shop .fee {
	border:solid 1px #ccc;
	padding: 10px;
}

#sale #contents #incontents .button {
	border: solid 1px #ccc;
	padding: 0.5rem 1rem;
	text-decoration: none;
	display: block;
	width: 80%;
	margin: auto;
	text-align: center;
	margin-bottom: 10px;
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	/* Old browsers */
	    background-color: #ffffff;
	/* FF3.6-15 */
	    background: -moz-linear-gradient(bottom, #ffffff 0%, #cccccc 100%);
	/* Chrome10-25,Safari5.1-6 */
	    background: -webkit-linear-gradient(bottom, #ffffff 0%,#cccccc 100%);
	    background: -webkit-gradient(linear, left top,left bottom,from(#ffffff),to(#cccccc));
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	    background: linear-gradient(to bottom, #ffffff 0%,#cccccc 100%);
	    background: -prefix-linear-gradient(bottom, #ffffff, #cccccc);
	    background: -ms-linear-gradient(bottom, #ffffff, #cccccc 100%);
	/* IE6-9 */
	    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(StartColorStr=#ffffff,EndColorStr=#cccccc,GradientType=1)";
	    filter: progid:DXImageTransform.Microsoft.gradient(StartColorStr=#ffffff,EndColorStr=#cccccc,GradientType=1 );
}