﻿@charset "UTF-8";

#header{
	border-top: 3px #005B45 solid;
}

#contents{
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#79DEC5), to(#fff));
	background: linear-gradient(to bottom, #79DEC5, #fff);
	background-size: auto 100px;
	background-repeat: repeat-x;
}

h2 {
	background-color: #63C8C4;
	background: -webkit-gradient(linear, left top, left bottom, from(#00C695), to(#00A078));
	background: linear-gradient(to bottom, #00C695, #00A078);
}

#news h2 .titletxt, #guide h2 .titletxt, #main #hours .titletxt, #main #mailset .titletxt, #main #access .titletxt, #main .titletxt, #main #now .titletxt, #main .other_title .titletxt {
	text-shadow: 0px 0px 3px #333333;
	color: #ffffff;
}

.syubetu #now, .vacancyset #now {
	background-color: #fff;
}

h3 {
	border-bottom: 1px #00A078 solid;
	border-left: 4px #00A078 solid;
}

h4 {
	border-left: 2px #00A078 solid;
}


#calendar_block ul.daysList li.day_available {
	background-color: #79dec5!important;
	border-color: #79dec5!important;
}



/*----------------------------------------------------*/
@media screen and (max-width: 959px){

	#contents{
		background-color: #f4f4f4;
		background-size: 0 0;
	}

	#mainmenu h2 , #main h2 {
		border-bottom: 2px solid #005b45;
	}

	#mainmenu h2 {
		border-bottom: 2px solid #747474;
	}

}

