@charset "utf-8";
/*トップページコンテンツ
----------------------------------------*/
/*#top-maincontents {
	background-color:#E6E6E6;
	padding:10px;
}
#top-leftcontents {
	float:left;
}
#top-leftcontents p{
	margin-top:10px;
}*/

#top-contents{}
#mainvisual{
	float:left;
	width:530px;
}
#event-calendar{
	float:right;
	width:270px;
	height:220px;
}
#calendar-head{
	background:url(/imgs/top/bg_calendar_head.gif) repeat-x bottom left #FFEA51;
	height:30px;
}
#calendar-head h2{
	float:left;
	padding:8px 0 0 13px;
	font-size:14px;
	line-height:14px;
	color:#333;
	width:177px;
}
#calendar-head p{
	float:right;
	display:block;
	background:url(/imgs/top/bg_calendar_hover.gif) repeat-x bottom left #FFA700;
}
#calendar-head p a{
	display:block;
	font-weight:bold;

	width:65px;
	height:20px;
	font-size:11px;
	line-height:11px;
	padding:10px 0 0 15px;
	margin:0;

	background-image:url(/imgs/top/ic_calendar_ichiran.gif);
	background-repeat:no-repeat;
	background-position:7px 12px;
	color:#333;
	text-decoration:none;
}
#calendar-head p a:hover{
	text-decoration:underline;
}
#calendar-body{
	border-bottom:1px solid #CCC;
	border-right:1px solid #CCC;
	padding:5px 14px;
	height:184px;
}
#before-month{
	float:left;
	width:12px;
	height:10px;
	padding:5px 0 5px 12px;
}
#calendar-body h3{
	color:#000;
	width:190px;
	float:left;
	text-align:center;
	font-size:12px;
	line-height:12px;
	padding:5px 0;
}
#next-month{
	float:right;
	width:12px;
	height:10px;
	padding:5px 12px 5px 0;
}

#calendar-body table{
	text-align:center;
	font-size:12px;
	line-height:12px;
	border-top:1px solid #BBB;
	border-right:1px solid #BBB;
	border-bottom:0px;
	border-left:0px;
	margin:0;
}
#calendar-body table th{
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #BBB;
	border-left:1px solid #BBB;
}
#calendar-body table td{
	border-top:0px;
	border-right:0px;
	border-bottom:1px solid #BBB;
	border-left:1px solid #BBB;
	font-weight:bold;
}
#calendar-body table thead th{
	background-color:#F0F0F0;
	padding:3px 0 1px !important;
}

.sun{
	color:#CC0000;
}
.mon,
.tue,
.wed,
.thu,
.fri{
	color:#333;
}
.sat{
	color:#0066CC;
}
.calendar-category-list{
	font-size:11px;
	line-height:11px;
	margin:2px 0 3px 20px;
}
.calendar-category-list li{
	float:left;
	padding:3px 0 2px 15px;
	background-repeat:no-repeat;
	background-position:0 3px;
/*	margin:0 10px 0 0;*/
	width:33%;
}

.calendar-category-list .calendar-cate01{
	background-image:url(/imgs/top/ic_cat01.gif);
}
.calendar-category-list .calendar-cate02{
	background-image:url(/imgs/top/ic_cat02.gif);
}
.calendar-category-list .calendar-cate03{
	background-image:url(/imgs/top/ic_cat03.gif);
}
.calendar-category-list .calendar-multi{
	background-image:url(/imgs/top/ic_multi.gif);
}


