@charset "UTF-8";

#contentsBox .mainCtsBox {
	overflow: hidden;
}
#contentsBox .ctsBox {
	overflow: hidden;
	margin-bottom: 40px;
}
.topBox #mainBox {
	float: left;
	width: 620px;
	margin: 0 0 0 320px;
}
.topBox .side {
	width: 300px;
}
.topBox .left {
	float: left;
	margin: 0 0 0 -940px
}
.topBox .right {
	float: right;
}
@media(max-width: 767px){
	#contentsBox .ctsBox {
		margin-bottom: 10px;
	}
	.topBox #mainBox {
		margin: 0;
	}
	.topBox .side {
		width: 100%;
	}
	.topBox .left {
		margin: 0;
	}
}
#contentsBox .ctsBox section.list-hgt article a,
#contentsBox .ctsBox section.list-wid article a {
	display: block;
	width: 100%;
	height: 100%;
}
#contentsBox .ctsBox section.list-hgt article a:hover,
#contentsBox .ctsBox section.list-wid article a:hover .imgBox {
	opacity: .7;
}
#contentsBox .ctsBox section.list-hgt article a:hover h3,
#contentsBox .ctsBox section.list-wid article a:hover h3 {
	text-decoration: underline;
}
#contentsBox .ctsBox section.list-hgt article.txtOn a:hover h3 {
	text-decoration: none;
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.list-hgt article a:hover,
	#contentsBox .ctsBox section.list-wid article a:hover .imgBox {
		opacity: 1 !important;
	}
	#contentsBox .ctsBox section.list-wid article a:hover h3 {
		text-decoration: none;
	}
}

/*---------------------------------------------------------------------------------------------
  PC下層ページタイトルフォント大きい場合
---------------------------------------------------------------------------------------------*/
.ctsBox section.fontL h3 {
	font-size: 15px !important;
}
@media(max-width: 767px){
	.ctsBox section.fontL h3 {
		font-size: 15px !important;
	}
}

