@charset "utf-8";
/* CSS Document */

* {
    margin: 0;
    padding: 0;
}

p {
	padding-top: 2px;
	padding-bottom: 4px;
	margin: 0px;

}

a {
	color: #0066CC;
	text-decoration: none;
} 
a:visited {
	color: #993399;
	text-decoration: none;
} 
a:hover {
	color: #CC3333;
} 
a:active {
　　color: #CC0066; 
} 
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

h1 {
	margin: 0px;
	float: left;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;

}
h2 {
	padding: 0px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}
h2 img {
	width: 100%;
}
h3 {
	margin-top: 0px;
	margin-right: 5px;
	margin-bottom: 10px;
	margin-left: 5px;
	font-size: 20px;
	color: #007552;
	text-align: left;
	background-color: #FEFFD2;
	border-radius:16px;
	-moz-border-radius:16px;
	-webkit-border-radius:16px;
	box-shadow:1px 1px 3px #CBB68D;
	-moz-box-shadow:1px 1px 3px #CBB68D;
	-webkit-box-shadow:1px 1px 3px #CBB68D;
	padding-top: 6px;
	padding-right: 12px;
	padding-bottom: 6px;
	padding-left: 12px;
	border: 2px solid #C9E272;
	font-weight: normal;
}
h4 {
	padding: 0px;
	margin-top: 0px;
	margin-right: 7px;
	margin-bottom: 10px;
	margin-left: 7px;
	font-size: 18px;
	color: #09C;
	text-align: left;
	border-bottom-width: 2px;
	border-bottom-style: dotted;
	border-bottom-color: #FCC;
	border-top-width: 2px;
	border-top-style: dotted;
	border-top-color: #FCC;
}


img {
	vertical-align: bottom;
	border: 0px;

}

/*ページ構成*/
html,body {
	height: 100%;
	margin: 0px auto;
	padding: 0px;
	width: 100%;
	text-align: center;
	background-image: url(images/bg_body.gif);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 14px;
	color: #5F0021;

}

#system_main {
	position: relative;
	min-height: 100%;
	height: 100%;
	width: 980px;
	text-align: center;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-color: #FFF;
	border-right-width: 4px;
	border-left-width: 4px;
	border-right-style: solid;
	border-left-style: solid;
	border-right-color: #FFBCBC;
	border-left-color: #FFBCBC;
}
body > #system_main {
    height: auto;
}
#header {
	height: 120px;
	width: 100%;
	text-align: left;
	background-image: url(images/bg_header.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center 0%;

}
#header p {
	float: right;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	padding-top: 10px;
	padding-right: 10px;
}
#news {
	margin-bottom: 50px;
	}
#news iframe {
    width: 100%;
    height: 500px;
    overflow: scroll;
    border: 2px solid #E7D9CE;
}
#news img {
    width: 100%;
}


#menut {
	width: 100%;
	text-align: center;
	padding: 0px;
	background-image: url(images/bg_menut.png);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
	background-position: center bottom;
}

#menut ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: relative;
	height: 470px;
}
#menut li {
	list-style-type: none;
	padding: 0px;
	float: left;
	margin: 0px;
	width: 26%;
}
#menut li img {
	width: 100%;
}	
#menut1 {
	position: absolute;
	left: 40px;
	top: 13px;
}
#menut2 {
	position: absolute;
	left: 296px;
	top: 1px;
}
#menut3 {
	position: absolute;
	left: 575px;
	top: 15px;
}
	
#menut4 {
	position: absolute;
	left: 166px;
	top: 224px;
}
	
#menut5 {
	position: absolute;
	left: 421px;
	top: 235px;
}
	



#menu {
	width: 100%;
	text-align: center;
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 10px;
	margin-left: auto;
}

#menu ul {
	padding: 0px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu li {
	list-style-type: none;
	padding: 0px;
	float: left;
	margin: 0px;
	width: 25%;
}
#menu li img {
	width: 100%;
}		
	
