﻿@charset "UTF-8";

#header{
	border-top: 3px #1a4f95 solid;
}

#contents{
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#B7DCEE), to(#fff));
	background: linear-gradient(to bottom, #B7DCEE, #fff);
	background-size: auto 100px;
	background-repeat: repeat-x;
}

h2 {
	background-color: #1A4F95;
	background: -webkit-gradient(linear, left top, left bottom, from(#2B97CC), to(#1A4F95));
	background: linear-gradient(to bottom, #2B97CC, #1A4F95);
}

#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 #1A4F95 solid;
	border-left: 4px #1A4F95 solid;
}

h4 {
	border-left: 2px #1A4F95 solid;
}

#calendar_block ul.daysList li.day_available {
	background-color: #b7dcee!important;
	border-color: #b7dcee!important;
}



/*----------------------------------------------------*/
@media screen and (max-width: 959px){

	#contents{
		background-color: #f4f4f4;
		background-size: 0 0;
	}

	#mainmenu h2 , #main h2 {
		border-bottom: 2px solid #12386B;
	}

	#mainmenu h2 {
		border-bottom: 2px solid #747474;
	}

}

