@charset "utf-8";
/* 標準可変メディア
   メモ : 可変メディアでは、HTML からメディアの高さおよび幅の属性を削除する必要がある
   http://www.alistapart.com/articles/fluid-images/ 
*/
img, object, embed, video {
	max-width: 100%;
	-webkit-transition: all 1s 1s;
	-moz-transition: all 1s 1s;
	-ms-transition: all 1s 1s;
	-o-transition: all 1s 1s;
	transition: all 1s 1s;
	text-align: center;
}
/* IE 6 では最大幅がサポートされていないため、デフォルトで幅 100% に設定される */
.ie6 img {
	width:100%;
}

/*
	Dreamweaver 可変グリッドプロパティ
	----------------------------------
	dw-num-cols-mobile:		24;
	dw-num-cols-tablet:		24;
	dw-num-cols-desktop:	24;
	dw-gutter-percentage:	25;
	
	以下からヒントを入手 : Ethan Marcotte 氏の「レスポンシブ Web デザイン」 
	http://www.alistapart.com/articles/responsive-web-design
	
	および Joni Korpi 氏の「Golden Grid System」
	http://goldengridsystem.com/ 
*/

/* モバイルレイアウト : 480 px およびそれ以下. */

body{
	background-color: #FAFAFA;
}
body{
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif !important;
}
h1 {
font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: x-large;
	color: #FFF;
	background-color: #363;
	padding: 8px;
	margin: 0px;
}
h2 {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	font-size: medium;
	color: #FFF;
	background-color: #363;
	padding: 3px;
	margin: 0px;
}
h3 {
	font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
	border-bottom-width: 2px;
	border-bottom-style: solid;
	border-bottom-color: #930;
	padding-top: 5px;
	padding-bottom: 0px;
	font-size: x-large;
	color: #900;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
}
h4 {
	font-size: medium;
	margin-left: 7px;
	margin-top: 10px;
	margin-bottom: 5px;
}
p {
	line-height: 1.4em;
	clear: left;
	font-size: medium;
	margin-top: 3px;
	margin-right: 6px;
	margin-bottom: 3px;
	margin-left: 8px;
}
p.header_txt{
	font-size: x-small;
}
table {
	margin-left: 10px;
}
.center {
	text-align: center !important;
}

#breadcrumb {
	width: 100%;
	clear: right;
	float: left;
}
.breadcrumb_ul {
	list-style-type: none;
	display: inline;
}
.breadcrumb_li {
	float: left;
	margin-top: 5px;
	margin-bottom: 5px;
	margin-left: 5px;
}
.gridContainer {
	margin-left: auto;
	margin-right: auto;
	width: 98%;
	padding-left: 1%;
	padding-right: 1%;
}

#header {
	background-color: #006;
	clear: right;
	float: left;
	width: 100%;
}
#header_left {
	float: left;
	clear: right;
	width: 94%;
	color: #FFF;
	background-color: #006;
	padding-top: 1%;
	padding-left: 1%;
}
#header_right {
	float: left;
	clear: right;
	width: 95%;
	color: #FFF;
	background-color: #006;
	padding-top: 1%;
	padding-left: 5%;
}
#footer {
	background-color: #006;
	clear: right;
	float: left;
	width: 100%;
	height: 30px;
	text-align: right;
	}
#main {
	width: 100%;
	clear: right;

	}
.contents {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	font-family: sans-serif;
}
.contents_profile_left {
	float: left;
	width: 20%;
	text-align: center;
	}
.contents_profile_right {
	float: right;
	width: 80%;
	}
.contents_class {
	float: left;
	width: 100%;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-family: sans-serif;
}
.weblinks {
	color: #FFF;
	background-color: #900;
	border: 2px solid #F60;
	margin: 5px;
	width: 150px;
	float: left;
	text-align: center;
	padding: 5px;
	clear: right;
	}

.weblinks a:link {
	color: #FFFFFF;
}
.weblinks a:visited {
	color: #CCCCCC;
}
.weblinks a:hover {
	color: #FF9900;
}
.weblinks a:active {
	color: #FF9900;
}
.school_table {
	margin-left: 3%;
}
/*　schoollogoここから */
.school_logo {
	width: 70%;
	}
