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

header {
	background: url(../../img/fair/sp_pic_main.jpg) no-repeat 50% 100%;
	background-size: cover;
}

h1 img {
	margin: 0 auto 20px;
}


footer {
	margin-top: 0;
}

#pickupFair {
	margin: 20px 0 30px;
	background: #f6f6f6;
	padding: 25px 10px;
}

#pickupFair h2 img {
	width: 280px;
	height: auto;
}

/* 150326追記
-------------------*/
.hasBorder{
	margin-top: 30px;
	border-top: 1px solid #9c7e42;
	padding-top: 30px;
}
/*-----------------*/

.fairImg {
	width: 100px;
	float: left;
}
#pickupFair .fairImg {
	width: 100%;
	float: none;
	margin-bottom: 8px;
}

.fairDetail {
	margin-left: 110px;
}
#pickupFair .fairDetail {
	margin-left: 0;
}

.spFairTtl,
.fairDetail h3 {
	font-size: 16px;
	color: #a49084;
	margin-bottom: 10px;
}

.fairDetail p {
	font-size: 12px;
	margin-bottom: 5px !important
}

.toFair {
	font-size: 12px;
	padding-left: 20px;
	background: url(../../../img/common/listhead04.png) no-repeat 0 0.15em;
}

.flBtnWrap {
	margin-top: 20px;
}

.flBtnWrap .toFair {
	float: left;
	margin-right: 20px;
}


#selectFairTab li {
	width: 50%;
	font-size: 12px;
	color: #9c7e42;
	text-align: center;
	float: left;
	padding-bottom: 20px;
}
#selectFairTab li:nth-child(2) {
	float: right;
}
#selectFairTab li.active {
	background: url(../../../img/common/img_arrow02.jpg) no-repeat 50% 100%;
	background-size: 15px auto;
}

#selectFairTab li a {
	color: #9c7e42;
	display: table-cell;
	width: 100%;
	height: 36px;
	line-height: 36px;
	vertical-align: middle;
	background: #f6f6f6;
	cursor: pointer;
	display: block;
}

#selectFairTab li.active a {
	background: #9c7e42;
	color: #fff;
}

#selectFairTab li a:hover {
	text-decoration: none;
}

#fairSelect {
	background: #f6f6f6 url(../../../img/common/bg_shadow01.png) repeat-x 0 0;
}


.fairlist {
	padding: 20px 0;
}

.fairlist h2 img {
	width: auto;
	height: 48px;
}


#fairSelect article {
	padding-bottom: 15px;
	border-bottom: 1px solid #bfab84;
	margin-bottom: 20px;
}


.disnon {
	display: none;
}

/*
ul#month{
	overflow:hidden;
}

ul#month li.center{
	text-align:center;
	font-size:180%;
	margin-bottom: 15px;
}

ul#month li.left{
	width: 100px;
	float:left;
	font-size: 120%;
	margin-top: 15px;
	cursor: pointer;
	
}
ul#month li.left span {
	background:url(../../../img/common/listhead06.png) no-repeat left center;
	padding:0 0 0 15px;
}

ul#month li.right{
	width: 100px;
	float:right;
	text-align:right;
	font-size: 120%;
	margin-top: 15px;
	cursor: pointer;
	
}
ul#month li.right span {
	background:url(../../../img/common/listhead05.png) no-repeat left center;
	padding:0 0 0 15px;
}

table.calendar{
	background:#c8c5be;
	border:2px solid #c8c5be;
	margin:0 0 40px;
	border-collapse: separate;
	border-spacing: 1px;
}

table.calendar a{
	background:url(../../../img/common/listhead05.png) no-repeat left center;
	padding:0 0 0 15px;
}

table.calendar th{
	color: #735438;
	font-size: 120%;
	background:#f6f6f6;
	padding:5px;
}

table.calendar td{
	font-size: 120%;
	width:140px;
	height:100px;
	padding:10px;
	background:#f6f6f6;
}

table.calendar td.none{
	width:140px;
	height:100px;
	padding:10px;
	background:#e6e5e4;
}

table.calendar p.num{
	color:#827762;
	font-weight:bold;
	font-size:14px;
}



table.calendar td.sun{
	background:#f0eaeb;
}

table.calendar td.sun p.num,
table.calendar th.sun{
	color:#db7088;
}

table.calendar td.sat{
	background:#e9ebef;
}

table.calendar td.sat p.num,
table.calendar th.sat{
	color:#4793d9;
}


table.calendar p.recommend{
	background:url(../../../img/common/recommend.png) no-repeat 26px center;
}

*/

