@charset "UTF-8";

/* =========================================================================
 top.css （トップページ　コンテンツ内要素の設定）

[目次]

　1.コンテナ
　2.メインスライド画像
　3.メインコンテンツ
　4.サイドコンテンツ
 5.解像度対応
========================================================================= */

/* -------------------------------------------------------------------------
 1.コンテナ
------------------------------------------------------------------------- */
#container {
	padding: 0 0 25px;
}

/* -------------------------------------------------------------------------
 2.メインスライド画像
------------------------------------------------------------------------- */
#slide-wrapper {
	overflow: hidden;
	position: relative;
	width: 100%;
}
#slide-img {
	margin: 0 auto 65px;
	padding: 0 0 10px;
	position: relative;
	width: 100%;
}
#slide-img .bx-wrapper {
	width: 100% !important;
	position: relative;
}
#slide-img .bx-viewport {
    overflow: visible !important;
}
#slide-img .bx-wrapper .bx-pager {
    margin:0 auto;
    width:980px;
    background:#fff;
}
#slide-img ul {
	margin: 0;
	padding: 0;
}
#slide-img ul li {
	width: 980px;
	padding: 0 0 10px;
	background: none;
}
#slide-img ul li a {
	display: block;
	margin: 0;
}
#slide-img ul li a:hover {
	opacity: 0.90;
	filter: alpha(opacity=90);
}
#slide-img .bx-prev,
#slide-img .bx-next {
    position: absolute;
    height: 20px;
    outline: medium none;
    text-indent: -9999px;
    width: 20px;
}
#slide-img .bx-next {
	background: #fff url("../images/top/slide-right.png") no-repeat scroll 0 0;
	bottom: 0;
	right: 0;
	top: 50%;
}
#slide-img .bx-prev {
	background: #fff url("../images/top/slide-left.png") no-repeat scroll 0 0;
	bottom: 0;
	left: 0;
	top: 50%;
}

/* -------------------------------------------------------------------------
 3.メインコンテンツ
------------------------------------------------------------------------- */
#content {
	float: right;
	width: 670px;
}

/* スライドニュース
---------------------------------------------------------------------- */
#slide-news {
	background: rgba(0, 0, 0, 0.7) none repeat scroll 0 0;
	padding: 0;
	position: absolute;
	width: 920px;
	top: 440px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}
#slide-news ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
}
#slide-news ul li {
	padding: 0;
}
#slide-news ul li .slide-news-date {
	margin: 0 20px;
}
#slide-news ul li a {
	text-decoration: none;
	color: #FFF;
	display: block;
	padding: 10px;
}
#slide-news ul li a:hover,
#slide-news ul li a:active,
#slide-news ul li a:focus {
	color: #FFA700;
}

/* トップバナー
---------------------------------------------------------------------- */
#top-banner {
	background: #fff none repeat scroll 0 0;
	padding: 10px;
	position: absolute;
	width: 930px;
	top: 490px;
	left: 0;
	right: 0;
	margin: 0 auto;
	overflow: hidden;
}
#top-banner ul {
	margin: 0 auto;
	overflow: hidden;
	padding: 0;
	text-align: center;
}
#top-banner ul li {
	float: left;
	margin: 0;
	padding: 0;
	width: 50%;
	position: relative;
}
#top-banner span {
	color: #fff;
	font-size: 145%;
	left: 0;
	margin: auto;
	position: absolute;
	right: 0;
	top: 23px;
}

