@charset "euc-jp";
div.information,
ul.information{
	height:100px;
	overflow-y:scroll;
	list-style-type:none;
	font-size:0.8em;
	padding:0;
}
ul.information li{
	border-bottom:dashed 1px #CCC;
}
ul.information li > span{
	padding-left:10px;
	padding-right:10px;
	display:table-cell;
	
}
ul.information li > a{
  display:table-cell;
  padding-left:10px;
}
ul.information li span.new{
	color:#f5697c;
}
ul.information li span.inf{
	color:#813a87;
}
ul.information li span.ups{
	color:#1e90ff;
}

ul.information li span::after{	content:"";}
.category_top {	list-style: none; margin:0 auto 1em; padding: 0;  max-width: 90%;}
.category_top a {background: #336; color: #fff;	display: block;	text-align: center;	font-size: 0.9em;
	padding: 1em 0.5em;	box-shadow: 2px 2px 0px #a3a3f7;}
.category_top li {margin-bottom: 0.5em;}
.category_top a:hover{opacity:0.8;}
.top_title {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	line-height: 1.5;
}
.bx-wrapper .bx-caption {
	background: rgba(0,0,0,0) !important;
	text-shadow: 0 0 3px #000,0px 0 3px #000,0px 0 3px #000;
	bottom: calc(50% - 1.2em) !important;
	display: inline !important;
	width: auto !important;
  font-size: 4vw;pointer-events: none; 
}
.bx-caption::after {
	content: "view more";
	font-size: 0.5em;
	padding: 0.5em 1em;
	background: #ecd062;
	text-shadow: none;
	color: #fff;
	margin: 0 1em;
	font-weight: bold;
	border-radius: 3px;
  pointer-events: none; 
}
.bx-wrapper .bx-viewport {border: none !important;	left: 0 !important;}
.bx-wrapper .bx-pager.bx-default-pager a{border-radius:0 !important;}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active{
  background:#ecd062 !important;
}
.slider {
	max-height: 45vw;
	overflow: hidden;
}


.cate_icons {
	display: flex;
	flex-flow: wrap;
	list-style: none;
	padding: 0;
}
.cate_icons li {width: calc(25% - 2%);margin: 0.5% 1% !important;font-size: 0.8em;	text-align: center;}
.cate_icons span {display: inline-block;}
.cate_icons img {display: block;}