.event-calendar .cc-li01{/*event*/
	background-color:#0D8C07;
}
.event-calendar .cc-li02{/*exam*/
	background-color:#FF7B01;
}
.event-calendar .cc-li03{/*extension*/
/*	background-color:#9EE7F8;*/
	background-color:#4D7AFF;
}
.event-calendar .cc-li01-multi,
.event-calendar .cc-li02-multi,
.event-calendar .cc-li03-multi{
	background-color:#AAAAAA;
}
.event-calendar .calen-multi{
	background-color:#CCC;
}
.event-calendar .cc-li01 a,
.event-calendar .cc-li02 a,
.event-calendar .cc-li03 a,
.event-calendar .cc-li01-multi a,
.event-calendar .cc-li02-multi a,
.event-calendar .cc-li03-multi a{
	color:#FFF;
}
.event-calendar .calen-multi a{
	color:#000;
}
.event-calendar .cc-li01 a,
.event-calendar .cc-li02 a,
.event-calendar .cc-li03 a,
.event-calendar .cc-li01-multi a,
.event-calendar .cc-li02-multi a,
.event-calendar .cc-li03-multi a{
	display:block;
	position:relative;
}
.popup-title{
	position:absolute;
	margin:0;
	font-weight:normal;
	box-shadow:0 0 3px #000;
	text-align:left;
	padding:5px;
	top:10px;
	width:120px !important;
	font-size:11px;
/*	background:rgba(0,0,0,0.8);*/
background:url(/imgs/top/bg_popup_title.png);
	color:#FFF;
	border-radius:5%;
	z-index:9999 !important;
}
.popup-title li{
	padding:4px 0 2px;
	border-bottom:1px dotted #FFF;
}
.popup-title li.entry-last{
	border-bottom:0px;
}

/*all setting*/
#top-leftcontents{
	float:left;
	width:520px;
	margin:22px 0 0;
}
#top-rigthcontents{
	float:right;
	width:260px;
	margin:22px 0 0;
}

/*News and topics*/
#news-topics{}
#news-topics-head{
	border-bottom:1px solid #CCC;
}
#news-topics-head h2{
	float:left;
	width:125px;
	height:15px;
	line-height:15px;
	margin:0 0 3px 0;
}
#news-topics-head p{
	float:right;
	margin:0;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	width:71px;
	height:17px;
}
#topics-box{
	background:#F0F0F0;
	padding:10px 0;
	min-height:112px;
}
.topics-before,
.topics-next{
	width:18px;
	height:40px;
	margin:34px 0 0 0;
}
.topics-before{
	float:left;
}
.topics-next{
	float:right;
}


.article:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.article {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .article {
	height: 1%;
}
.article {
	display: block;
}
/* Hides from IE-mac */

.article{
	width:434px;
	float:left;
	padding:0 25px;
}


.topics-imgs{
	float:left;
	width:85px;
}
.topics-imgs img{
	margin:0 auto;
}
.topics-left{
	float:right;
	width:349px;
	padding:0 0 0 0;
}
.topics-title{
}
.topics-title a{
	color:#333;
}
.topics-title a:hover{
	text-decoration:none;
}

.topics-description{
	font-size:80%;
	line-height:1.2em;
	margin:10px 0 0;
}

.bx-viewport{
	min-height:112px;
}



/*新着情報
----------------------------------------*/
#news{
/*	float:right;*/
/*	padding:10px;
	width:370px;*/
	background-color:#FFFFFF;
	min-height:490px;
}
/** html #news{
	height:490px;
}
*//*----- 見出し?RSS一覧リスト -----*/
/*.news-midashi{
	margin:3px 0 14px 0;
	border-bottom:1px solid #CCCCCC;
}
#news h2{
	float:left;
}

.news-tab{
	float:right;
	font-size:1px;
	line-height:1px;
}
.news-tab li {
	float: left;
	padding-left:4px;
}
.news-tab a {
	display: block;
	text-indent: -9999px;
	text-decoration:none;
	overflow: hidden;
	height:18px;
}

.news-tab .rss a {
	background-image: url(/imgs/top/bt_rss.gif);
	width: 55px;
}
.news-tab .ichiran a {
	background-image: url(/imgs/top/bt_ichiran.gif);
	width: 73px;
}
*/

/*-----カテゴリアイコン-----*/
#news-head{
	border-bottom:1px solid #CCC;
	margin:0 0 0;
}
#news-head h2{
	width:81px;
	float:left;
}
.news-rss{
	float:right;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	width:53px;
}
.news-ichiran{
	float:right;
	border-top:1px solid #CCC;
	border-right:1px solid #CCC;
	border-left:1px solid #CCC;
	width:71px;
	margin:0 0 0 4px;
}

#news-icon{
/*	height:2px;
	padding-bottom:4px;*/
	margin:13px 0 0 0;
}
#news-icon:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#news-icon {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html #news-icon {
	height: 1%;
}
#news-icon {
	display: block;
}
/* Hides from IE-mac */


