@charset "UTF-8";
.clearfix {
  *zoom: 1; }

.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0; }

.clearfix:after {
  clear: both; }

.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.input-block-level {
  display: block;
  width: 100%;
  min-height: 0;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

/* =========================================================
	Copyright (c) 2011, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 2.9.0

	reset.css
========================================================= */
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; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset,
img {
  border: 0; }

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; }

/* =========================================================
	Copyright (c) 2011, Yahoo! Inc. All rights reserved.
	Code licensed under the BSD License:
	http://developer.yahoo.com/yui/license.html
	version: 2.9.0

	fonts.css
	---------------------------------
	font-size:77%    for setting 10px
	font-size:85%    for setting 11px
	font-size:93%    for setting 12px
	font-size:100%   for setting 13px
	font-size:108%   for setting 14px
	font-size:116%   for setting 15px
	font-size:123.1% for setting 16px
	font-size:131%   for setting 17px
	font-size:138.5% for setting 18px
	font-size:146.5% for setting 19px
	font-size:153.9% for setting 20px
	font-size:161.6% for setting 21px
	font-size:167%   for setting 22px
	font-size:174%   for setting 23px
	font-size:182%   for setting 24px
	font-size:189%   for setting 25px
	font-size:197%   for setting 26px
========================================================= */
body {
  font: 14px/1.231 Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small; }

select,
input,
textarea,
button {
  font: 99% arial, helvetica, clean, sans-serif; }

table {
  font-size: inherit;
  font: 100%; }

pre,
code,
kbd,
samp,
tt {
  font-family: monospace;
  *font-size: 108%;
  line-height: 100%; }

/* =========================================================
	Copyright (c) shogo tabuchi
	Code licensed under the MID License:
	http://www.s5-style.com/
	version: 1.1
========================================================= */
/* HTML5 reset */
del,
ins,
var,
article,
aside,
canvas,
details,
span,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  /*background: transparent;*/
  margin: 0;
  padding: 0; }

article,
aside,
details,
dialog,
figure,
footer,
header,
hgroup,
legend,
nav,
section,
menu {
  display: block;
  zoom: 1; }

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none; }

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700; }

del {
  text-decoration: line-through; }

/* Reset */
body {
  -webkit-text-size-adjust: none; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input,
textarea,
select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input,
textarea,
select {
  *font-size: 100%; }

legend {
  color: #000; }

a {
  cursor: pointer;
  _cursor: hand;
  outline: none; }

embed,
object {
  display: block;
  outline: none; }

object,
a:focus {
  -moz-outline-style: none; }

q:before,
q:after {
  content: ''; }

abbr,
acronym {
  border: 0; }

/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
  color: #333;
  background-color: #fff;
  line-height: 1.231;
  -webkit-text-size-adjust: none;
  letter-spacing: 1px;
  /*-moz-osx-font-smoothing: grayscale;
	-webkit-font-smoothing: antialiased;*/
  font: 14px/1.231 Arial, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  min-width: 960px; }

body,
div,
dl,
dt,
dd,
ul,
ol,
li,
h1,
h2,
h3,
h4,
h5,
h6,
pre,
form,
fieldset,
input,
textarea,
p,
table,
img {
  position: relative; }

a {
  color: #00893F;
  text-decoration: none; }

a:hover {
  color: #00893F;
  text-decoration: underline; }

/*
::-webkit-scrollbar {
	-webkit-appearance: none;
	width: 14px;
	background:url(../img/bg_09.png) 0 0 repeat #111;
}

::-webkit-scrollbar-track {
}

::-webkit-scrollbar-track-piece {
}

::-webkit-scrollbar-thumb {
	background-color: #fff;
	border:1px solid #111;
}

::-webkit-scrollbar-thumb:hover {
	background-color: #c7d7e9;
	border:1px solid #111;
}

::-webkit-scrollbar-button {
}

::-webkit-scrollbar-corner {
}

::-webkit-resizer {
}
*/
/*
*::selection {
background: #fff;
color:#333;
}

*::-moz-selection {
background: #fff;
color:#333;
}
*/
select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  border-radius: 0;
  border: 0;
  margin: 0;
  padding: 0;
  background: none transparent;
  vertical-align: middle;
  font-size: inherit;
  color: inherit;
  box-sizing: content-box; }

