/* ----------------------------------------------
					initiarize.
------------------------------------------------- */

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
	max-height: 999999px;
}
body {
	color: #333;
	font-size: 90%;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 150%;
}
body {
	-webkit-text-size-adjust: 100%;
	-moz-text-size-adjust: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
	vertical-align: bottom;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
textarea {
	font-size: 100%;
	font-family: "メイリオ", Verdana, "ＭＳ Ｐゴシック", sans-serif;
}
/* For modern browsers */
.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
/* For IE 6/7 (trigger hasLayout) */
.cf {
	zoom: 1;
}
hr {
	border: solid #FFF;
	border-width: 1px 0 0 0;
	height: 1px;/* for IE6 */
	clear: both;/* for IE6 */
}
.clear {
	clear: both;
}
/* ----------------------------------------------
		body
------------------------------------------------- */

body {
	background-color: #FFF;
}
/* page */
#page-container {
	position: relative;
	width: 100%;
	background: #fff;
}
/* ----------------------------------------------
		header-container
------------------------------------------------- */

/* headr */
#header-container {
	width: 100%;
	background: #fff;
	border-bottom: 5px solid #339999;
	z-index: 5555;
}
#header-container .inner {
	position: relative;
	width: 1000px;
	height: 70px;
	margin: 0 auto;
}
/* キャッチコピー */
#site-catch {
	padding: 9px 5px 4px;
	height: 10px;
	font-size: 10px;
	line-height: 10px;
}
/* サイトのロゴ */
#site-logo {
	height: 45px;
}
/* ヘッダーナビゲーション */
#header-nav {
	position: absolute;
	top: 36px;
	right: 0;
	height: 26px;
}
/* ----------------------------------------------
		navi-container
------------------------------------------------- */
#navi-container {
	width: 100%;
	z-index: 9999;
}
#navi-container .inner {
	position: relative;
	width: 1000px;
	margin: 0 auto;
}
.fixed {
	position: fixed;
	top: 0px;
	z-index: 9999;
}
#navi {
	clear: both;
	margin: 0;
	padding: 0;
}
.nav {
	list-style-type: none;
	height: 34px;
	margin: 0 auto;
	padding: 0 0 0 5px;
	background: #339999;
}
.nav li {
	position: relative;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}
.nav li a {
	display: block;
	margin: 0;
	padding: 10px 8px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	line-height: 1;
	text-decoration: none;
}
.nav li ul {
	list-style: none;
	position: absolute;
	top: 100%;
	left: 0;
	margin: 0;
	padding: 0;
	z-index: 9999;
}
.nav li:last-child ul {
	width: 210px;
	left: -110px;
}
.nav li ul li {
	overflow: hidden;
	width: 210px;
	height: 0;
	color: #fff;
	-moz-transition: .2s;
	-webkit-transition: .2s;
	-o-transition: .2s;
	-ms-transition: .2s;
	transition: .2s;
}
.nav li ul li a {
	padding: 13px 15px;
	background: #1d7a62;
	text-align: left;
	font-size: 12px;
	font-weight: normal;
}
.nav li:hover > a {
	background: #57B32B;
	color: #eff7b1;
}
.nav li:hover ul li {
	overflow: visible;
	height: 38px;
}
.nav li:hover ul li:first-child {
	border-top: 0;
}
.nav li:hover ul li:last-child {
	border-bottom: 0;
}
/*2017.6.14 「ごあいさつ」ナビ非表示*/
#navi .nav li:first-child ul li:first-child {
	display: none;
}
/* ----------------------------------------------
		sub-navi
------------------------------------------------- */

#sub-navi {
	clear: both;
	margin: 0;
	padding: 5px 0;
	background-color: #FFFFFF;
}
#sub-navi ul {
	margin: 0;
	padding: 0;
	height: 24px;
	background-color: #FFCC33;
	border-radius: 5px;        /* CSS3草案 */
	-webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
	-moz-border-radius: 5px;   /* Firefox用 */
}
#sub-navi ul li {
	float: left;
	list-style: none;
}
#sub-navi ul li a {
	display: block;
	font-size: 14px;
	line-height: 24px;
	color: #262626;
	text-decoration: none;
	padding: 0 15px;
}
#sub-navi ul li a:hover {
	color: #FFFF99;
	background-color: #58B32B;
}
/* ----------------------------------------------
		main-container
------------------------------------------------- */

#main-container {
	width: 100%;
	padding-top: 0;
	z-index: 1111;
}
#main-container .inner {
	position: relative;
	width: 960px;
	padding: 30px 20px;
	margin: 0 auto;
}
.main-container-01 {
	width: 100%;
	padding-top: 0;
	background-color: #FFFFFF;
	z-index: 1111;
}
.main-container-01 .inner {
	position: relative;
	width: 960px;
	padding: 30px 20px;
	margin: 0 auto;
}
.main-container-02 {
	width: 100%;
	padding-top: 0;
	background-color: #F5F8FF;
	z-index: 1111;
}
.main-container-02 .inner {
	position: relative;
	width: 960px;
	padding: 30px 20px;
	margin: 0 auto;
}
.main-container-01:after, .main-container-02:after {
	content: "";
	display: table;
	clear: both;
}
/* main-container-image */

