﻿@charset "utf-8";


/* news */
/* -------------------------------------------------------- */


/* newe-navi */

.news .newe-navi {
	width:690px;
	margin:0 0 22px 80px;
}
.news .newe-navi li {
	width:170px;
	padding-bottom:15px;
	float:left;
}
.info .newe-navi li.bt01 {background:url(../img/bg_01a.gif) no-repeat 0 43px;}
.exam .newe-navi li.bt02 {background:url(../img/bg_01b.gif) no-repeat 0 43px;}
.event .newe-navi li.bt03 {background:url(../img/bg_01c.gif) no-repeat 0 43px;}
.club .newe-navi li.bt04 {background:url(../img/bg_01d.gif) no-repeat 0 43px;}

.news .newe-navi1 {
	width:670px;
	margin:0 80px 8px 80px;
}
.news .newe-navi2 {
	width:670px;
	margin:0 80px 30px 80px;
	padding-top:50px;
	background:url(../img/bg_01.gif) repeat-x 0 0;
}


/* news-box */

.news .news-box {
	width:670px;
	margin:0 80px 15px 80px;
	padding-top:15px;
	background:url(../img/bg_01.gif) repeat-x 0 0;
}
.news .news-box .date {
	width:95px;
	text-indent:16px;
	padding-bottom:30px;
	float:left;
}
.info .date {background:url(../img/icon_info.gif) no-repeat 0 4px;}
.event .date {background:url(../img/icon_event.gif) no-repeat 0 4px;}
.exam .date {background:url(../img/icon_exam.gif) no-repeat 0 4px;}
.club .date {background:url(../img/icon_club.gif) no-repeat 0 4px;}
	
.news .news-box .text-box {
	width:570px;
	float:right;
}	
.news .news-box .text-box h3 {
	margin-bottom:5px;
}
.info .text-box h3 {color:#6bcaff;}
.event .text-box h3 {color:#ff8387;}
.exam .text-box h3 {color:#f49c00;}
.club .text-box h3 {color:#719eff;}

.news .news-box .img-box {
	float:right;
}
.news .news-box .img-box img {
	margin:0 0 5px 15px;
}

.news .news-box:after, .news .text-box:after {
	content: " ";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0.1px;
	font-size: 0.1em;
	line-height: 0;
}
.news .news-box, .news .text-box { display: inline-block; }
/* no ie mac \*/
* html .news .news-box, * html .news .text-box { height: 1%; }
.news .news-box, .news .text-box { display: block; }
/* */

