/*----------------------------------------------------------------------------
******************************************************************************

Style List

* Home
* Page
* Single
* Archive
* Search
* 404

******************************************************************************
----------------------------------------------------------------------------*/

/* ==== Home ==== */
.home-area1 { margin-bottom: 30px; }
.home-area2 { margin-bottom: 20px; }
.home-area3 { }
.home-slide-con {
	-moz-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
	box-shadow: 7px 7px 10px rgba(0, 0, 0, 0.3);
	float: right;
	width: 710px;
}
.home-news-box {
	max-height: 500px;
	overflow: auto;
}
.home-news-con {
	float: left;
	width: 310px;
}
.home-news-time { font-size: 12px; }
.home-news-txt {
	border-bottom: 1px dotted #999;
	margin-bottom: 10px;
	padding-bottom: 5px;
}
.home-event-area1{
	max-height: 500px;
	overflow: auto;
}
.home-event-con {
	float: right;
	width: 630px;
}
.home-event-box1 {
	border: 1px solid #EAEAEA;
	color: #111;
	display: block;
	float: left;
    font-size: 11px;
    line-height: 1rem;
	min-height: 140px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
	width: 300px;
}
.home-event-box1:hover {
	background-color: #E6F0E1;
	color: #111;
}
.home-event-box1:visited {
	color: #111;
}
.home-event-box1:nth-child(even) {
 margin-right: 0;
}
.home-event-box1:nth-child(odd) {
 clear: both;
}
.home-event-deta {
	table-layout:fixed;
	display: table;
	width: 100%;
}
.home-event-deta > div {
	display: table-cell;
	vertical-align: middle;
}
.home-event-time {
	background-color: #007351;
	color: #FFF;
	text-align: center;
	width: 120px;
}
.home-event-cate {
	background-color: #DCE7C7;
	color: #007351;
	padding: 5px 10px;
}
.home-event-txt { padding: 15px 20px; }
.home-event-hum,
.home-event-time2,
.home-event-ttl { margin-bottom: 5px; }
.home-bnr-con ul {
	list-style-type: none!important;
	margin-bottom: 0!important;
	margin-left: 0!important;
	margin-top: 0!important;
}
.home-bnr-con ul li {
	float: left;
	width: 24%;
	margin: 0 1% 10px 0;
}
.home-bnr-con ul li:nth-child(4n) {
	margin-right: 0!important;
}
/* ==== Page ==== */
.facility-text-area1{
	padding: 10px;
	padding-top: 90px;
}




/* ==== Single ==== */
.single-event-box1, .single-news-box1 {
	margin-bottom: 20px;
	position: relative;
}
.single-event-btn1, .single-news-btn1 {
	background-color: #015439;
	bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF!important;
	display: inline-block;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-decoration: none;
}
.arch-event-btn1:hover, .arch-news-btn1:hover {
	filter: alpha(opacity=80);/*IE*/
	opacity: 0.8;
}



/* ==== Archive ==== */
.arch-event-box1, .arch-news-box1 {
	border-bottom: 1px dotted #666;
	margin-bottom: 20px;
	padding-bottom: 10px;
	position: relative;
}
.arch-event-btn1, .arch-news-btn1 {
	background-color: #015439;
	bottom: 10px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	color: #FFF!important;
	display: inline-block;
	padding: 5px 10px;
	position: absolute;
	right: 0;
	text-decoration: none;
}
.arch-event-btn1:hover, .arch-news-btn1:hover {
	filter: alpha(opacity=80);/*IE*/
	opacity: 0.8;
}
.arch-event-ttl{
	font-size: 16px;
}
/* ==== Search ==== */