/*---------------------------------------------------------------------------------------------
  タブコンテンツ
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox .tab ul {
	overflow: hidden;
	margin-bottom: 10px;
	border-bottom: #999 2px solid;
}
#contentsBox .ctsBox .tab ul li {
	float: left;
	width: 140px;
	line-height:35px;
	margin-right: 5px;
	text-align: center;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	cursor: pointer;
	border: #CCC 1px solid;
	border-bottom: none;
}
#contentsBox .ctsBox .tab ul li.active,
#contentsBox .ctsBox .tab ul li:hover {
	color: #FFF;
	border-bottom: none;
}
@media(max-width: 767px){
	#contentsBox .ctsBox .tab ul {
		padding: 0 10px;
		text-align: center;
	}
	#contentsBox .ctsBox .tab ul li {
		width: 31%;
	}
	#contentsBox .ctsBox .tab ul li a {
		width: 100%;
		line-height:35px;
	}
}
/*---------------------------------------------------------------------------------------------
  画像縦並び
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.list-hgt {
	overflow: hidden;
}
#contentsBox .ctsBox section.list-hgt article {
	float: left;
	width: 300px;
	margin: 0 0 20px 0;
	border: #CCC 1px solid;
}
#contentsBox #mainBox .ctsBox section.list-hgt article.line2:nth-child(2n),
#contentsBox #mainBox .ctsBox section.list-hgt article.line3:nth-child(3n),
#contentsBox .ctsBox section.list-hgt article.line4:last-child,
#contentsBox .ctsBox section.list-hgt article.line5:last-child,
#contentsBox .ctsBox section.list-hgt article.line6:last-child {
	margin-right: 0;
}
#contentsBox .ctsBox section.list-hgt article:last-child,
#contentsBox #mainBox .ctsBox section.list-hgt article.line2:nth-last-child(-n+2),
#contentsBox .ctsBox section.list-hgt article.line4:nth-last-child(-n+4),
#contentsBox .ctsBox section.list-hgt article.line5:nth-last-child(-n+5),
#contentsBox .ctsBox section.list-hgt article.line6:nth-last-child(-n+6) {
	margin-bottom: 0;
}

#contentsBox #mainBox .ctsBox section.list-hgt article.line2 {
	width: 330px;
	margin: 0 10px 10px 0;
}
#contentsBox #mainBox .ctsBox section.list-hgt article.line3 {
	width: 216px;
	margin: 0 11px 11px 0;
}
#contentsBox .ctsBox section.list-hgt article.line4 {
	width: 300px;
	margin-right: 20px;
}
#contentsBox .ctsBox section.list-hgt article.line5 {
	width: 236px;
	margin-right: 20px;
}
#contentsBox .ctsBox section.list-hgt article.line6 {
	width: 195px;
	margin-right: 18px;
}
#contentsBox .ctsBox section.list-hgt article .imgBox img {
	width: 100%;
}
#contentsBox .ctsBox section.list-hgt article .FriendImgBox {
	text-align: center;
	background-color: #EEE;
}
#contentsBox .ctsBox section.list-hgt article .FriendImgBox img {
	width: auto;
	height: 110px;
}
#contentsBox .ctsBox section.list-hgt article .txtBox {
	padding: 5px;
}
#contentsBox .ctsBox section.list-hgt article .txtBox .ellipsis {
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
#contentsBox .ctsBox section.list-hgt article .txtBox h3 {
	font-size: 108%;
	height: 19px;
	font-weight:normal;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
#contentsBox .ctsBox section.list-hgt article .txtBox h3.ellipsis {
	font-weight: bold;
}
/*** TOP用 ***/
.topBox #mainBox .ctsBox section.list-hgt article.line2 {
	width: 305px !important;
}
.topBox #mainBox .ctsBox section.list-hgt article.line3 {
	width: 200px !important;
	margin: 0 10px 10px 0 !important;
}
.topBox #mainBox .ctsBox section.list-hgt article.line4 {
	width: 146px !important;
	margin: 0 12px 10px 0 !important;
}
.topBox #mainBox .ctsBox section.list-hgt article.line2:nth-child(2n),
.topBox #mainBox .ctsBox section.list-hgt article.line3:nth-child(3n),
.topBox #mainBox .ctsBox section.list-hgt article.line4:nth-child(4n) {
	margin-right: 0 !important;
}
.topBox #mainBox .ctsBox section.list-hgt article.line2:nth-last-child(-n+2),
.topBox #mainBox .ctsBox section.list-hgt article.line3:nth-last-child(-n+3) {
	margin-bottom: 0 !important;
}
/*** 下層サイド用 ***/
#contentsBox .ctsBox section.list-hgt article.sideLine1 {
	width: 100%;
	margin-bottom: 10px;
}
#contentsBox .ctsBox section.list-hgt article.sideLine1:last-child {
	margin-bottom: 0;
}
/*** テキスト画像上 ***/
#contentsBox .ctsBox section.list-hgt article.txtOn {
	position: relative;
	border: none;
}
#contentsBox .ctsBox section.list-hgt article.txtOn .txtBox {
	position: absolute;
	width: 100%;
	bottom: 0;
	background-color: #000;
	opacity: .7;
	color: #FFF;
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.list-hgt {
		margin: 0 0 10px;
		text-align: center;
	}
	.topBox #mainBox .ctsBox section.list-hgt article.line2,
	.topBox #mainBox .ctsBox section.list-hgt article.line3,
	.topBox #mainBox .ctsBox section.list-hgt article.line4,
	#contentsBox .ctsBox section.list-hgt article {
		float: none;
		display: inline-block;
		/display: inline;
		/zoom: 1;
		width: 45% !important;
		height: auto !important;
		margin: 0 5px 10px !important;
	}
	.topBox #mainBox .ctsBox section.list-hgt article.line2:nth-child(2n),
	.topBox #mainBox .ctsBox section.list-hgt article.line3:nth-child(3n),
	.topBox #mainBox .ctsBox section.list-hgt article.line4:nth-child(4n) {
		margin-right: 5px !important;
	}
	.topBox #mainBox .ctsBox section.list-hgt article.line3:last-child,
	.topBox #mainBox .ctsBox section.list-hgt article.line4:last-child,
	#contentsBox .ctsBox section.list-hgt article:last-child {
		margin-bottom: 0 !important;
	}
	.topBox #mainBox .ctsBox section.list-hgt article.line3,
	.topBox #mainBox .ctsBox section.list-hgt article.line4,
	#contentsBox .ctsBox section.list-hgt article:nth-child(n) {
		float: left;
		display: block;
		margin-left: 10px !important;
	}
	#contentsBox .ctsBox section.list-hgt article .imgBox img {
		width: 100%;
		height:auto;
	}
	#contentsBox .ctsBox section.list-hgt article .txtBox {
		text-align: left;
	}
	#contentsBox .ctsBox section.list-hgt article .txtBox h3 {
		display: block;
		overflow: hidden;
	}
	.topBox #mainBox .ctsBox section.list-hgt article.line2:nth-last-child(-n+2),
	.topBox #mainBox .ctsBox section.list-hgt article.line3:nth-last-child(-n+3),
	.topBox #mainBox .ctsBox section.list-hgt article.line4:nth-last-child(-n+4) {
		margin-bottom: 10px !important;
	}
}
/*-----------------------
  イベント
-----------------------*/
#contentsBox .ctsBox section.ctsEvent article .eventDay {
	margin: 0;
	padding: 5px 0 5px 10px;
	color: #FFF;
	font-weight: bold;
}
#contentsBox .ctsBox section.ctsEvent article .eventDay i {
	margin-right: 5px;
}
#contentsBox .ctsBox section.ctsEvent article .imgBox {
	display: table;
	width: 100%;
	height: 200px;
	background-color: #EEE;
}
#contentsBox .ctsBox section.ctsEvent article .imgBox p {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
}
#contentsBox .ctsBox section.ctsEvent article .imgBox img {
	width: auto;
	height: 200px;
	max-height: 200px;
	margin: 0 auto;
}
#contentsBox .ctsBox section.ctsEvent article h3 {
	margin: 3px 0;
	font-size: 116% !important;
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.ctsEvent {
		margin: 0 10px 10px !important;
	}
	#contentsBox .ctsBox section.ctsEvent article {
		float: none !important;
		width: 100% !important;
		margin: 0 0 10px !important;
		text-align: left;
	}
	#contentsBox .ctsBox section.ctsEvent article:nth-child(n) {
		margin-left: 0 !important;
	}
	#contentsBox .ctsBox section.list-hgt article .eventDay {
		padding: 5px 4px 5px;
		text-align: left;
	}
	#contentsBox .ctsBox section.list-hgt article .eventDay i {
		display: none;
	}
	#contentsBox .ctsBox section.ctsEvent article .imgBox img {
		max-width: 100%;
	}
	#contentsBox .ctsBox section.ctsEvent article h3 {
		font-size: 108% !important;
	}
}
/*-----------------------
  ショップニュース
-----------------------*/
#contentsBox .ctsBox section.ctsPickup article .txtBox h3 {
	height: 45px;
	margin-bottom: 5px;
	font-weight: bold;
	white-space: normal;
	font-size: 108%;
}
@media(max-width: 767px){
	#contentsBox #mainBox .ctsBox section.ctsPickup article.line3:nth-child(3n) {
		margin: 0 5px 10px 10px!important;
	}
	#contentsBox .ctsBox section.ctsPickup article .txtBox h3 {
		height: 40px;
	}
}
/*-----------------------
  周辺情報
-----------------------*/
#contentsBox .peripheralInfo section.list-hgt article.line4 {
	width: 226px;
	margin: 0 12px 12px 0;
}
#contentsBox .peripheralInfo section.list-hgt article.line4:nth-child(4n) {
	margin-right: 0;
}
#contentsBox .peripheralInfo section.list-hgt article.line4:nth-last-child(-n+4) {
	margin-bottom: 12px;
}
#contentsBox .peripheralInfo section.list-hgt article.line4 .txtBox h3 {
	overflow: hidden;
}
@media(max-width: 767px){
	#contentsBox #mainBox .peripheralInfo section.list-hgt article.line3:nth-child(3n) {
		margin: 0 5px 10px 10px !important;
	}
}
/*---------------------------------------------------------------------------------------------
  画像横並び
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.list-wid {}
#contentsBox .ctsBox section.list-wid article {
	overflow: hidden;
	padding: 15px 0;
	border-top: #CCC 1px solid;
}
#contentsBox .ctsBox section.list-wid article:last-child {
	border-bottom: #CCC 1px solid;
}
#contentsBox .ctsBox section.list-wid article .imgBox {
	float: left;
	width: 180px;
	margin-right: 20px;
}
#contentsBox .ctsBox section.list-wid article .imgBox img {
	width: 100%;
}
#contentsBox .ctsBox section.list-wid article .txtBox {
	overflow: hidden;
}
#contentsBox .ctsBox section.tabcontent  article .txtBox h3 {
	color: #1772B8;
	font-weight: normal;
	font-size: 116% !important;
}
#contentsBox .ctsBox section.list-wid article .txtBox .ellipsis {
	height: auto;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
#contentsBox .ctsBox section.list-wid article .txtBox .f-s {
	font-size: 93%;
}
#contentsBox .ctsBox section.list-wid article .txtBox .new {
	display: inline-block;
	margin: 0 0 0 7px;
	color: #FF0000;
	font-size: 10px;
}
#contentsBox .ctsBox section.list-wid article .txtBox ul.type {
	overflow: hidden;
	margin-bottom: 3px;
}
#contentsBox .ctsBox section.list-wid article .txtBox ul.type li {
	float: left;
	margin: 0 5px 5px 0;
	padding: 2px 5px 0;
	line-height: 18px;
	border: #CCC 1px solid;
	background-color: #EEE;
}
#contentsBox .ctsBox section.list-wid article .txtBox ul.type li.type1 {
	background-color: #3C8D3E;
	border: #3C8D3E 1px solid;
	color: #FFF;
}
#contentsBox .ctsBox section.list-wid article .txtBox h3 {
	font-size: 108%;
}
#contentsBox .ctsBox section.list-wid article .txtBox h3 .new {
	font-weight: normal;
}
#contentsBox .ctsBox section.list-wid article a:hover .txtBox h3 span.new {
	text-decoration: none !important;
}
#contentsBox .ctsBox section.list-wid article .txtBox h3.topNews {
	font-weight: normal;
}
/*** 余白無し ***/
#contentsBox .ctsBox section.list-wid article.type2 {
	padding: 1px 0;
}
#contentsBox .ctsBox section.list-wid article.type2 .imgBox {
	width: 100px;
	margin-right: 10px;
}
#contentsBox .ctsBox section.list-wid article.type2 .txtBox {
	padding-top: 9px;
}
#contentsBox .ctsBox section.list-wid article.type2 .freeCms {
	display: table-cell;
	height: 100px;
	padding: 0;
	vertical-align: middle;
}
#contentsBox .ctsBox section.list-wid article.type2 .txtBox h3 {
	font-size: 108%;
}
#contentsBox .ctsBox section.list-wid article.type3 {
	padding: 1px 0;
}
#contentsBox .ctsBox section.list-wid article.type3 .imgBox {
	width: 120px;
	margin-right: 15px;
}
#contentsBox .ctsBox section.list-wid article.type3 .txtBox {
	padding-top: 13px;
}
#contentsBox .ctsBox section.list-wid article.type3 .txtBox h3 {
	margin-bottom: 5px;
	font-size: 108%;
}
#contentsBox .ctsBox section.list-wid article.line2 {
	float: left;
	width: 300px;
	margin: 0 20px 0 0;
}
#contentsBox .ctsBox section.list-wid article.line2:nth-child(2n) {
	margin-right: 0;
}
#contentsBox .ctsBox section.list-wid article.line2:nth-last-child(-n+2) {
	border-bottom: #CCC 1px solid;
}
/*** テキストベース ***/
#contentsBox .ctsBox section.list-wid article.txtBace h3 {
	margin: 0;
	font-size: 108%;
}
#contentsBox .ctsBox section.list-wid article.txtBace .imgBox {
	float: right;
	width: 60px;
	height: 60px;
	margin: 0px 0 0 15px;
}

