@charset "utf-8";
/*  ニュースアイコン
------------------------------------------------*/


#news-icon {
	margin: 0;
	padding: 0;
	display: table;
}
#news-icon li {
	display: table-cell;
	width: 13%;
}
#news-icon li a{
	display: block;
	background-image: url(../imgs/common/bg_news_icon_def.gif);
	background-repeat: repeat-x;
	background-position: top;
	height: 37px;
	width: 100%;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding: 13px 0 0;/*	border-right:1px solid #B0B0B0;*/
}
#ajax-press {
	width: 16%;
}

#news-icon li#ajax-all a:hover, #news-icon li#ajax-all .list-on {
	background-image: url(../imgs/common/bg_news_icon_all.gif), url(../imgs/common/bg_news_all.gif);
	background-size: 100% 100%, 100% 40px;
	background-repeat: no-repeat, no-repeat;
	color: #FFFFFF;
}
#news-icon li#ajax-news a:hover, #news-icon li#ajax-news .list-on, #news-icon li#ajax-exam a:hover, #news-icon li#ajax-exam .list-on, #news-icon li#ajax-event a:hover, #news-icon li#ajax-event .list-on, #news-icon li#ajax-honor a:hover, #news-icon li#ajax-honor .list-on, #news-icon li#ajax-press a:hover, #news-icon li#ajax-press .list-on {
	background-size: 100% 100%, 100% 40px;
	background-repeat: no-repeat, no-repeat;
	color: #000;
}
#news-icon li#ajax-news a:hover, #news-icon li#ajax-news .list-on {
	background-image: url(../imgs/common/bg_news_icon_news.gif), url(../imgs/common/bg_news_news.gif);
}
#news-icon li#ajax-exam a:hover, #news-icon li#ajax-exam .list-on {
	background-image: url(../imgs/common/bg_news_icon_exam.gif), url(../imgs/common/bg_news_exam.gif);
}
#news-icon li#ajax-event a:hover, #news-icon li#ajax-event .list-on {
	background-image: url(../imgs/common/bg_news_icon_event.gif), url(../imgs/common/bg_news_event.gif);
}
#news-icon li#ajax-honor a:hover, #news-icon li#ajax-honor .list-on {
	background-image: url(../imgs/common/bg_news_icon_honor.gif), url(../imgs/common/bg_news_honor.gif);
}
#news-icon li#ajax-press a:hover, #news-icon li#ajax-press .list-on {
	background-image: url(../imgs/common/bg_news_icon_press.gif), url(../imgs/common/bg_news_press.gif);
}

@media screen and (max-width: 1024px) {
#news-icon li a {
	font-size:12px;
}
#ajax-press a {
   font-size: 12px !important;
    line-height:14px !important;
}
}
@media screen and (max-width: 768px) {
	#news-icon li a {
	font-size:14px;
	line-height: 14px;
}
#news-icon li {
    display: table-cell;
    width: 11%;
}
#ajax-press a {
   font-size: 14px !important;
    line-height:14px !important;
}
}
 @media screen and (max-width: 615px) {
#news-icon {
	clear: both;
	border-top: 1px solid #F0F0F0;
	width: 100%;
}
/* 151017 */
#news-icon li {
	display: inline;
}
#news-icon li a {
	display: block;
	background-image: none;
	background-color: #D9D9D9;
	float: left;
	height: 27px;
	width: 33%;
	font-size: 14px;
	line-height: 14px;
	color: #333;
	text-decoration: none;
	text-align: center;
	padding: 13px 0 0;
}
#news-icon li#ajax-all a, #news-icon li#ajax-event a {
	width: 34%;
}
#news-icon li#ajax-all a:hover, #news-icon li#ajax-all .list-on {
	background-image: none;
	background-color: #001E6A;
	color: #FFFFFF;
}
#news-icon li#ajax-news a:hover, #news-icon li#ajax-news .list-on {
	background-image: none;
	background-color: #FFCC00;
	color: #000;
}
#news-icon li#ajax-exam a:hover, #news-icon li#ajax-exam .list-on {
	background-image: none;
	background-color: #85EBC5;
	color: #000;
}
#news-icon li#ajax-event a:hover, #news-icon li#ajax-event .list-on {
	background-image: none;
	background-color: #D6C7F1;
	color: #000;
}
#news-icon li#ajax-honor a:hover, #news-icon li#ajax-honor .list-on {
	background-image: none;
	background-color: #ff9900;
	color: #000;
}
#news-icon li#ajax-press a:hover, #news-icon li#ajax-press .list-on {
	background-image: none;
	background-color: #6ECBFF;
	color: #000;
}

}
/*　ニュース記事リスト
------------------------------------------------*/
.news-list article:before, .news-list article:after {
	content: "";
	display: table;
}
.news-list article:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.news-list article {
	zoom: 1;
}
.news-list article {
	border-bottom: 1px solid #D9D9D9;
	padding: 15px 48px 15px 15px;
	margin: 0;
	background: url(../imgs/common/ic_list_news.gif) no-repeat 98% center;
}
.news-list article:hover {
	background: url(../imgs/common/ic_list_news.gif) no-repeat 99% center #F7F7F7;
}
.news-list article p, .news-list article time {
	float: left;
	margin: 0;
}
.news-list article p.news-title{
	width: 100%;

}
.news-list article time {
padding-left:12px;
 text-align: left;
}
/* 151017 */
.new-post-img {
	float: left;
	width: 15%;
}
.new-post-img img {
	width: 100%;
	height: auto;
}
.new-post-txt {
	float: right;
	padding: 0 0 0 2%;
	width: 83%;
}
@media screen and (max-width: 768px) {
.new-post-img {
	width: 20%;
}
.new-post-txt {
	padding: 0 0 0 5%;
	width: 75%;
}
.news-list article:nth-child( n+5 ){
	display:none;
}
}
@media screen and (max-width: 480px) {
.news-list article time {	
padding-top: 2px;	
text-align: left;	
width: 100%;	
padding-left:0;	
}	
}
/* 追加終了 */

