﻿@charset "UTF-8";

/*余白初期化*/
html,div,ol,dl,dt,dd,form,fieldset,input,textarea,h1,h2,h3,h4,h5,h6,pre,code,p,blockquote,hr,th,t{
	margin: 0;
	padding: 0;
	}


body{
	font-family: "メイリオ","Hiragino Kaku Gothic Pro", sans-serif;
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 0;
	margin-bottom: 0;
	}

/*画像サイズ設定*/
img{
	max-width: 100%;
	}

/*学校名*/
header{
	background: #0000ff;
	width: 100%;
	}

.logo{
	margin: 5px 0 0 5px;
	width: 50%;
	float: left;
	}

.address{
	float: left;
	margin-top: 15px;
	margin-left: 10px;
	font-size: small;
	color: #ffffff;
	}

/*携帯*/
.keitai{
	float: right;
	font-size: 9pt;
	color: #ffffff;
	text-align: center;
	margin-top: 5px;
	margin-right: 10px;
	}

.keitai img{
	width: 60px;
	}

/*メニュー*/
.main_menu{
	clear: both;
	display: block;
	text-align: center;
	font-size: small;
	}

.main_menu a{
	display: inline-block;
	width: 13%;
	text-decoration: none;
	margin-top: 4px;
	padding: 6px 0 6px 0;
	background: #ffffff;
	border-radius: 10px 10px 0px 0px;
	border-top: solid 1px #ffffff;
	border-left: solid 1px #ffffff;
	border-right: solid 1px #ffffff;
	color: #000000;
	}

.main_menu a:hover{
	background: #e86b79;
	color: #FFFFFF;
	}

#now{
	background: #e86b79;
	color: #ffffff;
	font-weight: bold;
	}

/*サブメニュー*/
.sub_menu {
	float: left;
	border: solid 2px #d6d1ff;
	}

.sub_menu a{
	display: block;
	text-decoration: none;
	font-size: small;
	text-align: center;
	width: 120px;
	background: #ffffff;
	border-top: solid 1px #bebbe3;
	border-left: solid 1px #bebbe3;
	border-bottom: solid 2px #bebbe3;
	border-right: solid 2px #bebbe3;
	padding: 4px 8px 4px 8px;
	margin: 3px;
	color: #000000;
	}

.sub_menu a:hover{
	background: #e86b79;
	color: #ffffff;
	}

#now_sub{
	background: #e86b79;
	color: #ffffff;
	}

/*メインコンテンツ*/
.main_body{
	background: #0000ff;
	border-left: solid 10px #0000ff;
	border-right: solid 10px #0000ff;
	border-bottom: solid 15px #0000ff;
	}

.main{
	min-height: 180px;
	background: #ffffff;
	border-radius: 10px 10px 0px 0px;
	padding: 15px 10px 15px 10px;
	}

.top_img{
	text-align: center;
	width: 60%;
	margin-left: auto;
	margin-right: auto;
	}

/*見出し*/
h3{
	display: inline-block;
	border-bottom: solid 2px #ddddff;
	border-left: solid 5px #1e59e2;
	background: #eeeeff;
	margin: 10px 0 10px 0;
	padding: 4px 20px 0 10px;
	}

/*サブメニューありコンテンツボックス*/
.info{
	line-height: 2em;
	margin-left: 160px;
	}


/*学級編成*/
.class{
	width: 100%;
	border-collapse: collapse;
	}

.class td{
	border: solid 1px;
	padding: 5px;
	width: 15%;
	text-align: center;
	}
	
.class td:nth-of-type(1){
	background: #eeeeee;
	}

.class td:nth-of-type(3){
	background: #eeeeee;
	}

/*沿革*/
.enkaku{
	width: 100%;
	border-collapse: collapse;
	}
	
.enkaku td, th{
	padding: 2px;
	text-align: center;
	}
	
.enkaku td:nth-of-type(1){
	width: 80px;
	vertical-align: top;
	}

.enkaku td:nth-of-type(2){
	width: 50px;
	vertical-align: top;
	}
	
.enkaku td:nth-of-type(3){
	vertical-align: top;
	text-align: left;
	}

・/*お知らせ等表形式*/
.info_table{
	width: 100%;
	}s

.info_table td:nth-of-type(1){
	width: 150px;
	vertical-align: top;
	}

.info_table td:nth-of-type(2){
	vertical-align: top;
	}

/*配布文書一覧*/
.letter{
	width: 100%;
	border-collapse: collapse;
	}

.letter th{
	background: #ccd9ff;
	border: solid 1px;
	padding: 5px;
	}

.letter td{
	border: solid 1px;
	padding: 5px;
	}

.letter th:nth-of-type(1){
	width: 12%;

	}

.letter th:nth-of-type(2){

	}

.letter th:nth-of-type(3){
	width: 12%;

	}

.letter th:nth-of-type(4){
	width: 20%;
	}
	
/**グーグルマップ**/
.map{
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
	}

.map iframe, .map object, .map embed{
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	}

/**メール投稿型掲示板**/
.mailboard{
	}

.mailboard iframe{
	width: 100%;
	 }

/*校歌*/
.audio{
	margin-top: 10px;
	}
	
.audio audio {
	max-width: 70%;
	height: 40px;
	}

.movie{
	width: 100%;}