@media(max-width: 767px){
	#contentsBox .ctsBox section.list-wid {
		margin-bottom: 10px;
	}
	#contentsBox .ctsBox section.list-wid article {
		padding: 10px 5px;
	}
	#contentsBox .ctsBox section.list-wid article.type3 .imgBox,
	#contentsBox .ctsBox section.list-wid article .imgBox {
		width: 100px;
		margin-right: 10px;
	}
	#contentsBox .ctsBox section.list-wid article.type2 {
		margin-top: 0;
	}
	#contentsBox .ctsBox section.list-wid article.line2 {
		float: none;
		width: 100%;
		margin: 0;
	}
	#contentsBox .ctsBox section.list-wid article .txtBox {
		padding-right: 10px;
	}
	#contentsBox .ctsBox section.list-wid article.type3 .txtBox h3 {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
	}
	#contentsBox .ctsBox section.list-wid article.line2:nth-last-child(-n+2) {
		border-bottom: none;
	}
	#contentsBox .ctsBox section.list-wid article.line2:last-child {
		border-bottom: #CCC 1px solid;
	}
	
	#contentsBox .ctsBox section.tabcontent  article .txtBox h3 {
		color: #333;
		font-weight: bold;
		font-size: 108% !important;
	}
	
	/*** オリジナルテンプレート画像用 ***/
	#contentsBox .ctsBox section.list-wid article .txtBox img {
		max-width: 100%;
		height: auto !important;
	}
}

