@charset "utf-8";

@import url('https://fonts.googleapis.com/css?family=Kanit:700');

.content {
    margin-bottom: 0;
}

.container .index-list {
	width: 100%;
	background: #eee;
	margin: 60px auto 0;
	position: relative;
}

.container .index-list dd a {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}

.acms-entry .bx-wrapper {
	margin-bottom: 20px;
}

.acms-entry ul.bxSlider01,
.acms-entry ul.bxSlider02 {
	margin-top: 0;
}

.acms-entry .layout-frame h2 {
	margin: 0;
}

.acms-entry .layout-frame table {
	margin: 10px 0 0;
}

.recently-area {
	margin-top: 30px;
	padding: 0 0 40px;
}

.list-wrap dd li {
    display: inline-block;
    margin: 0 5px 10px 5px;
}
.index-list .cat-area dl {
	display: flex;
}
.index-list .cat-area dt {
	display: flex;
	align-items: center;
}
.index-list .cat-area dl:last-child {
	margin-top: 10px;
}
.index-list .cat-area dd ul {
	display: flex;
	flex-wrap: wrap;
	gap: 5px;
}
.index-list .cat-area dd li {
	margin: 0;
}
.list-wrap li a {
	background: #FFF;
    border: solid 1px #ccc;
    padding: 4px 10px;
    border-radius: 5px;
    display: inline!important;
}
.list-wrap li a.stay {
	background-color: #333;
	color: #fff;
}
.list-wrap li a:hover {
	text-decoration: none;
	opacity: 0.7;
}


@media only screen and (max-width:768px) {
	.index-list .cat-area dl {
		display: block;
	}
}

.ex-btn-002 a, 
.ex-btn-002 a:link, 
.ex-btn-002 a:visited, 
.ex-btn-002 a:active {
	width: 60%;
    margin: 40px auto 0;
	padding: 15px !important;
	background: #2c54b8 url(../../../images/icon_win_w.png) no-repeat 95% 50% !important;
	color: #fff !important;
}

.ex-btn-002 a:hover {
	border: 1px solid #000 !important;
	background: #000 url(../../../images/icon_win_w.png) no-repeat 95% 50% !important;
	color: #fff !important;
}