/* CSSコード */

body {	
	background: #FFF;
	align-items: center;
	font-size:18px;
	color: #666;
	padding:0;
	margin: 0;
}	

img {	
	width: 100%;
	margin-bottom: 10px;
}	

.header { 
	width: 94%;
	display: flex;
	justify-content:left;
	align-items: center;
	padding: 0;
	background: #fff;
	position: relative;
	margin: 0px 2%;
}

/* ここから下がハンバーガーメニューに関するCSS */
  
/* チェックボックスを非表示にする */
.drawer_hidden {
  display: none;
}

/* ハンバーガーアイコンの設置スペース */
.drawer_open {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  right: 20px;
  z-index: 100;/* 重なり順を一番上にする */
  cursor: pointer;
}

/* ハンバーガーメニューのアイコン */
.drawer_open span,
.drawer_open span:before,
.drawer_open span:after {
  content: '';
  display: block;
  height: 3px;
  width: 25px;
  border-radius: 3px;
  background: #4EBCCE;
  transition: 0.5s;
  position: absolute;
}

/* 三本線の一番上の棒の位置調整 */
.drawer_open span:before {
  bottom: 8px;
}

/* 三本線の一番下の棒の位置調整 */
.drawer_open span:after {
  top: 8px;
}

/* アイコンがクリックされたら真ん中の線を透明にする */
#drawer_input:checked ~ .drawer_open span {
  background: rgba(255, 255, 255, 0);
}

/* アイコンがクリックされたらアイコンが×印になように上下の線を回転 */
#drawer_input:checked ~ .drawer_open span::before {
  bottom: 0;
  transform: rotate(45deg);
}

#drawer_input:checked ~ .drawer_open span::after {
  top: 0;
  transform: rotate(-45deg);
}
  
/* メニューのデザイン*/
.nav_content {
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0%;
	left: 100%; /* メニューを画面の外に飛ばす */
	z-index: 99;
	background: #45AA3A;
	transition: .5s;
	text-align: center;
	padding: 30px 0 0 0;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
	left: 0;
}

/* メニュー黒ポチを消す */
.nav_list {
	list-style: none;
	padding: 0;
	margin: 20px 0px;
}

.nav_item  {
	font-size:16px;
	line-height: 2.0em;
	color:#FFF;
	border-bottom: solid 1px #FFF;
	padding: 0 0 10px 0;
	margin: 10px 0px;
}

.nav_item a:link {
  color: #fff;
  text-decoration: none;
}

.nav_item a:visited {
  color: #fff;
  text-decoration: none;
}

.nav_list2 {
	list-style: none;
	padding: 0;
	margin:0px;
}

.nav_item2  {
	font-size:14px;
	line-height: 1.4em;
	color:#FFF;
	margin: 0px 0px 10px 0px;
}

.nav_item2 a:link {
  color: #fff;
  text-decoration: none;
}

.nav_item2 a:visited {
  color: #fff;
  text-decoration: none;
}

/* アイコンがクリックされたらメニューを表示 */
#drawer_input:checked ~ .nav_content {
  bottom: 0;/* メニューを画面に入れる */
}

.logo {
	text-indent: -10000px;
	line-height: 0px;
	background:url(../../img/logo.gif) no-repeat;
	width: 221px;
	height: 51px;
	display: block;
	border:none;
	float:left;
	margin:8px 0px 16px 0px;
}

#top_txt {
	width:100%;
	background: #4EBCCE;
	font-size:12px;
	color: #FFF;
	text-align: center;
	padding:1px 0px;
	margin:0px;
}

#top_img {
	width:100%;
	margin:0px;
}

#top_txt2 {
	width:100%;
	background: #45AA3A;
	font-size:14px;
	color: #FFF;
	text-align: center;
	padding:1px 0px;
	margin:0px 0px 20px 0px;
}
.container {	
	background: #FFF;
	width: 96%;
	text-align: left;
	border:none;
	padding:0px;
	margin: 0px 2%;
}	

.container img {	
	width: 100%;
	padding:0px;
	margin-bottom: 10px;
}	

.container table {
	width: 100%;
	margin: 20px 0px 20px 0px;
	padding:0;
}	

/*__________________________________________________	

  pagetop (トップへ戻る)	
  __________________________________________________*/	

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #0cf;
    text-align: center;
    color: #06c;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #f60;
    text-align: center;
    color: #fc9;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
#blink {	
	width: 100%;
	font-size:16px;
	line-height: 1.4em;
	vertical-align:top;
	text-align: center;
	border:none;
	clear:both;
	padding:0;
	margin: 20px 0px 20px 0px;
	clear:both;
}	
#blink a:link {	
	color:#0066CC;
	text-decoration: none;
}	
#blink a:visited {	
	color:#0066CC;
	text-decoration: none;
}	
#blink a:hover {	
	color:#FF3300;
	text-decoration: none;
}	

/*__________________________________________________	

  copy light
  __________________________________________________*/

#copylight {	
	width: 96%;
	font-size:12px;
	color:#999;
	line-height: 1.4em;
	vertical-align:top;
	text-align: center;
	border-top: solid 1px #ccc;
	clear:both;
	padding-top:10px;
	margin: 30px auto 10px auto;
}	