/*---------------------------------------------------------------------------------------------
  ランキング
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.list-wid article .imgBox .rank,
#contentsBox .ctsBox section.list-wid article .txtBox .rank {
	text-align: center;
	background-color: #C0C0C0;
	font-weight: bold;
}
#contentsBox .ctsBox section.list-wid article .imgBox .rank {
	width: 35px;
	height: 35px;
	line-height: 35px;
	font-size: 139%;
	position: absolute;
}
#contentsBox .ctsBox section.list-wid article.type2 .imgBox .rank {
	width: 25px;
	height: 25px;
	line-height: 25px;
	font-size: 100%;
}
#contentsBox .ctsBox section.list-wid article .imgBox .rank1,
#contentsBox .ctsBox section.list-wid article .imgBox .rank2,
#contentsBox .ctsBox section.list-wid article .imgBox .rank3,
#contentsBox .ctsBox section.list-wid article .txtBox .rank1,
#contentsBox .ctsBox section.list-wid article .txtBox .rank2,
#contentsBox .ctsBox section.list-wid article .txtBox .rank3{
	color: #FFF;
}
#contentsBox .ctsBox section.list-wid article .imgBox .rank1,
#contentsBox .ctsBox section.list-wid article .txtBox .rank1 {
	background-color: #AB9D61;
}
#contentsBox .ctsBox section.list-wid article .imgBox .rank2,
#contentsBox .ctsBox section.list-wid article .txtBox .rank2 {
	background-color: #666;
}
#contentsBox .ctsBox section.list-wid article .imgBox .rank3,
#contentsBox .ctsBox section.list-wid article .txtBox .rank3 {
	background-color: #D2771C;
}
#contentsBox .ctsBox section.list-wid article .txtBox .rank {
	width: 40px;
	height: 22px;
	margin: -3px 0 3px;
	padding-top: 1px;
	line-height: 22px;
	font-size: 100%;
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.list-wid article .imgBox .rank {
		width: 25px;
		height: 25px;
		padding-top: 2px;
		line-height: 25px;
		font-size: 100%;
	}
}
/*---------------------------------------------------------------------------------------------
  ショッピング
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.ctsShopping {
	position: relative;
}
#contentsBox .ctsBox section.ctsShopping p.colRed {
	font-size: 108%;
}
#contentsBox .ctsBox section.ctsShopping article .txtBox p.sellOut {
	display: inline-block;
	padding: 2px 10px;
	margin-bottom: 8px;
	background-color: #EEE;
}
#contentsBox .ctsBox .shoppingCate ul li {
	border-bottom: #CCC 1px dotted;
}
#contentsBox .ctsBox .shoppingCate ul li a {
	display: block;
	padding: 9px 10px 7px;
}
#contentsBox .ctsBox .shoppingCate ul li a:hover {
	text-decoration: underline;
}
/*** TOP用カテゴリ ***/
#contentsBox .ctsBox ul.ecItemList li {
	border-bottom: #CCC 1px dotted;
}
#contentsBox .ctsBox ul.ecItemList li a {
	display: block;
	padding: 8px 20px 8px 0;
	word-wrap: break-word;
	color: #1772B8;
	background: url(/img/common/ico1.png) no-repeat right center;
}
#contentsBox .ctsBox ul.ecItemList li a:hover {
	text-decoration: underline;
}

