<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";

/* 
 * キャンペーン 個別設定CSS
 * 
 * 	お食事はセゾンカード・UCカードで ファミレスでのご利用で全国共通お食事券5,000円分が当たる！
 * 	/campaign/restaurantcp1407/
 * 
 */
#responsive_wrap .ttl-unit-01 h3 {
	width:100%;
	margin-bottom:0;
}
#cnt div#imageBox img {
	float: left;
	margin-right: 30px;
}
#cnt div#imageBox p.txt-bold {
	font-size: 20px;
}
#cnt div#imageBox p,
#cnt div#imageBox ul.txt-itemattention {
	float: left;
	width:65%;
	display: block;
	font-size: 11px;
}
#cnt div#imageBox ul.txt-itemattention li {
	text-indent: -1em;
	padding-left: 1em;
}

#cnt div p.txt-center-bold {
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
#cnt .clf:after {
	content : "";
	display : block;
	clear : both;
}


@media (max-width: 720px) {

#cnt div#imageBox {
	display: block;
}
#cnt div#imageBox img {
	float: none;
	width: 100%;
	height: auto;
}
#cnt div#imageBox p,
#cnt div#imageBox ul.txt-itemattention {
	float: none;
	display: block;
	width: 96%;
	padding: 0 2%;
	margin-top: 10px;
}
#cnt div.btnBox ul.entryBtn {
	max-width: 100%;
	margin: 0;
	padding: 0;
	display: inline-block;
}
#cnt div.btnBox ul.entryBtn li {
	max-width: 100%;
	height:auto;
	margin: 0;
}
#cnt div.btnBox ul.entryBtn li img {
	width:90%;
	max-width:330px;
	height:auto;
}
#responsive_wrap .btn-unit-02 .btn img{
	height:auto;
}

.outer2{
	width:100%!important;
	height:auto;
	box-sizing: border-box;
	}

.menu2{
	width:100%;
	height:auto;
	box-sizing: border-box;
	}

.main2{
	width:100%!important;
	height:auto;
	box-sizing: border-box;
	}

}

/*追加*/
#cnt div#imageBox ul.txt-itemattention li {
	text-indent:0 !important;
	padding-left:0 !important;
}

#cnt .outer2
	{
	width:910px;
	background-color: #ffffff;
	padding: 10px;
	margin:0 auto 0 auto;
	}

#cnt .menu2
	{
	float:left;
	width:290px;
	background-color: #ffffff;
	height: auto;
	}

#cnt .main2
	{
	float:left;
	width:620px;
	background-color: #ffffff;
	height: auto;
	}
#cnt .clears{
  clear:both;
}

#cnt .cation{
padding-left:1em;
text-indent:-1em;
font-size:12px;
}

.b18{
	font-size:18px;
	font-weight:bold;
}

.bc18{
	font-size:18px;
	font-weight:bold;
	text-align: center;
}	


</pre></body></html>