@charset "utf-8";
/*
CSS Information
 File name:      top.css
 Author:         Administrator
 Style Info:     /sp/top.html
----------------------------------------------------- */

/* CSS override and Class setting
********************************** */
/* #headline
********************************** */
#headline {
	margin:10px auto;
	padding: 5px;
	background:#fff;
	color: #000;
}
ul.marquee {
display: block;
margin: auto;
padding: 0;
line-height: 1;
position: relative;
overflow: hidden;
width: 100%;
height: 26px;
}
ul.marquee li {
margin: 0;
position: absolute;
top: -999em;
left: 0;
display: block;
width: 100%;
white-space: nowrap;
color: #000;
overflow: visible;
box-sizing: border-box;
}
ul.marquee li div {
	display: none;
	/*height: 21px;*/
	position: absolute;
	width: 9999px;
	z-index: -1;
}
ul.marquee li.marquee-showing div {
	display: block;
}
ul.marquee li span {
	line-height: 26px;
	padding-left: 4px;
	display: block;
}

/* #cover
********************************** */
#covergallary {
	width: 100%;
	overflow: hidden;
}
#covergallary ul li img {
	max-width: 100%;
	vertical-align: top;
}
/* #pickUp
********************************** */
#content #pickUp ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	padding: 0 2px;
}
#content #pickUp li {
	width: 48%;
	margin: 0 0 30px;
	text-align: center;
}

#content #pickUp li a {
	display: block;
	font-size: 85%;
	color: #000;
}

#content #pickUp li a span {
	display: block;
	text-align: center;
	overflow: hidden;
	margin-bottom: 5px;
}

#content #pickUp li a img {
	width: auto;
	height: auto;
	max-width: 100%;
	vertical-align: top;
}

#content #pickUp li em {
	display: block;
	margin-bottom: 2px;
	text-align: center;
	font-style: normal;
	font-size: 100%;
	color: #00f;
}

/* #whatsNew #event NEW-ver.detail
********************************** */
#content #whatsNew .news_list,
#content #event .news_list {
	height: 300px;
	overflow: auto;
}
#content #whatsNew .newsec,
#content #event .newsec {
	position: relative;
	width: 100%;
	height: auto;
	padding: 10px;
	box-sizing: border-box;
}

#content #whatsNew .newsec h2.title,
#content #event .newsec h2.title {
	margin-bottom: 5px;
	text-align: center;
	font-size: 100%;
	color: #00f;
}
#content #whatsNew .newsec .time,
#content #event .newsec .time {
	display: block;
	margin-bottom: 5px;
	text-align: right;
}
#content #whatsNew .newsec .photo,
#content #event .newsec .photo {
	width: 100%;
	display: block;
	margin: 0 0 5px;
	text-align: center;
}
#content #whatsNew .newsec .photo img,
#content #event .newsec .photo img {
	max-width: 98%;
	max-height: 100%;
}
#content #whatsNew .newsec .news_body,
#content #event .newsec .news_body {
	width: 100%;
}
#content #whatsNew .newsec .news_body span,
#content #event .newsec .news_body span {
	display: inline;
	margin: 0;
	float: none;
	width: auto;
	overflow: auto;
}


#content section {	padding: 0 0 10px;}
#content .more {
	margin: 10px auto 0;
	width: 95% !important;
	height: 24px;
	text-align: center;
	font-weight: bold;
	line-height: 24px;
	background: #d0d0d0;
	padding: 0 !important;
}

#content .more a {
	display: block;
	padding: 0 !important;
	color: #fff;
	font-size: 100%;
}



