﻿@charset "UTF-8";


/*----------------------------------------------------
	☆header 
----------------------------------------------------*/
#header{
	border-top: 3px #45AA31 solid;
}


/*----------------------------------------------------
	☆contents
----------------------------------------------------*/
#contents{
	background-color: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#c9e7c4), to(#fff));
	background: linear-gradient(to bottom, #c9e7c4, #fff);
	background-size: auto 200px;
	background-repeat: repeat-x;
}

h2 {
	background-color: #45AA31;
	background: -webkit-gradient(linear, left top, left bottom, from(#8BD97B), to(#45AA31));
	background: linear-gradient(to bottom, #8BD97B, #45AA31);
}

#news h2 .titletxt, #guide h2 .titletxt, #main #hours .titletxt, #main #mailset .titletxt, #main #access .titletxt, #main #yoyaku .titletxt, #main #now .titletxt {
	color: #fff;
	text-shadow: 0px 0px 3px #428B32;
}

h3 {
	border-bottom: 1px #45AA31 solid;
	border-left: 4px #45AA31 solid;
}

h4 {
	border-left: 2px #45AA31 solid;
}



/*----------------------------------------------------*/
/*----------------------------------------------------*/
@media screen and (max-width: 959px){

#contents{
	background-color: #f4f4f4;
	background-size: 0 0;
}

#mainmenu h2 , #main h2 {
	border-bottom: 2px solid #377629;
}

#mainmenu h2 {
	border-bottom: 2px solid #747474;
}


}

