@charset ‘UTF-8′;

@font-face{
	font-family: fui;
	src: url(_font/fui.eot);
}

@font-face{
	font-family: fui;
	src: url(_font/fui.ttf) format("truetype");
}

*,
*:before,
*:after{
	box-sizing: inherit;
}

html{
	box-sizing: border-box;
}

body{
	background: url(_images/wood2.jpg) center top repeat;
	/*background: url('_images/wood_tile.png') center repeat;*/
	font-size: 15px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	width: 100%;
	height: 100%;
}

#paper h1, #paper h2, #paper h3, #paper h4, #paper h5{
	font-family: 'ヒラギノ角ゴ Pro W6', 'HiraKakuPro-W6','メイリオ',Meiryo,'ＭＳ Ｐゴシック', sans-serif;
	font-weight: bold;
}

/* ==================================================== Color */
span.red{
	color: #e83929;
}

span.sup{
	vertical-align: super;
	font-size: xx-small;
}


/* ===================================================== Link */
a, a:hover, a:active, a:visited{
	cursor: pointer;
	text-decoration: none;
	color: #38a1db;
}

a:hover{
	text-decoration: underline;
}


/* =============================================== Over Layer */
#over_layer{
	/*position: fixed;*/
	background: url(_images/gradation3.png) center repeat;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* =============================================== Main Layer */
#main_layer{
	/*width: 980px;*/
	/*width: 1280px;*/
	width: 100%;
	margin: auto;
}

#float_layer{
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
	height: 500px;
	/*background: url(_images/b50.png) repeat;*/
	background: transparent;
	z-index: 100;
}

#close_button{
	position: relative;
	top: 0;
	right: 0;
	width: 10px;
	height: 10px;
	color: #000;
}

/* ============================================== Black Board */
#black_board{
	background: #000 url('_images/blackboard2.png') repeat-x;
	width: 100%;
	/*height: 520px;*/
	font-family: fui;
	color: #fff;
	padding-bottom: 15px;
	font-size: 24pt;
	opacity: 80%;
}

/* =========================================== Notebook Layer */
#notebook_layer{
	position: absolute;
	top: -340px;
	/*top: 10px;*/
	width: 600px;
	height: 830px;
	background: url(_images/note_back03.png) no-repeat;
}

#notebook_upper{
	position: relative;
	width: 550px;
	height: 350px;
	margin: auto;
	margin-top: 23px;
}

#notebook_upper_inner{
	position: relative;
	top: 325px;
	text-align: right;
	padding-right: 10px;
	color: #000;
	font-size: 9pt;
	line-height: 1.2em;
}

#notebook_lower{
	position: relative;
	width: 510px;
	height: 310px;
	margin: auto;
	margin-top: 80px;
	padding: 20px;
	font-family: fui;
	font-size: 15px;
	color: #333;
	line-height: 23px;
}

#notebook_lower h3{
	font-size: 20px;
	line-height: 30px;
	opacity: 0.85;
}

#social_icons{
	float: right;
}

#notebook_lower h4{
	color: #c9171e;
	opacity: 0.85;
}

#notebook_lower h4:before{
	display: inline;
	content: "★ ";
	opacity: 0.85;
}

#notebook_lower p{
	padding-left: 15px;
	opacity: 0.85;
	font-size: 14px;
}

#loader{
	width: 100%;
	height: 270px;
	background: url(_images/ajax-loader.gif)  50% 50% no-repeat;
}

#tweet_after{
	position: absolute;
	top: 325px;
	left: 475px;
	width: 120px;
	height: 30px;
	opacity: 0.7;
}

/* ================================================= Timeline */
#g_navi{
	position: relative;
	top: -15px;
	left: 600px;
	width: 300px;
}

#timeline_layer{
	position: relative;
	top: -15px;
	left: 600px;
	width: 300px;
}

