@charset "utf-8";
/* CSS Document */


#newsBox dl{
	border-bottom:1px dotted #757575;
	margin-bottom:20px;
	padding-bottom:20px;
}

#newsBox dt{
	float:left;
	width:auto;
	margin-right:20px;
}

#newsBox  dd.title{
	clear:both;
	padding-top:10px;
	font-size:117%;
	text-decoration:underline;
}

#newsBox  dd.title a{
	color:#1c7abf;
}

#newsBox dd.category{
	color:#fff;
	font-size:83%;
	float:left;
	width:59px;
	height:16px;
	text-align:center;
	border-radius:4px;
	margin-top:1px;
	margin-right:10px;
	padding-top:1px;
}

#newsBox dd.info{
	background-color:#86b061;
}

#newsBox dd.important{
	background-color:#df5248;
}

#newsBox dd.restaurant{
	background-color:#e18d42;
}

#newsBox dd a.blank{
	background:url(../../images/common/icon/window.png) 95% 50% no-repeat;
	width:100%;
	padding-right:30px;
}

#newsBox dd a.pdf{
	background:url(../../images/common/icon/pdf.png) 95% 50% no-repeat;
	width:100%;
	padding-right:40px;
}


/*---------------
	pager
--------------*/

.pager{
	margin-top:25px;
}

.pager ul{
	text-align:center;
}

.pager ul li{
	display:inline-block;
	border:solid 1px #c6c6c6;
	margin:0 5px;
	margin-bottom:10px;
	background-color:#f0f0f0;
	text-align:center;
}

.pager ul li a{
	color:#333333;
	display:inline-block;
}

.pager ul li a:hover{
	background-color:#484848;
	color:#fff;
}

.pager ul li.prev a,
.pager ul li.next a{
	padding:10px 16px;
}

.pager ul li a{
	padding:10px 16px;
}

.pager ul li.nowpage a{
	background-color:#aaa;
}


/*---------------
	detail
--------------*/

#detail h2{
	margin-bottom:50px;
}

#detail h3{
	font-size:140%;
	border-bottom:solid 1px #e6e6e6;
	margin-bottom:20px;
	padding-bottom:20px;
	line-height:1.8;
}

#detail .chapter{
	overflow:hidden;
	margin-bottom:100px;
}

#detail .section{
	margin-bottom:50px;
	padding-bottom:50px;
	border-bottom:solid 1px #e6e6e6;
}

#detail .inner{
	overflow:hidden;
	margin-bottom:30px;
}

#detail .inner p.category{
	color:#fff;
	font-size:83%;
	float:right;
	width:59px;
	height:16px;
	text-align:center;
	border-radius:4px;
	margin-top:1px;
	margin-right:10px;
	padding-top:1px;
}

#detail .inner p.days{
	float:right;
}

#detail .inner p.info{
	background-color:#86b061;
}

#detail .inner p.important{
	background-color:#df5248;
}

#detail .inner p.restaurant{
	background-color:#e18d42;
}

#detail .division{
	clear:both;
}

#detail .division .text{
	display:table-cell;
	line-height:1.8;
	vertical-align:top;
	width:80%;
	padding:0 5px;
}

#detail .division .text p{
	word-break:break-all;
	word-wrap:break-word;
}


#detail .division .imgBox{
	display:table-cell;
	padding-left:20px;
}

#detail .division .imgBox ul li{
	margin-bottom:35px;
}


#detail p.btn{
	clear:both;
	text-align:center;
}


@media only screen and
(max-width : 640px) {
	
#newsBox dd.category{
	width:auto;
	min-width:6em;
}

#detail .inner p.category{
	width:auto;
	min-width:6em;
}


#detail .division .imgBox{
	display:block;
	margin:4% 0;
}

#detail .division .imgBox li{
	display:table-cell;
	width:45%;
	padding:0 2%;
}


}



