#pgTitle h1 {
		background: url(/soka/coupon/images/iconPgtitleCoupon.png) no-repeat;
		background-position: 24px center;
}

/*==============================================
				00 クーポン一覧
==============================================*/

.pos01{
	position: absolute;
	right: -5px;
	top: -5px;
	z-index: 1;		
}

.pos01 img{
	width: 68px;
}


/* カテゴリ */

.cCategoryFood {
	display: table-cell;
	width: 90px;
	padding: 2px 5px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #33b8bd;
	font-size: 80%;
}

.cCategoryFashion {
	display: table-cell;
	width: 90px;
	padding: 2px 5px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #f35cad;
	font-size: 80%;
}



.cCategoryCafe {
	display: table-cell;
	width: 90px;
	padding: 2px 5px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #c285b7;
	font-size: 80%;
	letter-spacing: -2px;
}

.cCategoryService {
	display: table-cell;
	width: 90px;
	padding: 2px 5px;
	color: #ffffff;
	text-align: center;
	vertical-align: middle;
	background: #c29470;
	font-size: 80%;
}






.couponBox a {
	color: #333;
	display: block;
}


.couponBox a:hover{
	text-decoration: none;	
}

.couponBox dt a:hover p.shopName{
	text-decoration: underline;
}

.couponBox dd a:hover{
	background: #eff8ff;
}

	
.couponBox >ul{
	overflow: hidden;
	padding-top: 5px;
	margin-left: -20px;
	
}
.couponBox >ul >li{
	width: 355px;
	float: left;
	margin: 0 0 20px 17px;
	background: #FFF;
	position: relative;
	
}

.couponBox ul dl dd a ul{
	padding: 15px;
	overflow: hidden;
}

.couponBox ul dl ul li{
	float: left;
}

.couponBox dt a{ 
	padding: 10px 15px;
	border-bottom: 1px solid #e4e0e1;
	overflow: hidden;
	position: relative;
}

.couponBox dt span{
	float: left;	
}

.couponBox dd li{
	width: 100px;	
}

.couponBox dd li.text {
	width: 200px;
	margin-left: 15px;
}

.couponBox .shopName{
	font-size: 115%;
	color: #F39626;
	float: left;
	width: 200px;
	margin: 0 0 0 15px;
	line-height: 165%;
}


.couponBox .date{
	padding: 15px;
	border-top: 1px dashed #e4e0e1;	
}

.couponBox .date span{
	font-weight: bold;	
}





@media screen and (max-width:767px){

#pgTitle h1 {
	background: url(/soka/coupon/images/iconPgtitleCoupon.png) no-repeat;
	background-size: 24px 24px;
	background-position: 13px center;
}


.pos01{
	position: absolute;
	right: -3px;
	top: -3px;		
}

.pos01 img{
	width: 43px;
}


/* タグ */
.cCategoryFood,
.cCategoryFashion,
.cCategoryCafe,
.cCategoryService{
	display: inline;
	margin-bottom: 0px;
	padding: 4px 5px;
	font-size: 65%;
	line-height: 100%;
	text-align: center;
	float: left;
}

	.cCategoryFood {
		background: #33b8bd;
	}
	
	.cCategoryFashion {
		background: #f35cad;
	}

	.cCategoryCafe {
		background: #c285b7;
	}
	
	.cCategoryService {
		background: #c29470;
	}


.couponBox {
	width: auto;
	padding: 10px;
}

.couponBox dt a{
	font-size: 124%;
	/*font-weight: bold;*/
}

.couponBox dt span {
	float: none;
	display: block;
}

.couponBox .shopName {
	font-size: 108%;
	width: auto;
	margin: 4px 0 0 0;
	/*width: 69%;
	width : -webkit-calc(100% - 90px) ;
	width : calc(100% - 90px) ;*/
	box-sizing: border-box;
}

.couponBox > ul{
	margin: 0;

}

.couponBox > ul > li{
	width: 99%;
	margin: 0 0 15px 0;
}

.couponBox dd li:first-child{
	width: 25%;
}

.couponBox dd li:first-child img{
	width: 100%;
}

.couponBox dd li.text{
	width: 70%;	
	padding-left: 15px;
	margin: 0;
	box-sizing: border-box;
}





}