@charset "UTF-8";

body{font-family:Arial;margin:20px;}

#content { width:95%;margin:20px auto;background-color:#eee; padding:10px;}

h1 { font-weight:bold; font-size:22px; text-decoration: none;}
h1 a {text-decoration: none;}
h2 { margin-left:15px;margin-right:15px;}
h3 { margin-left:15px;margin-right:15px;font-size:18px; font-weight:normal;}
#content ul { background-color:#fff;padding:20px 10px 20px 10px;border-radius:10px;}
#content li { margin-bottom:3em; margin-left:3em;}
#content li strong {margin-bottom:30px;}
.left  { float:left; }
.right { float:right; }

.pr { border-radius:5px;width:320px ; margin:20px;float:right;}
.pr2 { display:block;border-radius:5px;margin:0px auto 30px auto; }

#title_board { display:block; margin:30px auto;width:100%; }

#pt { width:90%;display:block; margin:auto; overflow:scroll;}

table { border:1px solid #000; padding:10px;margin:auto; overflow:scroll; width:100%; }
th { background-color:#eee;padding:10px;border:1px solid #555;font-size:12px;}
td {background-color:#fff;padding:10px;border:1px solid #555;font-size:12px;}

.gw320 {
	width:150px;
	
}

.gw320b {
	width:320px;
	
}

#gsc {
	color:#a00;
	font-weight:bold;
	font-size:16px;
}

.br {display:block;}


footer {
	text-align:center;
	background-color:#aef;
	padding:5px;
	font-size:10px;
}






















/* ハンバーガーメニュー本体 */
.hamburger {
  display: none;
  cursor: pointer;
  padding: 10px;
  position: fixed;
  top: 10px;
  right: 10px;
  z-index: 1001;
}
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  background-color: #333;
  margin: 5px 0;
  transition: all 0.3s ease;
}

/* メニュー表示領域 */
#mobile-menu {
  display: none;
  position: fixed;
  top: 0;
  right: 0;
  background-color: #ddf;
  width: 35%;
  height: 100%;
  z-index: 1000;
  padding: 20px;
  box-shadow: -2px 0 5px rgba(0,0,0,0.3);
}

#mobile-menu a {
  display: block;
  margin: 15px 0;
  color: #333;
  text-decoration: none;
  font-weight: bold;
  border-bottom:1px solid #555;

}

/* 小画面で表示 */
@media screen and (max-width: 640px) {
  .hamburger {
	display: block;
  }
}

#menu { display:none; }