#news-icon li{
	display:inline;
}
#news-icon li a{
	display:block;
	float:left;
	width:50px;
	height:18px;
	padding:0;
	filter: alpha(opacity=40);
	-ms-filter: “alpha(opacity=40)”;
	opacity:0.4;
	outline:none;
	background-image:url(/imgs/top/ic_tab_sprite2013.gif);
	background-repeat:no-repeat;
	text-indent:-9999em;
	overflow:hidden;
}
#news-icon li a:hover{
	filter: alpha(opacity=80); /* IE7以下用 */
	-ms-filter: “alpha(opacity=80)”; /* IE8用 */
	opacity:0.8; /* Firefox 1.5以上, Opera, Safari用 */
	}
#news-icon li a#ajax-all{
	background-position:0 0;
	margin-right:7px;
}
#news-icon li a#ajax-juyo{
	background-position:-50px 0;
	margin-right:7px; 
}
#news-icon li a#ajax-news{
	background-position:-100px 0;
	margin-right:6px;
}
#news-icon li a#ajax-exam{
	background-position:-150px 0;
	margin-right:8px;
}
#news-icon li a#ajax-event{
	background-position:-200px 0;
	margin-right:6px;
}
#news-icon li a#ajax-saiyo{
	background-position:-250px 0;
}
.news-list-all{
/*	background:url(/imgs/top/bg_tab_all.gif) no-repeat left bottom;*/
border-bottom:2px solid #000094;
}
.news-list-juyo{
/*	background:url(/imgs/top/bg_tab_juyo.gif) no-repeat left bottom;*/
border-bottom:2px solid #CC0000;
}
.news-list-news{
/*	background:url(/imgs/top/bg_tab_news.gif) no-repeat left bottom;*/
border-bottom:2px solid #2BA8F2;
}
.news-list-exam{
/*	background:url(/imgs/top/bg_tab_exam.gif) no-repeat left bottom;*/
border-bottom:2px solid #FF7B01;
}
.news-list-event{
/*	background:url(/imgs/top/bg_tab_event.gif) no-repeat left bottom;*/
border-bottom:2px solid #FF7B01;
}
.news-list-saiyo{
/*	background:url(/imgs/top/bg_tab_saiyo.gif) no-repeat left bottom;*/
border-bottom:2px solid #7D3800;
}
.news-list-all li a#ajax-all,
.news-list-juyo li a#ajax-juyo,
.news-list-news li a#ajax-news,
.news-list-exam li a#ajax-exam,
.news-list-event li a#ajax-event,
.news-list-saiyo li a#ajax-saiyo{
	filter: alpha(opacity=100); /* IE7以下用 */
	-ms-filter: “alpha(opacity=100)”; /* IE8用 */
	opacity:1; /* Firefox 1.5以上, Opera, Safari用 */
}



/*2011/11/7修正削除
#news-icon {
	margin:0 0 21px 0;
	height:16px;
}
#news-icon li{
	float:left;
}
#news-icon li a{
	display:block;
	margin-right:2px;
	text-decoration:none;
}*/
/*----- 記事リスト -----*/
#news-list dl:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
#news-list dl {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html #news-list dl {
	height: 1%;
}
#news-list dl {
	display: block;
}
/* Hides from IE-mac */

#news-list dl{
	margin:0 0 0x;
/*	padding:10px 5px;*/
}
#news-list dl dt{
	float:left;
	margin-right:13px;
	padding:5px 5px 0;
}

#news-list dl dd.day{
	font-size:85%;
	font-weight:bold;
	color:#666666;
	line-height:17px;
	padding:5px 5px 0;
}
#news-list dl dd.title{
/*	padding:2px 0 6px 0;*/
	clear:both;
	background:url(/imgs/top/li_news_list.gif) bottom repeat-x;
		padding:3px 5px 12px;
}
.news-juyo{
	background:url(/imgs/top/bg_news_juyo.gif) top left;
}

.news-juyo a:link{
	color:#CC0001;
}
.news-juyo a:visited{
	color: #666666;
}
.news-juyo a:active{
	color: #FF7B01;
}
.news-juyo a:hover{
	color: #FF7B01;
}