.class_box{
	width: 260px;
	height: 25px;
	padding: 7px;
	margin: auto;
	margin-bottom: 5px;
	background: #fff;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	box-shadow: 0 0 20px 0px #999 inset, 0 0 5px 0 #000;
	-moz-box-shadow: 0 0 20px 0px #999 inset, 0 0 5px 0 #000;
	-webkit-box-shadow: 0 0 20px 0px #999 inset, 0 0 5px 0 #000;
	color: #999;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.class_time{
	position: relative;
	top: 0;
	left: 0;
	display: block;
	font-size: 10px;
	line-height: 1.5em;
}

.class_name{
	display: block;
	font-size: 12px;
}

div.class_box span{
	position: relative;
	top: -33px;
}

div.class_box:before{
	display: block;
	content: "";
	position: relative;
	top: -14px;
	left: 170px;
	width: 96px;
	height: 33px;
	opacity: 0.7;

}

div.now:before{
	background: url(_images/now.png) right no-repeat;
}

div.next:before{
	background: url(_images/next.png) right no-repeat;
}

div.end:before{
	background: url(_images/ended.png) no-repeat;
}

div.num{
	position: relative;
	width: 100%;
	text-align: right;
	top: -40px;
	font-size: 12px;
}

.num_blue{
	color: #38a1db !important;
}

.num_orange{
	color: #fc9229 !important;
}

.num_red{
	color: #fc2218 !important;
}

div.num img{
	margin-right: 1px;
}

/* ================================================ Callendar */
#callendar_layer{
	float: right;
	width: 70px;
	padding-top: 60px;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	opacity: 0.6;
}

#today_cal{
	width: 100%;
	text-align: center;
	padding: 0;
	margin: 0 0 40px 0;
}

#today_cal td{
	font-size: 20px;
	font-weight: bolder;
	height: 50px;
}

#today_cal td#today_month,
#today_cal td#today_date,
#today_cal td#today_weekday{
	font-size: 40px;
	font-family: fui;
}

/* ===================================================== Wood */
.wood{
	width: 100%;
	color: #fff;
	font-family: 'Zen Kurenaido', sans-serif;
	box-shadow: 0 0 20px 0 #000;
	-moz-box-shadow: 0 0 20px 0 #000;
	-webkit-box-shadow: 0 1px 7px -4px #fff inset, 0 0 20px 0 #000;
}

.wood_layer{
	width: 960px;
	margin: auto;
	padding: 20px 10px 16px 10px;
	font-weight: 100;
	font-size: 15px;
	opacity: 0.7;
	text-shadow: 1px 1px 0 #000;
}

.wood_layer h1{
	font-family: 'Mochiy Pop P One', sans-serif;
	font-size: 50px;
	margin-bottom: 15px;
	letter-spacing: 25px;
	line-height: 55px;
	/*background: url(_images/qr-331-1833.png) 0% 10% no-repeat;
	padding-left: 70px;*/
}

.wood_layer p{
	font-size: 24pt;
	line-height: 1.8em;
	margin-bottom: 4px;
}

.wood_layer p.address,
.wood_layer p.tell{
	line-height: 1em;
}

.wood_break{
	width: 100%;
	background: url(_images/footer_back.png) top repeat-x;
	text-align: center;
	vertical-align: middle;
	color: #fff;
	font-size: 11px;
	opacity: 0.7;
}

#map_box{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0;
	background: #000 url(_images/map430x50.gif) center repeat;
	width: 430px;
	height: 50px;
	opacity: 0.7;
}

#cal_box{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0;
	background: #000 url(_images/cal_button.png) center repeat;
	width: 50px;
	height: 50px;
	opacity: 0.7;
}

#file_box{
	float: right;
	margin-left: 10px;
	margin-bottom: 20px;
	padding: 0;
	background: #000 url(_images/file_button.png) center repeat;
	width: 50px;
	height: 50px;
	opacity: 0.7;
}

#map_box:hover,
#cal_box:hover,
#file_box:hover{
	opacity: 1;
}

