@charset "UTF-8";

.clearfix:after {
    clear: both;
    content: " ";
    display: block;
    font-size: 0;
    height: 0;
    visibility: hidden;
}

.contentsWrapper{
	width:840px;
	margin:0 auto 0 auto;
	padding-top:90px;
}
.contentsWrapper:nth-of-type(1){
	margin:0 auto 0 auto;
	padding-top:80px;
}

.contentsWrapper:last-of-type{
	padding-bottom:90px;
}
.contentsWrapper h3{
	text-align:center;
}
.contentsWrapper h3 img{
	width:450px;
	height:auto;
	display:block;
	margin: 0 auto 30px auto;
}
.contentsWrapper h3 span{
	font-size: 18px;
}

.no1_item{
	width:500px;
	margin-top:25px;
    margin-left:auto;
    margin-right:auto;
	overflow: hidden;
}
.no1_item .no1Img{
	width:100%;
	position: relative;
	padding-top:45px;
}
.no1_item .no1Txt{
	width:100%;
	padding-top:20px;
}
.no1_item .no1Img img{
	width:100%;
	height:auto;
	display: block;
}
.no1_item .no1Img img.icon{
	position: absolute;
	width:113px;
	height:68px;
	display: block;
	top:0;
	left:20px;
}

.no1_item .no1Txt p.itemName{
	font-size:20px;
	line-height:160%;
	font-weight: bold;
	padding: 0 0 10px 0;
	margin-bottom:30px;
}
.no1_item .no1Txt span.off{
	display:inline-block;
	box-sizing: border-box;
	padding: 8px 20px 5px 20px;
	color:#fff;
	background: #ff193f;
	font-size:20px;
	line-height:100%;
	font-weight: bold;
	font-style: italic;
}
.no1_item .no1Txt p.price{
	padding: 20px 0 0 0;
	font-size:20px;
	line-height:160%;
	font-weight: bold;
}
.no1_item .no1Txt p.price span.offPrice{
	font-size:20px;
	line-height:160%;
	font-weight: bold;
	color: #ff193f;
}


ul.otherItem{
	width:100%;
	margin:30px 0 15px 0;
	font-size:0;
}
ul.otherItem li{
	display:inline-block;
	width: 380px;
	margin: 0;
	vertical-align: top;
	font-size:0;
}
ul.otherItem li:nth-last-of-type(odd){
	display:inline-block;
	width: 380px;
	margin: 0 0 50px 40px ;
}
ul.otherItem li:nth-last-of-type(even){
	display:inline-block;
	width: 380px;
	margin: 0 40px 50px 0;
}
ul.otherItem li .otherImg img{
	width: 100%;
	height: auto;
}
ul.otherItem li .otherImg{
	position: relative;
}

ul.otherItem li .otherImg img{
	position: relative;
	display:block;
	width:100%;
	height:auto;
}

ul.otherItem li .otherImg.no2 img.icon,
ul.otherItem li .otherImg.no3 img.icon{
	position: absolute;
	top: 0;
	left: 5px;
	width:91px;
	height:55px;
	padding: 0 0 0 0;
}
ul.otherItem li .otherImg.no2,
ul.otherItem li .otherImg.no3{
	padding: 36px 0 0 0;
}
ul.otherItem li .otherImg.no4 img.icon,
ul.otherItem li .otherImg.no5 img.icon{
	position: absolute;
	top: 15px;
	left: 15px;
	width:52px;
	height:52px;
	padding: 0 0 0 0;
}
ul.otherItem li .otherImg.no4,
ul.otherItem li .otherImg.no5{
	padding: 0 0 0 0;
}


ul.otherItem li p.itemName{
	font-size:14px;
	line-height:160%;
	padding: 8px 0 5px 0;
}
ul.otherItem li span.off{
	display:inline-block;
	box-sizing: border-box;
	padding: 5px 10px 2px 10px;
	margin-right:5px;
	color:#fff;
	background: #ff193f;
	font-size:14px;
	line-height:100%;
	font-weight: bold;
}
ul.otherItem li span.price{
	padding: 20px 0 0 0;
	font-size:15px;
	line-height:160%;
}
ul.otherItem li span.price span.offPrice{
	font-size:15px;
	line-height:160%;
	color: #ff193f;
}

.btnAll{
	width:400px;
	height:auto;
	margin: 0 auto;
}