@import url("global.css");


/* ------------------------------
 Index
------------------------------ */

.wrapper ul.list {
	margin: 10px 0;
}
.wrapper ul.list li {
	border-bottom: 1px solid #EFEFEF;
}
.wrapper ul.list li a {
	padding: 15px 0;
	display: block;
}
.wrapper ul.list li > div {
	padding: 15px 0;
}
.wrapper ul.list li p.img {
	width: 80px;
	height: 80px;
	float: left;
	margin-right: 12px;
	overflow: hidden;
}
.wrapper ul.list li p.date {
	color: #AAB7B7;
	font-size: 12px;
	line-height: 1.2;
}
.wrapper ul.list li p.date .icon img {
	vertical-align: middle;
	margin-left: 10px;
}
.wrapper ul.list li p.tag {
	display: inline-block;
	padding: 0 5px;
	color: #FFF;
	background-color: #333;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 11px;
	text-align: center;
	margin-bottom: 5px;
}
.wrapper ul.list li h2 {
	font-size: 15px;
	line-height: 1.4;
}

.cattitle {
	margin: 0 auto;
	width: 140px;
	font-size: 13px;
	text-align: center;
	position: relative;
}
.cattitle::after {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: -2px;
	height: 1px;
	background-color: #333;
}



/* ------------------------------
 Entry
------------------------------ */

.entrypost {
}
.entrypost .info {
	height: 20px;
	margin-bottom: 10px;
}
.entrypost .info .date {
	line-height: 20px;
	font-size: 15px;
	color: #AAB7B7;
	margin-right: 10px;
}
.entrypost .info .tag {
	padding: 0 5px;
	height: 20px;
	line-height: 20px;
	display: inline-block;
	color: #FFF;
	background-color: #333;
	border-radius: 2px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	font-size: 12px;
	text-align: center;
}
.entrypost h1 {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.4;
	margin-bottom: 30px;
	border-bottom: 1px solid #DDD;
	padding: 10px 0 10px 30px;
	background: url(../img/mark.gif) no-repeat left 15px;
	background-size: 20px 8px;
}
.entrypost .postbody {
	margin: 20px 0;
}
.entrypost p.bt_pdf {
	height: 42px;
	margin: 20px auto;
}
.entrypost p.bt_pdf a {
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	position: relative;
	display: block;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	color: #111;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #333
}
.entrypost p.bt_pdf a img {
	vertical-align: middle;
}

.entrypost p.bt_map {
	height: 42px;
	margin: 20px auto;
}
.entrypost p.bt_map a {
	height: 42px;
	line-height: 42px;
	padding: 0 15px;
	position: relative;
	display: block;
	text-decoration: none;
	outline: none;
	overflow: hidden;
	color: #111;
	box-sizing: border-box;
	background: #FFF;
	border: 1px solid #333
}
.entrypost p.bt_map a img {
	vertical-align: middle;
	margin-left: 10px;
}

.btn {
	width: 250px;
	height: 50px;
	margin: 30px auto;
}
#bt_reserve {
	width: 250px;
	height: 50px;
	background: url(../information/images/bt_reserve.png) no-repeat left top;
	background-size: contain;
	overflow: hidden;
	text-indent: -9999px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	cursor: pointer;
}

.moviebn {
	overflow: hidden;
	margin: 25px 10px 0;
}
.moviebn a {
	display: block;
	background-color: #333;
	text-align: center;
	height: 50px;
}
.moviebn a img {
	height: 50px;
	width: auto;
}


/* ---- Typography ---- */

.postbody p {	padding-bottom: 15px;}
.postbody img {
	max-width: 100%;
	height: auto;
	display:block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
	padding: 2px;
	border: 1px solid #DDD;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
}
.postbody ul {
	margin: 0 0 10px 10px;
}
.postbody ul li{
	margin-bottom: 5px;
	padding-left: 15px;
}
.postbody ol { margin: 0 0 10px 30px;}

.postbody ol li { list-style:decimal;}

.postbody h1 {
	font-size: 200%;
	background-image: none;
}
.postbody h1 * {
	font-size: inherit;
}
.postbody h2 {
	font-size: 180%;
	background-image: none;
	border: none;
	font-weight: inherit;
	height: auto;
	line-height: auto;
	margin-bottom: 0;
	padding-left: 0;
}
.postbody h2 * {
	font-size: inherit;
}
.postbody h3 {
	font-size: 160%;
	background-image: none;
	border: none;
}
.postbody h3 * {
	font-size: inherit;
}
.postbody h4 {
	font-size: 160%;
	background-image: none;
	border: none;
}
.postbody h4 * {
	font-size: inherit;
}
.postbody h5 {
	font-size: 140%;
	background-image: none;
	border: none;
}
.postbody h5 * {
	font-size: inherit;
}
.postbody h6 {
	font-size: 120%;
	background-image: none;
	border: none;
}
.postbody h6 * {
	font-size: inherit;
}
.postbody strong {
	font-weight: bold;
}
.postbody strong * {
	font-weight: inherit;
}












