@charset "utf-8";

/****************************************** 商品情報 ***********************************************************/

.products #contents,
.products #contents p
{
	font-size: 16px;
}
.products #contents p
{
	line-height: 1.7em;
}


/* 商品情報インデックス
----------------------------------------------------*/
.info_indexTTL {
	background-color: #f8f8f8;
	padding-top: 5px;
	padding-right: 5px;
	padding-bottom: 5px;
	padding-left: 10px;
	border: 1px solid #ccc;
	margin-bottom: 10px;
	font-size: 120%;
	font-family: Arial, Helvetica, Verdana, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "Osaka", "ＭＳ Ｐゴシック", sans-serif;
}
.info_indexTTL a {
	text-decoration: underline;
}
.info_indexTxt {
	margin-bottom: 15px;
}
.info_indexWrap {
	margin-left: 10px;
	margin-bottom: 40px;
}


.lineup_btn {
	padding-right: 30px;
	padding-bottom: 30px;
}


/* 商品 */
ul.col_index {
	display: -webkit-box; /*Android4.3*/
	display: -moz-box;    /*Firefox21*/
	display: -ms-flexbox; /*IE10*/
	display: -webkit-flex; /*PC-Safari,iOS8.4*/
	display: flex;
	flex-wrap:wrap;
}
ul.col_index li {
	width: 18.4%;
	box-sizing: border-box;
	margin: 0 2% 40px 0%;
}
ul.col_index li.w2 {
	width: 38.8%;
	margin: 0 0 40px 0%;
}
ul.col_index li img {
	width: 100%;
}
ul.col_index li:nth-of-type(5n) {
	margin-right: 0;
}
ul.col_index p {
	margin-top: 5px;
	line-height: 1.4;
}
ul.col_index a p {
	position: relative;
    display: inline-block;
    padding-right: 20px;
}
ul.col_index a p:before {
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #999;
    border-right: solid 1px #999;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -2px;
}	
@media only screen and (max-width: 768px){	
ul.col_index li {
	width: 48%;
	box-sizing: border-box;
	margin: 0 4% 20px 0%;
}
ul.col_index li:nth-of-type(2n) {
	margin-right: 0;
}
}











/* ItemWrap */
.ItemWrap {
	display: flex;
	margin-right: 40px;
	overflow: hidden;
	margin-bottom: 30px;
	/*background: #FF9999;*/
}


	




.ItemWrap2 {
	float: left;
	margin-right: 30px;
	overflow: hidden;
	margin-bottom: 20px;
	/*background: #FF99CC;*/
}
.ItemWrap3 {
	float: left;
	margin-right: 8px;
	overflow: hidden;
	margin-bottom: 20px;
	/*background: #6666FF;*/
}
.ItemWrap4 {
	float: left;
	margin-right: 14px;
	overflow: hidden;
	margin-bottom: 20px;
	/*background: #6666FF;*/
}
.ItemWrap p,
.ItemWrap2 p,
.ItemWrap3 p,
.ItemWrap4 p{
	padding-top:7px;
	text-align: center;
	font-size:90%;
	line-height: 1.2;
}
.ItemWrap p span,
.ItemWrap2 p span,
.ItemWrap3 p span,
.ItemWrap4 p span {
	background: url(../images/belk/icon_on.gif) no-repeat right center;
	padding-right: 1em;
	line-height: 1;
}

.a_link_catalog {
	display: block;
	
	width: 150px;
	text-align: center;
	box-sizing: border-box;
	margin: 10px 0 20px;
	
	color: #fff !important;
	font-size: 70%;
	border-bottom: 3px solid #888;
	background-color: #575756;
	background-image: url(https://belk.jp/wp_belk/wp-content/themes/belk/common/head05.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 2px 30px 0px 10px;
}

.a_link_catalog:hover {
	opacity: 0.7;
	text-decoration: none;
}

.a_link_catalog_large {
	display: block;
	
	width: 100%;
	box-sizing: border-box;
	margin: 10px 0 20px;
	
	color: #fff !important;
	font-size: 14px;
	border-bottom: 3px solid #888;
	background-color: #575756;
	background-image: url(https://belk.jp/wp_belk/wp-content/themes/belk/common/head05.png);
	background-repeat: no-repeat;
	background-position: right center;
	padding: 5px 30px 5px 10px;
}

.a_link_catalog_large:hover {
	opacity: 0.7;
	text-decoration: none;
}



@media (max-width: 480px) {

/* 商品情報インデックス */

.lineup_btn {
	padding-right: 0px;
	padding-bottom: 0px;
}
/* ItemWrap */
.ItemWrap {
	float: none;
	margin-right: 0px;
	overflow: hidden;
	margin-bottom: 30px;
	text-align: center;
}
.ItemWrap2 {
	float: none;
	margin-right: 0px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.ItemWrap3 {
	float: none;
	margin-right: 0px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
.ItemWrap4 {
	float: none;
	margin-right: 0px;
	overflow: hidden;
	margin-bottom: 20px;
	text-align: center;
}
	
}

