#wrapper_fair {
	font:normal 12px Verdana,'メイリオ','Meiryo','Osaka','ＭＳ Ｐゴシック',sans-serif;
	color: #241502;
	width:940px;
	letter-spacing:0.06em;
	line-height:150%;
}

.fair-window {
	padding:20px;
	height: 640px;
	/*overflow: auto;*/
}

.section-fair {
	clear:both;
}

/* unit */
.unit-fair {
	width:920px;
	padding-bottom:1em;
}

.unit-fair .icon {
	margin:0;
	padding:0 0 5px 0;
}

.unit-fair .icon li {
	background:none;
	float:left;
	margin:0 5px 5px 0;
}

.fair-window .unit-fair .icon li.fair_ag02 {
	color:#ffffff;
	letter-spacing:0.03em;
	line-height:1.5;
	background-color:#2e921d;
	font-size:9px;
	width:56px;
	height:16px;
	text-align:center;
	padding:0;
	font-family:"MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}

.fair-window .unit-fair .icon li.fair_hn02 {
	color:#ffffff;
	letter-spacing:0.03em;
	line-height:1.5;
	background-color:#f9bb00;
	font-size:9px;
	width:56px;
	height:16px;
	text-align:center;
	padding:0;
	font-family:"MS PGothic","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,Sans-Serif;
}

.unit-fair .option {
	margin:0;
	padding:0 0 10px 0;
}

.unit-fair .option li {
	background:none;
	float:left;
	margin-right:5px;
}

.unit-fair p {
	margin-bottom:1em;
}

.reserve_time{
	margin:4px 0 0;
}

.unit-fair h3 {
	font-weight:bold;
	color:#ff8d8d;
	font-size:120%;
	margin:0 0 10px 0;
	clear:both;
}

.fair_day {
	color:#ff8d8d;
	font-size:120%;
	font-weight:bold;
	margin-bottom:0.7em;
}

.unit-fair h4 {
	color:#241502;
	font-weight:bold;
	background-color:#efefef;
	padding:5px;
	margin-bottom:1em;
}

.unit-fair h4.catch {
	clear:both;
	color:#000;
	background-color:#fff;
	font-weight:bold;
	padding:5px 0px;
	margin-bottom:10px;
	font-size:1.2em;
	line-height:1.3em;
}

.unit-fair .box-a {
	width:340px;
	float:left;
}

.unit-fair .box-b {
	width:580px;
	float:left;
}

.section-fair .unit-fair .privilege {
	margin-bottom:1em;
	background:none;
	padding:0;
}

.section-fair .unit-fair .privilege h4 {
	background:none;
	margin-bottom:0;
	padding:0;
	height:22px;
	overflow:hidden;
	background-color:#fff;
}

.section-fair .unit-fair .privilege p {
	background-color:#fce1e1;
	padding:10px;
	margin:0;
}

.fair_jyokyo {
	font-size:16px;
}

/* table-a */
.box-b .table-a{
	border-bottom:1px dotted #CCC;
	width:100%;
	border-collapse:collapse;
	border-spacing:0;
}
.box-b .table-a p {
	margin:0;
}

.box-b .table-a th{
	padding:8px;
	background-color:#FAFAFA;
	border-top:1px dotted #CCC;
	border-right:1px dotted #CCC;
}

.box-b .table-a td{
	padding:8px;
	border-top:1px dotted #CCC;
	border-right:none;
	border-bottom:none;
	border-left:none;
}

.box-b .table-a td p {
	text-align:center;
}

.box-b .table-a td.fairtime {
	text-align:left;
	padding:8px 0 8px 15px;
}

/* button */
.reserve_time a{
	margin:0 auto;
}

.reserve{
	float:right;
}


/* tbl_ftit */
.tbl_ftit {
	width:580px;
	background-color:#efefef;
	margin:0 0 10px;
}

.tbl_ftit td p {
	text-align:center;
	font-weight:bold;
	padding:10px 0 0 0;
}

.tbl_ftit td.fairtime p {
	text-align:center !important;
	font-weight:bold;
	padding:10px 0 0 15px;
}


/* FAIR LIST */

#tab_fair{
	margin:0 auto;
	padding:0;
	width:980px;
}