#contents {
	text-align: center;
	width: 840px;
	height: auto;
	padding-bottom: 50px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(images/bgmain.png);
	background-repeat: repeat-y;
	padding-top: 10px;
}

#footer {
	position: absolute;
	bottom: 0;
	width: 100%;
	height: 50px;
	left: 0px;
	text-align: center;
	margin: 0px;
	padding: 0px;
}

#footer p{
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	font-size: 11px;
	color: #996633;
	padding-top: 20px;

}

.pagetop {
	text-align: right;
	padding-top: 15px;
	padding-bottom: 15px;
	margin-right: auto;
	margin-left: auto;
}




#topphoto {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 10px;
	width: 100%;
	text-align: center;
}
#topphoto .frame {
	border: 10px solid #FFF;
	box-shadow:1px 1px 4px #D5BD95;
	-moz-box-shadow:1px 1px 4px #D5BD95;
	-webkit-box-shadow:1px 1px 4px #D5BD95;
	margin-bottom: 20px;
}

#topphoto img {
	width: 90%;
}

.img img {
	width: 100%;
}

.txt {
	text-align: left;
	margin-left: 1em;
	margin-right: 1em;
	margin-bottom: 1em;
}

#outline {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#outline table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #4AC53C;
	border-collapse: collapse;
	width: 95%;
	margin-bottom: 15px;
}
#outline table tr th {
	border: 1px solid #4AC53C;
	text-align: left;
	padding: 5px;
	background-image: url(images/bg2.png);
	vertical-align: text-top;
}
#outline table tr td {
	border: 1px solid #4AC53C;
	text-align: left;
	padding: 5px;
	vertical-align: text-top;
}

#outline iframe {
	width: 90%;
	height: 300px;
	margin-right: auto;
	margin-left: auto;
	border: 0px;
	margin-bottom: 15px;
}
ul.pdf {
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 15px;
}
ul.pdf li {
	float: left;
	margin-left: 1.5em;
	margin-right: 1.5em;
}

#policy {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#policy table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C8D8FF;
	border-collapse:collapse;
	width: 95%;
	margin-bottom: 15px;
}
#policy table tr th {
	border: 1px solid #CBDAFF;
	text-align: left;
	padding: 5px;
	background-image: url(images/bg2.png);
	vertical-align: top;
}
#policy table tr td {
	border: 1px solid #CBDAFF;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
.tokucho {
	font-size: 16px;
	color: #F36;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}

.shokuin {
	font-weight: bold;
	color: #F00;
	text-align: left;
	margin-bottom: 20px;
	margin-right: 20px;
	margin-left: 20px;
}
#policy ol {
	text-align: left;
	margin-left: 50px;
	margin-right: 25px;
	margin-bottom: 15px;
}
#policy ol li {
	border-bottom: 2px solid #FFDFCC;
	margin-bottom: 5px;
	font-size: 15px;
}



#floor {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#floor table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #C8D8FF;
	border-collapse:collapse;
	width: 95%;
	margin-bottom: 15px;
}
#floor table tr th {
	border: 1px solid #CBDAFF;
	text-align: left;
	padding: 5px;
	background-image: url(images/bg2.png);
	vertical-align: text-top;
}
#floor table tr td {
	border: 1px solid #CBDAFF;
	text-align: left;
	padding: 5px;
	vertical-align: text-top;
}
.photocomment {
	text-align: center;
	font-size: 0.9em;
}
.floorphoto {
	width: 33.3%;
}




#daily {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}