.cat-news, .cat-event, .cat-exam, .cat-honor, .cat-press {
	font-size: 10px;
	line-height: 20px;
	width: 80px;
	height: 20px;
	text-align: center;
	font-weight: bold;
	color: #000;
}
.cat-news {
	background: #FFCC00;
}
.cat-event {
	background: #D6C7F1;
}
.cat-exam {
	background: #85EBC5;
}
.cat-honor {
	background: #FF9900;
}
.cat-press {
	background: #6ECBFF;
}
/* 151017 ニュースサブアイコン */
.new-icon, .news-end, .news-kyoin, .news-student {
	font-size: 10px;
	font-weight: bold;
	height: 20px;
	line-height: 20px;
	text-align: center;
	width: 60px;
	color: #fff;
}
.new-icon {
	background: #BD0100;
}
.news-end {
	background: #666666;
}
.news-kyoin {
	background: #003366;
}
.news-student {
	background: #264C00;
}
.news-list .news-title a, .news-list a {
	text-decoration: none;
	display: block;
}
#news-contents footer .all-btn,
#kyoin-honor footer .honor-btn,
#student-honor footer .honor-btn {
	margin: 0;
}
#news-contents footer .all-btn a,
#kyoin-honor footer .honor-btn a,
#student-honor footer .honor-btn a {
	display: block;
	height: 27px;
	font-size: 14px;
	line-height: 14px;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	padding: 13px 0 0 0;
}
#news-contents footer .all-btn a {
	background: url(../imgs/top/ic_all_btn.png) no-repeat 41.5% 16px #5A5A5A;
}
#kyoin-honor footer .honor-btn a,
#student-honor footer .honor-btn a {
	background: url(../imgs/top/ic_all_btn.png) no-repeat 26% 16px #5A5A5A;
}
#news-contents footer .all-btn a:hover {
	background: url(../imgs/top/ic_all_btn.png) no-repeat 42% 16px #3D3D3D;
}
#kyoin-honor footer .honor-btn a:hover,
#student-honor footer .honor-btn a:hover {
	background: url(../imgs/top/ic_all_btn.png) no-repeat 27% 16px #3D3D3D;
}
@media screen and (max-width: 1024px) {
	#news-contents footer .all-btn a,
	#kyoin-honor footer .honor-btn a,
	#student-honor footer .honor-btn a{
	background-position: 30% 16px;
	}
	#news-contents footer .all-btn a:hover,
	#kyoin-honor footer .honor-btn a:hover,
	#student-honor footer .honor-btn a:hover{
			background-position: 31% 16px;
	}
}
 @media screen and (max-width: 768px) {
.news-list .news-title {
	width: 100%;
}
#news-contents footer .all-btn a, #news-contents footer .all-btn a:hover,
#kyoin-honor footer .honor-btn a, #kyoin-honor footer .honor-btn a:hover,
#student-honor footer .honor-btn a, #student-honor footer .honor-btn a:hover {
	background-image: none;
}
}
/* 受賞情報 */
.honorcontainer {
	background: #D9D9D9;
}
.honor-conts {
	padding: 20px 0 0;
	width: 50%;
	box-sizing: border-box;
	background: #fff;
	border-style: none solid none;
	border-width: 0 1px 0;
	border-color: #D9D9D9;
}
#kyoin-honor {
	float: left;
}
#student-honor {
	float: right;
}
.honor-conts h2 {
	background: rgba(0, 0, 0, 0) url("../imgs/top/ti_honor.png") no-repeat scroll 9px 1px / 16px 20px !important;
	color: #001e6a !important;
	font-size: 110% !important;
	margin: 0 !important;
	padding: 1px 0 2px 30px !important;
}
.honor-list article {
	border-bottom: 1px solid #F7F7F7;
	padding: 15px 20px 15px 15px;
	margin: 0;
	background: url(../imgs/common/ic_list_news.gif) no-repeat 98% center #fff;
}
.honor-list article:hover {
	background: url(../imgs/common/ic_list_news.gif) no-repeat 99% center #F7F7F7;
}
.honor-conts article a {
	display: block;
	text-decoration: none;
	padding: 0 10px;
	width: 100%;
	height: 100%;
	box-sizing: border-box;
}
.honor-conts article a:hover {
	background: #F7F7F7;
}
.honor-conts article a time {
	color: #000;
	font-size: 80%;
	margin: 0;
	float: none !important;
}
.honor-list article time{
	padding-left:0;
}
.honor-conts article a h3, .honor-title {
	font-weight: normal;
	font-size: 100%;
	color: #002481;
	margin: 0;
	background: none;
	padding: 0;
}
.honor-conts article a p, honor-person {
	background: url(../imgs/top/ic_honor_human.png) no-repeat 0 2px;
	background-size: 16px 16px;
	color: #000;
	font-size: 90%;
	margin: 10px 0 0;
	padding: 0 0 0 20px;
}
.honor-conts .ichiran {
	margin: 0;
	padding: 0;
	text-align: center;
}
.honor-conts .ichiran a {
	display: block;
	background: url(../imgs/top/bg_honor_ichiran.png) no-repeat;
	background-size: 5px 8px;
	background-position: 55px 0.88em;
	background-color: #001E6A;
	color: #FFF;
	text-decoration: none;
	padding: 5px 0 5px 0;
	font-size: 90%;
}
.honor-conts .ichiran a:hover {
	background-position: 60px 0.88em;
	background-color: #000E33;
}
@media screen and (max-width: 768px) {
#kyoin-honor article:nth-child( -n+3 ), #student-honor article:nth-child( -n+3 ){
	display:block;
}
#kyoin-honor article:nth-child( n+4 ), #student-honor article:nth-child( n+4 ){
	display:none;
}

}
@media screen and (max-width: 640px) {
.honor-conts {
	padding: 20px 0 0;
	width: 100%;
}
.honorcontainer .honor-list:first-child {
	border-style: none none solid;
	border-width: 0 0 3px;
	border-color: #D9D9D9;
}
#kyoin-honor, #student-honor {
	float: none;
}
}