@media(max-width: 767px){
	#contentsBox .ctsBox section.ctsShopping p.colRed {
		font-size: 100%;
	}
	#contentsBox .ctsBox section.ctsShopping article .txtBox p {
		overflow: hidden;
		text-overflow: ellipsis;
		white-space: nowrap;
		-o-text-overflow: ellipsis;
	}
	#contentsBox .ctsBox section.ctsShopping article .txtBox p.copy {
		display: none;
	}
	#contentsBox .ctsBox section.ctsShopping article .txtBox p.sellOut {
		margin-bottom: 3px;
	}
	#contentsBox .ctsBox section.ctsShopping article .txtBox h3 {
		line-height: 1.3;
	}
	#contentsBox .ctsBox ul.ecItemList li a {
		padding: 8px 20px 8px 10px;
		background: url(/img/common/ico1.png) no-repeat 98% center;
	}
}
/*---------------------------------------------------------------------------------------------
  クーポン
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.ctsCoupon article {
	width: 100%;
	margin: 0 10px 10px 0 !important;
	padding: 8px;
	border: none;
}
.topBox .ctsBox section.ctsCoupon article.line2 {
	width: 305px;
	margin: 0 10px 10px 0 !important;
}
#contentsBox .ctsBox section.ctsCoupon article.line2 {
	width: 330px;
	margin-right: 10px;
}
#contentsBox .ctsBox section.ctsCoupon article.line2:nth-child(2n) {
	margin-right: 0 !important;
}
#contentsBox .ctsBox section.ctsCoupon article:last-child {
	margin-bottom: 0 !important;
}
/*** クーポン内容 ***/
#contentsBox .ctsBox section.ctsCoupon article .couponHeader {
	position: relative;
	display: table;
	width: 100%;
	height: 60px;
	margin-bottom: 13px;
	background-color: #FFF;
	font-size: 108%;
}
#contentsBox .ctsBox section.ctsCoupon article .couponHeader:before {
	position: absolute;
	content: "";
	display: block;
	width: 0;
	height: 0;
	top: 0;
	right: 0;
	border-left: 20px solid transparent;
}
#contentsBox .ctsBox section.ctsCoupon article .couponHeader .service {
	display: table-cell;
	vertical-align: middle;
	padding: 0 10px;
	font-weight: bold;
	line-height: 1.4;
	color: #333;
}
/*** 注意事項 ***/
#contentsBox .ctsBox section.ctsCoupon article .note {
	padding-bottom: 8px;
	font-size: 93%;
	color: #FFF;
}
#contentsBox .ctsBox section.ctsCoupon article .note .time {
	font-weight: bold;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
/*** 店舗名 ***/
#contentsBox .ctsBox section.ctsCoupon article .couponFooter {
	display: table;
	width: 100%;
	height: 55px;
	padding-top: 5px;
	color: #FFF;
}
#contentsBox .ctsBox section.ctsCoupon article .couponFooter .imgBox {
	display: table-cell;
	width: 80px;
	height: 45px;
	vertical-align: middle;
	padding-right: 10px;
}
#contentsBox .ctsBox section.ctsCoupon article .couponFooter .imgBox img {
	width: 100%;
	max-height: 45px
}
#contentsBox .ctsBox section.ctsCoupon article .couponFooter .name {
	display: table-cell;
	vertical-align: middle;
	overflow: hidden;
	text-align: left;
}
#contentsBox .ctsBox section.ctsCoupon article .couponFooter .name h3 a {
	text-decoration: underline;
	color: #FFF;
	font-weight: normal;
}
/*** 詳細（全文表示） ***/
#contentsBox .ctsBox section.ctsCoupon article.all .couponHeader .service p {
	font-weight: normal;
}
#contentsBox .ctsBox section.ctsCoupon article.all .note {
	font-size: 100%;
}
#contentsBox .ctsBox section.ctsCoupon article.all .note .memo {
	margin-top: 7px;
	padding-top: 3px;
	border-top: #68983D 1px dotted;
}
#contentsBox .ctsBox section.ctsCoupon article.all .note .memo p {
	margin-top: 4px;
}
#contentsBox .ctsBox section.ctsCoupon article.all .note span {
	color: #FF0000;
	font-size: 14px;
}
#contentsBox .ctsBox section.ctsCoupon article.all .couponHeader {
	height: auto;
}
#contentsBox .ctsBox section.ctsCoupon article.all .couponHeader .service {
	padding: 10px;
	font-size: 129%;
}
#contentsBox .ctsBox section.ctsCoupon article.all .couponHeader .service p {
	margin-top: 5px;
	font-size: 14px;
}
#contentsBox .ctsBox section.ctsCoupon article.all .couponFooter {
	height: auto;
}
#contentsBox .ctsBox section.ctsCoupon article.all .couponFooter p {
	display: table-cell;
	vertical-align: middle;
	line-height: 1.3;
}
#contentsBox .ctsBox section.ctsCoupon article.all .couponFooter .logo {
	float: right;
	margin-left: 10px;
}
#contentsBox .ctsBox section.ctsCoupon article.all .couponFooter .logo img {
	height: 30px;
}
/*** お気に入りクーポン一覧 ***/
#contentsBox .ctsBox section.ctsCoupon .favoriteCoupon  {
	float: left;
	width: 306px;
	margin: 0 11px 40px 0;
}
#contentsBox .ctsBox section.ctsCoupon .favoriteCoupon:nth-child(3n) {
	margin-right: 0 !important;
}
#contentsBox .ctsBox section.ctsCoupon .favoriteCoupon article.line3 {
	width: 306px;
}
#contentsBox .ctsBox section.ctsCoupon .favoriteCoupon .btnBox {
	text-align: center;
}
#contentsBox .ctsBox section.ctsCoupon .favoriteCoupon a.used {
	display: inline-block;
	width: 210px;
	font-size: 100%;
	line-height: 40px !important;
}
#contentsBox .ctsBox section.ctsCoupon .favoriteCoupon a.used i {
	margin-right: 10px;
	line-height: 40px !important;
	font-size: 124%;
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.ctsCoupon {
		margin: 0 10px 10px !important;
	}
	#contentsBox .ctsBox section.ctsCoupon article,
	.topBox #mainBox .ctsBox section.ctsCoupon article.line2,
	#contentsBox .ctsBox section.ctsCoupon article.line2 {
		float: none !important;
		width: 100% !important;
		text-align: left;
		margin: 0 0 10px !important;
	}
	#contentsBox .ctsBox section.ctsCoupon article:nth-child(n) {
		margin-left: 0 !important;
	}
	#contentsBox .ctsBox section.ctsCoupon .favoriteCoupon  {
		width: 100% !important;
		margin: 0 0 20px !important;
	}
	#contentsBox #mainBox .ctsBox section.ctsCoupon article.line2:last-child {
		margin-bottom: 0 !important;
	}
	#contentsBox .ctsBox section.ctsCoupon article.all .note .memo p {
		line-height: 1.4;
	}
	#contentsBox .ctsBox section.ctsCoupon article.all .couponFooter p {
		display: block;
		margin-bottom: 10px;
	}
	#contentsBox .ctsBox section.ctsCoupon article.all .couponFooter .logo {
		float: none;
		text-align: center;
	}
}
/*---------------------------------------------------------------------------------------------
  クチコミ
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.ctsReview article {
	width: 100%;
	margin: 0 0 10px;
	padding: 10px;
	background-color: #F3F3F3;
	border: none;
}
#contentsBox .ctsBox section.ctsReview article:last-child {
	margin-bottom: 0;
}
#contentsBox .ctsBox section.ctsReview article.line2 {
	width: 305px;
	margin-right: 10px;
}
#contentsBox .ctsBox section.ctsReview article .shopName {
	padding-bottom: 5px;
	margin-bottom: 8px;
	border-bottom: #CCC 1px dotted;
}
#contentsBox .ctsBox section.ctsReview article .shopName a {
	color: #1772B8;
}
#contentsBox .ctsBox section.ctsReview article .shopName a:hover {
	text-decoration: underline;
}
#contentsBox .ctsBox section.ctsReview article .reviewHeader .evaluation {
	float: right;
	color: #CCC;
	font-size: 139%;
	line-height: 20px;
	letter-spacing: -0.1em;
}
#contentsBox .ctsBox section.ctsReview article .reviewHeader .evaluation span {
	color: #FFCC00;
}
#contentsBox .ctsBox section.ctsReview article .reviewHeader .day {
	float: left;
}
#contentsBox  .ctsBox section.ctsReview article .reviewHeader .evaluation2 {
	clear: both;
	padding-top: 4px;
}
#contentsBox  .ctsBox section.ctsReview article.line2 .reviewHeader .evaluation2 {
	height: 20px;
}
#contentsBox .ctsBox section.ctsReview article .shopName p a,
#contentsBox .ctsBox section.ctsReview article .reviewHeader .evaluation2,
#contentsBox .ctsBox section.ctsReview article .commentBody,
#contentsBox .ctsBox section.ctsReview article h3,
#contentsBox .ctsBox section.ctsReview article .reviewFooter p {
	width: 100%;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
}
#contentsBox .ctsBox section.ctsReview article .reviewFooter p {
	text-align: right;
	margin-top: 5px;
}

#contentsBox .ctsBox section.ctsReview article h3 {
	padding: 4px 0 3px;
	/*text-decoration: underline;*/
	font-size: 108%;
}
#contentsBox .ctsBox section.ctsReview article h3 {
	padding: 4px 0 3px;
	font-size: 108%;
}