#age012 {
	float: left;
	width: 48%;
}
#age012 table {
	width: 100%;
}
#age012 td {
	border: 1px solid #FF5454;
	border-radius: 0.6em;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
}
#age345 {
	float: right;
	width: 48%;
}
#age345 table {
	width: 100%;
}
#age345 td {
	border: 1px solid #64A6FF;
	border-radius: 0.6em;
	padding-top: 0.6em;
	padding-right: 0.6em;
	padding-bottom: 0.6em;
	padding-left: 0.6em;
}
.time {
	width: 18%;
	background-color: #FFF7C5;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
	padding: 3px;
}
.bg012 {
	background-color: #FFE9E9;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}
.bg345 {
	background-color: #EAF3FF;
	text-align: left;
	vertical-align: top;
	padding: 3px;
}



#event {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#event table {
	margin-right: auto;
	margin-left: auto;
	width: 95%;
}
#event table tr th {
	text-align: center;
	padding: 5px;
	vertical-align: top;
	background-color: #FFF1B8;
	border: 1px solid #5196B8;
}
#event table tr td {
	text-align: left;
	padding: 5px;
	border: 1px solid #5196B8;
}
.month {
	background-color: #CCE6ED;
}
.month img {
	width: 100%;
}
.gyouji1 {
	width: 44%;
}
.gyouji2 {
	width: 44%;
}
.eventtphoto {
	width: 65%;
	background-image: url(images/bg_eventphoto.png);
	background-position: center center;
	background-repeat: no-repeat;
	background-size: 100% auto;
	text-align: center;
	padding: 25px;
	margin-left: auto;
	margin-right: auto;
}
.eventtphoto img {
	width: 90%;
	border: 5px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 5px #A49C9C;
	box-shadow: 1px 1px 5px #A49C9C;
}


.ebg4 {
	background-color: #FFF2F8;

}

.ebg5 {
	background-color: #E9FBE5;

}
.ebg6 {
	background-color: #F9F3FD;

}

.ebg7 {
	background-color: hsla(210,100%,98%,1.00);
}

.ebg8 {
	background-color: #EDFFF6;
}
.ebg9 {
	background-color: #FFF4E8;
}

.ebg10 {
	background-color: #FFF2F3;
}

.ebg11 {
	background-color: #EBF4FF;
}
.ebg12 {
	background-color: #FFF0F0;
}
.ebg1 {
	background-color: #F4FFFA;
}

.ebg2 {
	background-color: #FFF3EA;
}
.ebg3 {
	background-color: #FFEEFC;
}










#guide {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#guide table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #4AC53C;
	border-collapse: collapse;
	width: 95%;
	margin-bottom: 15px;
}
#guide table tr th {
	border: 1px solid #4AC53C;
	text-align: left;
	padding: 5px;
	background-image: url(images/bg2.png);
	vertical-align: top;
}
#guide table tr td {
	border: 1px solid #4AC53C;
	text-align: left;
	padding: 5px;
	vertical-align: top;
}
#guide ul {
	text-align: left;
	margin-right: 10px;
	margin-left: 36px;
	padding-bottom: 10px;
}
#guide ul li {
	list-style-position: outside;
	list-style-type: circle;
	font-size: 13px;
	border-bottom: 1px dotted #8A3114;
	padding-top: 4px;
	padding-bottom: 4px;
}


#recruit {
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 30px;
}
#recruit p {
	text-align: left;
	margin-bottom: 15px;
	margin-right: 15px;
	margin-left: 15px;
}
.osusume {
	font-size: 16px;
	color: #6CF;
	font-weight: bold;
	margin-bottom: 10px;
}
.renrakusaki {
	font-size: 16px;
	color: #9C4800;
	background-color: #E6F5FF;
	padding: 20px;
	text-align: center;
	margin-right: 80px;
	margin-left: 80px;
	border: 1px solid #83ABF3;
	margin-top: 20px;
	border-radius: 6px;
}

.renrakusaki span {
	font-size: 18px;
	font-weight: bold;
}


#recruit table {
	margin-right: auto;
	margin-left: auto;
	border: 1px solid #4AC53C;
	border-collapse: collapse;
	width: 95%;
	margin-bottom: 15px;
}
#recruit table tr th {
	border: 1px solid #4AC53C;
	text-align: left;
	padding: 5px;
	background-image: url(images/bg2.png);
	vertical-align: text-top;
}
#recruit table tr td {
	border: 1px solid #4AC53C;
	text-align: left;
	padding: 5px;
	vertical-align: text-top;
}
#recruit .yume {
	font-size: 15px;
	color: #FB424A;
	margin-top: -20px;
}