/* フェア詳細
----------------------------------------------------------------- */
#fairInfoWrap {
	margin: 20px auto;
}

#fairDetailWrap {
	width: 100%;
	float: none;
	font-size: 13px !important;
}
#fairDetailWrap p,
#fairDetailWrap span {
	font-size: 13px !important;
}

#fairDetailWrap h2 {
	font-size: 18px !important;
	color: #9c7e42;
	line-height: 1.5;
	margin-bottom: 10px;
}

#fairDetailWrap .hasBorderTop {
	margin-top: 20px;
	border-top: 1px solid #9c7e42;
	padding-top: 20px;
}

#fairDetailWrap p {
	margin-bottom: 15px;
}

#fairDetailWrap .conBox {
	border-top: 1px solid #9c7e42;
	margin: 30px 0;
}

#fairDetailWrap .conBox dt {
	margin-top: -0.5em;
	line-height: 1;
	background: #fff;
	float: left;
	padding-right: 1em;
	color: #9c7e42;
	font-size: 14px;
	font-weight: bold;
}

#fairDetailWrap .conBox dd {
	clear: left;
	padding-top: 15px;
}



#fairImgWrap {
	width: 100%;
	float: none;
}

#fairImgWrap img {
	margin-bottom: 10px;
	max-width: 100%;
	width: 100%;
}

.spImg2 img,
.spImg1 img {
	width: 100%;
	height: auto;
	margin-bottom: 15px;
}




#toformBox {
	padding: 30px;
	background: #f6f6f6;
	margin-bottom: 60px;
}


#toformBox h3 {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	border-bottom: 1px solid #c8c5be;
}
#toformBox h3 span {
	font-size: 12px;
	color: #666666;
	font-weight: normal;
}

#toformList {
	/*margin-top: 10px;
	border-top: 1px solid #200810;*/
	padding-top: 20px;
}

#toformList dl:first-child {
	padding-top: 0;
	border-top: none;
	margin-top: 0;
}

#toformList dl {
	padding-top: 13px;
	border-top: 1px solid #E4E4E4;
	margin-top: 20px;
}

#toformList dl dt {
	color: #200810;
	font-size: 140%;
	font-weight: bold;
	width: 70px;
	float: left;
}

#toformList dl dd {
	width: 870px;
	float: right;
}

#toformList dl dd li {
	width: 100px;
	height: 25px;
	float: left;
	margin-right: 8px;
	margin-bottom: 10px;

}
#toformList dl dd li:nth-child(8n) {
	margin-right: 0;
}

#toformList dl dd li a {
	margin: 0;
	padding: 5px 0 3px 20px;
	color: #FFF;
	font-size: 12px;
	background: #9c7e42 url(../../../img/common/listhead07.png) no-repeat 10px 50%;
	display: block;
}





#foFormCalWrap {
	width: 100%;
	margin: 0px auto 40px;
	background: #f3f3f3;
}
#foFormCalWrap .inn {
	padding: 15px 10px;
}

#foFormCalWrap h3 {
	font-size: 14px;
	font-weight: bold;
	margin-bottom: 5px;
}

#foFormCalWrap .fair-date-title {
	font-size: 13px;
	margin-bottom: 5px;
}


/* フェア予約
----------------------------------------------------------------- */
#formWrap {
	border-top: 2px solid #9c7e42;
	margin: 30px 0 40px;
}

#formWrap table th {
	text-align: left;
	background: #f6f6f6;
	padding: 15px 3px 15px 10px;
	vertical-align: middle;
	width: auto;
	font-size: 12px;
	border-bottom: 1px solid #9c7e42;
	white-space: nowrap;
}
#formWrap table th.hissuu {
	background: #f6f6f6;
}

#formWrap table td {
	font-size: 12px;
	padding: 15px 3px 15px 10px;
	border-bottom: 1px solid #9c7e42;
}

#formWrap table td.fairName {
	font-size: 17px;
	color: #9c7e42;
}