#main-container-image {
	width: 100%;
	background: #fff;
}
#main-container-image #top_img {
	clear: both;
	width: 100%;
}
/* main-container-menu */

#main-container-menu {
	width: 100%;
	/*background: #F0F0F0;*/
}
#main-container-menu .inner {
	position: relative;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	clear: both;
}
#main-container-menu .menu_box {
	float: left;
	width: 220px;
	/*	height:300px;*/
	margin: 15px 15px;
	padding: 0;
	text-align: center;
	background-color: #FFFFFF;
}
#main-container-menu .menu_box .image {
	width: 220px;
	margin: 0 auto;
}
#main-container-menu .menu_box .title {
	width: 180px;
	margin: 10px auto;
	padding: 8px 0 5px 26px;
	margin: 0 auto;
	font-size: 13px;
	font-weight: bold;
	line-height: 22px;
	color: #0066CC;
	text-align: left;
	background: url(../images/arrow_top_menu.png) no-repeat 0 8px;/*	border-bottom:#399FE5 1px solid;*/
}
#main-container-menu .menu_box .title a {
	text-decoration: none;
	color: #0066CC;
}
#main-container-menu .menu_box .headline {
	display: none;
	width: 190px;
	margin: 10px auto;
	font-size: 13px;
	line-height: 18px;
	text-align: left;
}
#main-container-branch {
	width: 100%;
	background: #fff;
}
#main-container-branch .inner {
	position: relative;
	width: 1000px;
	padding: 0;
	margin: 0 auto;
	clear: both;
}
.branch_box {
	float: left;
	width: 230px;
	/*	height:300px;*/
	margin: 10px 10px;
	padding: 0;
	text-align: center;
}
/* main-container-renewal */

#main-container-renewal {
	width: 100%;
	background: #EDFAFF;
}
#main-container .address p {
	padding: 15px;
	line-height: 1.6em;
}
#main-container .address.meibo p {
	padding: 15px 100px;
}
#main-container .address .name {
	font-weight: bold;
}
#main-container .address .alert {
	color: #CC0000;
	padding-bottom: 10px;
	line-height: 1.2em;
}
/* ----------------------------------------------
		footer-container
------------------------------------------------- */

#footer-container {
	width: 100%;
	background: #339999;
	z-index: 4444;
}
#footer-container .inner {
	position: relative;
	width: 1000px;
	height: 60px;
	padding: 0;
	margin: 0 auto;
}
#footer-container .copyright {
	padding-top: 10px;
	font-size: 12px;
	line-height: 12px;
	color: #FFF;
}
/* ---------------------------------------------------
 　右下部
--------------------------------------------------- */

.pagetop {
	display: none;
	position: fixed;
	bottom: 40px;
	right: 20px;
}
.pagetop a {
	display: block;
}
.marquee {
	width: 1000px;
	padding: 0.5em 0;
	overflow: hidden;
	background-color: #f6f6f6;
	margin: 5px auto 10px auto;
	border: 1px solid #313131;
	position: relative;
}
.marquee p:after {
	content: "";
	white-space: nowrap;
	padding-right: 50px;
}
.marquee p {
	margin: 0;
	padding-left: 960px;
	display: inline-block;
	white-space: nowrap;
	-webkit-animation-name: marquee;
	-webkit-animation-timing-function: linear;
	-webkit-animation-duration: 10s;
	-webkit-animation-iteration-count: infinite;
	-moz-animation-name: marquee;
	-moz-animation-timing-function: linear;
	-moz-animation-duration: 10s;
	-moz-animation-iteration-count: infinite;
	-ms-animation-name: marquee;
	-ms-animation-timing-function: linear;
	-ms-animation-duration: 10s;
	-ms-animation-iteration-count: infinite;
	-o-animation-name: marquee;
	-o-animation-timing-function: linear;
	-o-animation-duration: 10s;
	-o-animation-iteration-count: infinite;
	animation-name: marquee;
	animation-timing-function: linear;
	animation-duration: 10s;
	animation-iteration-count: infinite;
}
@-webkit-keyframes marquee {
 from {
-webkit-transform: translate(0%);
}
 99%, to {
-webkit-transform: translate(-100%);
}
}
@-moz-keyframes marquee {
 from {
-moz-transform: translate(0%);
}
 99%, to {
-moz-transform: translate(-100%);
}
}
@-ms-keyframes marquee {
 from {
-ms-transform: translate(0%);
}
 99%, to {
-ms-transform: translate(-100%);
}
}
@-o-keyframes marquee {
 from {
-o-transform: translate(0%);
}
 99%, to {
-o-transform: translate(-100%);
}
}
@keyframes marquee {
 from {
transform: translate(0%);
}
 99%, to {
transform: translate(-100%);
}
}
.clearfix:after {
	content: "";
	clear: both;
	display: block;
}
.topics {
    width: 100%;
    height: auto;
    margin: 0 auto;
    padding: 0;
    display: block;
}
.topics li {
    width: 240px;
    height: auto;
    margin: 0 5px;
    padding: 0;
    float: left;
}