.img2 {
	width: 70%;
	margin-right: auto;
	margin-left: auto;
}

.img2 img {
	width: 100%;
}



#counter {
	text-align: center;
	margin-top: 30px;
	margin-right: auto;
	margin-left: auto;
}



.oshirase {
	width: 80%;
	margin-bottom: 15px;
	background-color: #FF2383;
	padding-top: 4px;
	padding-right: 4px;
	padding-bottom: 4px;
	padding-left: 4px;
	border-radius: 10px;
	margin-right: auto;
	margin-left: auto;
	color: #FFFFFF;
	font-weight: bold;
	border: 2px solid #FFFFFF;
	-webkit-box-shadow: 1px 1px 4px #A69886;
	box-shadow: 1px 1px 4px #A69886;
	font-size: 18px;
}
marquee {
	width: 100%;
}
.red {
	color: #F00;
}
















@media screen and (max-width:880px){

#system_main {
	width: auto;
	border-right-width: 2px;
	border-left-width: 2px;
}

h1 {
	float: none;
	width: 70%;
	margin-left: auto;
	margin-right: auto;
	}
h1 img {
		width: 100%;
	}
	
#header {
	height: auto;
	width: auto;
	text-align: left;
	background-image: url(images/bg_header.gif);
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center top;
	padding-bottom: 15px;
	background-size: 100% auto;
	background-repeat: no-repeat;
}
#header p {
	float: none;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-top: 0px;
	padding-right: 0px;
width: 45%;
	}
#header p img {
		width: 100%;
	}

#menu {
	height: auto;
	width: 100%;
	text-align: center;
	padding: 0px;
	background-image: url(none);
	background-repeat: no-repeat;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-position: center center;
}

#menu ul {
	padding: 0px;
	height: auto;
	width: auto;
}
#menu li {
}	
	
#contents {
	text-align: center;
	width: auto;
	height: auto;
}	
	
	.shimaien img {
		width: 100%;
	}	
	
	
#age012 th img {
	width: 90%;
}
#age345 th img {
	width: 90%;
}

	
#menut {
	width: 100%;
	text-align: center;
	padding: 0px;
	background-image: url(none);
}

#menut ul {
	padding: 0px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	position: static;
	height: auto;
}
#menut li {
	list-style-type: none;
	padding: 0px;
	float: left;
	margin: 0px;
	width: 20%;
}
#menut li img {
	width: 100%;
}	
#menut1 {
	position: static;
	left: auto;
	top: auto;
}
#menut2 {
	position: static;
	left: auto;
	top: auto;
}
#menut3 {
	position: static;
	left: auto;
	top: auto;
}
	
#menut4 {
	position: static;
	left: auto;
	top: auto;
}
	
#menut5 {
	position: static;
	left: auto;
	top: auto;
}
	
	
	
	
	
	
	
	
}








@media screen and (max-width:480px){


ul.pdf {
	width: auto;
	margin-left: 2em;
}
ul.pdf li {
	float: none;
	margin-left: 1.5em;
	margin-right: 1.5em;
	text-align: left;
}
	
h3 {
	font-size: 17px;
	border-radius:6px;
	padding-top: 3px;
	padding-right: 6px;
	padding-bottom: 3px;
	padding-left: 6px;
}	
	
.floorphoto {
	width: auto;
	display: block;
}	
	
#age012 {
	width: 95%;
	float: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#age345 {
	width: 95%;
	float: none;
	margin-bottom: 10px;
	margin-left: auto;
	margin-right: auto;
}
#age012 th img {
	width: auto;
}
#age345 th img {
	width: auto;
}
	
.gyouji1 {
	width: 41%;
}
.gyouji2 {
	width: 41%;
}	
.eventtphoto {
	width: 80%;
	padding: 15px;
}
.img2 {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}	
	
	}
	