/*** 全文表示 ***/
#contentsBox .ctsBox section.ctsReview article.all .reviewHeader .evaluation2,
#contentsBox .ctsBox section.ctsReview article.all .commentBody,
#contentsBox .ctsBox section.ctsReview article.all h3,
#contentsBox .ctsBox section.ctsReview article.all .reviewFooter p {
	white-space: normal;
}
/*** 返信 ***/
#contentsBox .ctsBox section.ctsReview article .resBox {
	clear: both;
	display: inline-block;
	width: 100%;
	margin: 10px 0 2px;
	padding: 10px;
	border: #CCC 1px solid;
	background-color: #FFF;
}
#contentsBox .ctsBox section.ctsReview article .resBox h3 {
	color: #D24A4A;
	font-size: 108%;
}
/*** 店舗ページTOP イラスト ***/
#contentsBox .ctsBox section.ctsReview article.shopTop .leftBox {
	float: left;
	width: 90px;
	margin-right: 10px;
}
#contentsBox .ctsBox section.ctsReview article.shopTop .rightBox {
	overflow: hidden;
}

@media(max-width: 767px){
	#contentsBox .ctsBox section.ctsReview {
		margin: 0 10px 10px !important;
	}
	.topBox #mainBox .ctsBox section.ctsReview article.line2,
	#contentsBox .ctsBox section.ctsReview article {
		float: none !important;
		width: 100% !important;
		margin: 0 0 10px !important;
		padding: 10px !important;
		text-align: left;
	}
	#contentsBox  .ctsBox section.ctsReview article.line2 .reviewHeader .evaluation2 {
		height: auto;
	}
	#contentsBox .ctsBox section.ctsReview article:nth-child(n) {
		margin-left: 0 !important;
	}
	#contentsBox .ctsBox section.ctsReview article.shopTop .leftBox,
	#contentsBox .ctsBox section.ctsReview article.shopTop .leftBox img {
		width: 60px;
	}
}
/*---------------------------------------------------------------------------------------------
  リンク集
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.ctsLinks {
	border-top: #CCC 1px dotted;
}
#contentsBox .ctsBox section.ctsLinks article ul li {
	padding: 10px 0;
	border-bottom: #CCC 1px dotted;
	background-color: #FFF;
}
#contentsBox .ctsBox section.ctsLinks article ul li a {
	display: block;
	padding: 0 10px;
	color: #1772B8;
	font-weight: bold;
}
#contentsBox .ctsBox section.ctsLinks article ul li a:hover {
	text-decoration: underline;
}
#contentsBox .ctsBox section.ctsLinks article ul li:nth-child(odd) {background-color: #F3F3F3;}

#contentsBox .ctsBox section.ctsLinks article.fontL {
	font-size: 108%;
}

@media(max-width: 767px){
	#contentsBox .ctsBox section.ctsLinks {
		margin-bottom: 10px;
	}
}
/*---------------------------------------------------------------------------------------------
  BBS・お知らせ
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.txtBase article {
	padding: 12px 0;
}
#contentsBox .ctsBox section.txtBase article .txtBox {
	padding: 0;
}
#contentsBox .ctsBox section.txtBase article h3 {
	margin-top: 5px;
}
#contentsBox .ctsBox section.txtBase article h3 a {
	text-decoration: underline;
}
#contentsBox .ctsBox section.txtBase article a:hover {
	opacity: .7;
}
#contentsBox .ctsBox section.txtBase article h3 a:hover {
	text-decoration: none;
}
#contentsBox .ctsBox section.txtBase article a.img {
	float: right;
	width: 110px;
	margin-top: 4px;
	padding: 0 10px;
	line-height: 25px;
	border: #CCC 1px solid;
	border-radius: 5px;
	text-align: center;
}
#contentsBox .ctsBox section.txtBase article a.img i {
	margin-right: 5px;
}
#contentsBox .ctsBox section.txtBase article .imgNews {
	margin-top: 15px;
	text-align: center;
}
#contentsBox .ctsBox section.txtBase article .imgNews img {
	width: 100%;
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.txtBase article {
		padding: 12px 10px;
	}
	#contentsBox .ctsBox section.txtBase article a.img {
		float: none;
		margin: 6px auto 0;
	}
	#contentsBox .ctsBox section.txtBase article .txtBox {
		padding-right: 0;
	}
}
/*---------------------------------------------------------------------------------------------
  求人
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.ctsJob article {
	padding: 15px 0;
}
#contentsBox .ctsBox section.ctsJob article h4 {
	margin-bottom: 6px;
	font-weight: normal;
}
#contentsBox .ctsBox section.ctsJob article p {
	margin-top: 3px;
}
#contentsBox .ctsBox section.ctsJob article p.name {
	font-weight: bold;
	text-decoration: underline;
}
#contentsBox .ctsBox section.ctsJob article p.name i {
	margin-right: 5px;
	color: #999;
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.ctsJob article {
		padding: 15px 10px;
	}
	#contentsBox .ctsBox section.ctsJob article .txtBox {
		padding-right: 0;
	}
}
/*---------------------------------------------------------------------------------------------
  特集
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.ctsSpecial article {
	margin-bottom: 20px;
	padding-bottom: 10px;
	border-bottom: #CCC 1px solid;
}
#contentsBox .ctsBox section.ctsSpecial article:last-child {
	margin-bottom: 0;
}
#contentsBox .ctsBox section.ctsSpecial article a:hover {
	opacity: .7;
}
#contentsBox .ctsBox section.ctsSpecial article .imgBox {
	width: 100%;
	margin-bottom: 10px;
}
#contentsBox .ctsBox section.ctsSpecial article .imgBox img{
	width: 100%;
}
#contentsBox .ctsBox section.ctsSpecial article .txtBox h3 {
	font-size: 108%;
	font-weight: normal;
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.ctsSpecial article .txtBox {
		margin: 0 10px;
	}
}
/*---------------------------------------------------------------------------------------------
  メールマガジン
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.ctsMailMaga article {
	padding: 10px;
	border: #DFDFDF 2px solid;
	background-color: #F8F8F8;
}
#contentsBox .ctsBox section.ctsMailMaga article p {
	color: #D7337E;
	text-align: center;
	font-size: 108%;
	font-weight: bold;
}
#contentsBox .ctsBox section.ctsMailMaga article input[type=text] {
	width: 100%;
	margin: 5px 0;
}
#contentsBox .ctsBox section.ctsMailMaga article .radio {
	margin-right: 0;
}
#contentsBox .ctsBox section.ctsMailMaga article a.btn {
	width: 120px;
	margin: 10px auto 0;
	line-height: 35px;
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.ctsMailMaga article {
		margin: 0 10px;
	}
}
/*---------------------------------------------------------------------------------------------
  メニューカスタマイズ
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox article.ctsCustom {
	float: left;
	width: 100%;
	border: #CCC 1px solid;
}
@media(max-width: 767px){
	#contentsBox .ctsBox article.ctsCustom {
		float: none;
		width: 70%;
		margin: 15px auto 0;
	}
}
#contentsBox .ctsBox article.ctsCustom ul li {
	display: block;
	height: 45px;
	overflow: hidden;
	padding: 0 20px 0 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	line-height: 45px;
	border-bottom: #CCC 1px solid;
	background-color: #FFF;
	cursor: move;
}
#contentsBox .ctsBox article.ctsCustom ul li:last-child {
	border-bottom: none;
}
#contentsBox .ctsBox article.ctsCustom ul li:before {
	float: right;
	margin-right: -10px;
	font-family: FontAwesome;
	content: '\f0dc';
	color: #999;
	font-size: 131%;
}
/*-----------------------
  総合検索
-----------------------*/
#contentsBox .ctsBox section.sub article .txtBox h3.search {
	margin-bottom: 0;
}
#contentsBox .box620 section.sub article.line1 .txtBox h3.search,
#contentsBox .box940 section.sub article.line1 .txtBox h3.search {
}
#contentsBox .box620B section.sub article.line1 .txtBox h3.search,
#contentsBox .box940B section.sub article.line1 .txtBox h3.search {
}
#contentsBox .box940 section.sub article.line2 .txtBox h3.search {
}
#contentsBox .box940B section.sub article.line2 .txtBox h3.search {
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.sub article .txtBox h3.search {
	}
}

