@charset "UTF-8";
@import url(normalize.css);
@import url(reset.css);
@import url(hack.css);
/** 
 * ================================================================================
 * サイト名
 * ================================================================================
 * 制作日: 2013-00-00
 * 変更日:
 *  2013-00-00 : kazu-watanabe
 *	Copyright  : エヌケー・テック株式会社
 */
/**
 * ベースCSS 目次
 * ================================================================================
 * =1	 	: 共通スタイル
 * 	=1-1   	: ヘッダー
 * 	=1-2   	: メインコンテンツ
 * 	=1-3   	: メインメニュー
 * 	=1-4   	: フッター
 
 * =2	 	: トップページ
 * 	=2-1   	: 
 * 	=2-2   	: 
 * 	=2-3   	: 
 * 	=2-4   	: 
 * 	=2-5   	: 
 
 * =3	 	: 内部ページ
 * 	=3-1   	: 共通設定
 * 	=3-2   	: 
 * 	=3-3   	: 
 * 	=3-4   	: 
 * 	=3-5   	: 
 * ================================================================================
 */
/**=1
 * ================================================================================
 * 共通スタイル
 * ================================================================================
 */
/**=1-1
 * --------------------------------------
 * ヘッダー
 * --------------------------------------
 */
#TopPage {
  background: url(../Images/All/Background/Header.png) no-repeat left top #f3f0ea;
}