#map_box a,
#map_box a:hover,
#map_box a:visited,
#map_box a:active,
#file_box a,
#file_box a:hover,
#file_box a:visited,
#file_box a:active,
#cal_box a,
#cal_box a:hover,
#cal_box a:visited,
#cal_box a:active{
	display: block;
	text-decoration: none;
	width: 100%;
	height: 100%;
}

ul#main_menu{
	display: inline;
	float: right;
	width: 550px;
	list-style: none;
	background: url(_images/menu_back5.png) no-repeat;
}

ul#main_menu li{
	width: 137px;
	height: 30px;
	float: left;
	text-align: center;
	font-size: 15px;
	font-weight: 400;
}

ul#main_menu li a{
	display: block;
	width: 100%;
	height: 23px;
	padding-top: 7px;
	opacity: 0.5;
}

ul#main_menu li a:hover{
	opacity: 1;
}

ul#main_menu li a,
ul#main_menu li a:active,
ul#main_menu li a:visited,
ul#main_menu li a:hover{
	color: #fff;
	text-decoration: none;
}

.tell{
	background: url(_images/tell13px.png) no-repeat;
	background-size: 20px 24px;
	background-position: 5px 4px;
	padding-left: 30px;
	margin: 0;
	line-height: 1em;
}
.address{
	margin: 0;
	line-height: 1em;
}


.cutting{
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 -1px 1px 0 #000, 0 1px 1px 0 #aaa, 0 0 3px 0 #000 inset;
	-webkit-box-shadow: 0 -1px 1px 0 #000, 0 1px 1px 0 #aaa, 0 0 3px 0 #000 inset;
	-moz-box-shadow: 0 -1px 1px 0 #000, 0 1px 1px 0 #aaa, 0 0 3px 0 #000 inset;
}

#qr_box{
	float: right;
	margin-left: 10px;
	padding: 0;
	background: url(_images/qr-331-1833wt.png) center repeat;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	width: 100px;
	height: 100px;
	box-shadow: 2px 2px 2px 0 #000 inset, 2px 2px 2px -1px #fff;
	-webkit-box-shadow: 2px 2px 2px 0 #000 inset, 2px 2px 2px -1px #fff;
	-moz-box-shadow: 2px 2px 2px 0 #000 inset, 2px 2px 2px -1px #fff;
}



/* ============================================== Content Box */
#content_box h2.level2:after,
#content_box h3.level2:after,
#content_box h4.level2:after{
	display: block;
	content: "";
	width: 60%;
	margin: 0 auto 50px auto;
	height: 3px;
	background: url(_images/b25.png) repeat;
	opacity: 0.8;
	border-radius: 10px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	box-shadow: 0 -1px 1px 0 #000, 0 1px 1px 0 #aaa, 0 0 3px 0 #000 inset;
	-webkit-box-shadow: 0 -1px 1px 0 #000, 0 1px 1px 0 #aaa, 0 0 3px 0 #000 inset;
	-moz-box-shadow: 0 -1px 1px 0 #000, 0 1px 1px 0 #aaa, 0 0 3px 0 #000 inset;
}

#content_box{
	margin-top: 20px;
	font-size: 15px;
	line-height: 1.5em;
	font-weight: 100;
	margin-top: 30px;
}

#content_box h2.level2,
#content_box h3.level2,
#content_box h4.level2{
	font-size: 26pt;
	text-align: center;
	line-height: 2em;
	letter-spacing: 0.8em;
}

#content_box h2.level3,
#content_box h3.level3,
#content_box h4.level3{
	margin-top: 50px;
	padding-left: 30px;
	padding-right: 30px;
	font-family: 'Yusei Magic', sans-serif !important;
	font-size: 24pt;
	line-height: 2em;
	text-align: left;
	letter-spacing: 5px;
}

#content_box h2.level4,
#content_box h3.level4,
#content_box h4.level4{
	padding: 1px 2px 7px 60px;
	height: 40px;
	font-size: 20pt;
	line-height: 1.2em;
	margin-top: 70px;
	margin-bottom: 50px;
	display: block;
	background: url(_images/level4_back_line2.png) left bottom no-repeat;
}

