@charset "utf-8";
/*----------------------------
hallFairClientList.css
------------------------------*/
/* RESET h1 */
body {
	color: #333;
	margin: 0 auto;
	background: #fff;
	-webkit-text-size-adjust: none;
	line-height: 1.6;
}

.fairListSearch {
	padding: 15px 10px 8px;
	font-size: 12px;
	background-color: #f9f7f3;
}

.fairSearchConditions {
	background: #FFF;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px 0 rgba(8, 1, 3, 0.4);
	box-shadow: 0 0 3px 0 rgba(8, 1, 3, 0.4);
}

.fairSearchConditions li+li {
	border-top: 1px solid #ccc;
}

.fairSearchConditions li div.searchCondition {
	display: table;
	table-layout: fixed;
	text-decoration: none;
	width: 100%;
	padding: 10px 8px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	cursor: pointer;
	color: #7A2245
}

.fairPreferredDate {
	display: table-cell;
}

.fairPreferredDateInner {
	display: block;
	white-space: nowrap;
	text-overflow: ellipsis;
	overflow: hidden;
}

.fairPreferredDateInner .searchTtl {
	color: #666;
}

.fairPreferredDateInner .searchConditions {
	text-decoration: underline;
}

.fairSearchConditions .fairChangeBtn {
	display: table-cell;
	width: 42px;
}

.fairSearchResult {
	line-height: 1;
	margin-top: 10px;
}

.fairSearchResult .allNum {
	font-size: 22px;
	color: #7A2245;
	font-weight: bold;
}

.fairSearchResult dt {
	margin-right: 15px;
	line-height: 1;
	display: inline-block;
}

.fairSearchResult dd {
	line-height: 1;
	display: inline-block;
	font-size: 13px;
}

.content {
	margin: 0;
	background: url(images/fair/bg_gray_scabrous.png) repeat;
	-webkit-background-size: 200px 200px;
	background-size: 200px 200px;
}

.topicPath {
	background: #FFF;
	margin: 0;
	padding: 6px 6px 14px;
}

span.btnClipS.uiAddClip {
	display: block;
	text-decoration: none;
	width: 60px;
	height: 36px;
	text-align: center;
	border: 1px solid #f29bbc;
	line-height: 1;
	padding-top: 22px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	border-radius: 5px;
	background: white url(images/fair/btn_clip_heart_s.png) no-repeat center 5px;
	-webkit-background-size: 19px 17px;
	background-size: 19px 17px;
}

.btnClipS .doClip {
	display: block;
	color: #F2819F;
	font-size: 8px;
	line-height: 1;
	letter-spacing: -0.1em;
	font-weight: bold;
}

.btnGray {
	line-height: 1;
	height: 41px;
	display: block;
	text-align: center;
	background: #BCBBB9;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	font-weight: bold;
	border-radius: 5px;
	padding-top: 14px;
}

