.lineup li {
	float:left;
	margin:0 40px 40px 0;
}
.lineup li:nth-child(2n) {
	margin-right:0;
}
.top_news {
	margin:30px 0;
}
.top_news li {
	color:#636363;
	margin:0 0 15px 0;
}
.top_news li span {
	margin-right:40px;
}
.top_news li a {
	color:#ba224b;
	text-decoration:underline;
}

/* スライド */
.wideslider {
    width: 100%;
    text-align: left;
    position: relative;
    overflow: hidden;
	padding:0 0 40px 0;
	margin:20px 0 0 0;
}
 
.wideslider ul,
.wideslider ul li {
    float: left;
    display: inline;
    overflow: hidden;
}
 
.wideslider ul li img {
    width: 100%;
    display: none;
}
 
.wideslider_base {
    top: 0;
    position: absolute;
}
.wideslider_wrap {
    top: 0;
    position: absolute;
    overflow: hidden;
 
}
.slider_prev,
.slider_next {
    top: 0;
    overflow: hidden;
    position: absolute;
    z-index: 100;
    cursor: pointer;
}
.slider_prev {background: #fff url(../img/prev.jpg) no-repeat right center;}
.slider_next {background: #fff url(../img/next.jpg) no-repeat left center;}
 
.pagination {
    bottom: 0px;
    left: 0;
    width: 100%;
    height: 15px;
    text-align: center;
    position: absolute;
    z-index: 200;
}
 
.pagination a {
    margin: 0 5px;
    width: 8px;
    height: 8px;
    display: inline-block;
    overflow: hidden;
    background: #b2b2b2;
	border-radius:8px;
}
.pagination a.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
	background:#ba224b;
}


/* 更新20190611 */
 
 .top_attention {
    background: rgba(186, 34, 75, 0.10);
    padding: 25px;
    border-radius: 10px;
}
.top_attention .tit {
    font-weight: bold;
    border-bottom: dotted 1px #b2b2b2;
    padding: 0 0 10px;
    margin: 0 0 10px;
	display: flex;
}
.top_attention .tit:before {
	content:"";
	display:inline-block;
	margin-right:10px;
	width:20px;
	height:20px;
	background:url(https://file002.shop-pro.jp/PA01380/589/img/top_attention_icon.png) center center no-repeat;
	background-size:100%;
}
.top_attention p {
    font-size: 13px;
    letter-spacing: -0.9px;
    line-height: 1.7;
}
.pick_bnr {
	margin:40px 0;
}
.pick_bnr img {
    width: 100%;
}

 
/* =======================================
    ClearFixElements
======================================= */
.wideslider ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
.wideslider ul {
    display: inline-block;
    overflow: hidden;
}
