@charset "utf-8"; 

body {
	margin: 0px;
	padding: 0px;
	font-family: "メイリオ", meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
	font-size: 12px;
	line-height: 1.5em;
	-webkit-text-size-adjust: 100%;
	background-color: #E7EBF7;
}

p {
	font-size: 1em;
	line-height: 1.5em;
	color: #333333;
	margin: 0px 1.5em;
}
#head {
	background-image: url(images/head_back_img.jpg);
	background-repeat: repeat-x;
	background-position: top;
	height: 55px;
	width: 100%;
	clear: both;
}
#logo {
	max-width: 765px;
	margin-right: auto;
	margin-left: auto;
	padding-top: 20px;
	padding-left: 12px;
}

#logo img {
	width: 200px;
}

#nav-content {
	font-size: 0.9em;
	float: left;
	max-width: 165px;
	width: 100%;
}
#nav-content ul {
	list-style: none;
	margin-top: 15px;
	margin-bottom: 15px;
	margin-left: 25px;
	margin-right: 10px;
	padding: 0px;
}

#nav-content li a {
	display: block;
	margin-top: 5px;
	margin-bottom: 5px;
	text-decoration: none;
}

#base {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 765px;
}

#contents {
	background: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
	max-width: 600px;
	float: left;
}

#footer {
	color: #003366;
	line-height: 2.8em;
	margin-top: 15px;
	margin-left: 17px;
	font-size: 0.8em;
}
h1 {
	font-size: 1.2em;
	color: #036;
	line-height: 2.8em;
	padding-left: 12px;
	padding-right: 12px;
}

h2 {
	font-size: 1em;
	color: #F9F6EF;
	line-height: 2.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #036;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #003366;
	background-image: url(images/h2back.jpg);
	background-repeat: repeat-x;
}
img {
	border-style: none;
	max-width: 100%;
	height: auto;
}
h3 {
	font-size: 1em;
	color: #333333;
	line-height: 2.8em;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-left: 12px;
	padding-right: 12px;
	background-color: #E4E5E7;
	background-image: url(images/h3back_new.jpg);
	background-repeat: repeat-x;
}

#contents ul {
	list-style: url(images/arrow.gif) none outside;
}

#contents li {
	margin-top: 5px;
	margin-bottom: 5px;
	padding-right: 12px;
}
#contents strong {
	font-weight: bold;
	color: #336699;
	text-decoration: none;
}
h4 {
	font-size: 1em;
	color: #336699;
	padding-top: 3px;
	padding-bottom: 4px;
	padding-left: 12px;
	padding-right: 12px;
	font-weight: bold;
	margin-top: 16px;
	margin-bottom: 13px;
	text-decoration: none;
}
em {
	font-style: normal;
	font-weight: bold;
}
#nav-content ul a em {
	background-image: url(images/arrow.gif);
	background-repeat: no-repeat;
	background-position: left center;
	margin-left: -12px;
	padding-left: 12px;
}
.img1010 {
	margin-top: 10px;
	margin-bottom: 10px;
}
.img0010 {
	margin-bottom: 10px;
}

.img2020 {
	margin-top: 20px;
	margin-bottom: 20px;
}
#end {
	padding: 1em;
}
.hyoudai {
	background-image: url(images/h3back.jpg);
	background-repeat: repeat-x;
	display: block;
	padding-left: 10px;
	margin-left: -10px;
	padding-top: 1px;
	padding-bottom: 1px;
	width: 100%;
}
#nav-content .fb-like {
	margin-bottom: 15px;
	margin-left: 15px;
}
.tweet {
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	width: 80%;
	border: 1px solid #CCC;
}

/*チェックボックス等は非表示に*/
.nav-unshown {
  display:none;
}
@media only screen and (max-width: 780px) {
#base {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	max-width: 1000px;
}

#contents {
	background: #FFFFFF;
	padding-top: 5px;
	padding-bottom: 15px;
	width: 100%;
	max-width: 1000px;
}
#contents li {
	margin-top: 1em;
	margin-bottom: 1em;
}
/*スライドメニュースマホ用設定*/
body header {
	background-image: url(images/head_back_img.jpg);
	background-repeat: repeat-x;
	background-position: top;
	position: fixed;
	top: 0px;
	z-index: 100;
	padding-top: 20px;
	padding-right: 5px;
	padding-bottom: 1px;
	padding-left: 20px;
	right: 0px;
}

#nav-drawer {
  position: relative;
}


/*アイコンのスペース*/
#nav-open {
  display: inline-block;
  width: 33px;
  height: 33px;
  vertical-align: middle;
}

/*ハンバーガーアイコンをCSSだけで表現*/
#nav-open span, #nav-open span:before, #nav-open span:after {
	position: absolute;
	height: 2px;/*線の太さ*/
	width: 20px;/*長さ*/
	border-radius: 2px;
	display: block;
	content: '';
	cursor: pointer;
	background-color: #FFF;
}
#nav-open span:before {
  bottom: -6px;
}
#nav-open span:after {
  bottom: -12px;
}

/*閉じる用の薄黒カバー*/
#nav-close {
  display: none;/*はじめは隠しておく*/
  position: fixed;
  z-index: 99;
  top: 0;/*全体に広がるように*/
  left: 0;
  width: 100%;
  height: 100%;
  background: black;
  opacity: 0;
  transition: .3s ease-in-out;
}

/*中身*/
#nav-content {
	overflow: auto;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 9999;/*最前面に*/
	width: 80%;/*右側に隙間を作る（閉じるカバーを表示）*/
	max-width: 330px;/*最大幅（調整してください）*/
	height: 100%;
	background: #EBF2F8;/*背景色*/
	transition: .3s ease-in-out;/*滑らかに表示*/
	-webkit-transform: translateX(-105%);
	transform: translateX(-105%);
	text-align: left;
	color: #036;
}
#nav-content h3 {
	font-size: 1.2em;
	color: #FFF;
	font-weight: normal;
	background-color: #5C82B9;
	display: block;
	width: 100%;
	padding-top: 1em;
	padding-bottom: 1em;
	margin-left: 0px;
	padding-left: 1.5em;
}
#nav-content ul li a {
	display: block;
	margin: 0;
	text-align: left;
	color: #036;
	border-bottom: 1px solid #fff;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 1em;
	padding-right: 1em;
	padding-bottom: 1em;
	padding-left: 2.5em;
}

/*チェックが入ったらもろもろ表示*/
#nav-input:checked ~ #nav-close {
  display: block;/*カバーを表示*/
  opacity: .5;
}

#nav-input:checked ~ #nav-content {
  -webkit-transform: translateX(0%);
  transform: translateX(0%);/*中身を表示（右へスライド）*/
  box-shadow: 6px 0 25px rgba(0,0,0,.15);
}
}
