﻿@charset "utf-8";

/* ===================================================================

 NEWS

=================================================================== */

.topagetop { margin: 0 5px 15px 0; }

.news #salenews .news-subtitle {
	position: relative;
	margin: 15px 0 0;
	text-align: center;
}

.news .container {
	padding: 0px 0 15px 0;
	background-color: #fff;
}

/* アンカー
--------------------------------------------------- */

.anchornav {
display: table;
width: 320px;
margin: 0 auto;
padding: 15px 0 15px;
background-color: #fff;
}

.anchornav li {
display: table-cell;
width: 50%;
text-align: center;
}

.anchornav li a {
position: relative;
display: block;
margin: 0 2px;
padding: 4px 12px 4px 0;
font-weight: bold;
}

.anchornav li.ladies a { color: #d8307e; }
.anchornav li.mens a { color: #403F89; }

.anchornav li:first-child a { margin: 0 0 0 10px; border-right:1px solid #000; }
.anchornav li:last-child a { margin: 0 10px 0 5px; }

/* ニュースエリア
--------------------------------------------------- */

.newsarea { background-color: #ffffff; }
.news .newslist { padding: 10px 15px 25px; }
.newslist li { margin-bottom: 12px; }

.newslist li p {
font-size: 12px;
display: table;
}

.newslist li span {
display: table-cell;
width: 3.5em
}

.newslist li a {
margin-right: 5px;
text-decoration: underline;
}

.newsarea h3 {
padding: 4px 0 4px 10px;
background-color: #d8317f;
color: #fff;
}

.ladiesnews h3 { background-color: #d8317f; }
.mensnews h3 { background-color: #403f89; }

/*--------------------------------------------------------------------------------------------------------

spsale TOP  赤対応 bodyにid「sp-red」

--------------------------------------------------------------------------------------------------------*/

#sp-red .systemmsg {
	padding: 15px 10px 15px;
	background-color: #e7002c;
	color: #fff;
}

#sp-red.news #salenews .news-subtitle.news-subtitle {
	position: relative;
	margin: 10px 10px 5px 10px;
	padding: 10px 0;
	background-color: #e7002c;
	text-align: center;
	color: #ffffff;
}

#sp-red.news #salenews .news-subtitle.news-subtitle::before {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 50%;
	margin-left: -6px;
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-top: 10px solid #e7002c;
	}


#sp-red.news .ladiesnews h3 {
	background-color: #d8307e;
	margin: 0 10px;
}

#sp-red.news .mensnews h3 {
	background-color: #403F89;
	margin: 0 10px;
}

#sp-red.news .ladiesnews h3,
#sp-red.news .mensnews h3 { color: #fff;}

#sp-red.news .searcharea { background-color: #fff;}

#sp-red.news .container { background: none;}