/*　　下層ページ用
------------------------------------*/
#news-nv-kasou{}
#news-kasou{
	margin:0;
	padding:0;
	display:table;
	width: 100%;
}
#news-kasou li{
	display:table-cell;
	width:100px;
	background:#D9D9D9;
}
#news-kasou li a{
	display:block;
	padding:10px 0;
	color:#333;
	font-size:14px;
	text-decoration:none;
	text-align:center;
}
li#all-ichiran a:hover,
#news-nv-kasou-all li#all-ichiran a{
	background:#001E6A;
	color:#FFF;
}
li#news-ichiran a:hover,
#news-nv-kasou-news li#news-ichiran a{
	background:#FFCC00;
}
li#exam-ichiran a:hover,
#news-nv-kasou-exam li#exam-ichiran a{
	background:#85EBC5;
}
li#event-ichiran a:hover,
#news-nv-kasou-event li#event-ichiran a{
	background:#D6C7F1;
}
li#honor-ichiran a:hover,
#news-nv-kasou-honor li#honor-ichiran a{
	background:#FF9900;
}
li#press-ichiran a:hover,
#news-nv-kasou-press li#press-ichiran a{
	background:#6ECBFF;
}
@media screen and (max-width: 615px) {
#news-kasou{
	margin:0;
	padding:0;
	display:table;
	width:100%;
}
#news-kasou li{
	display:table-cell;
	width:25%;
	background:#D9D9D9;
}
#news-kasou li a{
	display:block;
	padding:10px 0;
	color:#333;
	font-size:11px;
	text-decoration:none;
	text-align:center;
}
li#all-ichiran a:hover,
#news-nv-kasou-all li#all-ichiran a{
	background:#001E6A;
	color:#FFF;
}
li#news-ichiran a:hover,
#news-nv-kasou-news li#news-ichiran a{
	background:#FFCC00;
}
li#exam-ichiran a:hover,
#news-nv-kasou-exam li#exam-ichiran a{
	background:#85EBC5;
}
li#event-ichiran a:hover,
#news-nv-kasou-event li#event-ichiran a{
	background:#D6C7F1;
}
}