/*---------------------------------------------------------------------------------------------
  街パシャ
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.realtime {
	overflow: hidden;
	padding: 12px 10px;
	border: #DEDEDE 3px solid;
}
#contentsBox .ctsBox section.realtime a:hover {
	opacity: .8;
}
#contentsBox .ctsBox section.realtime p.day {
	margin-bottom: 5px;
	color: #5F8033;
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}
#contentsBox .ctsBox section.realtime .imgBox img {
	width: 100%;
	margin-bottom: 10px;
}
#contentsBox .ctsBox section.realtime h3 {
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	-o-text-overflow: ellipsis;
	font-size: 108%;
}
#contentsBox .ctsBox section.realtime a.digest {
	float: right;
	color: #F30C34;
	text-decoration: underline;
}
#contentsBox .ctsBox section.realtime a.digest:hover {
	text-decoration: none;
}
@media(max-width: 767px){
	#contentsBox .ctsBox section.realtime {
		margin: 0 10px;
	}
}



/*---------------------------------------------------------------------------------------------
  ダイジェスト（アーティスト表示）
---------------------------------------------------------------------------------------------*/
#contentsBox .ctsBox section.list-wid.artistBox {}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist {
	display: flex;
	display: -webkit-flex;
	flex-wrap: wrap;
	justify-content: flex-start;
    align-items: center;
    width: 100%;
}

