@charset "UTF-8";

* {
	margin: 0;
	padding: 0;
	outline: 0;
	font-weight: normal;
	font-size: 14px;
	line-height: 100%;
	color: #333;
	font-family: Roboto, 'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
}

html, body {
	width: 100%;
}

img {
	border: 0;
	vertical-align: bottom;
	max-width: 100%;
}

b, strong {
	font-weight: bold;
}

ul {
	list-style: none;
}

html, body, div, p, header, article, session, footer, ul, li {
	position: relative;
}

a {
	text-decoration: none;
}

/* ======================================================================= */

body {
	background: #eaeaea;
}

header {
	width:100%;
	background: #fff;
	text-align: center;
	padding: 10px 0;
	box-shadow: 0 0 5px #888;
}

#logo {
	width: 220px;
}

#headYoyaku {
	margin-bottom: 5px;
}

h1 {
	margin-top: 5px;
}

#menuIcon {
	width: 20px;
	top: 14px;
}

#menuIcon span {
	display: block;
	width: 100%;
	height: 3px;
	background: #aaa;
	position: absolute;
}

.menuIconTop {
	top: 0px;
}

.menuIconMiddle {
	top: 8px;
}

.menuIconBottom {
	top: 16px;
}


nav {
	background: #fff;
	z-index: 10000;
	position: fixed;
	width: 100%;
	padding: 10px 0;
	top: -200px;
}

#gnav li {
	margin-bottom: 10px;
	font: 12px;
	padding-left: 10px;
}


/* ======================================================================= */

article {
}

section {
	width: 92%;
	margin: 15px 2% 0 2%;
	padding: 2%;
	background: #fff;
	box-shadow: 0 0 3px #aaa;
	border-radius: 4px;
}

.secTitle {
	font-size: 18px;
	margin-bottom: 10px;
	border-left: 3px solid #449a26;
	padding-left: 10px;
}

.subText {
	margin-top: 5px;
}

.anzen-list {
	text-align: left;
	margin: 16px auto 0 auto;
	list-style: disc;
}

.anzen-list li {
	font-size: 105%;
	margin-bottom: 10px;
	margin-left: 26px;
	line-height: 1.4;
}

/* ======================================================================= */

#timeTable {
	width: 100%;
	border: 0;
	border-spacing: 1px;
	background: #449a26;
}

#timeTable th {
	color: #fff;
	padding: 10px 3px;
	text-align: center;
}

#timeTable td {
	background: #fff;
	padding: 10px 0;
	text-align: center;
}

.maru {
	color: #449a26;
}

.mb1 {
	margin-bottom: 10px;
}

.txt1 {
	line-height: 1.4;
}


footer {
	text-align: center;
	padding: 5px 2%;
}

.toPC {
	display: block;
	width: 120px;
	text-align: center;
	margin: 10px auto 15px auto;
	background: #449a26;
	text-decoration: none;
	color: #fff;
	padding: 6px 0;
	font-size: 12px;
	border-radius: 3px;
}

.news-title {
	color: #f60;
}

.gw {
	width: 100%;
	background: #248216;
	border-spacing: 1px;
	margin-top: 10px;
}

.gw tr td{
	padding: 6px 10px;
}

.gw tr td:first-child {
	color: #fff;
	width: 40%;
	background: #449a26;
}

.gw tr td:last-child {
	color: #333;
	background: #fff;
}

.top-yoyaku {
	box-sizing: border-box;
	width: 96%;
	margin: 10px auto;
	text-align: center;
}

.mt15 {
	margin-top: 15px;
}