#formWrap input[type="text"] {
	border: 1px solid #c4c4c4;
	height: 30px;
	padding: 2px 5px;
	vertical-align: baseline;
	background: #fffde7;
	font-size: 14px;
	outline: none;
	width: 150px !important;
}
#formWrap input.w180 {
	width: 180px !important;
}
#formWrap input.w40 {
	width: 40px !important;
}
#formWrap input.w20 {
	width: 20px !important;
}


#formWrap textarea {
	font-size: 14px;
	padding: 5px;
	outline: none;
	width: 180px !important;
	height: 200px;
}



label.checkStyle,
label.checkShisetsu {
	display: inline-block;
	width: 160px;
	/*float: left;*/
	margin-bottom: 20px;
} 

label.checkStyle {
	margin-right: 30px;
	margin-bottom: 0;
	width: auto;
}

#btnConfirm input {
	display: block;
	width: 300px;
	height: 61px;
	background: url(../../../img/common/btn_confirm.png) no-repeat 0 0;
	background-size: 300px auto;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 20px auto 0;
}

#btnConfirm input:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.btnBack input {
	display: block;
	width: 300px;
	height: 61px;
	background: url(../../../img/common/btn_back.png) no-repeat 0 0;
	background-size: 300px auto;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 20px auto 0;
}
.btnBack input:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.btnSubmit input {
	display: block;
	width: 300px;
	height: 61px;
	background: url(../../../img/common/btn_submit.png) no-repeat 0 0;
	background-size: 300px auto;
	border: none;
	outline: none;
	cursor: pointer;
	margin: 20px auto 0;
}
.btnBack input:hover {
	filter: alpha(opacity=80);
    -moz-opacity: 0.8;
    opacity: 0.8;
}

.btnBackSubmitWrap {
	width: 100%;
	margin: 20px auto;
}

.btnBackSubmitWrap li {
	float: none;
	margin-right: auto;
	margin-left: auto;
}
.btnBackSubmitWrap li:nth-child(2) {
	float: none;
	margin-right: auto;
	margin-left: auto;
}




/*カレンダー
---------------------------------------------------------------------------------- */
.fair-date-title{
	text-align:center;
	font-size:14px;
	font-weight: bold;
	margin: 0 0 10px;
}
#fdWrap .fair-date-title{
	font-size:13px;
	font-weight: normal;
}

#calendar-area{
	overflow:hidden;
	margin:0 auto 10px;
	width: 100%;
}

.triangle-left:before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-right: 5px solid #333;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
	float:left;
	margin: 3px 8px 0 0;
}

.triangle-right:before {
	   content: "";
	   display: block;
	   width: 0;
	   height: 0;
	   border-left: 5px solid #333;
	   border-top: 5px solid transparent;
	   border-bottom: 5px solid transparent;
	float:right;
	margin: 3px 0 0 8px;
}

.prev{
	float:left;
	width:80px;
	line-height: 1.5;
	font-size: 12px;
}

.next{
	float:right;
	width:76px;
	line-height: 1.5;
	font-size: 12px;
	text-align: right;
}

table#calendar-table{
	margin-bottom:10px;
	border-collapse: separate;
	border-spacing: 2px;
}

table#calendar-table th{
	padding:6px 0;
	background:#f4f4f4;
	width:10%;
	text-align: center;
}

table#calendar-table td{
	background:#fff;
	color:#ccc;
	text-align:center;
	vertical-align: middle;
}

table#calendar-table td.off{
	background:#f4f4f4;
}

table#calendar-table th.sun{
	background: #db7088;
	color:#fff;
}

table#calendar-table th.sat{
	background: #4793d9;
	color:#fff;
}

.menu-index-photo {
	padding-right: 3.2%;
	float: left;
}

.menu-index-list li &gt; a {
	display: block;
}
#calendar-table td {
	color:#999;
}

#calendar-table td a {
	display: block;
	padding: 8px 5px;
	background:#ffffad;
}

#fair-information-title{
	font-size:13px;
	border-bottom:1px solid #c7c4bd;
	padding:0 0 5px;
	text-align: center;
	margin-bottom: 20px;
}


#timeTable {
	padding-top: 30px;
}

#timeTable dt {
	font-weight: bold;
	margin-bottom: 10px;
	font-size: 13px;
}

#timeTable dd {
	font-size: 12px;
}

.spMt10 {
	display: block;
	margin-top: 10px;
}
.spMt5 {
	display: block;
	margin-top: 5px;
}</pre></body></html>