#tab_fair li {
	float:left;
	margin:0;
	height:84px;
}



.nav_box{
	width:410px;
	margin:30px auto 30px;
}

.nav_box p{
	float:left;
	margin-right:10px;
}

.fair_block{
	width:980px;
	margin: 0 auto;
	border:1px solid #463019;
	border-top:none;
	padding:30px 50px;
	box-sizing:border-box;
}

.fair_block .day_select{
	text-align:center;
}

.fair_block .day_select .selectbox{
	position:relative;
	width:600px;
	margin:0 auto;
}

.fair_block .day_select .selectbox .inner{
	background:#F5F0E0;
	width:600px;
	padding:10px;
	box-sizing:border-box;
	margin:10px auto;
}

.fair_block .day_select .selectbox .inner p{
	float:left;
}

.fair_block .day_select .selectbox #datepicker{
  visibility: hidden;
	position:absolute;
	top:40px;
	right:0;
	z-index:99999;
		-webkit-border-radius: 4px;
    border-radius: 4px;
		-webkit-transition: 0.4s;
-moz-transition:  0.4s;
-ms-transition: 0.4s;
-o-transition: 0.4s;
transition: 0.4s;
}

.fair_block .day_select .selectbox:hover #datepicker{
	visibility: visible;
  opacity: 1;
	transition: .5s;
}

.fair_block .day_select input{
	background:none;
	width: 548px;
	font-size:20px;
	border:none;
	outline: none;
	color:#453019;
}

.fair_block .day_select input::-webkit-input-placeholder {
	font-size:16px;
	font-weight:bold;
	padding-top:5px;
}

.fair_block .day_select .selectbox button{
	background:#CD972A;
	border:none;
	color:#FFF;
	font-size:14px;
	font-weight:bold;
	padding:10px;
	text-align:center;
	width:300px;
	margin-bottom:30px;
}


.fair_block .tab{
	text-align:center;
	margin-bottom:50px;
}

.fair_block .tab_menu{
	margin-top:10px;
}

.fair_block .tab_menu li{
	display: inline-block;
	margin-right:5px;
}

.fair_block .tab_menu li a{
	background:#E9DAB4;
	padding:4px 10px;
	min-width:100px;
	text-align:center;
	color:#FFF;
	font-size:13px;
	display:block;
}

.fair_block .tab_menu li.active a, .fair_block .tab_menu li a:hover{
	background:#CD972A;
}

.fair_block .tab_week{
	margin-top:20px;
}

.fair_block .tab_week li{
	display: inline-block;
}