/*　色指定ここから */
.red {
	color: #F00;
	}
/*　色指定ここまで */
/*　menuここから */
#menu {
	clear: both;
	float: right;
	margin-left: 0;
	display: block;
	background-color: #000066;
	position: fixed;
	top: 0;
	right: 4%;
	z-index: 98;
	border-bottom-left-radius: 15px;  /* 左下 */
	border-bottom-right-radius: 15px;
}
label {
	background: #000066;
	color: #fff;
	padding: 10px;
	display: block;
	margin: 0;
	text-align: center;
	font-size: large;
	z-index: 99;
}
input[type="checkbox"].on-off{
    display: none;
}
#menu ul {
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#menu li {
	text-align: center;
	font-size: large  !important;
	padding-top: 8px !important;
	margin-right: 2px !important;
	margin-left: 2px !important;
	padding-bottom: 8px !important;
}

input[type="checkbox"].on-off + ul{
    height: 0;
    overflow: hidden;
}

input[type="checkbox"].on-off:checked + ul{
    height: 100%;
}
#menu a {
	color: #FFF;
}
#menu li a {
	display:block;
}
/*　menuここまで */
/*　indexbtnここから */
#btn_index_box a:link {
	font-size: small;
	color: rgba(255,255,255,1);
	background-color: #cc0021;
	text-align: center;
	float: left;
	width: 25%;
	margin: 3px;
	padding: 30px;
}
#btn_index_box a:visited {	color: #FFFFFF;}
/*　indexbtnここまで */

/*　メールフォームここから */
	/* 入力幅 */
	input.text {
		width: 75%;
	}
	/* テーブルスクロール */
	.table_scroll {
	overflow: auto;
	padding-top: 3px;
	padding-bottom: 3px;
	}

/*　メールフォームここまで */
.mukashi {
	float: left;
	width: auto;
}

/* タブレットレイアウト : 481 px ～ 768 px。モバイルレイアウトからスタイルを継承。 */

@media only screen and (min-width: 481px) {
h1 {
	font-size: xx-large;
}
h2 {
	font-size: x-large;
}
h3 {
	font-size: xx-large;
}

p.header_txt{
	font-size: large;
}

.gridContainer {
	width: 92.225%;
	padding-left: 0.3875%;
	padding-right: 0.3875%;
}

.contents_profile_right {
	padding-bottom: 40px;
	}


/*　menuここから */
label {
	font-size: x-large;
}
#menu li {
	padding: 5px;
	text-align: center;
	font-size: small;	
}
input[type="checkbox"].on-off:checked + ul{
    height: 310px;
}
/*　menuここまで */

}

/* デスクトップレイアウト : 769 px ～最大 1232 px。モバイルレイアウトとタブレットレイアウトからスタイルを継承。 */

@media only screen and (min-width: 769px) {
h1 {
	margin-bottom: 20px;
	padding-left: 10px;
}
h4 {
	margin-bottom: 10px;
}

.gridContainer {
	width: 89.25%;
	max-width: 1100px;
	padding-left: 0.375%;
	padding-right: 0.375%;
	margin: auto;
}
#header {
	padding-bottom: 20px;
	}
#header_left {
	float: left;
	width: 46%;
}
#header_right {
	float: left;
	width: 48%;
	clear: right;
}

/* menuここから */
#menu {
	clear: both;
	float: right;
	margin-left: 0;
	display: block;
	width: 100%;
	position: relative;
	z-index: 0;
	right: 0%;
	border-bottom-left-radius: 0px;  /* 左下 */
	border-bottom-right-radius: 0px; /* 右下 */
	padding-bottom: 10px;
}
label {
	display: none;
}
input[type="checkbox"].on-off{
    display: none;
}
#menu ul {
	list-style-type: none;
}

#menu li {
	width: 11%;
	float: left;
	color: #FFF;
	text-align: center;
	font-size: medium !important;
	padding-bottom: 10px !important;
	margin-bottom: 5px;
}

input[type="checkbox"].on-off + ul{
    height: 50px;
}

input[type="checkbox"].on-off:checked + ul{
    height: 30px;
}
/* menuここまで */


}
