html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

body {
	margin: 0 auto;
//	background-color: #F3F3F3;
	background-color: #f5b1aa;
	color: #000000;
	font: 98%/1.4 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
}

img {
	border:0;
}

img.login_logo {
        padding:0.5em;
}

#login {
	width:400px;
	background-color: #dbffdc;
	text-align: center;
	margin: 30px auto;
	padding:20px;
	border: 1px solid #CCCCCC;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
	color:blue;
}

#wrap{
	background-color: #FFFFFF; 
	width:95%;
	max-width: 960px;
	margin: 0 auto;
	text-align: center;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

#top_header{
	height:65px;
	text-align:left;
	background-color: #b0c4de;
	border-bottom: 1px solid #CCCCCC;
}

#top_header.login_header{
	background-color: blue;
}

#main{
	background-color: #FFFFFF; 
	margin-left:auto;
	margin-right:auto;
	text-align: left;
	clear: both;
}

#main table {
	border-collapse: collapse;
	border: 1px #E3E3E3 solid;
	border-spacing: 0;
}

#main th {
	padding: 3px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
}
#main td {
	padding: 3px;
	border: #E3E3E3 solid;
	border-width: 0 0 1px 1px;
}

#right{
	background-color: #FFFFFF; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}


#left{
	background-color: #FFFFFF; 
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Minimum width of 960 pixels. */
@media screen and (min-width: 800px) {
	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em,img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby,section, summary, time, mark, audio, video {
        	font-family: "Noto" , sans-serif;
        	margin: 0;
        	padding: 0;
        	border: 0;
        	font-size: 100%;
        	vertical-align: baseline;
	}
	#right{
		width: 82%;
		float: right;
		padding: 10px;
	}
	#sala_main{
		width:100%;
		box-sizing:border-box;
		padding:1em;
	}
	#main table {
		width: 100%;
	}

	#left{
		width: 18%;
		float: left;
		padding: 5px;
	}

	#l_menu{
		width:100%;
	}
	#l_menu ul{
		width:100%;
	    margin:0 auto;
		list-style:none;
	}
	#l_menu li{
		margin: 6px;
		width: 100%;
		height: 35px;
		text-align: center;
		vertical-align: middle;
//		line-height: 110%;
	}

	#l_menu li a{
//		background-color:#e4e8eb;
		border:1px #cccccc solid;;
		padding:1px 5px;
//		display:block;
		display: table-cell;
		color:#444444;
		text-decoration:none;
		font-weight:bold;
		width: 150px;
		height: 35px;
		font-size: 8pt;
		text-align: left;
		vertical-align: middle;
		letter-spacing: 0.05em;
	}
	#l_menu li a:hover{
		background-color: #0033cc;
		color: #ffffff;
	}
	#menu_title{
		padding: 3px;
		font-size: 9pt;
		font-weight: bold;
		color: #758e9e;
		height: 25px
        }	
	#name_box {
//		border:1px solid #00008B;
//		background-color:#B0E0E6;
		text-align: center;
		margin:10px;
		width:132px;
		font-size: 9pt;
		font-weight: bold;
		letter-spacing: 0.05em;
	}

}
/* Minimum width of 600 pixels. */
@media screen and (max-width: 800px) {
	#login {
		width:90%;
		background-color: #dbffdc;
		margin: 10px auto;
		padding:5px;
		border: 1px solid #CCCCCC;
		box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
		color:blue;
	}

	#right{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}
	
	#sala_main{
		width: 100%;
		padding: 20px;
		box-sizing: border-box;
	}

	#main table {
		width: 100%;
		font-size: 100%;
	}

	#left{
		width: 100%;
//		padding: 5px;
		margin: 5px auto;
		box-sizing: border-box;
	}

	#l_menu{
		width:100%;
	}
	#l_menu ul{
		width:100%;
//		padding: 5px;
		margin:0 auto;
		list-style:none;
	}
	#l_menu li{
		margin: 6px;
		width: 28%;
		height: 5em;
		text-align: center;
		vertical-align: middle;
		line-height: 1.1em;
	}

	#l_menu li a{
//		background-color:#e4e8eb;
//		border:1px solid #bdc5cd;
		padding:2px 2px 2px 2px;
//		display:block;
		display: table-cell;
		color:#444444;
		text-decoration:none;
		font-weight:bold;
		width: 28%;
		height: 5em;
		font-size: 100%;
		vertical-align: middle;
		letter-spacing: 0.05em;
	}

	#l_menu li a:hover{
		background-color: #0033cc;
		color: #ffffff;
	}
	#l_menu li a:hover span{
//		color:#636363;
	}
	#menu_title{
		padding: 20px;
		font-size: 11pt;
		font-weight: bold;
		color: #758e9e;
		height: 25px
        }	
	#name_box {
                border:2px solid #44444488;
                background-color:#4444440d;
		text-align: center;
		margin:10px;
		width:90%;
		font-size: 11pt;
		font-weight: bold;
		letter-spacing: 0.05em;
	}
}

#footer {
	border-top: 1px solid #B0C4DE;
	padding: 10px;
	background-color: #EEEEEE;
	clear: both;
	font-size: 9pt;
}

/* リンク
----------------------------------------------------------- */
a:link {
	color:#0000CC;
	text-decoration:none;
	font-weight: bold;
}

a:visited {
	color:#4B7F40;
	text-decoration:none;
	font-weight: bold;
}

a:hover {
	text-decoration:underline;
}

a:active {
	color:#666;
}

h1 {
	display: inline;
}

div {
	display: run-in ;
}

.F8   { font-size: 8pt;  line-height: 130%; }
.F8UP { font-size: 8pt;  line-height: 130%; font-weight: bold; color:#0000FF; }
.F10  { font-size: 10pt; line-height: 130%; }
.FB10 { font-size: 10pt; line-height: 130%; font-weight: bold; }
.F11  { font-size: 11pt; line-height: 130%; }
.FB11 { font-size: 11pt; line-height: 130%; font-weight: bold; }
.F12  { font-size: 12pt; line-height: 130%; }
.FB12 { font-size: 12pt; line-height: 130%; font-weight: bold; }
.F14  { font-size: 14pt; line-height: 130%; }
.FB14 { font-size: 14pt; line-height: 130%; font-weight: bold; }
.F16  { font-size: 16pt; line-height: 130%; }
.FB16 { font-size: 16pt; line-height: 130%; font-weight: bold; }

#menu{
	width:100%;
}
#menu ul{
	width:100%;
	margin:0 auto;
	list-style:none;
}
#menu li{
	margin: 10px;
	width: 184px;
	height: 100px;
	text-align: center;
	vertical-align: bottom;
	line-height: 110%;
}

#menu li a{
	background-color:#E6E6E6;
	padding:10px 10px 10px 10px;
	display:block;
	color:#000000;
	text-decoration:none;
	height: 83px;
	width: 160px;
	vertical-align: bottom;
	border-radius: 5px;
	font-size: 0.9em;
	font-weight: 500;
}
#menu li a span{
	color:#636363;
	font-size:10px;
}
#menu li a:hover{
	background:#2e48d1;
	text-decoration:none;
	color:#FFFFFF;
}
#menu li a:hover span{
	color:#FFFFFF;
}

@font-face {
	font-family: "Noto";
	src: url("./fonts/NotoSansJP-VariableFont_wght.ttf") format("truetype");
  }
