@charset "utf-8";
/* CSS Document */

/* ------------------------------------- static */
.left { float: left;}
.right { float: right;}
.mg_c { margin: 0 auto;}
.mg_t_10 { margin-top: 10px;}
.mg_t_20 { margin-top: 20px;}
.mg_t_30 { margin-top: 30px;}
.mg_t_40 { margin-top: 40px;}
.mg_t_50 { margin-top: 50px;}
.mg_t_60 { margin-top: 60px;}
.mg_t_70 { margin-top: 70px;}
.mg_t_80 { margin-top: 80px;}
.mg_t_90 { margin-top: 90px;}
.mg_t_100 { margin-top: 100px;}
.mg_r_10 { margin-right: 10px;}
.mg_r_20 { margin-right: 20px;}
.mg_r_30 { margin-right: 30px;}
.mg_r_40 { margin-right: 40px;}
.mg_r_50 { margin-right: 50px;}
.mg_r_60 { margin-right: 60px;}
.mg_r_70 { margin-right: 70px;}
.mg_r_80 { margin-right: 80px;}
.mg_r_90 { margin-right: 90px;}
.mg_r_100 { margin-right: 100px;}
.mg_b_10 { margin-bottom: 10px;}
.mg_b_20 { margin-bottom: 20px;}
.mg_b_30 { margin-bottom: 30px;}
.mg_b_40 { margin-bottom: 40px;}
.mg_b_50 { margin-bottom: 50px;}
.mg_b_60 { margin-bottom: 60px;}
.mg_b_70 { margin-bottom: 70px;}
.mg_b_80 { margin-bottom: 80px;}
.mg_b_90 { margin-bottom: 90px;}
.mg_b_100 { margin-bottom: 100px;}
.mg_l_10 { margin-left: 10px;}
.mg_l_20 { margin-left: 20px;}
.mg_l_30 { margin-left: 30px;}
.mg_l_40 { margin-left: 40px;}
.mg_l_50 { margin-left: 50px;}
.mg_l_60 { margin-left: 60px;}
.mg_l_70 { margin-left: 70px;}
.mg_l_80 { margin-left: 80px;}
.mg_l_90 { margin-left: 90px;}
.mg_l_100 { margin-left: 100px;}
.w30 { widows: 30px;}
.w70 { width: 70px;}
.w110 { width: 110px;}
.w150 { width: 150px;}
.w190 { width: 190px;}
.w230 { width: 230px;}
.w270 { width: 270px;}
.w310 { width: 310px;}
.w350 { width: 350px;}
.w390 { width: 390px;}
.w430 { width: 430px;}
.w470 { width: 470px;}
.w510 { width: 510px;}
.w550 { width: 550px;}
.w590 { width: 590px;}
.w630 { width: 630px;}
.w670 { width: 670px;}
.w710 { width: 710px;}
.w750 { width: 750px;}
.w790 { width: 790px;}
.w830 { width: 830px;}
.w870 { width: 870px;}
.w910 { width: 910px;}
.w950 { width: 950px;}
table {
	border-collapse:collapse;
	clear: both;
	width: 100%;
}
table th, table td {
	font-size: 14px;
	color: #333333;
	padding: 0.5em;
	text-align: left;
	border: 1px solid #ccc;
}
table th {
	font-weight: bold;
	text-align: center;
	background: #FFFFCC;
	color: #333333;
}
table th.date {
	width: 20%;
}
table th.event {
	width: 20%;
}
table th.remark {
	width: 60%;
}
span.sat {color: #00a4ee;}
span.sun {color: #ff0000;}
.cap {
	font-size: 12px;
	text-align: center;
}
.section {
	margin-bottom: 40px;
}
#feature-data {
	text-align: right;
	margin-bottom: 0.5em;
	color: #999999;
	font-size: 12px;
}
/* ------------------------------------- contents */
.article ul li {
    float: left;
    height: 240px;
    margin: 0 30px 30px 0;
    width: 300px;
}
.article ul li.last {
    margin: 0;
}
#main {
	width: 960px;
	margin: 0 auto;
}
#content {
	margin: 0 auto;
	width: 960px;
}
#sidebar {
	float: right;
	width: 270px;
}
#edus-eye {
	background: #f8f3d9;
	padding: 15px 20px 10px 20px;
}
#edus-eye em {
	font-weight: bold;
	color: #e4007f;
}
#school_nav {
	padding: 20px;
	text-align: center;
	border: 1px solid #CCCCCC;
	border-radius: 3px;
	width: 228px;
}
#school_nav h3 {
	color: #333333;
	padding-left: 0;
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 0.5em;
	background: none;
}
#school_nav h4 {
	color: #333333;
	font-size: 16px;
	font-weight: bold;
	margin-top: 0;
	margin-bottom: 0.5em;
	background: none;
}
#school_nav ul li {
	margin-bottom: 0.5em;
}
#school_nav ul li a {
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	padding: 0.5em 0;
	font-size: 16px;
	background: #ff9999;
	background: -moz-linear-gradient(
	top,
	#ff9999 0%,
	#ff9999 50%,
	#ff6666);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#ff9999),
	color-stop(0.50, #ff9999),
	to(#ff6666));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ff6666;
}
#school_nav ul li a:hover {
	color: #ff3333;
	background: #ffcccc;
	background: -moz-linear-gradient(
	top,
	#ffcccc 0%,
	#ffcccc 50%,
	#ff9999);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#ffcccc),
	color-stop(0.50, #ffcccc),
	to(#ff9999));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ff9999;
}
#school_nav .go_top {
	font-size: 12px;
	text-align: right;
}
.go_top {
	text-align: right;
	margin-top: 1em;
	font-size: 12px;
}
h2 {
	text-indent:-999999px;
	width:960px;
	height:130px;
	overflow:hidden;
	margin-bottom: 1em;
	background: url(/img/features/school/joint/2014/0115/header.gif);
}
h3 {
	font-size: 20px;
	margin-bottom: 0.5em;
	padding-left: 26px;
	background: url(/img/features/school/joint/2014/0115/tit_ico.gif) center left no-repeat;
}
/* ------------------------------------- image */
.imgr {
	float: right;
	margin: 0 0 10px 30px;
}
.imgl {
	float: left;
	margin: 0 30px 10px 0;
}
.imgc {
	clear:both;
	margin-top: 0px;
	margin-bottom: 25px;
	margin-left: 23px;
}
.pic {
	border: 10px solid #f7f3d8;
}
/* ------------------------------------- btn */
a.btn {
	font-weight: bold;
	display: block;
	color: #FFFFFF;
	text-align: center;
	text-decoration: none;
	font-size: 20px;
	padding: 20px 20px;
	background: #ff9999;
	background: -moz-linear-gradient(
	top,
	#ff9999 0%,
	#ff9999 50%,
	#ff6666);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#ff9999),
	color-stop(0.50, #ff9999),
	to(#ff6666));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ff6666;
}
a.btn:hover {
	color: #ff3333;
	background: #ffcccc;
	background: -moz-linear-gradient(
	top,
	#ffcccc 0%,
	#ffcccc 50%,
	#ff9999);
	background: -webkit-gradient(
	linear, left top, left bottom,
	from(#ffcccc),
	color-stop(0.50, #ffcccc),
	to(#ff9999));
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #ff9999;
}
a.btn_s {
	width: 280px;
}

/*_nav
----------------------------------------------------*/
.fixed {
	position:fixed;
	top: 10px;
}