@charset "utf-8";

/**************************************

News

**************************************/

#news-block{
	margin:0 0 12px 0;
}

#news-block dl {
}

#news-block dl:last-child{
	border-bottom:none;
}

#news-block dt {
	padding:10px 10px 0;
	clear:both;
}
#news-block dt .date {
	color:#937120;
	margin:0 4px 0 0;
	font-size:100%;
	float:left;
}

#news-block dt .icon {
margin-right: 1px;
padding: 2px 6px 1px;
color: #FFFFFF;
font-size: 0.9em;
}

#news-block dt .new {
	color:#A10A18;
	font-weight:bold;
	float:left;
	margin:0 6px 0 0;
}

#news-block dt .title {
	font-size:155%;
	font-weight:bold;
	font:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	color:#303030;
}

#news-block dd {
	border-bottom:1px dotted #BFBFCE;
	margin-bottom:10px;
	padding:7% 3% 6% 3%;
	clear:both;
	font-size:100%;
	word-break:break-all;
	overflow:hidden;
}

#news-block dd:last-child{
	border-bottom:none;
}

#news-block dd img {
	max-width:100%;
	margin:0 0 10px 0;
	height:auto !important;
}
#news-block dd a {
	color:#227eba;
	text-decoration:underline;
}
/*
#news-block dd.3btn_area{
	box-sizing:border-box;
	margin:0 auto;
	text-align:center;
}




#news-block .blog_btn {
background: -moz-linear-gradient(top, #FF7727, #BB4805);
background: -webkit-gradient(linear, left top, left bottom, from(#FF7727), to(#BB4805));
text-align: center;
font-size: 12px;
-webkit-border-radius: 4px 4px 4px 4px;
border-radius: 4px 4px 4px 4px;
border: 1px solid #A18448;
-webkit-box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
box-shadow: 0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
-webkit-text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.3);
font-weight: bold;
width:30%;
float:left;
margin:10px 4px;
}

#news-block .blog_btn a {
	display:block;
	padding:12px 10px 11px 10px;
	color:#FFF;
	text-decoration:none;
}
*/

.h-nav2 {
	width:100%;
	clear:both;
	font-weight:bold;
	margin-bottom:10px;
	background: -moz-linear-gradient(top, #FF7727, #BB4805);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7727), to(#BB4805));
}

.h-nav2 li{
	float:left;
	width:33%;
	background: -moz-linear-gradient(top, #FF7727, #BB4805);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7727), to(#BB4805));
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-right: 3px solid #FFF;
	font-size:13px;
}

.h-nav2 li.fair{
	float:left;
	width:34%;
	background: -moz-linear-gradient(top, #FF7727, #BB4805);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7727), to(#BB4805));
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-right:  10px solid #FFF;
}

.h-nav2 li.fair2{
	float:left;
	width:33%;
	background: -moz-linear-gradient(top, #FF7727, #BB4805);
	background: -webkit-gradient(linear, left top, left bottom, from(#FF7727), to(#BB4805));
	text-align:center;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	box-sizing:border-box;
	border-right: 3px solid #FFF;
	border-left: 10px solid #FFF;
}

.h-nav2 li a{
	color:#fff;
	padding:10px 0 8px;
	display:block;
}

/*.h-nav li:last-child  {
	width:34%;
}*/
.h-nav2 span.fair {
	background:url(../img/common/icon_fair.png) no-repeat 0px 6px;
	padding:6px 0 4px 17px;
	background-size:14px 15px;
}

.h-nav2 span.reserve {
	background:url(../img/common/icon_res.png) no-repeat left 3px;
	padding:6px 0 4px 21px;
	background-size:14px 20px;
}

.h-nav2 span.access {
	background:url(../img/common/icon_acc.png) no-repeat left 4px;
	padding:6px 0 4px 23px;
	background-size:14px 19px;
}


/************************************************

	archive

************************************************/

#archive {
width:95%;
margin: 0px auto;
padding-bottom:15px;
}

#archive img.space{
        padding: 0 0 0px 0;
}

#archive .open{
	background: -moz-linear-gradient(top, #D1AB5E, #A18448);
	background: -webkit-gradient(linear, left top, left bottom, from(#D1AB5E), to(#A18448));
	border:1px solid #A18448;
	position:relative;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 10px;
	-webkit-border-radius:4px 4px 4px 4px;
	border-radius:4px 4px 4px 4px;
	-webkit-box-shadow:0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
	box-shadow:0 0 1px 1px rgba(255, 255, 255, 0.3) inset, 0 1px 1px rgba(0, 0, 0, 0.3);
	-webkit-text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);
	text-shadow:0 -1px 1px rgba(0, 0, 0, 0.3);
	font-weight:bold;
	font-size:120%;
	text-align: center;
}

#archive .open p{
	color:#fff;
}

#archive .menu li{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),color-stop(1, #f7f7f7));
	border-bottom:1px solid #BFBFCE;
	border-bottom-style: dotted;
	border-left:1px solid #BFBFCE;
	border-right:1px solid #BFBFCE;
	position:relative;
text-align: left;
}

#archive .menu li:last-child{
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff),color-stop(1, #f7f7f7));
	border-bottom:1px solid #BFBFCE;
	border-left:1px solid #BFBFCE;
	border-right:1px solid #BFBFCE;
	position:relative;
	text-align: left;
	-webkit-border-radius:0px 0px 4px 4px;
	border-radius:0px 0px 4px 4px;
}

#archive .menu a{
	display:block;
	width:95%;
	height:40px;
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height:40px;
	background:url(../img/common/icon.gif) no-repeat 8px 50%;
	padding:0px 0px 0px 22px;
text-align: left;
}

#archive .menu li.close{
	text-align: right;
}

#archive .menu li.close span a{
	display:block;
	width:95%;
	height:40px;
	font-size:14px;
	color:#000;
	font-weight:bold;
	line-height:40px;
	background:none;
	padding:0px 15px 0px 0px;
}



.ranking01 .box{
	background:url(../plan/img/rank1.png) no-repeat right;
	background-size:80px 50px;
}
.ranking02 .box{
	background:url(../plan/img/rank2.png) no-repeat right;
	background-size:80px 50px;
}
.ranking03 .box{
	background:url(../plan/img/rank3.png) no-repeat right;
	background-size:80px 50px;
}



/************************************************

	Clear

************************************************/
.clearfix
{
	zoom:1;
}

.clearfix:after
{
	content:''; display:block; clear:both; overflow:hidden;
}


main.main_top {
  margin-bottom: 7%;
}