/* ==== Campus info ==== */
.camp-info-area1{
	min-height: 100px;
	max-height: 350px;
	overflow: auto;
}
.camp-info-box1 {
	border: 1px solid #EAEAEA;
	color: #111!important;
	display: block;
	float: left;
	min-height: 140px;
	margin-bottom: 10px;
	margin-right: 10px;
	text-decoration: none;
	width: 220px;
}
.camp-info-box1:hover {
	background-color: #E6F0E1;
}
.camp-info-box1:nth-child(3n+1) {
	clear: both;
}
.camp-info-impo{
	border: 1px solid #066F4E;
}
.camp-info-impo .camp-info-tage {
	background-color: #066F4E;
	color: #FFF;
}
.camp-info-from { margin-left: 1em; }
.camp-info-tage {
	background-color: #DCE7C7;
	color: #007351;
	font-size: 12px;
	padding: 5px 10px;
}
.camp-info-time {
	font-size: 12px;
}
.camp-info-txt { padding: 15px 20px; }
.camp-info-ttl { margin-bottom: 5px; }
.camp-list-box1{
	border-bottom: 1px dotted #666;
	margin-bottom: 10px;
	padding-bottom: 5px;
	position: relative;
}
.camp-list-from{
	margin-left: 10px;
}
.camp-list-time{
	margin-bottom: 5px;
}
.camp-list-ttl{
	font-size: 16px;
	margin-bottom: 5px;
}

/* ==== Smartphone ==== */
.not-area1 { text-align: center; }

@media screen and (max-width: 780px) {
/* ==== Home ==== */
.home-area1 { margin-bottom: 30px; }
.home-area2 { margin-bottom: 30px; }
.home-area3 { }
.home-slide-con {
-moz-box-shadow: none;
-webkit-box-shadow:none;
box-shadow: none;
float: none;
width: 100%;
}
.home-news-box {
max-height: none;
overflow: auto;
}
.home-news-con {
float: none;
margin-bottom: 20px;
width: 100%;
}
.home-event-con {
float: none;
margin-bottom: 20px;
width: 100%;
}
.home-event-box1 {
height: auto;
min-height: 140px;
width: 49%;
}
.home-bnr-con ul li {
float: left;
padding: 0 15px 15px 0!important;
margin: 0!important;
width: 50%;
}
.home-bnr-con ul li img{
height: auto;
max-width: 100%;
}

/* ==== Page ==== */
.facility-text-area1{
padding-top: 10px;
}




/* ==== Single ==== */




/* ==== Archive ==== */
.arch-event-box1, .arch-news-box1 {
border-bottom: 1px dotted #666;
margin-bottom: 20px;
padding-bottom: 10px;
position: relative;
}
.arch-event-btn1, .arch-news-btn1 {
background-color: #015439;
bottom: 10px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;
border-radius: 5px;
color: #FFF!important;
display: inline-block;
padding: 5px 10px;
position: absolute;
right: 0;
text-decoration: none;
}
.arch-event-btn1:hover, .arch-news-btn1:hover {
filter: alpha(opacity=80);/*IE*/
opacity: 0.8;
}

/* ==== Campus info ==== */
.camp-info-box1 {
height: auto;
min-height: 140px;
width: 49%;
}
.camp-info-box1:nth-child(odd) {
	margin-right: 0!important;
}
.camp-info-box1:nth-child(2n+1) {
	clear: both;
}
.camp-info-box1:nth-child(3n+1) {
	margin-right: 10px;
	clear: none;
}

}
@media screen and (max-width: 580px) {
/* ==== Home ==== */
.home-event-box1 {
border: 1px solid #EAEAEA;
float: none;
height: auto;
min-height: inherit;
margin-bottom: 10px;
margin-right: 10px;
width: 100%;
}
.home-bnr-con ul li {
float: none;
padding: 0 0 10px 0!important;
margin: 0!important;
text-align: center;
width: 100%;
}
.home-bnr-con ul li img{
height: auto;
max-width: 100%;
}

.camp-info-box1 {
height: auto;
min-height: 0;
margin-right: 0!important;
width: 100%;
}
}