#content_box h2.first-lavel,
#content_box h3.first-lavel,
#content_box h4.first-lavel{
	margin-top: 0 !important;
}

#content_box p{
	margin-bottom: 15px;
	text-align: justify;
}

#content_box ul{
	list-style-position: inside;
	list-style: none;
	font-size: 20pt;
	line-height: 1.5em;
	margin-bottom: 15px;
}

#content_box li:before{
	display: inline;
	content: "★ ";
}

#content_box li.kome:before{
	display: inline;
	content: "※ ";
}

#content_box table{
	font-size: 14pt;
	margin-bottom: 15px;
}

.content{
	margin-bottom: 30px;
	padding: 30px;
	background: url(_images/b25.png) repeat;
}

.space{
	margin-top: 150px !important;
}


/* ==================================================== Table */
table.ss_cal{
	float: right;
	margin: 0 0 20px 20px;
	font-size: 12px;
}

table.fee{
	margin: 0 0 20px 0;
}

table.w100{
	width: 100%;
}

.ss_left5{
	text-align: center;
	border: 1px solid #000;
}

.ss_right5{
	width: 18%;
	text-align: center;
	text-align: center;
	border: 1px solid #000;
}

.ss_right5x2{
	width: 36%;
	text-align: center;
	text-align: center;
	border: 1px solid #000;
}

.ss_right5x3{
	width: 54%;
	text-align: center;
	text-align: center;
	border: 1px solid #000;
}

.ss_right4{
	width: 22.5%;
	text-align: center;
	text-align: center;
	border: 1px solid #000;
}

.ss_left,
.ss_middle,
.ss_right{
	text-align: center;
	border: 1px solid #000;
}

.w40{
	width: 40%;
}

.w8{
	width: 9%;
}

.w28{
	width: 19%;
}

.w25{
	width: 25%;
}

.non{
	background: url(_images/b50.png) repeat;
}

table#grade tbody td{
	text-align: center;
	vertical-align: middle;
	border: 1px solid #000;
	padding: 3px 0 3px 0;
}

caption{
	text-align: left;
	font-size: 12px;
}

caption:before{
	display: inline;
	content: "■ ";
}

tfoot{
	text-align: right;
	vertical-align: middle;
	font-size: 11pt;
	line-height: 15px;
}

tfoot td{
	padding-top: 3px;
	vertical-align: middle;
}

table.ss_week_mini{
	float: right;
	margin: 0 0 20px 40px;
	border-collapse: collapse;
}

table.ss_week_mini tbody tr{
	text-align: center;
	vertical-align: middle;
	font-size: 12px;
}

table.ss_week_mini tbody tr:nth-child(odd){
	background: url(_images/b50.png) repeat;
}

table.ss_week_mini tfoot td{
	text-align: right;
	font-size: 10px;
}

table.ss_week_mini th.time{
	width: 80px;
}

table.ss_week_mini th.day{
	width: 40px;
}

.clr:before{
	display: block;
	content: "";
	width: 100%;
	height: 1px;
	clear: both;
}