/*/////////////スタイル用css////////////////////*/
.mtop20 {
  margin-top: 20px; }

.mleft8 {
  margin-left: 8px; }

.mleft20 {
  margin-left: 20px; }

.mleft60 {
  margin-left: 60px; }

.mleft20 {
  margin-left: 20px; }

.mtop10 {
  margin-top: 10px; }

.mbot10 {
  margin-bottom: 10px; }

.mbot20 {
  margin-bottom: 20px; }

.mbot25 {
  margin-bottom: 25px; }

.mbot30 {
  margin-bottom: 30px; }

.mbot35 {
  margin-bottom: 35px; }

.mbot40 {
  margin-bottom: 40px; }

.mbot45 {
  margin-bottom: 45px; }

.mbot45 {
  margin-bottom: 50px; }

.mbot60 {
  margin-bottom: 60px; }

.btm0 {
  margin-bottom: 0 !important; }

.center {
  text-align: center; }

.pink {
  color: #EA66A1; }

.red {
  color: #c60305; }

.gold {
  color: #A58246; }

.bold {
  font-weight: bold; }

.font18 {
  font-size: 18px; }

.tRight {
  text-align: right; }

.orange {
  color: #EA5430; }

.brown {
  color: #5F442F; }

.bage {
  color: #9B5D1F; }

.center {
  text-align: center; }

.font10 {
  font-size: 10px; }

.font40 {
  font-size: 40px; }

.font30 {
  font-size: 30px; }

.font24 {
  font-size: 24px; }

.font20 {
  font-size: 20px; }
  @media screen and (max-width: 750px) {
    .font20 {
      font-size: 16px !important; } }

.font18 {
  font-size: 18px; }

.font16 {
  font-size: 16px; }

.font14 {
  font-size: 14px; }

.font13 {
  font-size: 13px; }

.pink2 {
  color: #F7C8D0; }

.blue {
  color: #A4D9E2; }

.green {
  color: #C3D951; }

.black {
  color: #333 !important; }

.floright {
  float: right; }

.floleft {
  float: left; }

.pb10 {
  padding-bottom: 10px; }

.pb10 {
  padding-bottom: 10px; }

/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft {
  text-align: left !important; }

.taCenter {
  text-align: center !important; }

.taRight {
  text-align: right !important; }

/* フォントの大きさ（プラス） */
.fsP1 {
  font-size: 1.08em !important; }

.fsP2 {
  font-size: 1.16em !important; }

.fsP3 {
  font-size: 1.24em !important; }

.fsP4 {
  font-size: 1.32em !important; }

.fsP5 {
  font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 {
  font-size: 0.92em !important; }

.fsM2 {
  font-size: 0.84em !important; }

.fsM3 {
  font-size: 0.76em !important; }

.fsM4 {
  font-size: 0.68em !important; }

.fsM5 {
  font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal {
  font-weight: normal !important; }

.fwBold {
  font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 {
  margin-top: 0 !important; }

.mb0 {
  margin-bottom: 0 !important; }

.mt56 {
  margin-top: 56px; }

.mt-10 {
  margin-top: -10px; }

.mb5 {
  margin-bottom: 5px; }

/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
* html .clearfix {
  zoom: 1; }

* + html .clearfix {
  zoom: 1; }

.clearfix:after {
  height: 0;
  visibility: hidden;
  content: ".";
  display: block;
  clear: both; }

.floatL {
  float: left !important; }

.floatR {
  float: right !important; }

.colorG {
  color: #aaa; }

.none {
  display: none !important; }

/*/////////////スタイル用css////////////////////*/
.mtop20 {
  margin-top: 20px; }

.mleft20 {
  margin-left: 20px; }

.mtop10 {
  margin-top: 10px !important; }

.mbot10 {
  margin-bottom: 10px !important; }

.mbot20 {
  margin-bottom: 20px !important; }

.mbot25 {
  margin-bottom: 25px !important; }
  @media screen and (max-width: 750px) {
    .mbot25 {
      margin-bottom: 15px !important; } }

.mbot30 {
  margin-bottom: 30px !important; }

.mbot35 {
  margin-bottom: 35px !important; }

.mbot40 {
  margin-bottom: 40px !important; }

.mbot45 {
  margin-bottom: 45px !important; }

.mbot50 {
  margin-bottom: 50px !important; }

.mbot60 {
  margin-bottom: 60px !important; }

.btm0 {
  margin-bottom: 0 !important; }

.center {
  text-align: center; }

.pink {
  color: #EA66A1; }

.red {
  color: #c60305; }

.gold {
  color: #A58246; }

.bold {
  font-weight: bold; }

.font18 {
  font-size: 18px; }

.tRight {
  text-align: right; }

.orange {
  color: #EA5430; }

.brown {
  color: #5F442F; }

.bage {
  color: #9B5D1F; }

.center {
  text-align: center; }

.font10 {
  font-size: 10px; }

.font40 {
  font-size: 40px; }

.font30 {
  font-size: 30px; }

.font24 {
  font-size: 24px; }

.font20 {
  font-size: 20px; }

.font18 {
  font-size: 18px; }

.font16 {
  font-size: 16px; }

.font14 {
  font-size: 14px; }

.font13 {
  font-size: 13px; }

/* ページャー移行 START */
#pager {
  margin: 0 auto;
  width: 220px;
  padding-top: 25px; }

#pager > ul li {
  width: 23px;
  height: 33px;
  border: 1px solid #CCE7D9;
  line-height: 33px;
  text-align: center;
  float: left;
  margin: 2px 2px 2px 3px; }

#pager > ul li.active a {
  display: block;
  color: #FFF; }

#pager ul li:hover {
  background: #E5F2EB; }

#pager ul li a:hover {
  text-decoration: none; }

#pager span {
  margin: 2px 2px 2px 3px;
  float: left;
  display: block;
  height: 35px;
  width: 35px;
  text-indent: -9999px; }

#pager span a {
  display: block;
  height: 35px;
  width: 35px; }

#pager span.prev {
  background: url(../img/news/bt_prev.gif) no-repeat; }

#pager span.prev:hover {
  background: url(../img/news/bt_prev_on.gif) no-repeat; }

#pager span.next {
  background: url(../img/news/bt_next.gif) no-repeat; }

#pager span.next:hover {
  background: url(../img/news/bt_next_on.gif) no-repeat; }

#pager span.active {
  background: #E5F2EB;
  text-decoration: none; }

#pagerPage {
  overflow: hidden;
  margin-bottom: 70px;
  margin-top: 50px; }

#pager {
  margin-bottom: 0; }

#pager .active {
  background-color: #00893F;
  color: #FFF; }

#pager .active :hover {
  color: #00893F;
  background: #E5F2EB; }

/* ページャー移行 END */
/* localnavi */
#irnavi {
  *zoom: 1;
  background: #FBFBFB;
  padding: 10px 0 10px 0;
  border-top: 1px solid #E0E0E0;
  border-bottom: 1px solid #E0E0E0; }

#irnavi:before,
#irnavi:after,
#irnavi_m:before,
#irnavi_m:after {
  display: table;
  content: "";
  line-height: 0; }

#irnavi:after,
#irnavi_m:after {
  clear: both; }

#irnavi a,
#irnavi_m a {
  color: #333;
  padding-right: 20px; }

#irnavi a:hover,
#irnavi_m a:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
  text-decoration: none; }

#irnavi ul,
#irnavi_m ul {
  *zoom: 1;
  position: relative;
  left: 50%;
  float: left;
  padding-left: 15px;
  -webkit-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: all 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

#irnavi ul:before,
#irnavi ul:after,
#irnavi_m ul:before,
#irnavi_m ul:after {
  display: table;
  content: "";
  line-height: 0; }

#irnavi ul:after,
#irnavi_m ul:after {
  clear: both; }

#irnavi li,
#irnavi_m li {
  font-size: 90%;
  line-height: 1.231;
  height: 14px;
  margin-right: 5px;
  float: left;
  position: relative;
  left: -50%;
  -webkit-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: margin 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -webkit-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -moz-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  -o-transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  transition: height 0.3s cubic-bezier(0.25, 0.46, 0.45, 0.94); }

/* localnavi_management */
#loaclnavi_m {
  padding-top: 15px; }