@media screen and (max-width: 615px) {
#news-icon{
	clear:both;
	border-top: 1px solid #F0F0F0;
}
#news-icon li a{
	display:block;
	background-image:none;
	background-color:#D9D9D9;
	float:left;
	height:27px;
	font-size:14px;
	line-height:14px;
	color:#333;
	text-decoration:none;
	text-align:center;
	padding:13px 0 0;
}
}




/*ニュース下層一覧
------------------------------------------------------*/
#news-kasou-list:before,
#news-kasou-list:after {
	content: "";
	display: table;
}
#news-kasou-list:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
#news-kasou-list {
	zoom: 1;
}


#news-kasou-list article{}
#news-kasou-list .cat-news,
#news-kasou-list .cat-exam,
#news-kasou-list .cat-event,
#news-kasou-list time,
#news-kasou-list .news-title{
	display:block;
}
#news-kasou-list time{}
#news-kasou-list .news-title{}


/* 下層 ニュースリスト */
#news-kasou-list article:before,
#news-kasou-list article:after {
	content: "";
	display: table;
}
#news-kasou-list article:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
#news-kasou-list article {
	zoom: 1;
}

#news-kasou-list article{
	border-bottom:1px solid #F7F7F7;
	padding:15px 20px 15px 15px;
	margin:0;
	background:url(../imgs/common/ic_list_news.gif) no-repeat 98% center;	
}
#news-kasou-list article:hover{
	background:url(../imgs/common/ic_list_news.gif) no-repeat 99% center #F7F7F7;	
}

#news-kasou-list article p,
#news-kasou-list article time{
	float:left;
	margin:0;
}
#news-kasou-list article time{
	width:147px;
	text-align:center;
}
#news-kasou-list .news-title{
	width:100%;
}
#news-kasou-list .news-title a{
	text-decoration:none;
	display:block;
}
@media screen and (max-width: 768px) {
#news-kasou li a {
	font-size:14px;
	line-height: 14px;
}
#news-kasou li {
    display: table-cell;
    width: 11%;
}
#press-ichiran a{
	font-size:12px !important;
}
}
@media screen and (max-width: 615px) {
#news-kasou{
	clear:both;
	border-top: 1px solid #F0F0F0;
	display:block;
}
#news-kasou li {
    display: inline;
}
#news-kasou li a{
	display:block;
	background-color:#D9D9D9;
	float:left;
	height:27px;
	color:#333;
	text-decoration:none;
	padding:13px 0 0;
	width: 33%;
}
#exam-ichiran,#press-ichiran{
	width: 34%;
}

}
@media screen and (max-width: 568px) {
#news-kasou-list article p,
#news-kasou-list article time{
	float:none;
	margin:0;
}
#news-kasou-list article time{
	width:100%;
	text-align:left;
	margin:10px 0;
}
#news-kasou-list .news-title{
	width:100%;
}
}
/* 下層用受賞 */
.honorcontainer{
	border-bottom:1px solid #D9D9D9;	
}
#news-kasou-list .honor-list time{
	text-align:left;
}