.gcal{
	width: 940px;
	margin: -15px auto auto auto;
	padding: 25px 10px 10px 10px;
	background: #e3e9ff;
	box-shadow: 0 1px 5px 0 #000;
	-moz-box-shadow: 0 1px 5px 0 #000;
	-webkit-box-shadow: 0 1px 5px 0 #000;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.evernote{
	width: 940px;
	margin: -15px auto auto auto;
	padding: 25px 10px 10px 10px;
	margin-bottom: 30px;
	background: #fff;
	box-shadow: 0 1px 5px 0 #000;
	-webkit-box-shadow: 0 1px 5px 0 #000;
	-moz-box-shadow: 0 1px 5px 0 #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}

.files{
	width: 940px;
	height: 460px;
	margin: -15px auto auto auto;
	padding: 25px 10px 10px 10px;
	margin-bottom: 30px;
	background: #f3f3f3;
	box-shadow: 0 1px 5px 0 #000;
	-webkit-box-shadow: 0 1px 5px 0 #000;
	-moz-box-shadow: 0 1px 5px 0 #000;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	color: #666;
	font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
}

.files h2{
	font-size: large;
	margin-bottom: 5px;
	letter-spacing: 5px;
}

.files h2:before{
	display: inline;
	content: "■ ";
}

.files h2.not_first{
	margin-top: 15px;
}

.file_list_filename{
	width: 30%;
	letter-spacing: 15px;
}

.file_list_desc{
	width: 50%;
	letter-spacing: 30px;
}

.file_list_date{
	width: 20%;
	letter-spacing: 5px;
}

.files table{
	border: 1px solid #ccc;
}

.files table td{
	padding: 5px;
	border: 1px solid #ccc;
	border-collapse: collapse;
}

.files table th{
	padding: 5px;
	color: #fff;
	font-weight: bolder;
	background-color: #ccc;
	border: 1px solid #bbb;
	border-collapse: collapse;
}

.cal_p{
	text-align: right;
	text-shadow: none;
	color: #000;
	font-size: 11px !important;
	margin-top: 3px;
}

.yasumi{
	background: #c76464;
}

.yotei{
	background: #6388d1;
}

.nyushi{
	background: #63a886;
}

.yasumi,
.yotei,
.nyushi{
	padding: 1px 10px 1px 10px;
	border-radius: 5px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	color: #fff;
}

.center{
	text-align: center;
}

.holiday{
	height: 35px !important;
}

.time_ss{
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
}

.wday{
	border: 1px solid #000;
	width: 12%;
	text-align: center;
	vertical-align: middle;
}

.for_s,
.for_j,
.for_c,
.for_sc,
.juken,
.kougi,
.none{
	border: 1px solid #000;
	width: 12%;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	color: #fff;
	text-shadow: none;
}

.juken{
	background-color: rgba(37,65,88,217);
}

.kougi{
	background: url(_images/b50.png) repeat;
}

.for_s{
	background-color: rgba(82,31,30,230);
}

.for_c{
	background-color: rgba(56,82,26,230);
}

.for_sc{
	background-image: url("_images/cjback.png");
	background-size: cover;
}
.none{
	background-color: rgba(0,0,0,0);
}

.small{
	font-size: 75%;
}

.classtype{
	color: #fff;
	padding: 1px 10px 1px 10px;
	margin: 1px 3px 1px 3px;
	border: 1px solid #000;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 5px;
}

/* =================================================== Footer */
footer{
	width: 100%;
	background: url(_images/footer_back.png) top repeat-x;
	text-align: center;
}

footer img{
	margin: 25px 0 25px 0;
	opacity: 0.8;
}

#copyright{
	font-size: 11px;
	padding: 5px 0 5px 0;
	text-align: center;
	line-height: 1em;
	color: #999;
	letter-spacing: 1px;
}

/* ======================================================== ? */
#cal{
	width: 100%;
	text-align: center;
}

#cal thead td{
	text-align: center;
	padding-bottom: 10px;
}

#cal tbody td{
	padding: 3px 0 3px 0;
	font-size: small;
}

#cal tbody tr.cal_body:hover{
	background: #666;
}

#cal tbody tr.cal_body td:hover{
	color: #ffffa8;
}

#main_menu6{
	position: absolute;
	top: 0;
	left: 0;
}

#about_cal tfoot td{
	padding-top: 7px;
}

#oyasumi{
	width: 100%;
	padding-top: 150px;
	padding-bottom: 150px;
	text-align: center;
	vertical-align: middle;
	font-size: 35pt;
}

div.class_name{
	font-size: 25pt !important;
}

div.class_time{
	font-size: 15pt !important;
}

td.name{
	font-size: 16pt !important;
}

td.date{
	font-size: 24pt !important;
}

tr#seat_footer td{
	font-size: 18pt !important;
}

div#note{
	font-size: 18pt !important;
}
