@charset "UTF-8";

body {
	color: #434343;
}

/* 緊急情報表示時の調整ここから */
.alertArea {
	margin: 15px 10px;
	border: 1px solid #ccc;
	padding: 10px;
}

.alertArea p {
	margin: 10px 0 0 0;
	padding: 10px 0 1px 0;
	border-top: 1px solid #e4e5e5;
}

.alertArea p:first-child {
	margin-top: 0;
	padding-top: 1px;
	border-top: none;
}

.alertArea p.important {
	padding-left: 23px;
	background: url(/sp/shared/img_v2/icon_alert_red.gif) no-repeat 0 1px;
	background-size: 15px 15px;
	-webkit-background-size: 15px 15px
}

.alertArea p a {
	padding-right: 25px;
	text-decoration: none;
}

.alertAreaBottom {
	margin: 20px auto;
	width: 300px;
}

.alertAreaBottom li {
	margin: 10px 0 0 0;
}

.alertAreaBottom li img {
	width: 100%;
	height: auto;
}
/* 緊急情報表示時の調整ここまで */

/* contents */
#contents a {
	display: block;
	color: #434343;
}

/* pointArea */
#pointArea {
	margin: 10px;
	padding: 0;
	border: 1px solid #ccc;
}

#pointArea .toggle {
	background: url(/sp/wp/img/icon_point.png) 10px 50% no-repeat, -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#EBEBEB));
	-webkit-background-size: 20px 13px, auto auto;
	background-size: 20px 13px, auto auto;
	margin: 0;
}

#pointArea .toggle span {
	color: #333;
	cursor: pointer;
	border: 1px solid #fff;
	display: block;
	padding: 10px 40px;
	position: relative;
}

#pointArea .toggle span:after {
	content: "";
	display: block;
	background: url(/sp/shared/img/ico22_bottom.png) 100% 50% no-repeat;
	-webkit-background-size: 20px 20px;
	background-size: 20px 20px;
	height: 20px;
	position: absolute;
	top: 10px;
	right: 10px;
	width: 20px;
}

#pointArea .toggle.active span:after {
	background-image: url(/sp/shared/img/ico22_top.png);
}

#pointArea .toggleContents {
	border-top: 1px solid #ccc;
	display: none;
}

#pointArea dl {
	box-sizing: border-box;
	display: table;
	padding: 10px 10px 0 10px;
	width: 100%;
}

#pointArea dl dt {
	color: #333;
	display: table-cell;
	font-weight: bold;
	padding: 1px 3px;
	vertical-align: middle;
}

#pointArea dl.sub dt {
	color: #666;
	font-weight: normal;
}

#pointArea dl dd {
	display: table-cell;
	font-size: 10px;
	text-align: center;
	padding: 1px 3px;
}

#pointArea dl dd span.number {
	background: #fb3499;
	border-radius: 3px;
	color: #fff;
	display: block;
	font-size: 10px;
}

#pointArea dl.sub dd span.number {
	background: #dcdcdc;
	color: #333;
}

#pointArea dl dd em {
	font-size: 14px;
	font-style: normal;
	font-weight: bold;
	margin: 0 5px 0 0;
}

#pointArea dl.webPoint dd {
	width: 115px;
}

#pointArea dl.coupon dd {
	width: 50px;
}

#pointArea .btnBlock {
	border-top: 1px solid #ccc;
}

#pointArea .btnBlock .moreLink {
	font-size: 11px;
}

#pointArea .link02 {
	margin: 10px;
}

/*brand*/
.typeA {
	border-bottom: solid 2px #f8359b;
	padding-bottom: 20px;
	margin-top: 20px;
}

.typeA .content {
	padding: 0 10px;
}

.typeA h2 {
	display: table;
	margin-bottom: 20px;
}

.typeA h2 span {
	display: table-cell;
	vertical-align: middle;
}

.typeA h2 span.text {
	padding-left: 12px;
}

.typeA p.lead {
	margin: 10px 0;
}

.typeA p.lead {
	margin: 10px 0;
}

.typeA ul.relatedLink {
	display: table;
	width: 100%;
}

.typeA ul.relatedLink li {
	display: table-cell;
	border-bottom: solid 1px #e0e0e0;
	padding-top: 5px;
	padding-bottom: 15px;
	vertical-align: middle;
	background: url(../../../shared/img_v2/ico_arrow_g_r.png) no-repeat 100% 0;
	width: 50%;
}

.typeA ul.relatedLink li:first-child {
	border-right: solid 20px #fff;
}

.typeA ul.relatedLink li a {
	display: block;
}

.typeB {
	display: table;
	width: 100%;
	border-bottom: solid 2px #f8359b;
}

.typeB h2 img {
	margin-bottom: 10px;
	width: 80%;
}

.typeB .content {
	display: table-cell;
	padding: 20px;
	width: 50%;
}

.typeB .content:first-child {
	border-right: solid 2px #f8359b;
}

.typeB .visual {
	margin-top: 10px;
}

.typeB p.lead {
	margin: 10px 0 0 0;
}

.typeB ul.relatedLink,
.typeB ul.relatedLink02 {
	width: 100%;
	display: table;
	margin-top: 10px;
}

.typeB ul.relatedLink li {
	display: table-cell;
	vertical-align: middle;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 15px;
	background: url(../../../shared/img_v2/ico_arrow_g_r.png) no-repeat 100% 0;
	margin-top: 10px;
}

.typeB ul.relatedLink02 li {
	display: table-cell;
	vertical-align: middle;
	border-bottom: solid 1px #e0e0e0;
	padding-bottom: 18px;
	background: url(../../../shared/img_v2/ico_arrow_g_r.png) no-repeat 100% 0;
	padding-top: 16px;
}

.typeB ul.relatedLink li a ,
.typeB ul.relatedLink02 li a{
	display: block;
}

.allList {
	background-color: #473937;
	padding: 15px 20px;
	color: #fff !important;
	font-weight: bold;
	margin: 40px auto;
	display: block;
	text-align: center;
	width: 35%;
}

.allList a {
	display: block;
	color: #fff !important;
	text-decoration: none;
}

/* brandlogo */
.sg_brandlogoBorder{
	max-width: 150px;
}
.sg_brandlogoBorder img{
	outline: 1px solid #c0c0c0;
	outline-offset: -1px;
}