/* CSS Document */
@charset "utf-8";
/************** トップ **************/
#index_main {
	width: 770px;
	float: right;
}
#index_main h2 {
    margin: 0 auto 20px;
    font-size: 24px;
    border-bottom: 2px solid #333;
    padding-bottom: 8px;
    font-weight: bold;
    padding-top: 1px;
  }
#index_main h2 span {
    font-size: 14px;
    font-weight: bold;
    padding-left: 10px;
}


/* news */
#index_main .news {
	width: 770px;
	margin-bottom: 50px;
}
#index_main .news dl {
	width: 770px;
	height: 160px;
	display: block;
	padding: 0 0 20px;
	margin-bottom: 15px;
	overflow: auto;
	color:#4d4d4d;
}
#index_main .news dl dt {
	font-size: 13px;
	line-height: 1.4em;
	margin-bottom: 5px;
	font-weight: bold;
}
#index_main .news dl dd {
	font-size: 13px;
	line-height:1.5;
	display: block;
	padding: 0 0 12px;
	margin-bottom: 12px;
	border-bottom: dotted 1px #CCC;
}
#index_main .news dl dd span {
	font-weight: bold;
	display: block;
}

/* ranking */
#index_main .ranking {
	width:800px;
	margin:0 0 50px;
}
#index_main .ranking ul li {
	position:relative;
	padding:10px 0 0;
}
#index_main .ranking ul li .rank_no {
	position:absolute;
	top:0;
	left:10px;
	z-index:9999;
}
#index_main .ranking ul li p img {
	width:236px;
	height:auto;
}
#index_main .ranking ul li h3 {
	font-size: 14px;
	font-weight: bold;
	line-height: 24px;
	margin: 16px 0 5px;
	width:240px;
}
#index_main .ranking ul li p {
	font-size:13px;
	line-height: 1.4;
	width:240px;
}

/* recommend */
#index_main .recommend {
	width:800px;
	margin:0 0 50px;
}
#index_main .recommend ul {
	width: 770px;
}
#index_main .recommend ul li {
	padding: 10px 7px;
}
#index_main .recommend ul li .status {
	font-size:13px;
	text-align:center;
	display:inline-block;
	font-weight:bold;
	color:#fff;
	background:#1697b2;
	padding:6px 8px 6px;
	line-height:1;
	margin:0 0 10px;
}
#index_main .recommend ul li img {
	width: 100%;
}
#index_main .recommend ul li h3 {
	font-size: 12px;
	font-weight: bold;
	line-height: 1.4;
	margin: 16px 0 7px;
}
#index_main .recommend ul li p {
	font-size:12px;
	line-height: 1.4;
	color: #666;		
}

#index_main .slick-next {
	right: 0;
	top:130px;
	z-index: 99;
	width:30px;
	height:30px;
	background:url(/img/index/item_slider_next.png) no-repeat;
	background-size: 30px auto;
	text-indent:-9999px;
}
#index_main .slick-prev {
	left: 0;
	top:130px;
	z-index: 100;
	width:30px;
	height:30px;
	background:url(/img/index/item_slider_prev.png) no-repeat;
	background-size: 30px auto;
	text-indent:-9999px;
}
#index_main .recommend .slick-next,
#index_main .recommend .slick-prev {
	top:90px;
}


/* brand_list */
#index_main .brand_list {
	margin:0 auto 80px;
}
#index_main .brand_list .original {
	text-align: center;
}
#index_main .brand_list ul {
	width: 770px;
	margin-top: 20px;
	overflow: hidden;
}
#index_main .brand_list ul li {
	margin: 0 7px 10px;
	border: 1px solid #ccc;
	width: 178px;
	box-sizing: border-box;
	float: left;
}
#index_main .brand_list ul li img {
	width: 100%;
}
#index_main .brand_list .slick-next,
#index_main .brand_list .slick-prev {
	top:40px;
}

/* instagram */
#index_main .instagram {
	position: relative;
}
#index_main .instagram .btn_ig {
	position: absolute;
	top: 0;
	right: 8px;
}



/* 重要なお知らせ */

#contents .important {
/*	border: 1px solid #EC3324;*/
	background-color: #ffeaef;
	margin-bottom: 40px;
	padding: 15px 30px;
	font-size: 12px;
}
#contents .important p {
	font-weight: bold;
	text-align: center;
}
#contents .important dt {
	font-weight: bold;
	text-align: center;
	margin-bottom:5px;
}
#contents .important dd {
	text-align: left;
}