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