#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a {
	position: relative;
	display: table-cell;
	width: 304px;
	height: 305px;
	vertical-align:middle;
	text-align: center;
}

#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li {
    width: calc(33.3% - 6px);
	height: 305px;
    margin: 0 8px 8px 0;
	background: #EEE;
	text-align: center;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li:nth-child(3n){
	margin: 0 0 8px 0;
}

#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li img {
    max-width: 100%;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName{
	position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    /* padding: 16px; */
    padding: 8px 16px;
    background: rgba(0,0,0,0.7);
    font-size: 123%;
    color: #FFF;
	text-align: left;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a{
    opacity:1.0;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName .artist-body{
    font-size: 12px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
#contentsBox .ctsBox section.list-wid.artistBox.eventBox ul.lineArtist li a div.artistName .artist-body{
    font-size: 100%;
}
#contentsBox .ctsBox section.list-wid.artistBox.eventBox ul.lineArtist li a div.artistName .hover-show{
    display:none;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName:hover .hover-hide,
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a img:hover + div.artistName .hover-hide{
    display:none;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName:hover .hover-show,
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a img:hover + div.artistName .hover-show{
    display:block;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName:hover .artist-body,
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a img:hover + div.artistName .artist-body{
    display:block;
    white-space: inherit;
    max-height: 88%;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName:hover .artist-head,
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a img:hover + div.artistName .artist-head{
    margin-bottom:10px;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a img:hover + div.artistName,
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName:hover{
    height: 100%;
    padding: 19px;
}
#contentsBox .ctsBox section.list-wid.artistBox.eventBox ul.lineArtist li a img:hover + div.artistName,
#contentsBox .ctsBox section.list-wid.artistBox.eventBox ul.lineArtist li a div.artistName:hover{
    /* height: auto; */
    /* padding: 8px 16px; */
}
#contentsBox .ctsBox section.list-wid.artistBox.eventBox ul.lineArtist li a:hover{
    opacity:0.7;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName p{
    line-height: 1.2;
    color: #FFF;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName p.date{
	margin-bottom: 5px;
    font-size: 92%;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName p.eventName{
	font-size: 108%;
	overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}
@media (max-width: 767px) {
	#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist{
		display: inline-block;
	}
	#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li{
		float: left;
		width: calc(50% - 12px);
		height: auto;
	    margin: 0 0 8px 8px;
	}
	#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li:nth-child(3n) {
	    margin: 0 0 8px 8px;
	}
	#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a{
		height: auto;
	}

	/** アーティスト一覧 **/
	#contentsBox .ctsBox section.list-wid.artistSpn ul.lineArtist{
		display: inline-block;
		padding: 8px;
	}
	#contentsBox .ctsBox section.list-wid.artistSpn ul.lineArtist li{
		float: none;
		width: 100%;
		height: auto;
	    margin: 0 0 8px 0;
		background: transparent;
	}
	#contentsBox .ctsBox section.list-wid.artistSpn ul.lineArtist li a
	, #contentsBox .ctsBox section.list-wid.artistSpn ul.lineArtist li a img {
		width: 100%;
		height: auto;
	}
	#contentsBox .ctsBox section.list-wid.artistSpn ul.lineArtist li a {
		display: block;
	}
	#contentsBox .ctsBox section.list-wid.artistSpn ul.lineArtist li:nth-child(3n) {
		margin: 0 0 8px 0;
	}
	#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName { padding:8px; }
	#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName p.date {
		font-size: 67%;
	}
	#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName p.eventName {
		font-size: 84%;
	}

}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName .artist-body.pc{
    display: block;
}
#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName .artist-body.spn{
    display: none;
}

@media(max-width: 767px){
    div#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName{
        font-size:100%;
    }
    div#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName .eventName.artist-body.pc{
        display: none;
    }
    div#contentsBox .ctsBox section.list-wid.artistBox ul.lineArtist li a div.artistName .eventName.artist-body.spn{
        display: block;
    }
}
