<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.catch{
	text-align:center;
	margin:0 auto;
}

.catch img{
	width:40%;
	height:auto;
}

#aside{
	margin-top:5px;
}

#cal_wrap{
	width:840px;
	margin:0 auto 50px;
	position:relative;
}

#cal_wrap ul{
	margin-left:15px;
}

#cal_wrap .prev{
	position:absolute;
	top:0;
	left:-25px;
	z-index:100;
	cursor:pointer;
}

#cal_wrap .next{
	position:absolute;
	top:0;
	right:-25px;
	z-index:100;
	cursor:pointer;
}

/*
#gnavi{
	max-width:1010px;
	margin:0 auto;
}

#gnavi ul{
	margin:0 10px 0 5px;
}
*/

.jCarousel ul li{
	margin-right:5px;
	margin-left:5px;
}

#top_support_bn{
	margin-top:10px;
	margin-bottom:10px;
	text-align:center;
}

#top_support_bn li{
	margin:5px;
	width:45%;
	display:inline-block;
}

#top_support_bn li img{
	width:100%;
	height:auto;
}



#article_top{
	max-width:1010px;
}

#article_top h2 img{
	width:100%;
	height:auto;
}

.wrapper{
	/* max-width:1010px; */
	max-width:1240px;
	min-width:1px;
	margin:30px auto 50px;
}

#main{
	/* width:100%;*/
	padding-left:240px;
}

#mv_top{
	position:relative;
	border:5px solid #fff;
	background:#fff;
	height:380px;
}

.grid-wrap{
	margin:0 auto;
	padding:0;
}

.grid-wrap .box{
	float:left;
	padding:0;
	margin:5px;
	width:190px;
	height:auto;
}

/* image */
.grid-wrap img{vertical-align:bottom;}
.grid-wrap img:hover{background-color:transparent; transition:all 400ms ease-out;}
.grid-wrap a img:hover{opacity:.5;}

/* sizing */
.grid-wrap .box-size-m{width:390px; /*height:390px;*/}

.grid-wrap .box-width-twice{width:390px;}
.grid-wrap .box-height-twice{height:390px;}
.grid-wrap .box-width-third{width:590px;}
.grid-wrap .box-width-fourth{width:790px;}
.grid-wrap .box-width-fifth{width:990px;}

.grid-wrap .box-grouping.box-size-m{width:390px;height:390px;}
.grid-wrap .box .swipeshow{width:100%;height:190px; background:#000;}
.grid-wrap .box.box-size-m .swipeshow{height:390px;}
.grid-wrap .box.box-information{background:#fff;width:590px;height:390px;overflow:auto;}


/* topics */
#box-information{
	height:390px;
	overflow:auto;
	background:#fff;
}

#box-information div{
	padding:15px 20px;
}

#box-information h1{
	color:#00514b;
	font-size:138.5%;
}

#box-information h1 span a{
	float:right;
	background:#333;
	padding:2px 10px;
	color:#fff;
	text-decoration:none;
	font-size:67%;
	letter-spacing:-0.1em;
}

#box-information ul li{
	border-bottom:1px dotted #888;
	padding-bottom:15px;
	padding-top:15px;
}

#box-information ul li time{
	float:left;
	margin-right:25px;
}

#box-information ul li span.topics_txt{
	display:block;
	margin-top:7px;
}

#box-information ul li span.topics_txt a{
	color:#666;
	text-decoration:none;
}

#box-information ul li span.topics_txt a:hover{
	text-decoration:underline;
}

#box-information ul li span.topics_cat{
    color:#fff;
    display:block;
    font-size:85%;
    font-weight:bold;
    text-align:center;
	float:left;
	padding-top:1px;
	border-radius:2px;
    -webkit-border-radius:2px;
    -moz-border-radius:2px; 
	width:93px;
	letter-spacing:0.01em;
}

#box-information ul li span.topics_cat#cat_topics{background:#08b0e1;}
#box-information ul li span.topics_cat#cat_couses{background:#ffbe33;}
#box-information ul li span.topics_cat#cat_event{background:#5ad45a;}
#box-information ul li span.topics_cat#cat_important{background:#e22011;}
#box-information ul li span.topics_cat#cat_class{background:#ff5a39;}
#box-information ul li span.topics_cat#cat_convention{background:#9249e4;}

/* ipad 縦長のとき */
.portrait .wrapper{
	width:600px;
}

/* デバイスの横幅が320px以下の場合 */
@media only screen and (max-width: 640px){
.catch img{
	width:100%;
}

.wrapper{
	margin-top:2px;
}

.wrapper{
	margin-bottom:0;
}

/*
.vgrid .box{
	width:50%;
}
.vgrid .box img{
	width:100%;
	height:auto;
}
*/

#mv_top{
	height:auto !important;
}

#main{
	padding-left:0;
}

.vgrid{
	margin-left:7px;
}

.vgrid .box{
	width:46%;
	float:left;
}
.vgrid .box img{
	width:100%;
	height:auto;
}

.box-width-twice,
.box-size-m,
.box-width-third{
	width:95% !important;
}

.box-width-twice img,
.box-size-m img,
.box-width-third img{
	width:100%;
	height:auto;
}</pre></body></html>