@charset "shift_jis";

/*　優遇項目-ご留意事項table　パンフレットカラー合わせ用　*/
.tblMod02.tblYugu {
	border-top: 1px solid #c5c5c5;
}

.tblMod02.tblYugu th {
	background: #FFF3C2;
}

.tblMod02.tblYugu thead th {
	color: #FFF;
	background: #D80D18;
}

.tblMod02.tblYugu .bgcolor01 {
	background-color: #fce5e2;
}

/* borderBox01 */
.boderBox01 {
	padding: 10px;
	border: 1px solid #E60000;
}

/* borderBox02 */
.boderBox02 {
	border: 1px solid #ccc;
}

.boderBox02 .inner {
	padding: 14px;
}

/* stage */
.platinumStage h5 {
	padding: 8px 0;
	background-color: #c5b999;
	color: #fff;
	line-height: 1;
}

.silverStage h5 {
	padding: 8px 0;
	background-color: #c8c9ca;
	color: #fff;
	line-height: 1;
}

/* accordion */
dl.accordion {
	border: #ccc 1px solid;
}

dl.accordion dt {
	display: block;
	padding: 8px 14px;
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
	background: #fff url(../imgs/icon_acco_open.gif) no-repeat 570px center;
	border: none;
}

dl.accordion dt.active {
	background: #fff url(../imgs/icon_acco_close.gif) no-repeat 570px center;
}

dl.accordion dd {
	border-top: #ccc 1px solid;
	border-bottom: none;
	position: relative;
	padding: 14px;
	display: none;
}

dl.accordion dd p {
	line-height: 1.5em;
	padding-right: 0;
}

dl.accordion dd table {
	margin: 0 auto;
}

dl.accordion dd table td {
	border: none;
	font-size: 100%;
	padding: 0;
}

/* tblCardList */
.tblCardList {
	width: 100%;
}

.tblCardList th {
	padding-bottom: 3px;
}

.tblCardList td.top {
	height: 10px;
	border-top: 1px solid #ccc;
	overflow: hidden;
}

.tblCardList td.bottom {
	height: 10px;
	border-bottom: 1px solid #ccc;
	overflow: hidden;
}

.tblCardList td.centerLine {
	width: 1px;
	background-color: #ccc;
	overflow: hidden;
}

.tblCardList td span {
	display: inline-block;
}

/* anchorLinks */
.anchorLinks {
	margin-bottom: -10px;
}

.anchorLinks li {
	width: 195px;
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.anchorLinks li:nth-child(3n) {
	margin-right: 0;
}

.anchorLinks li a {
	display: block;
	padding: 1px 1px 10px;
	background-color: #e60000;
	text-decoration: none;
	text-align: center;
}

.anchorLinks li a::after {
	position: relative;
	content: "";
	display: inline-block;
	top: 4px;
	width: 0;
	height: 0;
	border-left: 5px solid transparent;
	border-right: 5px solid transparent;
	border-top: 5px solid #fff;
}

.anchorLinks li a span {
	display: table-cell;
	width: 193px;
	height: 50px;
	padding-top: 2px;
	background-color: #fff;
	color: #333;
	font-weight: bold;
	line-height: 1.4;
	vertical-align: middle;
}

.anchorLinks li a:hover {
}

.anchorLinks li a:hover span {
	color: #e60000;
	background-color: #fee;
}

/* fresh */
.fresh {
	padding: 30px;
	border: 1px solid #c9c9c9;
	border-radius: 10px;
}

.fresh_box {
	display: table-cell;
	width: 40%;
}

.fresh_box .image {
	display: table-cell;
	width: 240px;
	height: 140px;
}

.fresh_icon {
	display: inline-block;
	padding: 0.3em 0.8em;
	background-color: #e60000;
	color: #fff;
}

.fresh_icon_plus {
	display: table-cell;
	width: 20%;
}


