@charset "utf-8";
/* CSS Document */

/*--------------------
1911gift-style
--------------------*/
#contents-main .NewsItemList .item .morelink,
body.item_feature #contents .html2{
	display: none;
}

body.item_feature #contents #featureid48 .content1{
	font-size: 16px;
	font-weight: bold;
	color: #D23C27;
}
body.item_feature #contents-main #featureid48 .NewsItemList{
	margin-top: 10px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-evenly;
	/*font-family: Meiryo, "sans-serif"*/
}
body.item_feature #contents-main #featureid48 .NewsItemList .item{
	height: 380px;
	margin-right: 0;
	width: calc(100%/3 - 0px);
}
body.item_feature #contents-main #featureid48 .NewsItemList .item .image{
	height: 282px;
	width: 282px;
	border: 2px solid #fff;
	border-radius: 5%;
	box-shadow: 0 0 0 3px #2daae2;
	margin: 0 auto;
}
body.item_feature #contents-main #featureid48 .NewsItemList .item .image img{
	height: 280px;
	width: 280px;
	border-radius: 5%;	
}
body.item_feature #contents-main #featureid48 .NewsItemList .item:nth-child(2n) .image{
	box-shadow: 0 0 0 3px #0162b3;
}
#contents-main #featureid48 .NewsItemList .item .desc{
	margin-top: 20px;
	text-align: center;
	line-height: 1.6em;
    padding: 0 20px;
}
#contents-main #featureid48 .NewsItemList .item .name{
	padding-right: 0;
}
#contents-main #featureid48 .NewsItemList .item .name a{
	font-weight: bold;
	font-size: 14px;
	border: none;
}
#contents-main #featureid48 .NewsItemList .item h3.goods{
	text-align: center;
	color: #2daae2;
}
#contents-main #featureid48 .NewsItemList .item h3.goods a{
	font-size: 14px;
	color: #2daae2;
	border-bottom: 1px solid #2daae2;
}

#featureid48 .sale.icon{
	display: none;
}
#contents-main #featureid48 .NewsItemList .item.sale .price{
	color: #030911;
	font-weight: normal;
}

body.item_feature #contents-main .NewsItemList .item .morelink,
#contents.feature .return_list{
	display: none;
}

/*スマホ*/
body.item_feature.sp #contents-main #featureid48 .NewsItemList{
	margin-top: 10px;
	justify-content: center;
}

body.item_feature.sp #contents-main #featureid48 .NewsItemList .item{
	height: 250px;
	width: calc(100%/2 - 0px);
	margin: 0;
	padding: 10px 0;
}
body.item_feature.sp #contents-main #featureid48 .NewsItemList .item .image{
	height: 150px;
	width: 150px;
	float: none;
}
body.item_feature.sp #contents-main #featureid48 .NewsItemList .item .image img{
	height: 150px;
	width: 150px;
}
.sp #contents-main #featureid48 .NewsItemList .item .desc {
    margin-top: 16px;
    line-height: 1.3em;
}
.sp #contents-main #featureid48 .NewsItemList .item h3.goods{
    margin: 0 auto;
    width: 100%;
}
.sp #contents-main #featureid48 .NewsItemList .item h3.goods a{
		font-size: 12px;
}
.sp #contents-main #featureid48 .NewsItemList .item .name{
	padding-bottom: 0;
}
.sp #contents-main #featureid48 .NewsItemList .item .name a{
	font-size: 12px;
}
body.sp #contents-main #featureid48 .NewsItemList .item .price{
	width: 76%;
	margin: 0 auto;
}

@media screen and (max-width:320px){
    body.item_feature.sp #contents-main #featureid48 .NewsItemList .item{
    height: 236px;
    width: calc(100%/2 - 10px);
    margin: 0;
    padding: 10px 0;
    }
    body.item_feature.sp #contents-main #featureid48 .NewsItemList .item .image{
    height: 132px;
    width: 132px;
    float: none;
    }
    body.item_feature.sp #contents-main #featureid48 .NewsItemList .item .image img{
    height: 130px;
    width: 130px;
    }  
} 