header {
  width: 100%;
  position: relative;
}
header .PageTop {
  position: fixed;
  top: 60px;
  right: 0;
  width: 45px;
  height: 45px;
  z-index: 10000;
}
header .PageTop a {
  width: 45px;
  height: 45px;
  display: block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmNjg1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMTcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6f6859), color-stop(100%, #221700));
  background: -webkit-linear-gradient(#6f6859 0%, #221700 100%);
  background: -moz-linear-gradient(#6f6859 0%, #221700 100%);
  background: -o-linear-gradient(#6f6859 0%, #221700 100%);
  -pie-background: linear-gradient(#6f6859 0%, #221700 100%);
  background: linear-gradient(#6f6859 0%, #221700 100%);
  color: #99cc66;
  font-size: 30px;
  text-align: center;
  line-height: 45px;
  -webkit-border-radius: 5px 0 0 5px;
  -moz-border-radius: 5px 0 0 5px;
  -o-border-radius: 5px 0 0 5px;
  -ms-border-radius: 5px 0 0 5px;
  border-radius: 5px 0 0 5px;
  -pie-border-radius: 5px 0 0 5px;
}
header .PC {
  margin: 10px;
  color: #221700;
  float: right;
  padding: 25px 10px 0;
  min-width: 30px;
  margin-right: 60px;
  background: url(../Images/All/Icon/PC.png) no-repeat top center;
  border-right: dotted 1px #c2c0bb;
}
header .Home {
  margin: 10px 0;
  float: right;
  min-width: 22px;
  border-right: dotted 1px #c2c0bb;
}
header .Home a {
  color: #221700;
  background: url(../Images/All/Icon/Home.png) no-repeat center top;
  padding: 25px 10px 0;
  display: block;
}
@media (max-width: 340px) {
  header .Home a {
    font-size: 0.9em;
    background-size: 20px auto;
    padding: 20px 5px 0;
  }
  header .PC {
    font-size: 0.9em;
    background-size: 20px auto;
    padding: 20px 5px 0;
  }
}
#TopPage header {
  min-height: 70px;
}
#TopPage header h1 {
  width: 80px;
  height: 120px;
  background: url(../Images/All/TopLogo.png) no-repeat;
  background-size: 100% auto;
  position: absolute;
  top: 0;
  z-index: 999;
  left: 10px;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -pie-border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -moz-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -pie-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}
#InPage header h1 {
  width: 135px;
  height: 55px;
  background: url(../Images/All/InLogo.png) no-repeat;
  -webkit-border-radius: 0 0 5px 5px;
  -moz-border-radius: 0 0 5px 5px;
  -o-border-radius: 0 0 5px 5px;
  -ms-border-radius: 0 0 5px 5px;
  border-radius: 0 0 5px 5px;
  -pie-border-radius: 0 0 5px 5px;
  -webkit-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -moz-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -pie-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  float: left;
  margin-left: 10px;
}
#InPage header h1 a {
  width: 135px;
  height: 55px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
}

.TopHeaderNav {
  margin: 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  background: #99cc66;
  border-radius: 5px;
  position: relative;
  padding: 1px;
  z-index: 0;
  border: solid 1px #b3d98c;
  -webkit-box-shadow: 1px 1px 0 #99cc66, -1px -1px 0 #99cc66, 1px -1px 0 #99cc66, -1px 1px 0 #99cc66;
  -moz-box-shadow: 1px 1px 0 #99cc66, -1px -1px 0 #99cc66, 1px -1px 0 #99cc66, -1px 1px 0 #99cc66;
  box-shadow: 1px 1px 0 #99cc66, -1px -1px 0 #99cc66, 1px -1px 0 #99cc66, -1px 1px 0 #99cc66;
  -pie-box-shadow: 1px 1px 0 #99cc66, -1px -1px 0 #99cc66, 1px -1px 0 #99cc66, -1px 1px 0 #99cc66;
  padding: 9px 9px 4px 4px;
  position: relative;
}
.TopHeaderNav .Photo01 {
  width: 120px;
  height: 120px;
  position: absolute;
  top: -15px;
  left: -50px;
  border-radius: 60px;
  z-index: 10;
}
.TopHeaderNav .Photo01 img {
  border-radius: 60px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 5px #668844;
  -moz-box-shadow: 0 0 5px #668844;
  box-shadow: 0 0 5px #668844;
  -pie-box-shadow: 0 0 5px #668844;
}
.TopHeaderNav .Photo01:before {
  content: '';
  width: 110px;
  height: 110px;
  border: solid 5px #ffffff;
  border-radius: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.TopHeaderNav .Photo01:after {
  content: '';
  width: 130px;
  height: 110px;
  border-radius: 65px 20px 65px 65px / 0 45px 65px 65px;
  position: absolute;
  bottom: -10px;
  right: -10px;
  background: #99cc66;
  z-index: 5;
}
.TopHeaderNav .Photo02 {
  width: 70px;
  height: 70px;
  position: absolute;
  bottom: -10px;
  left: -30px;
  border-radius: 35px;
  z-index: 99;
}
.TopHeaderNav .Photo02 img {
  border-radius: 35px;
  position: relative;
  z-index: 10;
  -webkit-box-shadow: 0 0 5px #668844;
  -moz-box-shadow: 0 0 5px #668844;
  box-shadow: 0 0 5px #668844;
  -pie-box-shadow: 0 0 5px #668844;
}
.TopHeaderNav .Photo02:before {
  content: '';
  width: 60px;
  height: 60px;
  border: solid 5px #ffffff;
  border-radius: 60px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 99;
}
.TopHeaderNav .Photo02:after {
  content: '';
  width: 80px;
  height: 50px;
  border-radius: 25px 25px 25px 0 / 25px 25px 25px 0;
  position: absolute;
  top: 10px;
  right: -10px;
  background: #99cc66;
  z-index: -1;
}
.TopHeaderNav ul {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
}
.TopHeaderNav ul li {
  border: solid 1px #ffffff;
  border-radius: 5px;
  margin-bottom: 5px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -webkit-linear-gradient(#ffffff 0%, #e5e5e5 100%);
  background: -moz-linear-gradient(#ffffff 0%, #e5e5e5 100%);
  background: -o-linear-gradient(#ffffff 0%, #e5e5e5 100%);
  -pie-background: linear-gradient(#ffffff 0%, #e5e5e5 100%);
  background: linear-gradient(#ffffff 0%, #e5e5e5 100%);
  -webkit-box-shadow: 0 0 5px #668844;
  -moz-box-shadow: 0 0 5px #668844;
  box-shadow: 0 0 5px #668844;
  -pie-box-shadow: 0 0 5px #668844;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  min-width: 50%;
  margin-left: 5px;
  text-align: left;
}
.TopHeaderNav ul li a {
  padding: 10px 10px 10px 15px;
  display: block;
  color: #221700;
  font-weight: 700;
}
.TopHeaderNav ul li a i {
  color: #ffffff;
  width: 1.5em;
  height: 1.5em;
  float: right;
  line-height: 1.5em;
  text-align: center;
  font-weight: 700;
  border-radius: 3px;
  -webkit-box-shadow: 0 0 5px #cbcbcb;
  -moz-box-shadow: 0 0 5px #cbcbcb;
  box-shadow: 0 0 5px #cbcbcb;
  -pie-box-shadow: 0 0 5px #cbcbcb;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzU5NTE0MCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMTcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #595140), color-stop(100%, #221700));
  background: -webkit-linear-gradient(#595140 0%, #221700 100%);
  background: -moz-linear-gradient(#595140 0%, #221700 100%);
  background: -o-linear-gradient(#595140 0%, #221700 100%);
  -pie-background: linear-gradient(#595140 0%, #221700 100%);
  background: linear-gradient(#595140 0%, #221700 100%);
}
@media (min-width: 300px) {
  .TopHeaderNav ul li a i {
    width: 1em;
  }
}
.TopHeaderNav ul li:nth-child(1) a {
  padding-left: 75px;
}
.TopHeaderNav ul:last-of-type li:nth-child(1) a {
  padding-left: 50px;
}

.HeaderNav {
  clear: both;
}
.HeaderNav .Sub {
  padding: 0 10px;
  line-height: 1.2em;
  position: relative;
}
.HeaderNav .Sub p {
  float: right;
  font-size: 1.2em;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyZDg4YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwYmY1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2d88b), color-stop(100%, #90bf5f));
  background: -webkit-linear-gradient(#b2d88b 0%, #90bf5f 100%);
  background: -moz-linear-gradient(#b2d88b 0%, #90bf5f 100%);
  background: -o-linear-gradient(#b2d88b 0%, #90bf5f 100%);
  -pie-background: linear-gradient(#b2d88b 0%, #90bf5f 100%);
  background: linear-gradient(#b2d88b 0%, #90bf5f 100%);
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
  -o-border-radius: 5px 5px 0 0;
  -ms-border-radius: 5px 5px 0 0;
  border-radius: 5px 5px 0 0;
  -pie-border-radius: 5px 5px 0 0;
  z-index: 0;
  border: solid 1px #c7dfaf;
  border-bottom: none;
  box-shadow: 1px -1px 0 #8fbe5f, -1px -1px 0 #8fbe5f, 0 0 5px rgba(30, 30, 30, 0.5);
}
@media (min-width: 360px) {
  .HeaderNav .Sub p {
    position: absolute;
    right: 10px;
    bottom: 0;
  }
}
.HeaderNav .Sub p a {
  padding: 10px;
  display: block;
  color: #ffffff;
}
.HeaderNav .Sub ul {
  float: left;
  font-size: 0.85em;
  margin-bottom: 10px;
}
.HeaderNav .Sub ul li {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQzM2EyNiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMTcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #433a26), color-stop(100%, #221700));
  background: -webkit-linear-gradient(#433a26 0%, #221700 100%);
  background: -moz-linear-gradient(#433a26 0%, #221700 100%);
  background: -o-linear-gradient(#433a26 0%, #221700 100%);
  -pie-background: linear-gradient(#433a26 0%, #221700 100%);
  background: linear-gradient(#433a26 0%, #221700 100%);
  float: left;
  margin-right: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -pie-border-radius: 5px;
  -webkit-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -moz-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -pie-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
}
.HeaderNav .Sub ul li a {
  padding: 7px 10px;
  color: #ffffff;
  display: block;
}
.HeaderNav .Sub ul li i {
  background: #ff6666;
  margin-left: 5px;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -pie-border-radius: 2px;
  padding: 0 2px;
}
.HeaderNav .Global {
  width: 100%;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IyZDg4YiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzkwYmY1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b2d88b), color-stop(100%, #90bf5f));
  background: -webkit-linear-gradient(#b2d88b 0%, #90bf5f 100%);
  background: -moz-linear-gradient(#b2d88b 0%, #90bf5f 100%);
  background: -o-linear-gradient(#b2d88b 0%, #90bf5f 100%);
  -pie-background: linear-gradient(#b2d88b 0%, #90bf5f 100%);
  background: linear-gradient(#b2d88b 0%, #90bf5f 100%);
  border-top: solid 1px #c7dfaf;
  border-bottom: solid 1px #c7dfaf;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
  padding: 3px 0;
  font-size: 1.1em;
  box-shadow: 0 1px 0 #8fbe5f, 0 -1px 0 #8fbe5f, 0 0 5px rgba(30, 30, 30, 0.5);
  position: relative;
  z-index: 99;
}
.HeaderNav .Global li {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  width: 25%;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  border-left: solid 1px #b7db94;
  border-right: solid 1px #92c064;
}
.HeaderNav .Global li a {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
  padding: 10px;
  display: block;
  color: #ffffff;
  text-shadow: 0 0 5px #7bb849;
}

/**=1-2
 * --------------------------------------
 * メインコンテンツ
 * --------------------------------------
 */
#Main {
  width: px;
}

.Content {
  padding: 30px 15px 60px;
  text-align: left;
  background: #ffffff;
}

/**=1-3
 * --------------------------------------
 * メインメニュー
 * --------------------------------------
 */
nav {
  background: url(../Images/All/Nav/Bg.png) no-repeat;
  background-size: 100% auto;
  height: 200px;
  width: 200px;
  position: fixed;
  top: -5px;
  right: -160px;
  z-index: 9999;
}
nav p {
  width: 45px;
  height: 40px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  position: absolute;
  top: 15px;
  left: 5px;
}
nav ul {
  padding: 13px 0 0 55px;
}
nav li {
  height: 33px;
  width: 133px;
  border: solid 1px #736e68;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -pie-border-radius: 5px;
  padding: 1px;
  margin: 0 0 8px 0;
}
nav li a {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -pie-border-radius: 5px;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  display: block;
  background: url(../Images/All/Nav/Life.png) no-repeat;
  height: 33px;
  width: 133px;
  background-size: 100% auto;
}
nav .Nav01 a {
  background-position: 0 0;
}
nav .Nav02 a {
  background-position: 0 -33px;
}
nav .Nav03 a {
  background-position: 0 -66px;
}
nav .Nav04 a {
  background-position: 0 -99px;
}

/**=1-4
 * --------------------------------------
 * フッター
 * --------------------------------------
 */
footer {
  border-top: solid 5px #99cc66;
  -webkit-box-shadow: 0 0 5px #a2a09c inset;
  -moz-box-shadow: 0 0 5px #a2a09c inset;
  box-shadow: 0 0 5px #a2a09c inset;
  -pie-box-shadow: 0 0 5px #a2a09c inset;
  position: relative;
  clear: both;
}
footer:after {
  content: '';
  width: 90px;
  height: 50px;
  background: url(../Images/All/Background/Footer01.png);
  position: absolute;
  left: 0;
  top: -55px;
  z-index: 999;
}
footer:before {
  content: '';
  width: 285px;
  height: 35px;
  background: url(../Images/All/Background/Footer02.png);
  position: absolute;
  right: 0;
  top: -40px;
  z-index: 999;
}
footer .Nav {
  margin: 10px;
  padding: 10px 10px 0 0;
  border-radius: 5px;
  background: #e8e2d7;
}
footer .Nav .PeopleInformation {
  padding: 10px;
  background: #ffffff;
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  text-align: left;
}
footer .Nav ul {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
}
footer .Nav ul li {
  border-radius: 5px;
  margin-bottom: 10px;
  margin-left: 10px;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  min-width: 50%;
  background: #ffffff;
  -webkit-box-shadow: 0 0 5px #9b978f;
  -moz-box-shadow: 0 0 5px #9b978f;
  box-shadow: 0 0 5px #9b978f;
  -pie-box-shadow: 0 0 5px #9b978f;
}
footer .Nav ul li a {
  display: block;
  text-align: left;
  padding: 5px;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-pack: start;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-box-pack: start;
}
@media (max-width: 340px) {
  footer .Nav ul li a {
    font-size: 0.85em;
  }
}
footer .Nav ul li i {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  min-width: 25px;
  min-height: 25px;
  display: block;
  margin-right: 5px;
  -webkit-box-shadow: 0 0 3px #9b978f;
  -moz-box-shadow: 0 0 3px #9b978f;
  box-shadow: 0 0 3px #9b978f;
  -pie-box-shadow: 0 0 3px #9b978f;
  background: url(../Images/All/Icon/Footer.png) no-repeat;
  background-position: 0 0;
}
footer .Nav ul li span {
  display: block;
  width: 100%;
  border-bottom: solid 1px #ff9999;
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
}
footer .Nav ul:nth-child(2) li span {
  border-color: #ff9900;
}
footer .Nav ul:nth-child(2) li i {
  background-position: 0 -25px;
}
footer .Nav ul:nth-child(2) li:last-child span {
  border-color: #99cc99;
}
footer .Nav ul:nth-child(2) li:last-child i {
  background-position: 0 -50px;
}
footer .Nav ul:nth-child(3) li span {
  border-color: #99cccc;
}
footer .Nav ul:nth-child(3) li i {
  background-position: 0 -75px;
}
footer .Nav ul:nth-child(3) li:last-child span {
  border-color: #99ccff;
}
footer .Nav ul:nth-child(3) li:last-child i {
  background-position: 0 -100px;
}
footer .SubNav {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
  margin-top: 15px;
}
footer .SubNav li {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  width: 50%;
}
@media (max-width: 340px) {
  footer .SubNav li {
    font-size: 0.85em;
  }
}
footer .SubNav li a {
  display: block;
  color: #221700;
  border-right: solid 1px #221700;
}
footer .SubNav li:last-child a {
  border: none;
}
footer address {
  background: #99cc66;
  color: #ffffff;
  margin-top: 20px;
  font-size: 0.85em;
}

/**=2
 * ================================================================================
 * トップページ
 * ================================================================================
 */
.SideImage {
  margin-top: -10px;
  padding: 10px 0;
  min-width: 320px;
  height: 115px;
  clear: both;
  position: relative;
  z-index: 10;
  background: rgba(255, 255, 255, 0.5);
}
.SideImage ul {
  left: 50%;
  margin-left: -135px;
}
.SideImage ul li {
  min-width: 250px;
  float: left;
  margin: 0 5px;
}

/**=2-1
 * --------------------------------------
 * 
 * --------------------------------------
 */
.CoronaInformation {
  margin: 10px;
  padding: 10px 5px;
  background: #ffcccc;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #a2a09c;
  -moz-box-shadow: 0 0 5px #a2a09c;
  box-shadow: 0 0 5px #a2a09c;
  -pie-box-shadow: 0 0 5px #a2a09c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
  border: 5px solid #fff;
}

.CoronaInformation h3 {
  color: #330000;
  font-size: 1.4em;
  text-shadow: 1px 1px 0 #dddddd;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-pack: start;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-box-pack: start;
  margin-bottom: 10px;
}

.CoronaInformation h3::before {
  font-family: 'FontAwesome';
  content: "\f105";
  height: 100%;
  text-shadow: none;
  color: #fff;
  padding: 3px 2px;
  margin-right: 5px;
  font-size: 0.7em;
  display: block;
  width: 0.5em;
  text-align: center;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiP…dpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6f6859), color-stop(100%, #221700));
  background: -webkit-linear-gradient(#6f6859 0%, #221700 100%);
  background: -moz-linear-gradient(#6f6859 0%, #221700 100%);
  background: -o-linear-gradient(#6f6859 0%, #221700 100%);
  -pie-background: linear-gradient(#6f6859 0%, #221700 100%);
  background: linear-gradient(#6f6859 0%, #221700 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -pie-border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -moz-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -pie-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
}

.CoronaInformation .Item {
  font-size: 0.9em;
  border-bottom: 1px dotted #999;
  margin-bottom: 6px;
  padding-bottom: 6px;
}

.CoronaInformation .Item a {
  display: block;
  color: #ef0000;
  font-size: 1em;
}

.CoronaInformation .CoronaInformation-Btn {
  display: block;
  width: 8em;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #ef0000;
  border-radius: 5px;
  margin: 10px auto 0;
}

.ImportantInformation {
  margin: 10px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #a2a09c;
  -moz-box-shadow: 0 0 5px #a2a09c;
  box-shadow: 0 0 5px #a2a09c;
  -pie-box-shadow: 0 0 5px #a2a09c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.ImportantInformation div {
  padding: 5px;
  border-radius: 5px;
  background: #ffcccc;
  color: #ef0000;
  font-size: 0.9em;
}
.ImportantInformation i {
  color: #fff;
  background: #ef0000;
  width: 1em;
  height: 1em;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
}
.ImportantInformation a {
  color: #ef0000;
}

.DisasterInformation {
  margin: 10px;
  padding: 5px;
  background: #ffffff;
  border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #a2a09c;
  -moz-box-shadow: 0 0 5px #a2a09c;
  box-shadow: 0 0 5px #a2a09c;
  -pie-box-shadow: 0 0 5px #a2a09c;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: left;
}
.DisasterInformation div {
  padding: 5px;
  border-radius: 5px;
  background: #221700;
  color: #ffffff;
  font-size: 0.9em;
}
.DisasterInformation ul {
  position: relative;
  z-index: 0;
}
.DisasterInformation ul li {
  width: 100%;
  display: none;
}
.DisasterInformation ul li i {
  background: #99cc66;
  width: 1em;
  height: 1em;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
}
.DisasterInformation ul li a {
  color: #ffffff;
}
.DisasterInformation ul li a:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=75);
  opacity: 0.75;
}
.DisasterInformation p {
  padding: 5px;
  border-radius: 5px;
  background: #221700;
  color: #ffffff;
  font-size: 0.9em;
}
.DisasterInformation p i {
  background: #99cc66;
  width: 1em;
  height: 1em;
  text-align: center;
  border-radius: 3px;
  margin-right: 10px;
}

/**=2-2
 * --------------------------------------
 * 
 * --------------------------------------
 */
.TopInformation {
  margin-top: 30px;
  padding-bottom: 40px;
  background: #ffffff;
}
.TopInformation .Tab ul {
  display: box;
  display: -moz-box;
  display: -webkit-box;
  display: -o-box;
  display: -ms-box;
}
.TopInformation .Tab ul li {
  -moz-box-flex: 1;
  -webkit-box-flex: 1;
  -o-box-flex: 1;
  -ms-box-flex: 1;
  box-flex: 1;
  width: 33%;
  -webkit-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -moz-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -pie-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  border-top: solid 5px #ff6666;
  font-weight: 700;
}
@media (min-width: 300px) {
  .TopInformation .Tab ul li {
    font-size: 0.85em;
  }
}
.TopInformation .Tab ul li.tab02 {
  border-color: #66cccc;
}
.TopInformation .Tab ul li.tab03 {
  border-color: #cc99cc;
}
.TopInformation .Tab ul li i {
  display: block;
}
.TopInformation .Tab ul li a {
  color: #ffffff;
  padding: 10px;
  display: block;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzRkNDQzMiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzFkMTMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #4d4432), color-stop(100%, #1d1300));
  background: -webkit-linear-gradient(#4d4432 0%, #1d1300 100%);
  background: -moz-linear-gradient(#4d4432 0%, #1d1300 100%);
  background: -o-linear-gradient(#4d4432 0%, #1d1300 100%);
  -pie-background: linear-gradient(#4d4432 0%, #1d1300 100%);
  background: linear-gradient(#4d4432 0%, #1d1300 100%);
}
.TopInformation .Tab ul li.ui-tabs-active {
  margin-top: -5px;
  background: #ffffff;
}
.TopInformation .Tab ul li.ui-tabs-active a {
  background: #ffffff;
  color: #221700;
}
.TopInformation .Body {
  background: #ffffff;
  position: relative;
  z-index: 99;
  text-align: left;
  padding: 10px;
}
.TopInformation .Body ul li {
  border-bottom: dotted 1px #dddddd;
  margin-bottom: 10px;
  padding-bottom: 10px;
}
.TopInformation .Body ul li a {
  padding-left: 10px;
  display: block;
  color: #669933;
  position: relative;
}
.TopInformation .Body ul li a:after {
  content: '';
  width: 3px;
  height: 100%;
  background: #ff6666;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 10px;
}
.TopInformation .Body ul li a img {
  float: left;
  margin-right: 10px;
  border: solid 3px #ffffff;
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  -pie-box-shadow: 0 0 5px #999999;
}
.TopInformation .Body ul li a span {
  color: #999999;
  display: block;
  font-size: 0.9em;
}
.TopInformation .Body ul li:last-child {
  border: none;
}
.TopInformation .Body .List {
  margin-top: 20px;
  background: #eeeeee;
  padding: 10px;
  border-radius: 5px;
  text-align: center;
}
.TopInformation .Body .List a {
  width: 8em;
  margin: auto;
  color: #ffffff;
  text-shadow: 0 0 5px #74b341;
  border-radius: 5px;
  display: block;
  padding: 5px;
  border: solid 1px #84be51;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk5Y2M2NiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzhhYjg1YyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #99cc66), color-stop(100%, #8ab85c));
  background: -webkit-linear-gradient(#99cc66 0%, #8ab85c 100%);
  background: -moz-linear-gradient(#99cc66 0%, #8ab85c 100%);
  background: -o-linear-gradient(#99cc66 0%, #8ab85c 100%);
  -pie-background: linear-gradient(#99cc66 0%, #8ab85c 100%);
  background: linear-gradient(#99cc66 0%, #8ab85c 100%);
}

/**=2-3
 * --------------------------------------
 * 
 * --------------------------------------
 */
/**=3
 * ================================================================================
 * 内部ページ
 * ================================================================================
 */
/**=3-1
 * --------------------------------------
 * 共通設定
 * --------------------------------------
 */
/* サブタイトル
--------------------------------------*/
.EntryBody h1 {
  color: #330000;
  font-size: 1.5em;
  text-shadow: 1px 1px 0 #dddddd;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-pack: start;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-box-pack: start;
  margin-bottom: 60px;
}
.EntryBody h1:before {
  font-family: 'FontAwesome';
  content: "\f105";
  height: 100%;
  text-shadow: none;
  color: #99cc66;
  padding: 5px 2px;
  margin-right: 5px;
  font-size: 0.7em;
  display: block;
  width: 0.5em;
  text-align: center;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzZmNjg1OSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzIyMTcwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #6f6859), color-stop(100%, #221700));
  background: -webkit-linear-gradient(#6f6859 0%, #221700 100%);
  background: -moz-linear-gradient(#6f6859 0%, #221700 100%);
  background: -o-linear-gradient(#6f6859 0%, #221700 100%);
  -pie-background: linear-gradient(#6f6859 0%, #221700 100%);
  background: linear-gradient(#6f6859 0%, #221700 100%);
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -pie-border-radius: 2px;
  -webkit-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -moz-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
  -pie-box-shadow: 0 0 5px rgba(30, 30, 30, 0.5);
}
.EntryBody h2 {
  border: solid 1px #99cc66;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2IzZDk4YyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzk5Y2M2NiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #b3d98c), color-stop(100%, #99cc66));
  background: -webkit-linear-gradient(#b3d98c 0%, #99cc66 100%);
  background: -moz-linear-gradient(#b3d98c 0%, #99cc66 100%);
  background: -o-linear-gradient(#b3d98c 0%, #99cc66 100%);
  -pie-background: linear-gradient(#b3d98c 0%, #99cc66 100%);
  background: linear-gradient(#b3d98c 0%, #99cc66 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -pie-border-radius: 5px;
  padding: 10px;
  color: #ffffff;
  text-shadow: 1px 1px 0 #669900;
  font-size: 1.25em;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-pack: start;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-box-pack: start;
  margin: 30px 0 15px;
  clear: both;
}
.EntryBody h2:before {
  font-family: 'FontAwesome';
  content: "\f105";
  width: 1em;
  height: 1em;
  margin-right: 5px;
  display: block;
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -o-border-radius: 2px;
  -ms-border-radius: 2px;
  border-radius: 2px;
  -pie-border-radius: 2px;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2RkZGRkZCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #dddddd));
  background: -webkit-linear-gradient(#ffffff 0%, #dddddd 100%);
  background: -moz-linear-gradient(#ffffff 0%, #dddddd 100%);
  background: -o-linear-gradient(#ffffff 0%, #dddddd 100%);
  -pie-background: linear-gradient(#ffffff 0%, #dddddd 100%);
  background: linear-gradient(#ffffff 0%, #dddddd 100%);
  color: #99cc66;
  text-shadow: 1px 1px 0 #ffffff;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-pack: center;
  -moz-box-pack: center;
  -webkit-box-pack: center;
  -o-box-pack: center;
  -ms-box-pack: center;
  -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  -pie-box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
}
.EntryBody h3 {
  border: solid 1px #ffffff;
  -webkit-box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  -moz-box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  -pie-box-shadow: 0 0 5px rgba(50, 50, 50, 0.3);
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U2ZTZlNiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e6e6e6));
  background: -webkit-linear-gradient(#ffffff 0%, #e6e6e6 100%);
  background: -moz-linear-gradient(#ffffff 0%, #e6e6e6 100%);
  background: -o-linear-gradient(#ffffff 0%, #e6e6e6 100%);
  -pie-background: linear-gradient(#ffffff 0%, #e6e6e6 100%);
  background: linear-gradient(#ffffff 0%, #e6e6e6 100%);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -pie-border-radius: 5px;
  padding: 10px;
  color: #330000;
  font-size: 1.15em;
  font-weight: 700;
  margin: 30px 0 15px;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-pack: start;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-box-pack: start;
  clear: both;
}
.EntryBody h3:before {
  font-family: 'FontAwesome';
  content: "\f192";
  color: #99cc66;
  margin-right: 5px;
  font-size: 1.2em;
}
.EntryBody h4 {
  color: #669900;
  font-weight: 700;
  font-size: 1.05em;
  border-bottom: dotted 1px #99cc66;
  display: box;
  display: -moz-box;
  display: -webkit-box;
  box-align: center;
  -moz-box-align: center;
  -webkit-box-align: center;
  -o-box-align: center;
  -ms-box-align: center;
  box-pack: start;
  -moz-box-pack: start;
  -webkit-box-pack: start;
  -o-box-pack: start;
  -ms-box-pack: start;
  margin: 20px 0 10px;
  padding-bottom: 5px;
}
.EntryBody h4:before {
  font-family: 'FontAwesome';
  content: "\f105";
  height: 100%;
  text-shadow: none;
  color: #ffffff;
  background: #99cc66;
  margin-right: 5px;
  font-size: 0.7em;
  display: block;
  width: 1em;
  height: 1em;
  text-align: center;
  padding: 5px;
  line-height: 1.1em;
  -webkit-border-radius: 1em;
  -moz-border-radius: 1em;
  -o-border-radius: 1em;
  -ms-border-radius: 1em;
  border-radius: 1em;
  -pie-border-radius: 1em;
}
.EntryBody h5 {
  color: #669900;
  font-weight: 700;
  margin: 20px 0 10px;
}
.EntryBody p {
  margin-bottom: 0.75em;
}
.EntryBody .BtnList li {
  background: none;
}

#Map01 {
  border: solid 1px #cccccc;
  width: 100%;
  height: 400px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

/* パンくず
--------------------------------------*/
/* ページバック
--------------------------------------*/
.PageBack {
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -pie-border-radius: 5px;
  background: #e5e5e5;
  border: solid 2px #ffffff;
  padding: 7px;
  text-align: center;
  line-height: 1.1em;
  -webkit-box-shadow: 0 0 5px #cccccc;
  -moz-box-shadow: 0 0 5px #cccccc;
  box-shadow: 0 0 5px #cccccc;
  -pie-box-shadow: 0 0 5px #cccccc;
  margin: 30px 0;
}
.PageBack p {
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}
.PageBack p a {
  background: #669900;
  padding: 7px;
  display: block;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -pie-border-radius: 5px;
  color: #ffffff;
}
.PageBack p a i {
  background: #ffffff;
  color: #669900;
  width: 1em;
  height: 1em;
  -webkit-border-radius: 2em;
  -moz-border-radius: 2em;
  -o-border-radius: 2em;
  -ms-border-radius: 2em;
  border-radius: 2em;
  -pie-border-radius: 2em;
  display: inline-block;
  vertical-align: top;
  zoom: 1;
  /* Fix for IE7 */
  *display: inline;
  /* Fix for IE7 */
}

/* ボタン
--------------------------------------*/
.ButtonType01 a {
  color: #ffffff;
  padding: 5px 15px;
  border: 1px solid #3e8dc9;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNlOGRjOSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzAwNjhiNyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #3e8dc9), color-stop(100%, #0068b7));
  background: -webkit-linear-gradient(top, #3e8dc9, #0068b7);
  background: -moz-linear-gradient(top, #3e8dc9, #0068b7);
  background: -o-linear-gradient(top, #3e8dc9, #0068b7);
  -pie-background: linear-gradient(top, #3e8dc9, #0068b7);
  background: linear-gradient(top, #3e8dc9, #0068b7);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -pie-border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #999999;
  -moz-box-shadow: 0 0 5px #999999;
  box-shadow: 0 0 5px #999999;
  -pie-box-shadow: 0 0 5px #999999;
  font-size: 0.9em;
  position: relative;
}

.ButtonType01 a:hover {
  border: 1px solid #c9833e;
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2M5ODMzZSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2I4NWMwMCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #c9833e), color-stop(100%, #b85c00));
  background: -webkit-linear-gradient(top, #c9833e, #b85c00);
  background: -moz-linear-gradient(top, #c9833e, #b85c00);
  background: -o-linear-gradient(top, #c9833e, #b85c00);
  -pie-background: linear-gradient(top, #c9833e, #b85c00);
  background: linear-gradient(top, #c9833e, #b85c00);
}

.Btn01 {
  margin-top: 10px;
  float: right;
}
.Btn01 a {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #2f2309;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FF44330D', endColorstr='#FF2F2309');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzQ0MzMwZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzJmMjMwOSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #44330d), color-stop(100%, #2f2309));
  background: -webkit-linear-gradient(#44330d 0%, #2f2309 100%);
  background: -moz-linear-gradient(#44330d 0%, #2f2309 100%);
  background: -o-linear-gradient(#44330d 0%, #2f2309 100%);
  -pie-background: linear-gradient(#44330d 0%, #2f2309 100%);
  background: linear-gradient(#44330d 0%, #2f2309 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -pie-border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -pie-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 1em;
  padding: 1em 2em;
  line-height: 1.5em;
  display: block;
}
.Btn01 a i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.EntryBody .Btn01 a {
  color: #ffffff;
  text-decoration: none;
}

.BtnList li a {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #f3f3f3;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFF3F3F3');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2YzZjNmMyIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f3f3f3));
  background: -webkit-linear-gradient(#ffffff 0%, #f3f3f3 100%);
  background: -moz-linear-gradient(#ffffff 0%, #f3f3f3 100%);
  background: -o-linear-gradient(#ffffff 0%, #f3f3f3 100%);
  -pie-background: linear-gradient(#ffffff 0%, #f3f3f3 100%);
  background: linear-gradient(#ffffff 0%, #f3f3f3 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -pie-border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -pie-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(51, 51, 51, 0.9);
  text-align: center;
  font-size: 1em;
  padding: 1em 2em;
  line-height: 1.5em;
  margin-bottom: 15px;
  display: block;
  text-align: left;
  padding-left: 30px;
  display: block;
  position: relative;
  text-decoration: none;
}
.BtnList li a i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(51, 51, 51, 0.5);
}
.BtnList li a:before {
  content: '';
  width: 15px;
  height: 15px;
  position: absolute;
  left: 10px;
  top: 50%;
  margin-top: -8px;
  background: url(../Images/All/Icon/ListIcon.png) no-repeat;
}

/**=3-2
 * --------------------------------------
 * 
 * --------------------------------------
 */
/**=3-3
 * --------------------------------------
 * 
 * --------------------------------------
 */
.EntryBody .ui-datepicker-header {
  padding-bottom: 25px;
}
.EntryBody .ui-datepicker-header .ui-datepicker-prev {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #eeeeee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFEEEEEE');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  background: -moz-linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  background: -o-linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  -pie-background: linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  background: linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -pie-border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -pie-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 1em;
  padding: 1em 2em;
  line-height: 1.5em;
  color: #291d01;
  text-decoration: none;
  display: block;
  float: left;
}
.EntryBody .ui-datepicker-header .ui-datepicker-prev i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.EntryBody .ui-datepicker-header .ui-datepicker-next {
  display: inline-block;
  background-origin: border-box;
  position: relative;
  font-weight: bold;
  text-shadow: 1px -1px rgba(0, 0, 0, 0.1);
  background-color: #eeeeee;
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFBFBFB', endColorstr='#FFEEEEEE');
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZiZmJmYiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2VlZWVlZSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #fbfbfb), color-stop(100%, #eeeeee));
  background: -webkit-linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  background: -moz-linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  background: -o-linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  -pie-background: linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  background: linear-gradient(#fbfbfb 0%, #eeeeee 100%);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  -pie-border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -moz-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  -pie-box-shadow: rgba(0, 0, 0, 0.1) -1px 1px 0, rgba(255, 255, 255, 0.2) -1px 1px 0 inset;
  color: rgba(255, 255, 255, 0.9);
  text-align: center;
  font-size: 1em;
  padding: 1em 2em;
  line-height: 1.5em;
  color: #291d01;
  text-decoration: none;
  display: block;
  float: right;
}
.EntryBody .ui-datepicker-header .ui-datepicker-next i {
  font-size: 130%;
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.5);
}
.EntryBody .ui-datepicker-header .ui-datepicker-title {
  text-align: center;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 2.5em;
}
.EntryBody .EventCalendar table {
  width: 100%;
  text-align: center;
  clear: both;
}
.EntryBody .EventCalendar table td {
  width: 14%;
  padding: 0;
}
.EntryBody .EventCalendar table td span {
  padding: 20px 15px;
  display: block;
}
.EntryBody .EventCalendar table td a {
  padding: 20px 15px;
  background: #92c56a;
  display: block;
  text-decoration: none;
  color: #ffffff;
}
.EntryBody .EventCalendar table td a:hover {
  background: #291d01;
}
#InPage .EntryBody .EventBox {
  border: solid 1px #92c56a;
  padding: 20px;
  margin-bottom: 20px;
}
#InPage .EntryBody .EventBox h3 {
  padding: 0;
  margin: 0;
  background: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -pie-box-shadow: none;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -o-border-radius: 0;
  -ms-border-radius: 0;
  border-radius: 0;
  -pie-border-radius: 0;
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: solid 1px #291d01;
}
#InPage .EntryBody .EventBox h3 span {
  background: none;
  padding: 0;
}

.ContactList h5:first-child {
  margin-top: 0;
}

img, canvas, iframe, video, svg {
  max-width: 100%;
  height: auto;
}

.overflow-container {
  overflow-x: scroll;
  -webkit-overflow-scrolling: touch;
}

.EntryBody a {
  text-decoration: underline;
  color: #669900;
}
.EntryBody ul li {
  background: url(../Images/All/Icon/ListIcon.png) no-repeat left 0.25em;
  padding-left: 20px;
  margin: 5px 0;
}
.EntryBody ol {
  margin-left: 25px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.EntryBody ol li {
  list-style: decimal;
  margin: 5px 0;
}
.EntryBody table {
  border-collapse: collapse;
  margin: 10px 0;
}
.EntryBody table th {
  background: #ddd;
  padding: 5px 10px;
  border: 1px solid #aaaaaa;
  text-align: center;
  vertical-align: middle;
}
.EntryBody table td {
  padding: 5px 10px;
  border: 1px solid #aaaaaa;
}
.EntryBody table td.th {
  background: #f0f0f0;
  padding: 5px 10px;
  border: 1px solid #aaaaaa;
}
.EntryBody table td.bg-red,
.EntryBody table tr.bg-red {
  background: #ffdae8;
}
.EntryBody table td.bg-blue,
.EntryBody table tr.bg-blue {
  background: #b6f9fb;
}
.EntryBody .pdf {
  background: url(../Images/All/Icon/PDF.gif) 0 center no-repeat !important;
  padding-left: 22px !important;
  list-style: none !important;
  text-indent: 0 !important;
  margin-bottom: 5px;
}
.EntryBody .word {
  background: url(../Images/All/Icon/DOC.gif) 0 center no-repeat !important;
  padding-left: 22px !important;
  list-style: none !important;
  text-indent: 0 !important;
  margin-bottom: 5px;
}
.EntryBody .excel {
  background: url(../Images/All/Icon/XLS.gif) 0 center no-repeat !important;
  padding-left: 22px !important;
  list-style: none !important;
  text-indent: 0 !important;
  margin-bottom: 5px;
}
.EntryBody .ppt {
  background: url(../Images/All/Icon/PPT.gif) 0 center no-repeat !important;
  padding-left: 22px !important;
  list-style: none !important;
  text-indent: 0 !important;
  margin-bottom: 5px;
}
.EntryBody .box01 {
  background: #f5f5f5;
  border: 1px dotted #bbb;
  padding: 15px;
  margin: 15px 0;
}
.EntryBody .box02 {
  border: 1px solid #bbb;
  padding: 15px;
  margin: 15px 0;
}
.EntryBody .box03 {
  background: #ffeeee;
  border: 1px dotted #cc0000;
  color: #cc0000;
  padding: 15px;
  margin: 15px 0;
}
.EntryBody .caption {
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
  border-radius: 3px;
  position: relative;
  background: #dcdcdc;
  color: #666633;
  padding: 3px 10px;
  font-size: 93%;
  line-height: 1.3em;
}
.EntryBody .photo {
  border: 5px solid #fff;
  -webkit-box-shadow: 0 0 5px #bbbbbb;
  -moz-box-shadow: 0 0 5px #bbbbbb;
  -o-box-shadow: 0 0 5px #bbbbbb;
  -ms-box-shadow: 0 0 5px #bbbbbb;
  box-shadow: 0 0 5px #bbbbbb;
  position: relative;
  margin: 0 15px 15px 15px;
}
.EntryBody .LinkList, .EntryBody .linklist {
  margin: 30px 0;
  border: solid 1px #cccccc;
  padding: 20px;
  background: #fefefe;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
  border-radius: 5px;
  -pie-border-radius: 5px;
  -webkit-box-shadow: 0 0 5px #cccccc;
  -moz-box-shadow: 0 0 5px #cccccc;
  box-shadow: 0 0 5px #cccccc;
  -pie-box-shadow: 0 0 5px #cccccc;
}
.EntryBody .LinkList li, .EntryBody .linklist li {
  padding-bottom: 9px;
  margin-bottom: 10px;
  display: block;
  border-bottom: dotted 1px #cccccc;
  background: none;
  padding-left: 0;
}
.EntryBody .LinkList li a, .EntryBody .linklist li a {
  display: block;
  padding-left: 20px;
  background: url(../Images/All/Icon/ListIcon.png) no-repeat left center;
}
.EntryBody .LinkList li:last-child, .EntryBody .linklist li:last-child {
  border-bottom: none;
  padding-bottom: 0;
  margin-bottom: 0;
}
.EntryBody .BtnList li {
  padding-left: 0;
}
.EntryBody .contact-form {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.EntryBody .contact-form * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  float: none;
}
.EntryBody .contact-form ul {
  float: none;
  width: 100%;
}
.EntryBody .contact-form li {
  float: none;
  background: none;
  padding-left: 0;
}
.EntryBody div.contact-form div.contact-form-field div.form-element ul li {
  float: none;
  display: inline-block;
}
.EntryBody div.contact-form div.contact-form-field, .EntryBody div.contact-form div.contact-form-submit,
.EntryBody div.contact-form div.contact-form-field p.form-label {
  width: 100%;
  text-align: center;
  padding-left: 0;
  padding-right: 0;
}
.EntryBody div.contact-form div.contact-form-field .form-element {
  width: 100%;
}
.EntryBody .contact-form-submit {
  text-align: center;
}
.EntryBody div.contact-form div.contact-form-submit input {
  margin: auto 10px;
}
.EntryBody div.contact-form div.contact-form-field .form-element textarea.contact-form-textarea,
.EntryBody div.contact-form div.contact-form-field .form-element input.contact-form-text-full {
  width: 90%;
  margin-top: 10px;
  text-align: left;
}
.EntryBody #FormAge {
  width: 5em;
}
/* AsahiClinicPage */
.EntryBody .AsahiClinicPage .PcOnly {
  display: none;
}
.EntryBody .AsahiClinicPage .SpOnly {
  display: block;
}
.EntryBody .AsahiClinicPage .Tel li {
  background: none;
  padding-left: 0;
}
.EntryBody .AsahiClinicPage .Nav {
  min-width: inherit;
  background: transparent;
}
.EntryBody .AsahiClinicPage .Nav::after {
  content: '';
  display: block;
  clear: both;
}
.EntryBody .AsahiClinicPage .Nav li {
  float: left;
  width: 32.6%;
  background: none;
  margin-right: 1.1%;
  padding-left: 0;
}
.EntryBody .AsahiClinicPage .Nav li:last-child {
  margin-right: 0;
}
.EntryBody .AsahiClinicPage .Nav li a {
  display: block;
  width: 100%;
  height: 50px;
  line-height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#392f1b), color-stop(50%, #231801), to(#221701));
  background: linear-gradient(#392f1b 0%, #231801 50%, #221701 100%);
  color: #fff;
  text-decoration: none;
  text-align: center;
  border-radius: 4px;
}
.EntryBody .AsahiClinicPage .Nav li span {
  position: relative;
  padding-left: 20px;
}
.EntryBody .AsahiClinicPage .Nav li span::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 18px;
  height: 18px;
  background: url(../../../Templates/Images/InPage/AsahiClinic/NavIcon.png) center center / contain no-repeat;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.EntryBody .AsahiClinicPage .Calendar .Title {
  position: relative;
  height: 30px;
  line-height: 30px;
  font-size: 1.35em;
  color: #330000;
  margin-bottom: 15px;
  font-weight: 700;
  padding-left: 20px;
}
.EntryBody .AsahiClinicPage .Calendar .Title::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 0;
  width: 5px;
  height: 80%;
  background: #330001;
  border-radius: 4px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.EntryBody .AsahiClinicPage .Calendar .Table {
  clear: both;
  width: 640px;
  line-height: 1.3;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: 0.85em;
  background: #f4f4f4;
}

.EntryBody .AsahiClinicPage .Calendar .Table th {
  position: relative;
  background: #fff;
}

.EntryBody .AsahiClinicPage .Calendar .Table th::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aaa;
}

.EntryBody .AsahiClinicPage .Calendar .Table th::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #aaa;
}

.EntryBody .AsahiClinicPage .Calendar .Table .Heading {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  color: #fff;
  background: #8ac082;
}

.EntryBody .AsahiClinicPage .Calendar .Table .Heading span {
  display: block;
  width: 100%;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border-top: 1px solid #aaa;
}

.EntryBody .AsahiClinicPage .Calendar .Table td {
  position: relative;
  text-align: center;
  vertical-align: bottom;
  padding: 31px 0 0;
}

.EntryBody .AsahiClinicPage .Calendar .Table td .overflow-container {
  overflow: hidden;
}

.EntryBody .AsahiClinicPage .Calendar .Table td::before {
  content: '';
  display: block;
  position: absolute;
  bottom: -1px;
  left: 0;
  width: 100%;
  height: 1px;
  background: #aaa;
}

.EntryBody .AsahiClinicPage .Calendar .Table td::after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  right: -1px;
  width: 1px;
  height: 100%;
  background: #aaa;
}

.EntryBody .AsahiClinicPage .Calendar .Table td span {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  background: #8ac082;
  border-bottom: 1px solid #aaa;
}

.EntryBody .AsahiClinicPage .Calendar .Table .Closed {
  width: 50px;
  height: 80px;
  background: #feeeee;
  padding: 50px 12px 10px;
  vertical-align: middle;
}

.EntryBody .AsahiClinicPage .Calendar .Table table {
  width: 100%;
  margin: 0;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  background: #fff;
}

.EntryBody .AsahiClinicPage .Calendar .Table table th {
  height: 41px;
  vertical-align: middle;
  background: #f3f0eb;
  border: none;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 0 6px;
}

.EntryBody .AsahiClinicPage .Calendar .Table table td {
  height: 41px;
  vertical-align: middle;
  border: none;
  border-right: 1px solid #aaa;
  border-bottom: 1px solid #aaa;
  padding: 0 6px;
}

.EntryBody .AsahiClinicPage .Calendar .Table table td.row2 {
  height: 83px;
}

.EntryBody .AsahiClinicPage .Calendar .Table table th:last-child {
  border-right: none;
}

.EntryBody .AsahiClinicPage .Calendar .Table table td:last-child {
  border-right: none;
}

.EntryBody .AsahiClinicPage .Calendar .Table table td:nth-child(1) {
  border-right: 1px solid #aaa;
}

.EntryBody .AsahiClinicPage .Calendar .Table table tr:last-child td:nth-child(1) {
  border-bottom: none;
  border-right: none;
}

.EntryBody .AsahiClinicPage .Calendar .Table table td.border-none {
  border-right: none;
}

.EntryBody .AsahiClinicPage .Doctor {
  border-bottom: 1px solid #ccc;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
.EntryBody .AsahiClinicPage .Doctor img {
  display: block;
  float: none;
  margin: 0 auto;
}
.EntryBody .AsahiClinicPage .Doctor .Position {
  font-weight: 700;
  color: #221701;
  border-bottom: 1px solid #221701;
  margin-bottom: 20px;
}
.EntryBody .AsahiClinicPage .Doctor .Title {
  font-size: 1.35em;
  font-weight: 700;
  color: #221701;
  margin-bottom: 20px;
}
.EntryBody .AsahiClinicPage .Doctor .Title span{
  font-size: 0.85em;
}
.EntryBody .AsahiClinicPage .GuideDl {
  background: #f3f0eb;
  margin-bottom: 0.75em;
}
.EntryBody .AsahiClinicPage .GuideDl dt {
  font-weight: 700;
  padding: 8px 6px 0;
}
.EntryBody .AsahiClinicPage .GuideDl dd {
  border-bottom: 1px solid #fff;
  padding: 8px 6px;
}

#InPage .photo-gallery {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

#InPage .photo-gallery li {
  width: 48%;
  background: none;
  margin: 0;
  padding: 0;
  cursor: pointer;
}

#InPage .photo-gallery li:hover {
  opacity: 0.8;
}

#InPage .photo-gallery img {
  width: 100%;
}