.fair_block .tab_week li a{
	background:#CD972A;
	padding:20px 23px 26px;
	width:30px;
	height:30px;
	text-align:center;
	color:#FFF;
	font-size:24px;
	display:block;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.fair_block .tab_week li.check a{
	background:#E9DAB4!important;
}

.fair_block .tab_week li.active a, .fair_block .tab_week li a:hover, .fair_block .tab_week li.checked a, .fair_block .tab_week li a{
	background:#CD972A;
}

.fair_box table{
 border-collapse: collapse; 
}

.fair_box tr{
	margin-bottom:30px;
}

.fair_box th{
	border:1px solid #D5B771;
	background:#F5F0E0;
	color:#45301A;
	font-size:18px;
	font-weight:bold;
	text-align:center;
	width:100px;
}

.fair_box th .date span{
	font-size:22px;
}

.fair_box th .num{
	color:#CDA378;
	font-size:16px;
	margin-top:10px;
	line-height:1.2;
}

.fair_box th .num span{
	font-size:30px;
}

.fair_box td{
	border-top:1px solid #D5B771;
	border-right:1px solid #D5B771;
	border-bottom:1px solid #D5B771;
	padding: 30px 30px 10px;
}

.fair_block .fair_box .box{
	position:relative;
	margin-bottom: 30px;
}

.fair_box .photo{
	width:250px;
	height:250px;
	overflow:hidden;
	float:left;
	margin-right:20px;
}

.fair_box .photo img{
	width:100%;
}

.fair_box .info_box{
	width:440px;
	float:left;
	position:relative;
}

.fair_block .fair_box .title_box{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #E9DAB4;
}

.fair_box .title_box .date{
	font-size:16px;
	color:#453019;
	font-weight:bold;
}

.fair_box .title_box .title{
	font-size:20px;
	color:#FA7BA3;
	font-weight:bold;
	width:344px;
	height:80px;
	overflow:hidden;
	line-height:1.2;
	margin-top:5px;
}

.fair_box .title_box .clip{
	position:absolute;
	top:0;
	right:0;
	width:77px;
}

.fair_box .title_box .clip a{
	display:block;
}

.fair_box .title_box .clip a img{
	width:100%;
}


.fair_box .fair_icon{
	margin-top:10px;
}

.fair_box .fair_icon li{
	float:left;
	width:76px;
	margin-right:4px;
}

.fair_box .fair_category li{
	min-width:60px;
	color:#FFF;
	padding:2px 6px;
	float:left;
	font-size:10px;
	text-align:center;
	margin-right:4px;
	margin-bottom:4px;
}

.fair_box .txt{
	margin-top:10px;
	width:440px;
	height: 60px;
  line-height: 1.8;
	overflow:hidden;
}

.fair_box .detail_txt{
	margin-top:10px;
	width:577px;
	height:auto;
  line-height: 1.8;
	overflow:hidden;
}

.fair_box .btn{
	margin-top:10px;
	text-align:right;
}

.clip_block{
	margin-top:30px;
	border-top:1px solid #463019;
	padding: 50px;
}

.clip_block .fair_box .info_box .btn_del{
	position:absolute;
	top: -24px;
  right: -20px;
}

.clip_block .fair_box .title_box .title {
    width: 440px;
}


.fair_detail{
	width:980px;
	border:1px solid #D5B771;
	border-top:6px solid #D5B771;
	box-sizing:border-box;
	padding:40px;
	margin-top:30px;
}

.fair_detail .photo{
	width:275px;
	height:275px;
	overflow:hidden;
	float:left;
	margin-right:44px;
}

.fair_detail .photo img{
	width:100%;
}

.fair_detail .info_box{
	width:577px;
	float:left;
}

.fair_detail .title_box{
	position:relative;
	padding-bottom:10px;
	border-bottom:1px solid #E9DAB4;
}

.fair_detail .title_box .date{
	font-size:16px;
	color:#453019;
	font-weight:bold;
}

.fair_detail .title_box .title{
	font-size:20px;
	color:#FA7BA3;
	font-weight:bold;
	height:50px;
	overflow:hidden;
	line-height:1.2;
	margin-top:5px;
	width: 500px;
}

.fair_detail .title_box .clip{
	position:absolute;
	top:0;
	right:0;
}

.fair_detail .fair_icon{
	margin-top:10px;
}


.fair_detail .fair_icon li{
	float:left;
	width:76px;
	margin-right:4px;
}

.fair_detail .fair_category li{
	min-width:60px;
	color:#FFF;
	padding:2px 6px;
	float:left;
	font-size:10px;
	text-align:center;
	margin-top:10px;
	margin-right:4px;
}

.fair_detail .point_box{
	margin-top:20px;
}

.fair_detail .point_box .txt_point{
	border:3px solid #CEA958;
	border-top:none;
	background:#FCFAF3;
	padding: 18px;
	width:577px;
	box-sizing:border-box;
	margin-bottom:20px;
}
	
.fair_detail .txt{
	margin-top:10px;
	width:440px;
	height:52px;
	overflow:hidden;
}

.fair_detail .tit_reserve, .other_contents .tit_reserve{
	font-size:16px;
	color:#453019;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	margin:20px 0 10px;
	font-weight:bold;
}

.tbl_ftit {
    width: 577px;
    background-color: #EEE9E5;
    margin: 0 0 10px;
		padding-bottom:10px;
}

/* table-c */
.table-c {
	width: 577px;
	margin:0 0 25px;
}

.table-c td {
	text-align:center;
	font-weight:nomal;
	padding:6px 0 12px 0;
}

.table-c th{
	border-bottom:1px dotted #999;
}

.table-c td{
	border-bottom:1px dotted #999;
}

.table-c td.fairtime p{
	text-align: center !important;
    font-weight: bold;
    padding: 10px 0 10px 15px;
}

.fair_detail .contents{
	margin-top:30px;
}

.fair_detail .value_box{
	border:2px solid #AA272D;
	padding:10px;
	box-sizing:border-box;
	width:50%;
	float:left;
	min-height:130px;
	line-height:1.6;
}

.fair_detail .value_box .tit{
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color:#AA272D;
	font-size:18px;
	font-weight:bold;
	margin-bottom:10px;
}

.fair_detail .sub_box{
	border:1px solid #AAAAAA;
	background:#F5F5F5;
	padding:20px;
	box-sizing:border-box;
	width:48%;
	float:right;
	min-height:130px;
	line-height:1.6;
}


.fair_detail .btn_reserve{
	text-align:center;
	margin-top:50px;
}

.btn_back{
	text-align:center;
	margin-top:50px;
	padding-bottom: 20px;
}

.other_contents{
	margin: 0 auto 100px;
}

.other_contents .tit{
	margin:50px 0 20px;
}

.other_contents .fair_box table {
    width: 100%;
}

.other_contents .fair_box .info_box {
    width: 540px;
}

.other_contents .fair_box .title_box {
    padding-bottom: 10px;
    border-bottom: 1px solid #E9DAB4;
}

.other_contents .fair_box .title_box .title {
    width: 430px;
}

.other_contents .fair_box .txt {
    width: 530px;
}

.other_contents .other_box{
	border:1px solid #D5B771;
	padding:40px;
	width:100%;
	box-sizing:border-box;
}

.other_contents .other_box .photo {
    margin-right: 40px;
}

.other_contents .other_box .info_box {
    width: 600px;
}

.other_contents .other_box .title {
	height:auto;
}

.other_contents .other_box .fair_category {
	margin-top:10px;
}

.other_contents .other_box select {
	font-size:15px;
	padding:10px;
	width:100%;
	box-sizing:border-box;
	background:#F5F0E0;
	color:#453019;
	border:none;
	margin:0px 0 20px;
	font-weight:bold;
	outline: none;
}

.mycalendar table{
	border: #dddddd solid 1px;
	border-collapse: collapse;
	line-height:1em;
  float: left;
  margin: 5px;
}
.mycalendar table th{
	border: #dddddd solid 1px;
	background-color: #162F6B;
	padding: 5px;
	color: #FFFFFF;
  font-size: 0.9em;
}
.mycalendar table td{
	border: #dddddd solid 1px;
	padding:10px;
  text-align: right;
  cursor: pointer;
}
.mycalendar table td:hover{
  background-color: #FFF09E;
}
/**************************
 * ボタン用
 **************************/
.calendar_button a{
	color: #FFFFFF;
	text-decoration: none;
	font-weight: normal;
	display: inline-block;
	background-color: #878787;
	padding: 5px;
	border-radius: 3px;
}
.calendar_button a:hover{
	background-color: #9E9E9E;
}


#side_btn{
	position:fixed;
	right:0;
	top:116px;
}

#side_btn .btn{
	position:relative;
}

#side_btn .btn .number{
	position:absolute;
	top: 31px;
  left: 24px;
	color:#AA272D;
	width:20px;
	font-size:14px;
	font-weight:bold;
	text-align:center;
}

#side_btn .btn:hover .number{
	color:#D23E45;
}