/*バナー
----------------------------------------*/
#banner {
	margin:20px 0 30px 0;
}
/* slide bn css 
---------------------------*/
.pagination-head:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pagination-head {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .pagination-head {
	height: 1%;
}
.pagination-head {
	display: block;
}
/* Hides from IE-mac */
.pagination-head {
	height:35px;
	margin:20px 0 0 0;
	width:260px !important;
}


.pagination {
    background: #666;
    padding: 5px 10px 0;
				width:160px;
				float:left;
				margin:0;
}

.pagination li {
/*    float: left;*/
    margin-bottom: 0 !important;
    margin-right: 5px;
}


.pagination li a {
	background:url(/imgs/top/bg_bnr_list_off.gif) repeat-x bottom #D7D7D7;
	color: #333;
	display: block;
	line-height:25px;
	font-weight: bold;
	margin:0 5px 5px 0;
	text-align: center;
	text-decoration: none;
	width: 40px;
	height:25px;
	border-radius:3px;
	float:left;
}
.pagination li a:hover,
.pagination li a.active {
    background:url(/imgs/top/bg_bnr_list_on.gif) repeat-x top #888;
    color: #FFF;
}
.pagination-head:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.pagination-head {
	display: inline-table;
	min-height: 1%;
}
.pagination-head .ichiran{
	float:right;
	width:80px;
	height:35px;
	line-height:35px;
	font-size:11px;
}
.pagination-head .ichiran a{
	display:block;
	background-color:#333;
	background-image:url(/imgs/top/ic_bnr_ichiran.gif);
	background-repeat:no-repeat;
	background-position: 7px 1.3em;
	color:#FFF;
	padding-left:17px;
}
.pagination-head .ichiran a:hover{
	text-decoration:none;
	background-position: 8px 1.3em;
}

.bn-area{
	background:#F0F0F0;
	padding:15px 10px 5px;
}
.bn-area ul{
}

.bn-area li a:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.bn-area li {
	display: inline-table;
	min-height: 1%;
	width:238px;
	border:1px solid #CCCCCC;
	margin:0 0 10px;
}
.bn-area li a{
	display:block;
	padding:1px;
	background-image:url(/imgs/top/bg_bnr_list_arrow.gif);
	background-repeat: no-repeat;
	background-position: 226px ;
	background-color: #FFF;
}
.bn-area li a:hover{
	background-position: 227px ;
	background-color: #F9F9F9;
}
/* Hides from IE-mac \*/
* html #banner .bn-area li {
	height: 1%;
}
.bn-area li {
	display: block;
}
/* Hides from IE-mac */

.bn-area li img{
	float:left;
}
.bn-area li span{
	float:left;
	padding:7px;
	font-weight:bold;
	width:150px;
}

.bn-list-ichiran{
	background:#F0F0F0;
	padding:0 0 0 0;
}
.bn-list-ichiran h1{
	background:#FFF;
	border-bottom:1px solid #DDD;
	padding:10px 10px 10px 50px;
	margin:0 0 10px 0;
}

.banner-box:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.banner-box {
	display: inline-table;
	min-height: 1%;
}

/* Hides from IE-mac \*/
* html .banner-box {
	height: 1%;
}
.banner-box {
	display: block;
}
/* Hides from IE-mac */
.bnr-area{
	padding:0 0 0 50px;
}

.banner-box{
	border:1px solid #CCC;
	float:left;
	width:236px;
	background:#FFF;
	padding:1px;
	margin:0 10px 20px 0;
}
.banner-box:hover{
	background:#F9F9F9;
}

.banner-box img{
	width:50px;
	display:block;
	float:left;
	margin:0 5px 0 0;
}
.banner-box p{
	width:181px;
	height:50px;
	float:left;
}
.banner-box p a{
	display:block;
	height:100%;
	text-decoration:none;
	font-weight:bold;
}
.prettyPopin a#b_close {
    right: 30px !important;
    top: 25px !important;
}
.bx-wrapper {
	margin: 0 auto 20px !important;
}
/*161216 add*/
.right-exam-box{
	box-sizing:border-box;
	border:1px solid #ccc;
	background:#E0E0F0;
	padding:10px;
	margin:0 0 20px;
}
#right-exam-box-h2{
	background:url(/imgs/top/ic_movie_test.png) no-repeat left center /25px auto !important;
	padding: 5px 0 5px 35px;
	line-height: 1.8em;
	font-size: 90%;
}
/*end 161216 add*/


/*171012 add*/
.emergency { border:red 1px dashed !important;background:#FEE}
.emergency h3 {font-size:120%;padding:5px 5px 5px;border-left:#BF0000 5px solid;margin:0 0 10px;color:#BF0000;}