.btnSecondary {
	background-color: #ffffff;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f4ef));
	background: -webkit-linear-gradient(top, #ffffff, #f6f4ef);
	background: linear-gradient(to bottom, #ffffff, #f6f4ef);
	color: #E86396;
	border: 1px solid #e76395;
	text-align: center;
	text-decoration: none;
	border-radius: 5px;
	line-height: 1.1;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fairChangeBtn .btnSecondary {
	width: 100%;
	display: block;
	padding: 8px 5px 6px;
}

.fairListBtnSet .btnPrimary {
	display: block;
	border-radius: 5px;
}

.icnRemainder {
	font-size: 10px;
	color: #FFF;
	border: solid 1px #802A49;
	padding: 1px;
	background-color: #B73D69;
	display: inline-block;
	width: auto;
	text-align: center;
	line-height: 1;
}

.tagRecommend {
	background: #E76498;
	padding: 2px 4px;
	font-size: 10px;
	color: #FFF;
	vertical-align: middle;
}

.btnNoIcn {
	height: 41px;
	text-align: center;
	padding-top: 14px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fairListFixMenu {
	padding: 5px 8px;
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	width: 100%;
	background: #F9F7F3;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.fairListFixMenu .fairListBtnSet {
	margin-top: 0;
	width: 100%;
}

.fairListFixMenu .fairListBtnSet li:first-child {
	width: 25%;
}

.fairListFixMenu .fairListBtnSet li:last-child {
	width: 75%;
}

.fairDateBar {
	margin-bottom: 10px !important;
	height: 40px;
	padding: 0 10px;
	background-color: #e5d3d9;
	background-image: -moz-linear-gradient(bottom, #f795a9 0%, #f9b3c1 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #f795a9), color-stop(100%, #f9b3c1));
	background-image: -webkit-linear-gradient(bottom, #f795a9 0%, #f9b3c1 100%);
	background-image: linear-gradient(bottom, #f795a9 0%, #f9b3c1 100%);
	border-bottom: 1px solid rgba(118, 118, 118, 0.6);
	*zoom: 1;
}

.fairDateBar:after {
	content: "";
	display: table;
	clear: both;
}

.fairDateBar .fairHeadline {
	color: #FFF;
	float: left;
	margin-top: 5px;
	text-shadow: 0 1px 0 rgba(8, 1, 3, 0.1);
}

.fairDateBar .fairHeadline .traffic {
	margin-left: 8px;
}

.fairDateBar .btnWrap {
	margin-top: 5px;
	float: right;
	display: none;
}

.fairDateBar .icnFlagWhite {
	vertical-align: middle;
	margin-right: 5px;
}

.fairDateBar .icnFlagWhite  ~ span {
	display: inline-block;
	vertical-align: middle;
	font-weight: normal;
}

.fairListNav {
	margin-top: 15px;
	padding: 0 10px;
}

.fairListNav::after {
	content: "";
	clear: both;
	display: block;
}

.fairListNav li {
	float: left;
	font-size: 14px;
}

.fairListNav li+li {
	float: right;
}

.fairListNav li a {
	padding: 9px 8px 9px 20px;
	background: #FFF;
	border: 1px solid #F2819F;
	display: block;
	text-align: center;
	border-radius: 5px;
	color: #F2819F;
	text-decoration: none;
	position: relative;
}

.fairListNav .disable {
	position: relative;
	padding: 9px 8px 9px 20px;
	background: #f6f6f6;
	color: #cccccc;
	border: 1px solid #cccccc;
	border-radius: 5px;
	background: #FFF;
}

.fairListNav li:last-child a,.fairListNav .disable:last-child {
	padding: 9px 20px 9px 8px;
}

.fairListNav li:last-child a::after {
	left: auto;
	right: 9px;
	background: url(images/fair/arrow_fair_nav.png) no-repeat 0 0;
	-webkit-background-size: 7px 60px;
	background-size: 7px 60px;
}

.fairListNav li a::after {
	position: absolute;
	content: "";
	width: 7px;
	height: 11px;
	background: url(images/fair/arrow_fair_nav.png) no-repeat 0 -30px;
	-webkit-background-size: 7px 60px;
	background-size: 7px 60px;
	left: 9px;
	top: 50%;
	margin-top: -7px;
}

.fairListNav .disable:after {
	position: absolute;
	content: "";
	width: 7px;
	height: 11px;
	background: url(images/fair/arrow_fair_nav.png) no-repeat 0 -45px;
	-webkit-background-size: 7px 60px;
	background-size: 7px 60px;
	left: 9px;
	top: 50%;
	margin-top: -7px;
}

.fairListNav .disable:last-child:after {
	background: url(images/fair/arrow_fair_nav.png) no-repeat 0 -15px;
	-webkit-background-size: 7px 60px;
	background-size: 7px 60px;
	left: auto;
	right: 9px;
}

.fairListFtrUp {
	box-shadow: 0 1px 0 0px #c3c3c3, 0 2px 0 0px white;
	padding-bottom: 30px;
}

.fairTypeSearchWrap {
	display: none;
	width: 100%;
	background: #FFF;
	padding-bottom: 80px;
}

.fairTypeSearchWrap .fairTypeSearchInner:last-of-type {
	border-bottom: 1px solid #f9f7f3;
}

.searchFormHead {
	display: block;
	font-size: 14px;
	padding: 12px 10px;
}

.fairTypeSearchInner {
	margin-top: -1px;
	position: relative;
}

.fairTypeSearchInner .typeHead,
.fairTypeSearchInner .typeHeadNoIcn {
	display: block;
	border-top: 1px solid #cbcbcb;
	border-bottom: 1px solid #cbcbcb;
	background-color: #fff;
	background-image: -moz-linear-gradient(bottom, #f7f5ef 0%, white 100%);
	background-image: -o-linear-gradient(bottom, #f7f5ef 0%, white 100%);
	background: -webkit-gradient(linear, left bottom, left top, color-stop(0%, #f7f5ef), color-stop(100%, white));
	background-image: -webkit-linear-gradient(bottom, #f7f5ef 0%, white 100%);
	background-image: linear-gradient(bottom, #f7f5ef 0%, #ffffff 100%);
	color: #656565;
	font-size: 13px;
	padding: 13px 10px;
}

.fairTypeSearchInner .typeHead {
	position: relative;
}

.fairTypeSearchInner .typeHead::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -14px;
	background-image: url(images/icon_slide_down.png);
	-webkit-background-size: 29px 29px;
	background-size: 29px 29px;
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	-webkit-transition: 200ms;
	-moz-transition: 200ms;
	-ms-transition: 200ms;
	-o-transition: 200ms;
	transition: 200ms;
}

.fairTypeSearchInner .typeHead.off+ul {
	display: none;
}

.fairTypeSearchInner .typeHead.on::after {
	background-image: url(images/icon_slide_down.png);
	-webkit-background-size: 29px 29px;
	background-size: 29px 29px;
	width: 29px;
	height: 29px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	-webkit-transform: rotate(-180deg);
	-moz-transform: rotate(-180deg);
	transform: rotate(-180deg);
}

.fairTypeSearchInner .typeHead.on+ul {
	display: block;
}

.fairTypeSearchInner li {
	font-size: 13px;
	border-bottom: 1px solid #f9f7f3;
}

.fairTypeSearchInner li label {
	position: relative;
	cursor: pointer;
	display: block;
	color: #666;
	background: #FFFFFF;
	padding: 16px 10px 16px 45px;
}

.fairTypeSearchInner li label:before {
	position: absolute;
	content: "";
	background-image: url(images/icon_check_box_off.png);
	-webkit-background-size: 21px 21px;
	background-size: 21px 21px;
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
	top: 50%;
	margin-top: -10px;
	left: 10px;
}

.fairTypeSearchInner .on label:before {
	background-image: url(images/icon_check_box_on.png);
	-webkit-background-size: 21px 21px;
	background-size: 21px 21px;
	width: 21px;
	height: 21px;
	background-repeat: no-repeat;
	background-position: 0 0;
	display: block;
}

.fairTypeSearchInner input[type="checkbox"] {
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 0;
}

.calendarContainer {
	display: none;
}

.calenderPadding {
	padding: 15px 10px 75px;
}

.tblCalendar {
	border-collapse: collapse;
	width: 100%;
}

.tblCalendar th {
	width: 41px;
	color: #666;
	border: 1px solid #FFF;
	text-align: center;
	vertical-align: middle;
}

.tblCalendar th[colspan="7"] {
	width: 100%;
	height: auto;
}

.tblCalendar td {
	width: 41px;
	color: #666;
	border: 1px solid #FFF;
	text-align: center;
	vertical-align: middle;
}

.tblCalendar+.tblCalendar {
	margin-top: 25px;
}

.tblCalendar th {
	height: auto;
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 5px;
}

.tblCalendar td {
	height: 55px;
	font-size: 18px;
}

.tblCalendar td input {
	visibility: hidden;
	position: absolute;
	width: 0;
	height: 0;
}

.tblCalendar .saturdayCell {
	color: #0071ce;
}

.tblCalendar .sundayCell,.tblCalendar .holidayCell {
	color: #f55197;
}

.tblCalendar .beforeTodayCell,.tblCalendar .otherMonthCell {
	background-color: #f5f5f5;
	color: #bcbcbc !important;
}

.tblCalendar .beforeTodayCell span,.tblCalendar .otherMonthCell span {
	background-color: #f5f5f5;
}

.tblCalendar span {
	background-color: #FFF;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width: 42px;
	height: 42px;
	border-radius: 42px;
	line-height: 42px;
}

.tblCalendar .selectedCell span {
	background: #F6B9CA;
	color: #FFF;
}

.tblCalendar th.jscCalendarTitle span {
	display: inline-block;
	width: auto;
}

.tblCalendar th.jscCalendarTitle label.btnSelect {
	display: inline-block;
	width: 90px;
	height: 32px;
	margin-top: 4px;
	margin-left: 8px;
	float: right;
}

.tblCalendar th.jscCalendarTitle label.btnSelect.holiday {
	background: url(images/btn_holiday.png) no-repeat 0 0;
	background-size: 90px 32px;
}

.tblCalendar th.jscCalendarTitle label.btnSelect.weekdays {
	background: url(images/btn_weekdays.png) no-repeat 0 0;
	background-size: 90px 32px;
}

.tblCalendar th.jscCalendarTitle label.btnSelect.holiday.selected {
	background: url(images/btn_holiday_on.png) no-repeat 0 0;
	background-size: 90px 32px;
}

.tblCalendar th.jscCalendarTitle label.btnSelect.weekdays.selected {
	background: url(images/btn_weekdays_on.png) no-repeat 0 0;
	background-size: 90px 32px;
}

.tblCalendar th.jscCalendarTitle label input {
	display: none;
}

.fairListWrap {
	line-height: 1.6;
	background: url(images/fair/bg_gray_scabrous.png);
	-webkit-background-size: 200px 200px;
	background-size: 200px 200px;
}

.fairList>li {
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px 0 rgba(8, 1, 3, 0.4);
	box-shadow: 0 0 3px 0 rgba(8, 1, 3, 0.4);
}

.fairList>li+li {
	margin-top: 14px;
}

.fairListCasetWrap {
	margin-top: 8px;
}

.fairListSec {
	padding-top: 10px;
}

.fairListSec:first-child {
	padding-top: 0;
}

.fairListSec .fairList {
	padding: 0 10px;
}

.fairListSec .fairHeadline {
	font-size: 16px;
}

.fairListSec .err_style {
	padding: 10px 0 0 10px;
}

.fairListCaset {
	width: 100%;
	border-radius: 8px;
	padding: 10px 8px;
	background: #FFF;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

.fairListCaset a {
	color: #333;
}

.fairListCaset .fairListHead {
	margin-bottom: 8px;
}

.fairListCaset .fairListDate {
	margin-top: 10px;
}

.fairListHead a {
	display: block;
	text-decoration: none;
}

.fairListArea {
	display: block;
	font-size: 10px;
	line-height: 1.4;
}

.fairListDate li {
	font-size: 12px;
	line-height: 1.4;
}

.fairListDate li.fairListTour,
.fairListDate li.fairListRequiredMinute {
	margin-left: 5px;
}

.fairListInfo {
	display: block;
	text-decoration: none;
}

.fairListInfo:after {
	content: "";
	clear: both;
	display: block;
}

.fairListImg {
	float: left;
}

.fairListImg img {
	display: block;
	width: 109px;
	height: 109px;
}

.fairListInfo .fairListHeadline {
	line-height: 1.4;
	font-size: 14px;
	color: #7A2245;
	display: inline;
	text-decoration: underline;
}

.fairListImg+.fairListHeadWrap {
	padding-left: 5px;
	overflow: hidden;
}

.fairListBtnSet {
	margin-top: 10px;
	display: table;
	margin-left: auto;
}

.fairListBtnSet li {
	vertical-align: top;
	display: table-cell;
}

.fairListBtnSet li+li {
	padding-left: 5px;
}

.manualbanner {
	padding: 0 6px;
	margin-bottom: 15px;
}

.manualbanner img {
	width: 100%;
	height: auto;
	display: block;
}

.manualbanner p+p {
	margin-top: 15px;
}

.footer {
	background: #FFF;
}

.footer footer {
	margin-top: 0;
}

.type-a,
.type-b
.type-c,
.type-d {
	padding: 0 6px;
}

.btnModal {
	cursor: pointer;
}

div.prList {
	padding: 10px !important;
}

.prList>ul {
	background-color: #FFEDF0 !important;
	border-radius: 8px;
	-webkit-box-shadow: 0 0 3px 0 rgba(8, 1, 3, 0.4);
	box-shadow: 0 0 3px 0 rgba(8, 1, 3, 0.4);
}

.prList>ul>li {
	border-bottom: 1px solid #DFADAC !important;
}

.prList>ul>li:last-child {
	border-bottom: 0 !important;
}

.prList>ul>li+li {
	margin-top: 0 !important;
}

.prList>ul>li section {
	background-color: #FFEDF0 !important;
	padding: 10px 8px;
	border-radius: 8px;
}

.prList>ul>li>p {
	margin: 0 0 0 0 !important;
	padding: 10px 10px 10px 10px;
	line-height: 100%;
	font-weight: bold;
	font-size: 15px;
	color: #713B48;
}

.fairDateBar+.prList {
	padding-top: 0 !important;
}

.fcl.fclSearchFixedBox {
	position: fixed;
	display: none;
	top: 0;
	z-index: 9999;
	height: 49px;
	width: 100%;
	background: rgba(255, 255, 255, 0.9);
	box-sizing: border-box;
	padding: 6px 8px;
	border-bottom: 1px solid #dcdcdc;
}

.fcl .fclSearchList {
	display: table;
	width: 100%;
	table-layout: fixed;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-o-border-radius: 3px;
	-ms-border-radius: 3px;
	border: 1px solid #dcdcdc;
	background: #fff;
	box-sizing: border-box;
	height: 36px;
}

.fcl .fclSearchList li {
	display: table-cell;
	line-height: 34px;
	box-sizing: border-box;
	padding: 0 6px;
	padding-left: 25px;
	border-right: 1px solid #dcdcdc;
	position: relative;
	cursor: pointer;
}

.fcl .fclSearchList li:last-child {
	border: none;
}

.fcl .fclSearchList__area,.fclSearchList__date,.fclSearchList__type {
	font-size: 10px;
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
	display: block;
	color: #069;
}

.fcl .fclSearchList__area.isDefault,.fclSearchList__date.isDefault,.fclSearchList__type.isDefault {
	color: #999;
}

.fcl .fclSearchList__area:before,.fclSearchList__date:before,.fclSearchList__type:before {
	position: absolute;
	left: 6px;
	top: 0;
	bottom: 0;
	margin: auto;
	content: '';
}

.fcl .fclSearchList__area:before {
	width: 11px;
	height: 15px;
	background-size: 11px 15px;
	background-repeat: no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABUAAAAeCAMAAAD0DqVnAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAADbUExURUxpceQAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf1WTrCcAAABIdFJOUwBR7zaBOgHn9qUT809QzRTwlP6ORlsKvZjREtooB4+mTuT7F+AEdVm3VGcxK6rKi8stwc4Qs/gzcxnDO7U37gPHHY2X+vRNjIH4UZAAAAEDSURBVCjPZZF3Y4IwFMQPpIC4997aoa12761t8/0/UfNeICR6/9zdD0heCMDK1IqucIu1DFL1WyJRq59AJydS5QoKNqrCVLVB8DxULbgJVAivJD3leLeS8eGV8zVwxGHj82L+kNsLKmTPfrzxx5pqBR2yMz3kCdUOfsieNP3i6TAlu9W0RHWKOVl6UN58jizZUNMt1SzGZPdvyas7qr9YTMjfxwzzLpXJAvDUOT+9pXepoiefz0JhK5zRZ9979I8Xi8oWLEdq40eLHsfjDHoG7A2S0esGrafXOdJwZFxyKb4cEUQGhRNTB5b4J8nfYqtLawTdPYqCpHkcqC3ahxDNi6bO//UmVOAgTXrPAAAAAElFTkSuQmCC);
}

.fcl .fclSearchList__date:before {
	width: 14px;
	height: 15px;
	background-size: 14px 15px;
	background-repeat: no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABsAAAAeCAMAAADqx5XUAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAE4UExURUxpceQAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf2+n8AYAAABndFJOUwCWlTOZacOl7kRJ6JAitLPwLP7TKt4KaOwuj+aTr4txDAsR9sLt71ckMS8FBG+elEaHYoZjwGGEYIFwMoxIGxgeirwruhr1dV33TvJq2zbMAUF9+2VQeGQORcsNshSsxKQ+Cd2agwdAI6/3AAABIElEQVQoz6WS527CQBCEB/swxkDondBLeu+99957T/b93yArk8ABsYjE/Ji7vU8nza4WYF2XdyDrspSp3R/I0cA+qGieec89upqYgzTkPHkU6M5kx/Srd7wwe6YCiFwQ5D4p19j51yc94ZCIGd3eVLJ7VNfFW+XxiKps/+p0e0tiu2evB6UfZqU2LGg4W2UETdbYW73HDlluXCjz2EwI9wriihjNSmyCU61hgd2NbvYxidm51mBjt/FwiewSm+F6A2n2hPlvSmKRWZGKY3lVpJewnhLTkX/mDIX12BwWk3rSQDSmh0NNWYpQ2BVMskctcmpNOUcCREMY5NcMhokCTjlLj9rbD/hVPzDQp3o6nrX3T+at7oRPb5Wv3b64LJHrG4Pek75eiGs8AAAAAElFTkSuQmCC);
}

.fcl .fclSearchList__type:before {
	width: 13px;
	height: 15px;
	background-size: 13px 15px;
	background-repeat: no-repeat;
	background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAeCAMAAAAFBf7qAAAABGdBTUEAALGPC/xhBQAAAAFzUkdCAK7OHOkAAAC9UExURUxpceQAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf+QAf7NXn1UAAAA+dFJOUwBVsfyW43gtu4f40g5pmXlqEaX9Awoc8MDuCTev3/PLPQI8Mqn+jQHn3aRzmoHDyXBFykbQioKLz4NjzOJkA/lzawAAAOVJREFUKM+l0NcOwjAMBVC3JTSUUsree++94f7/Z2FaJFYjgbgPiZIj2YmJnhKJkCoqKmlauaxppQCKS1mpSBn/rSAnFFLJyjAWwWLmgJwZJFkBjsh+SmYJFApALfMuaR3IF4t5QE8/XR9sbsTF+Etz3ridvfWl3mn7FCaK+dTu1G/SOAGuRzPHmXrkcssG04VPVutG95gti9cjl+0b3SEGzQc1Bxh2jb5NO+jUO2P9oD1Ej3RsyAIPLoqXRHmcsAgqApOQsvpKVSmFR6r8T6lkMqWgMZGjIB6vq6bY7zRJJEbfPf4KoFhkznhx/2kAAAAASUVORK5CYII=);
}

.fcl .sgThemeModal .calenderPadding {
	padding-top: 10px;
}

.fcl .fairListSearch__ttl {
	font-size: 18px;
	padding-left: 10px;
	margin-bottom: 10px;
}

.fcl .fairPreferredDateInner .isDefault {
	font-weight: normal !important;
	font-size: 12px !important;
	color: #999;
}

.fcl .fairListFixMenu .fairListBtnSet {
	width: auto;
}

.fcl .fairListFixMenu .fairListBtnSet li {
	width: auto;
}

.fcl .fairListFixMenu .fairListBtnSet {
	margin: auto;
}

.fcl .sgThemeModal .fairListBtnSet .btnGray {
	width: 80px;
}

.fcl .sgThemeModal .fairListBtnSet .btnPrimary {
	font-size: 18px !important;
	padding: 16px 27px;
	line-height: 1.1;
}

.fcl .fairPreferredDateInner {
	font-weight: bold;
	color: #069;
}

.fcl .fairPreferredDateInner .searchTtl {
	font-weight: normal;
}

.fcl .fairListFixMenu .fairListBtnSet .hitCount {
	padding-right: 20px;
	font-size: 14px;
}

.fcl .fairListFixMenu .fairListBtnSet .hitCount .hitCountNum {
	height: 20px;
	position: relative;
	margin-right: 3px;
	font-size: 18px;
}

.fcl .fairListFixMenu .fairListBtnSet .hitCount .hitCountNum:after {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 8px;
}

.fcl .fairListFixMenu .fairListBtnSet .hitCount .hitCountNum.active:after {
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 10px #fffff0;
	box-shadow: 0 0 10px #fffff0;
	opacity: 1;
}

.fcl .fairListFixMenu .fairListBtnSet .hitCount .hitCountNum.changing:after {
	background: rgba(255, 255, 255, 0.5);
	-webkit-box-shadow: 0 0 10px #fffff0;
	box-shadow: 0 0 10px #fffff0;
	-webkit-transition: opacity .4s linear;
	transition: opacity .4s linear;
	opacity: 0;
}

.n1-clientList .fairDateBar .fairHeadline {
	margin: 15px 0 0;
	padding: 0 !important;
	color: #e4007f;
	font-size: 14px;
	text-shadow: none;
}

.n1-clientList .fairDateBar .fairHeadline .inner {
	font-size: 18px;
	font-weight: bold;
}

.n1-clientList .fairDateBar .fairHeadline .icnFlagWhite {
	display: none;
}

.n1-clientList .fairDateBar .fairHeadline .traffic {
	color: #333;
}

.n1-clientList .fairListCasetWrap {
	margin-top: 0;
}

.sgThemeModal .calenderPadding {
	padding-top: 5px;
}

.sgThemeModal .tblCalendar th {
	font-weight: normal;
}

.sgThemeModal .tblCalendar .tblCalendarHeadline {
	padding-bottom: 10px;
}

.sgThemeModal .tblCalendar .tblCalendarHeadline span {
	height: auto;
	background: none;
}

.sgThemeModal .tblCalendar .tblCalendarHeadline .calendarPeriodBlock {
	display: block;
	float: left;
	margin-top: 7px;
	font-size: 12px;
	font-weight: normal;
	text-align: center;
	line-height: 1.6;
}

.sgThemeModal .tblCalendar .tblCalendarHeadline .calendarPeriodBlock .calendarPeriodBlockMonth {
	font-size: 24px;
	font-weight: bold;
	line-height: 1;
}

.sgThemeModal .tblCalendar .tblCalendarHeadline .calendarPeriodBlock .calendarPeriodBlockYear {
	display: block;
	padding-left: 4px;
	font-size: 10px;
	line-height: 0.5;
	letter-spacing: 4px;
}

.sgThemeModal .tblCalendar .tblCalendarHeadline .btnSelect.weekdays,
.sgThemeModal .tblCalendar .tblCalendarHeadline .btnSelect.holiday {
	height: 30px !important;
	background: none !important;
	background: #fff !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #ffffff), color-stop(100%, #f6f4ef)) !important;
	background: -webkit-linear-gradient(top, #ffffff 0%, #f6f4ef 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f6f4ef)) !important;
	background: linear-gradient(to bottom, #ffffff 0%, #f6f4ef 100%) !important;
	border: solid 1px #c7c7c7;
	border-radius: 3px;
	color: #666666;
	font-weight: normal;
	font-size: 10px;
}

.sgThemeModal .tblCalendar .tblCalendarHeadline .btnSelect.weekdays .string,
.sgThemeModal .tblCalendar .tblCalendarHeadline .btnSelect.holiday .string {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}

.sgThemeModal .tblCalendar .tblCalendarHeadline .btnSelect.weekdays.selected,
.sgThemeModal .tblCalendar .tblCalendarHeadline .btnSelect.holiday.selected {
	background: #e4007f !important;
	border: solid 1px #e4007f;
	color: #ffffff;
}

.sgThemeModal .tblCalendar .tblCalendarHeadline .btnSelect.holiday .string {
	color: #e4007f;
}

.sgThemeModal .tblCalendar .tblCalendarHeadline .btnSelect.holiday.selected .string {
	color: #ffffff;
}

.fairListInfo {
	margin-bottom: 10px;
}

.jsiAcd.RC.xyModal {
	display: none;
}

.todofukenPanel {
	display: none;
}

.hantopSearchArea {
	margin-top: 10px;
}

.hantopSearchArea .lsRows li {
	float: none;
	width: 100%;
}

.hantopSearchArea .lsRows>li:nth-child(2n+1)>a {
	border-right: 0 !important;
}

.hantopSearchArea .btnSearchBox {
	display: table;
	width: 100%;
}

.fairSearchConditions .fairPreferredDateInner .searchTtl {
	font-size: 12px;
}

.fairPreferredDateInner .isDefault {
	font-weight: normal !important;
	font-size: 12px !important;
	color: #999 !important;
}

.tblCalendar .is-checked span {
	background: #e4007f;
	color: #fff;
}

.selectCondition__calendar {
	padding: 18px 10px;
}

.selectCondition .tblCalendar {
	table-layout: fixed;
}

.selectCondition .tblCalendar .btnSelect.holiday.is-checked,
.selectCondition .tblCalendar .btnSelect.weekdays.is-checked {
	background: #e4007f !important;
	border: solid 1px #e4007f;
	color: #fff !important;
}

.selectCondition .tblCalendar .btnSelect.holiday.is-checked .string,
.selectCondition .tblCalendar .btnSelect.weekdays.is-checked .string {
	color: #fff;
}

.selectCondition .tblCalendar .btnSelect.weekdays,
.selectCondition .tblCalendar .btnSelect.holiday {
	height: 30px !important;
	background-image: none;
	background: none !important;
	background: #fff !important;
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fff), color-stop(100%, #f6f4ef)) !important;
	background: -webkit-linear-gradient(top, #fff 0%, #f6f4ef 100%) !important;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f6f4ef)) !important;
	background: linear-gradient(to bottom, #fff 0%, #f6f4ef 100%) !important;
	border: solid 1px #c7c7c7;
	border-radius: 3px;
	color: #666;
	font-weight: normal;
	font-size: 10px;
}

.selectCondition .tblCalendar .btnSelect.weekdays .string,
.selectCondition .tblCalendar .btnSelect.holiday .string {
	line-height: 30px;
	font-size: 14px;
	font-weight: bold;
}

.selectCondition .tblCalendar .btnSelect.holiday .string {
	color: #e4007f;
}

.selectCondition .tblCalendar .btnSelect span {
	height: auto;
	background: none;
}

.selectCondition .tblCalendar td span {
	width: 38px;
	height: 38px;
	line-height: 38px;
}

.searchModalWrap {
	display: none;
}

.modalN .searchModalWrap {
	display: block;
}

.searchModal {
	padding-bottom: 40px;
}

.searchModal--noFloat {
	padding-bottom: 0;
}

.searchModal__header {
	height: 40px;
	border-bottom: 1px solid #dcdcdc;
	width: 100%;
}

.searchModal__header.is-fixed {
	z-index: 1000000;
	position: fixed;
	top: 0;
	left: 50%;
	width: 96%;
	margin-left: -48%;
	background: #fff;
}

.searchModal__title {
	font-size: 12px;
	text-align: center;
	line-height: 40px;
	color: #333;
}

.modalClose {
	width: 30px;
	height: 30px;
	position: absolute;
	right: 5px;
	top: 5px;
	z-index: 999;
	cursor: pointer;
}

.modalClose__bar {
	display: inline-block;
	width: 14px;
	height: 3px;
	background-color: #dcdcdc;
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	opacity: 0;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	-webkit-transform-origin: 50% 50%;
	transform-origin: 50% 50%;
	-webkit-transition: -webkit-transform .2s ease-in-out;
	transition: -webkit-transform .2s ease-in-out;
	transition: transform .2s ease-in-out;
	transition: transform .2s ease-in-out, -webkit-transform .2s ease-in-out;
}

.modalClose.is-active .modalClose__bar--1 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}

.modalClose.is-active .modalClose__bar--2 {
	width: 0;
}

.modalClose.is-active .modalClose__bar--3 {
	opacity: 1;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.searchModal__btnWrap {
	padding: 30px 10px 20px;
	text-align: center;
}

.searchModal__btn--close {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	display: inline-block;
	box-sizing: border-box;
	cursor: pointer;
	width: 75px;
	height: 50px;
	padding: 18px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(bottom, #b3b3b3 22.02%, #c9c9c9 92.02%);
	background-image: linear-gradient(bottom, #b3b3b3 22.02%, #c9c9c9 92.02%);
}

.selectCondition__list {
	border-top: 1px solid #dcdcdc;
}

.selectCondition__item {
	border-bottom: 1px solid #eee;
}

.selectCondition__item.is-checked .selectCondition__label {
	color: #fff;
	background: #e4007f;
}

.selectCondition__item.is-checked .selectCondition__label::before {
	background-position: -22px -68px;
}

.selectCondition__item.is-disabled {
	pointer-events: none;
	opacity: .3;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=30)";
	background: #ccc;
}

.selectCondition__label {
	font-size: 14px;
	font-weight: bold;
	padding: 18px 10px 18px 40px;
	color: #333;
	position: relative;
	cursor: pointer;
	display: block;
	line-height: 1.4;
}

.selectCondition__label::before {
	position: absolute;
	top: 50%;
	left: 10px;
	content: "";
	width: 20px;
	height: 20px;
	margin: 0;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(/s/css/images/iconSpriteModal.png);
	background-repeat: no-repeat;
	background-position: 0 -68px;
	background-size: 182px 88px;
}

.selectCondition__check {
	visibility: hidden;
	position: absolute;
	height: 0;
	width: 0;
}

.selectCondition__selectWrap {
	padding: 10px;
}

.selectCondition__select {
	width: 100%;
	height: 45px;
	-webkit-appearance: none;
	border: 1px solid #cbcbcb;
	background-color: #cbcbcb;
	background-repeat: no-repeat, repeat;
	background-position: 96% center, left top;
	box-sizing: border-box;
	padding: 0 11px;
	outline: none;
	font-size: 13px;
	background-image: url(/s/css/images/select_arrow.png), -webkit-gradient(linear, left bottom, left top, color-stop(0%, #f7f5ef), color-stop(100%, #fff));
	background-image: url(/s/css/images/select_arrow.png), -webkit-linear-gradient(bottom, #f7f5ef 0%, #fff 100%);
	background-size: 11px 7px, auto auto;
	border-radius: 3px;
	color: #333;
	font-weight: bold;
}

.searchContents__category {
	height: 30px;
	padding: 0 10px;
	background: #f4f4f4;
	color: #666;
	font-size: 12px;
	font-weight: bold;
	line-height: 30px;
}

.searchContents__title {
	font-size: 18px;
	position: relative;
	color: #333;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	padding: 13px 10px;
	cursor: pointer;
}

.searchContents__title::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	width: 11px;
	height: 7px;
	-webkit-transform: translate(0, -50%);
	transform: translate(0, -50%);
	background-image: url(/s/css/images/iconSpriteModal.png);
	background-repeat: no-repeat;
	background-position: -53px -68px;
	background-size: 182px 88px;
	-webkit-transition: 200ms;
	transition: 200ms;
}

.searchContents__title.is-open::after {
	-webkit-transform: translate(0, -50%) rotate(-180deg);
	transform: translate(0, -50%) rotate(-180deg);
}

.searchContents__title+.selectCondition .selectCondition__list {
	border-top: 0;
}

.searchContents__item {
	margin-top: -1px;
}

.searchContents__subTitle {
	font-size: 14px;
	margin-left: 6px;
}

.floatModalBtm {
	z-index: 1000000;
	position: fixed;
	bottom: 0;
	left: 50%;
	width: 96%;
	margin-left: -48%;
	padding: 10px;
	background: #fff;
	box-sizing: border-box;
	border-top: 1px solid #dcdcdc;
	-webkit-transform: translateY(100%);
	transform: translateY(100%);
	-webkit-transition: 200ms;
	transition: 200ms;
	display: none;
}

.floatModalBtm.is-show {
	-webkit-transform: translateY(0);
	transform: translateY(0);
}

.floatModalBtm__list {
	display: table;
	width: 100%;
}

.floatModalBtm__item {
	display: table-cell;
	vertical-align: middle;
}

.floatModalBtm__item:first-child {
	width: 75px;
}

.floatModalBtm__item+.floatModalBtm__item {
	padding-left: 10px;
}

.floatModalBtm__btn--close {
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	display: block;
	box-sizing: border-box;
	cursor: pointer;
	height: 50px;
	padding: 18px 0;
	text-align: center;
	text-decoration: none;
	color: #fff;
	border-radius: 3px;
	background-image: -webkit-linear-gradient(bottom, #b3b3b3 22.02%, #c9c9c9 92.02%);
	background-image: linear-gradient(bottom, #b3b3b3 22.02%, #c9c9c9 92.02%);
}

.floatModalBtm__btn--action {
	background: -webkit-linear-gradient(top, #a95f79, #8e3e59);
	background: linear-gradient(to bottom, #a95f79, #8e3e59);
	color: #fff;
	font-weight: bold;
	text-align: center;
	box-shadow: inset 0 -2px 1px rgba(0, 0, 0, .08);
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	border-radius: 3px;
	height: 50px;
	padding: 16px 0;
	font-size: 16px;
	line-height: 1;
}

.floatModalBtm__hit {
	padding-right: 20px;
	font-size: 14px;
}

.floatModalBtm__countNum {
	height: 20px;
	position: relative;
	margin-right: 3px;
	font-size: 18px;
}

.v2-fairSearchResult {
	padding: 11px 8px;
	letter-spacing: -.4em;
}

.v2-fairSearchResult__count,.v2-fairSearchResult__showPage {
	display: inline-block;
	letter-spacing: normal;
	line-height: 1;
}

.v2-fairSearchResult__count {
	font-size: 14px;
}

.v2-fairSearchResult__allNum {
	color: #e4007f;
	font-weight: bold;
	font-size: 22px;
}

.v2-fairSearchResult__showPage {
	margin-left: 5px;
	font-size: 12px;
}

.v2-fairDateBar {
	padding: 0 8px;
	height: 30px;
	color: #666;
	line-height: 30px;
	font-size: 12px;
	background-color: #f4f4f4;
	border-top: 1px solid #dcdcdc;
	border-bottom: 1px solid #dcdcdc;
	box-sizing: border-box;
}

.v2-fairDateBar:nth-of-type(n+1) {
	margin-top: -1px;
}

.fairDateScroll {
	position: relative;
}

.fairDateScroll:after {
	position: absolute;
	top: 50%;
	right: 0;
	display: block;
	margin-top: -25px;
	content: "";
	width: 35px;
	height: 50px;
	background: url("../images/bg_gradation_right@2x.png") no-repeat;
	background-size: 35px 50px;
}

.fairDateScroll__list {
	overflow-x: scroll;
	overflow-y: hidden;
	padding: 16px 8px;
	height: 36px;
	white-space: nowrap;
	letter-spacing: -.4em;
	-webkit-overflow-scrolling: touch;
	overflow-scrolling: touch;
}

.fairDateScroll__li {
	display: inline-block;
	margin-left: 8px;
	width: 72px;
	height: 100%;
	letter-spacing: normal;
	box-sizing: border-box;
}

.fairDateScroll__li:first-child {
	margin-left: 0;
}

.fairDateScroll a.fairDateScroll__a:link,
.fairDateScroll a.fairDateScroll__a:visited {
	color: #e4007f;
}

.fairDateScroll a.fairDateScroll__a {
	padding-top: 4px;
	height: 100%;
	line-height: 1.2;
	box-sizing: border-box;
}

.fairDateScroll a.fairDateScroll__a.is-active {
	color: #fff;
	background: #e4007f;
}

.fairDateScroll__a,.fairDateScroll__head,.fairDateScroll__count {
	display: block;
}

.fairDateScroll__head {
	font-size: 12px;
}

.fairDateScroll__count {
	font-size: 10px;
}

.privilegeLabel {
	background: #f2eedd;
	border: 3px solid #e5debc;
	margin-left: 5px;
	padding: 7px 7px 7px 60px;
	position: relative;
}

.privilegeLabel__title {
	position: absolute;
	top: 43%;
	left: -10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 56px;
	height: 24px;
	line-height: 24px;
	box-sizing: border-box;
	text-align: center;
	color: #fff;
	font-size: 10px;
	font-weight: bold;
	padding-left: 5px;
	background-color: #a39453;
}

.privilegeLabel__title:before {
	content: "";
	position: absolute;
	top: 50%;
	left: 1px;
	margin-top: 12px;
	border-top: 5px solid #8a7b3a;
	border-left: 3px solid transparent;
	border-right: 3px solid #8a7b3a;
	border-bottom: 5px solid transparent;
}

.privilegeLabel__text {
	color: #069;
	font-size: 10px;
	line-height: 1.5;
}

.fairListBtnSet--l {
	width: 100%;
}

.fairListBtnSet__li--s {
	width: 72px;
}

.fairListBtnSet__li--l {
	width: calc(100% -   72px);
	text-align: center;
}
/* MFI(No.21) #5875 start */
.avdTagSeo-fairListCaset {
	padding: 15px 8px !important;
}
.avdTagSeo-fairDateScroll {
	border-bottom: 1px solid #dcdcdc;
}
.avdTagSeo-fairListTitle {
	margin-top: 10px;
	padding: 0 8px;
	line-height: 1.5;
	color: #202020;
	font-weight: normal;
	font-size: 12px;
}
.avdTagSeo-fairIcons {
	margin-bottom: 8px;
	letter-spacing: -.4em;
	font-size: 8px;
}
.avdTagSeo-fairIcon {
	display: inline-block;
	margin-left: 4px;
	padding: 0 8px;
	min-width: 40px;
	height: 12px;
	line-height: 10px;
	vertical-align: top;
	letter-spacing: 1px;
	color: #8d8d8d;
	font-style: normal;
	font-size: 8px;
	box-sizing: border-box;
	border: 1px solid #8d8d8d;
	border-radius: 10px;
}
.avdTagSeo-fairIcon.is-recommend {
	letter-spacing: normal;
	color: #fff;
	background-color: #d2b88a;
	border: 1px solid #d2b88a;
}
.avdTagSeo-fairIcon:first-child {
	margin-left: 0;
}
.avdTagSeo-fairTags {
	margin-top: 6px;
	margin-left: -4px;
	letter-spacing: -.4em;
}
.avdTagSeo-fairTag {
	display: inline-block;
	margin-top: 4px;
	margin-left: 4px;
	letter-spacing: normal;
	line-height: 1.5;
	color: #595959;
	font-style: normal;
	font-size: 10px;
}
.avdTagSeo-fairListContents {
	overflow: hidden;
	display: none;
}
.avdTagSeo-fairListContents.is-visible {
	display: block;
}
.avdTagSeo-fairListContentsDesc {
	display: -webkit-box;
	display: -webkit-flex;
	display:         flex;
	margin-top: 15px;
	width: 100%;
}
.avdTagSeo-fairListContentsDesc__photo {
	width: 75px;
}
.avdTagSeo-fairListContentsDesc__photo .lazy {
	width: 100%;
	vertical-align: top;
}
.avdTagSeo-fairListContentsDesc__photo .avdTagSeo-fairIcons {
	margin-top: 6px;
}
.avdTagSeo-fairListContentsDesc__photo .avdTagSeo-fairIcon {
	margin: 0;
	width: 100%;
	height: 14px;
	line-height: 12px;
	text-align: center;
	color: #fff;
	font-weight: bold;
	background-color: #333;
	border: 1px solid #333;
	border-radius: 0;
}
.avdTagSeo-fairListContentsDesc__photo .avdTagSeo-fairIcon.is-recommend {
	background-color: #a39453;
	border-color: #a39453;
}
.avdTagSeo-fairListContentsDesc__photo .avdTagSeo-fairIcon + .avdTagSeo-fairIcon {
	margin-top: 4px;
}
.avdTagSeo-fairListContentsDesc__photo + .avdTagSeo-fairListContentsDesc__body {
	padding-left: 10px;
	width: calc(100% - 75px);
	box-sizing: border-box;
}
.avdTagSeo-fairListContentsDesc__text {
	line-height: 1.58;
	color: #595959;
	font-size: 12px;
}
.avdTagSeo-fairListContentsIcons {
	margin-top: 11px;
	margin-left: -4px;
}
.avdTagSeo-fairListContentsIcons .avdTagSeo-fairIcon {
	margin-top: 4px;
	margin-left: 4px;
	letter-spacing: normal;
}
.avdTagSeo-fairListContents__text {
	margin-top: 10px;
	padding-right: 8px;
	line-height: 1.6;
	color: #595959;
	font-size: 10px;
	word-break: break-all;
}
.avdTagSeo-fairListContentsRead {
	display: block;
	margin-top: 15px;
	text-align: right;
	line-height: 1.5;
	color: #3c6fb4;
	font-size: 12px;
}
.avdTagSeo-fairListContentsRead [data-toggle] {
	cursor: pointer;
}
.avdTagSeo-v2-fairHeadline {
	font-size: 10px;
}
.avdTagSeo-v2-fairHeadline__date {
	font-size: 12px;
}
.avdTagSeo-v2-fairHeadline .traffic {
	margin-left: 8px;
}
.avdTagSeo-fairListFtrUp {
	box-shadow: none;
}
.avdTagSeo-fairAreaSearchButtons {
	padding: 0 8px 30px;
	text-align: right;
}
.avdTagSeo-fairAreaSearchButtons li {
	display: block;
	margin-top: 15px;
	line-height: 1;
	font-size: 12px;
}
.avdTagSeo-fairAreaSearchButtons li:first-child {
	margin-top: 0;
}
.avdTagSeo-fairAreaSearchButtons__a {
	display: inline-block;
	line-height: 1;
	color: #3c6fb4;
	font-size: 12px;
}
.fairListHead {
	padding-right: 0px;
}
.fairListBtnSet.is-fullSize {
	padding-right: 0px;
}
/* MFI(No.21) #5875 end */
.fairListHeadWrap > img {
	display: none;
}