/* EVENT TOPICS
---------------------------------------------------------------------- */
#event {
	margin: 0 0 20px;
}
#event h2 {
	margin: 0;
}
#event #event-body {
	background: rgba(0, 0, 0, 0) url("../images/base/contents_bg.png") repeat scroll 0 0;
	padding: 20px;
	position: relative;
}
#event #event-body ul {
	margin: 0;
	overflow: hidden;
	padding: 0;
	display: flex;
}
#event #event-body ul li {
	background: #fff none repeat scroll 0 0;
	float: left;
	margin: 0;
	padding: 10px;
	border-left: 5px solid #f8f8f8;
	border-right: 5px solid #f8f8f8;
	text-align: center;
	width: 180px;
	overflow: hidden;
}
#event #event-body ul li img {
    margin: 0 0 10px;
    width: 180px;
    height: auto;
}
#event #event-body ul li a {
	text-decoration: none;
}
#event #event-body ul li span.date,
#event #event-body ul li span.event-title {
	text-align: left;
	display: block;
}
#event #event-body ul li span.date {
	margin: 0 0 5px;
	color: #000;
}
p.link {
	margin: 10px 5px 0 0;
	text-align: right;
}
p.link a {
	background: rgba(0, 0, 0, 0) url("../images/base/link_bg.png") no-repeat scroll right center;
	color: #000;
	padding: 0 17px 0 0;
	text-decoration: none;
}
p.link a:hover,
p.link a:active,
p.link a:focus {
	color: #FFA700;
}
.link-area {
    background: #fff none repeat scroll 0 0;
    min-height: 300px;
    padding: 10px;
}
#event #event-body .bx-wrapper {
	max-width: 100% !important;
}
#event #event-body .bx-viewport {
	height: auto !important;
}
#event #event-body .bx-prev,
#event #event-body .bx-next {
	height: 20px;
	width: 20px;
	outline: medium none;
	text-indent: -9999px;
	position: absolute;
}
#event #event-body .bx-next {
	background: #fff url("../images/top/slide-right.png") no-repeat scroll 0 0;
	right: 0;
	top: 140px;
	z-index: 1;
	display: block;
}
#event #event-body .bx-prev {
	background: #fff url("../images/top/slide-left.png") no-repeat scroll 0 0;
	left: 0;
	top: 140px;
	z-index: 1;
	display: block;
}

/* ちえりあからのお知らせ
---------------------------------------------------------------------- */
#news, #important {
	margin: 0 0 20px;
}
#news h2, #important h2 {
	margin: 0;
}
#news #news-body, #important #important-body {
	background: rgba(0, 0, 0, 0) url("../images/base/contents_bg.png") repeat scroll 0 0;
	padding: 20px;
}
#news #news-body dl, #important #important-body dl {
	font-size: 110%;
	background: #FFF;
	padding: 5px 20px;
}
#news #news-body dt, #important #important-body dt {
	padding: 10px 0;
}
#news #news-body dd, #important #important-body dd {
	border-bottom: 1px dotted #000;
	padding: 0 0 20px;
}
#news #news-body dd:last-child, #important #important-body dd:last-child {
	border: none;
}
#news #news-body dd img {
	margin-left: 5px;
	vertical-align: middle;
}

/* TOPICS
---------------------------------------------------------------------- */
#topics {
	margin: 0 0 20px;
}
#topics h2 {
	margin: 0;
}
#topics #topics-body {
	background: rgba(0, 0, 0, 0) url("../images/base/contents_bg.png") repeat scroll 0 0;
	padding: 20px;
}
#topics #topics-body dl {
	font-size: 110%;
	background: #FFF;
	padding: 5px 20px;
}
#topics #topics-body dt {
	padding: 10px 0;
}
#topics #topics-body dt img {
	margin: 0 0 0 5px;
	vertical-align: middle;
}
#topics #topics-body dd {
	border-bottom: 1px dotted #000;
	padding: 0 0 20px;
}
#topics #topics-body dd:last-child {
	border: none;
}
#topics #topics-body dd img {
	margin-left: 5px;
	vertical-align: middle;
}

/* 広報誌
---------------------------------------------------------------------- */
#kouhou {
	margin: 0 0 20px;
}
#kouhou h2 {
	text-align: center;
	border: none;
	background: rgba(0, 0, 0, 0) url("../images/top/kouhou_h2-border.png") repeat-x scroll 0 center;
	margin: 0 0 15px;
	padding: 0;
}
#kouhou h2 span {
	background: #fff url("../images/top/kouhou_h2.png") no-repeat scroll 0 0;
	display: inline-block;
	height: 57px;
	margin: 0;
	text-indent: -9999px;
	width: 84px;
}
#kouhou ul {
	margin: 0 auto;
	padding: 0;
	overflow: hidden;
	text-align: center;
}
#kouhou ul li {
	margin: 0 0 10px;
	min-height: 290px;
	padding: 0;
	float: left;
	width: 33.3%;
	background: rgba(0, 0, 0, 0) url("../images/top/kouhou_bg.png") no-repeat scroll center -4px;
}
#kouhou ul li img {
	margin-bottom: 15px;
	width: 160px;
	height: auto;
}
#kouhou ul li img.wcv_ww_fileicon {
    height: auto;
    margin: 0 2px;
    width: auto;
}
#kouhou hr {
	background: rgba(0, 0, 0, 0) url("../images/top/kouhou_border.png") repeat-x scroll 0 0;
	border: medium none;
	height: 7px;
	margin: 0;
}

/* -------------------------------------------------------------------------
 4.サイドコンテンツ
------------------------------------------------------------------------- */
/* カレンダー以外はトップページのサイドナビを下層ページで使用するページがあるため、 base.css で設定 */

/* カレンダーエリア
---------------------------------------------------------------------- */
#calendar {
	margin: 0 0 20px;
	background: rgba(0, 0, 0, 0) url("../images/base/contents_bg.png") repeat scroll 0 0;
    padding: 20px;
    text-align: center;
    width: 250px;
}
#calendar #calendar-body {
	background: #FFF;
}
#calendar #calendar-body p.link {
	padding: 10px 0;
}

#important {
	margin-bottom: 20px;
}

/* -------------------------------------------------------------------------
 5.解像度対応
------------------------------------------------------------------------- */
/* スクリーンサイズが横幅980px以下の場合 */
@media only screen and (max-width: 980px) {

	/* スライド画像 */
	#slide-img .bx-prev {
		left: 0px;
	}
	#slide-img .bx-next {
		right: 0px;
	}
	#slide-img {
		left: 0;
		margin: 0 auto;
		width: 100%;
	}
/*
	#slide-img .bx-viewport {
		width: unset !important;
	}
*/
	/* スライドニュ―ス */
	#slide-news {
		width: 100%;
		display: none;
	}

	/* トップバナー */
	#top-banner {
		position: relative;
		top: 0;
		margin: 0 10px;
		padding: 0;
		width: auto;
	}
	#top-banner ul li {
		width: 100%;
		float: none;
		margin: 0 0 15px;
	}
	#banner_link-text {
		margin: 0 auto;
		overflow: hidden;
		padding: 0;
		position: absolute;
		top: 0;
		width: 100%;
	}
	#banner_link-text p {
		float: none;
		height: 77px;
		margin-bottom: 15px;
		line-height: 3.5;
		width: 100%;
	}

	/* メインコンテンツ */
	#content {
		width: 100%;
		float: none;
	}

	/* EVENT TOPICS・ちえりあからのお知らせ・TOPICS */
	#event, #news, #topics, #important {
    	margin: 0 10px 20px;
	}
	#event #event-body, #news #news-body, #topics #topics-body, #important #important-body {
		padding: 10px;
	}

	/* EVENT TOPICS */
	#event #event-body .bx-wrapper {
		width: 100% !important;
	}
	#event #event-body ul li {
		width: 100% !important;
	}
	#event #event-body ul li span.date,
	#event #event-body ul li span.event-title {
		text-align: center;
	}

	/* 広報誌 */
	#kouhou h2 {
		margin: 0 10px 15px;
	}
	#kouhou ul li {
		width: 100%;
		margin: 0 0 15px;
	}
	#kouhou hr {
		margin: 20px 10px;
	}

	/* カレンダー */
	#calendar {
		width: auto;
		margin: 0 10px 20px;
		padding: 10px;
	}

}
@media only screen and (max-width: 500px) {
	#top-banner span {
		font-size: 130%;
		top: 22px;
	}
}
@media only screen and (max-width: 460px) {
	#top-banner span {
		font-size: 120%;
		top: 12px;
	}
}
@media only screen and (max-width: 300px) {
	#top-banner span {
		font-size: 105%;
		top: 10px;
	}
}