/*========*/
/* 基本設定 */
/*========*/

body {
	font-family : "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 Pr6 W6", "Hiragino Mincho Pro", "HGS明朝E", "メイリオ", "ＭＳ Ｐ明朝", "MS PMincho", Meiryo, serif;
	/* font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Calibri, Helvetica, Arial;
	明朝の場合は以下 */
	/*font-family :"Times New Roman", "游明朝", YuMincho,"ヒラギノ明朝 Pr6 W6","Hiragino Mincho Pro", "HGS明朝E","メイリオ", "ＭＳ Ｐ明朝","MS PMincho",Meiryo, serif;*/
	font-size: 15px;
	line-height: 180%;
	color: #333;
	background-color: #F2F2F2;
	padding-left: 200px;
	background-image: url(../images/mine_bg.gif);
	background-repeat: repeat-y;
	background-position: left top;
}
/* スマホの場合は文字を一回り小さくする */
@media (max-width: 767px) {
body {
	font-size: 12px;
	padding-left: 0px;
	background-image: none;
  }
}



/*========*/
/* ヘッダ */
/*========*/

header {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Calibri, Helvetica, Arial;
}
header h1 {
	margin: 0px;
	padding: 0px;
}
header h1 {
	margin: 0px;
	padding: 0px;
}
header h1 a {
	text-indent: 0px;
	display: block;
}
header .jumbotron {
	padding-top: 0px;
	padding-bottom: 0px;
	background-color: #FFF;
}
header h2 {
	display: none;
}
header .sedebanner {
	padding-right: 17px;
	padding-left: 17px;
	clear: none;
	padding-top: 20px;
}

header .banner {
	list-style-type: none;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
header .banner li {
	margin-bottom: 10px;
}


/*========*/
/* ボディ */
/*========*/

#bodycontainer {
	padding-right: 0px;
	padding-left: 0px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
@media (min-width: 768px) {
#bodycontainer {
	width: 1052px;
  }
}
@media (min-width: 1200px) {
#bodycontainer {
   width: 100%;
   min-width: 1052px;
  }
}

/*========*/
/* フッタ */
/*========*/
footer {
	width: 100%;
	clear: both;
	padding: 0px;
	margin: 0px;
	background-color: #F2F2F2;
}
footer #section_foot {
	background-color: #FFF;
	overflow: hidden;
	padding-top: 50px;
	padding-bottom: 50px;
}
footer #section_foot ul {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin: 0px;
}
footer #section_foot ul li {
	vertical-align: middle;
	margin-right: 20px;
	margin-left: 20px;
	margin-top: 10px;
	margin-bottom: 10px;
}
@media (min-width: 768px) {
footer #section_foot ul li {
	display: inline-block;
	vertical-align: middle;
	margin-top: 10px;
	margin-bottom: 10px;
}}
footer #section_foot .container {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding: 0px;
	background-color: #FFF;
}
@media (min-width: 768px) {
footer .footline {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CDCDCD;
}}


footer .container {
	position: relative;
	background-color: #F2F2F2;
	padding-top: 20px;
	padding-bottom: 20px;
}

@media (min-width: 768px) {
.containersp {
display: none;	
}
}


@media (max-width: 767px) {
.containersp {
	position: relative;
	background-color: #FFF;
	padding-top: 20px;
	padding-bottom: 30px;
	text-align:center;
}
}

footer #f-logo {
	float: left;
	margin-right: 30px;
	margin-left:20px;
	margin-top:20px
}
footer #f-logo h3 {
	font-size: 120%;
	margin-bottom: 20px;
	margin-top: 0px;
	margin-right: 0px;
	margin-left: 0px;
}
footer #f-logo p {
	margin: 0px;
}
footer a {
	
}
footer a:hover {
	
}
footer .pagetop {
	text-align: right;
	clear: both;
	padding: 10px;
}
@media (max-width: 767px) {
.footline .container {
	padding: 0px;
	position: relative;
	height: 20px;
}
footer .pagetop {
	position: absolute;
	top: -30px;
	right: 0px;
}}
footer nav#fnavi {
	font-size: 80%;
	overflow: hidden;
	margin-bottom: 20px;
	line-height: 140%;
}
footer nav#fnavi ul {
	list-style-type: none;
	padding: 0px;
	float: left;
	margin-top: 0px;
	margin-right: 30px;
	margin-bottom: 0px;
	margin-left: 0px;
}
footer nav#fnavi ul li {
	margin-left: 12px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.page-top {
	position: relative;
	width: 100%;
	display: block;
	margin-left: auto;
	text-align: right;
	margin-right: auto;
	padding-right: 10px;
	padding-left: 10px;
}
@media (min-width: 768px) {
.page-top {
    max-width: 1052px;
  }
}
.gotop {
	display: block;
	width: 100%;
}
@media (min-width: 768px) {
.gotop {
	padding-right: 200px;
}}
#fnavi ul li.fnaviti {
	background-image: url(../images/foot_ic01.png);
	background-repeat: no-repeat;
	margin-bottom: 0px;
	padding-left: 12px;
	background-position: left center;
	font-size: 110%;
	font-weight: bold;
	margin-left: 0px;
}
footer nav#fnavi ul li a {
	color: #000;
	padding: 0px !important;
}
footer nav#fnavi ul li a:hover {
	color: #900;
	text-decoration: underline;
}

footer nav#fnavi ul li ul {
	float: none;
	margin-right: 10px;
}
footer nav#fnavi ul li ul li {
}
footer nav#fnavi ul li.inline  {
	display: inline-block;
	vertical-align: top;
}
footer #address {
	float: left;
	line-height: 140%;
	margin-top:20px;
	margin-left:30px
}
footer div#copy {
	text-align: center;
	clear: both;
	font-size: 72%;
	margin: 0px;
	color: #666;
	background-color: #F2F2F2;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 5px;
}
@media (min-width: 768px) {
footer div#copy {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
}}

/*========*/
/* 共通設定 */
/*========*/

/* 見出し */

section h2 {
	text-align: center;
	margin-bottom: 25px;
}
@media (min-width: 768px) {
section h2 {
	text-align: center;
	margin-bottom: 50px;
}}
section h2 img {
}
section h3 {
}
section h3 img {
}
section h4 {
}
section h4 img {
}
section h5 {
}
section h5 img {
}

/* セクション */
#section_top,#section_01,#section_02,#section_03,#section_04,#section_usetop,#section_use {
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	padding-top: 10px !important;
	padding-bottom: 25px !important;
}
@media (min-width: 768px) {
#section_top,#section_01,#section_02,#section_03,#section_04,#section_usetop,#section_use {
    max-width: 1052px;
	padding-top: 50px !important;
	padding-bottom: 50px !important;
  }
}
@media (min-width: 1200px) {
#section_top,#section_01,#section_02,#section_03,#section_04,#section_usetop,#section_use {
    max-width: 100%;
  }
}

/* セクションインナー幅（囲まなければセクション全幅使える） */
.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
}
@media (min-width: 768px) {
.container {
    width: 1052px;
  }
}
@media (min-width: 992px) {
.container {
    width: 1052px;
  }
}
@media (min-width: 1200px) {
.container {
    width: 1052px;
  }
}
.container-fluid {
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto;
}

/*========*/
/* 共通設定 */
/*========*/


/* ナビの設定 */
.navbar-collapse {
	padding-right: 0px;
	padding-left: 0px;
	overflow-x: visible;
	-webkit-overflow-scrolling: touch;
	border-top: 1px solid transparent;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1);
	background-color: #FFFFFF;
	padding-bottom: 20px;
	height: 100% !important;
}
@media (min-width: 768px) {
.navbar-collapse {
	background-color: transparent;
	border-top: 0px solid transparent;
	float: none;
	clear: none;
	width: 200px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
}
/* h1画像の場合は以下で調整 */
.navbar h1 img {
}
@media (min-width: 768px) {
.navbar h1 img {
}
}
.navbar-inverse {
	background-color: rgba(255,255,255,1.0);
	height: 60px;
}
@media (min-width: 768px) {
.navbar-inverse {
	background-color: rgba(255,255,255,1.0);
	width: 200px;
}
}
.navbar-brand {
	float: none;
	height: auto;
	font-size: 18px;
	line-height: 20px;
	padding-top: 5px;
	padding-right: 15px;
	padding-bottom: 0px;
	padding-left: 15px;
	text-align: center;
	margin-left: -78px;
	position: absolute;
	left: 50%;
	top: 12px;
	
}
@media (min-width: 768px) {
.navbar-brand {
	float: none;
	font-size: 18px;
	line-height: 110px;
	margin: 0px;
	text-align: center;
	display: block;
	padding-top: 34px;
	padding-right: 22px;
	padding-bottom: 34px;
	padding-left: 22px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-left: 0px;
	position: absolute;
	left: 0;
	top: 0;
}
}
.navbar {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	padding-bottom: 15px;
}
@media (min-width: 768px) {
  .navbar {
	padding-right: 0px;
	padding-left: 0px;
}
}
.navbar-nav {
	margin: 0px;
	padding-right: 10px;
	padding-left: 10px;
	height: auto;
  }
.navbar-nav > li > a {
	padding-right: 10px !important;
	padding-left: 20px !important;
}
@media (min-width: 768px) {
.navbar-nav {
	float: none;
	font-size: 80%;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}

.navbar-nav > li > a {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
}
@media (min-width: 992px) {
.navbar-nav {
}
.navbar-nav > li > a {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
}
@media (min-width: 1200px) {
.navbar-nav {
}
.navbar-nav > li > a {
	padding-right: 10px !important;
	padding-left: 10px !important;
}
}
.navbar-toggle {
	position: relative;
	float: none;
	margin-top: 8px;
	margin-right: 15px;
	margin-bottom: 20px;
	background-color: #FFF;
	background-image: none;
	border-radius: 4px;
	padding-top: 12px;
	padding-right: 10px;
	padding-bottom: 12px;
	padding-left: 10px;
	left: 10px;
	top: 10px;
}
.navbar-inverse .navbar-toggle {
  border-color: #fff;
}
.navbar-inverse .navbar-toggle:hover,
.navbar-inverse .navbar-toggle:focus {
  background-color: #fff;
}

.navbar-inverse .navbar-text {
  color: #333333;
}
.navbar-inverse .navbar-nav > li > a {
	color: #FFFFFF;
	background-color: #FFFFFF;
	background-image: url(../images/link_point01.png);
	background-repeat: no-repeat;
	background-position: left center;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
}
@media (min-width: 768px) {
.navbar-inverse .navbar-nav > li > a {
  color: #333333;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > li > a:hover,
.navbar-inverse .navbar-nav > li > a:focus {
  color: #990000;
  background-color: transparent;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
  color: #990000;
  background-color: transparent;
}}

@media (min-width: 768px) {
  .navbar-nav {
	float: none;
	margin: 0;
  }
  .navbar-nav > li {
	float: none;
  }
  .navbar-nav > li > a {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}


.cal_ic {
	height: auto;
	width: 40px;
}
@media (min-width: 768px) {
.cal_ic {
	height: auto;
	width: 71px;
	float: right;
}
}
@media (min-width: 992px) {
.cal_ic {
	height: auto;
	width: 71px;
	float: right;
}
}
@media (min-width: 1200px) {
.cal_ic {
	height: auto;
	width: 71px;
	float: right;
}
}

.navbar-toggle .icon-bar {
	display: block;
	width: 30px;
	height: 3px;
	
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color: #666;
}
.navbar-inverse .navbar-nav > .active > a,
.navbar-inverse .navbar-nav > .active > a:hover,
.navbar-inverse .navbar-nav > .active > a:focus {
	color: #FFFFFF;
	background-color: #FFFFFF;
}

/*========*/
/* トップ */
/*========*/

#section_top {
	background-image: url(../images/top_6419.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
	height: 600px !important;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-color: #888;
}
@media (max-width: 768px) {
#section_top  {
background-image: url(../images/top_6419.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;

	height: 300px !important;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
  }
}
@media (min-width: 1200px) {
#section_top  {
	
  }
}
#section_top  h2 {
	text-align: left;
	background-color: rgba(88,156,104,1.0);
	position: absolute;
	left: 0px;
	top: 180px;
	width: 100% !important;
	margin: 0px;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 0px;
}
@media (min-width: 768px) {
#section_top  h2 {
	text-align: left;
	margin: 0px;
	background-color: rgba(88,156,104,0.8);
	position: absolute;
	top: 368px;
	width: 3000px;
	padding: 20px;
	left: 340px;
}}
@media (min-width: 1200px) {
#section_top  h2 {
}}

#section_top  h2 img {
	height: 110px;
	width: auto;
}
@media (min-width: 768px) {
#section_top  h2 img {
	height: 192px;
	width: auto;
}}
#section_01 .top_bt1 {
}


/*========*/
/* セクション1 */
/*========*/

#section_01 {
	background-color: #F2F2F2;
	padding: 0px !important;
}
@media (min-width: 768px) {
#section_01  {
  }
}
@media (min-width: 1200px) {
#section_01  {
  }
}
#section_01 .container{
	padding: 0px;
}

#section_01 .top_bt0 {
	height: 158px;
	width: 100%;
	padding: 0px;
}

#section_01 .top_bt1 {
	height: 158px;
	width: 100%;
	padding: 0px;
}
#section_01 .top_bt2 {
	height: 158px;
	width: 100%px;
	padding: 0px;
}
@media (min-width: 768px) {
#section_01 .top_bt1 {
	height: 263px;
	width: 526px;
	padding: 0px;
}
#section_01 .top_bt2 {
	height: 263px;
	width: 263px;
	padding: 0px;
}}
#section_01 .top_bt1 a,#section_01 .top_bt2 a {
	display: block;
	text-align: center;
	height: 158px;
	line-height: 158px;
	background-color: rgba(0,0,0,0.5);
}
@media (min-width: 768px) {
#section_01 .top_bt1 a,#section_01 .top_bt2 a {
	display: block;
	text-align: center;
	height: 263px;
	line-height: 263px;
	background-color: rgba(0,0,0,0.6);
}}
#section_01 .top_bt1 a:hover,#section_01 .top_bt2 a:hover  {
	background-color: rgba(0,0,0,0.2);
}

@media (min-width: 768px) {
#section_01 .top_bt0 {
	height: 263px;
	width: 1052px;
	padding: 0px;
}
}
#section_01 .top_bt0 a {
	display: block;
	text-align: center;
	height: 158px;
	line-height: 158px;
	background-color: rgba(0,0,0,0.5);
}

@media (min-width: 768px) {
#section_01 .top_bt0 a{
	display: block;
	text-align: center;
	height: 263px;
	line-height: 263px;
	background-color: rgba(0,0,0,0.5);
}}
#section_01 .top_bt0 a:hover {
	background-color: rgba(0,0,0,0.2);
}

#section_01 .tbt0bn {
	background-image: url(../images/1x/top_bg0.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

@media (max-width: 767px) {
#section_01 .tbt0bn {
	background-image: url(../images/1x/top_bg0s.png);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
}


#section_01 .tbt0 {
	background-image: url(../images/IMG_1158.jpeg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}


#section_01 .tbt01 {
	background-image: url(../images/IMG_6478.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#section_01 .tbt02 {
	background-image: url(../images/top_bg02.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#section_01 .tbt03 {
	background-image: url(../images/top_bg03.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#section_01 .tbt04 {
	background-image: url(../images/IMG_6453.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#section_01 .tbt05 {
	background-image: url(../images/top_bg05.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#section_01 .tbt06 {
	background-image: url(../images/IMG_6503.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#section_01 .tbt06 a {
	padding-left: 200px;
}
.busitem p {
	display: none;
}
.busitem .botton {
	display: none;
}
@media (min-width: 768px) {
.busitem p {
	margin-right: 15px;
	margin-left: 15px;
	display: block;
	height: 10em;
}
.busitem .botton {
	position: absolute;
	left: 50%;
	bottom: -18px;
	margin-left: -76px;
	display: block;
}}

/*========*/
/* セクション2 */
/*========*/

#section_02 {
	position: relative;
}
@media (min-width: 768px) {
#section_02  {
  }
}
@media (min-width: 1200px) {
#section_02  {
  }
}
#section_02 .container {
	position: relative;
}
#section_02 h2 {
	position: absolute;
	left: 0px;
	top: 0px;
}
#section_02 .botton {
	text-align: right;
}
.news {
	margin-bottom: 10px;
	margin-right: 20px;
	margin-left: 20px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 120px;
}
@media (min-width: 768px) {
#section_02 h2 {
	position: absolute;
	left: 0px;
	top: -30px;
}
#section_02 .botton {
	text-align: left;
}

.news {
	margin-bottom: 10px;
	margin-right: 150px;
	margin-left: 150px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #CCC;
	margin-top: 50px;
}}
.news dl {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	margin-top: 10px;
	margin-bottom: 10px;
	overflow: visible;
	font-weight: normal;
	margin-right: 0px;
	margin-left: 0px;
}
.news dl dt {
	font-weight: normal;
	margin-bottom: 10px;
	position: relative;
}
.news dl dd {
	margin-bottom: 10px;
	position: relative;
}
.news em {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.news em img {
	height: 15px;
	width: auto;	
}
@media (min-width: 768px) {
.news {
	margin-bottom: 30px;
}
.news dl {
	overflow: hidden;
}
.news dl dt {
	float: left;
	width: 12em;
	margin-bottom: 0px;
}
.news dl dd {
	margin-left: 12em;
}
.news em {
	margin-top: -10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 10px;
}
.news em img {
	height: 20px;
	width: auto;	
}
}
#section_hed {
	height: 46px;
	background-color: #FFF;
	position: relative;
}
#section_hed #pnav {
	color: #589C68;
	font-size: 80%;
	line-height: 46px;
	position: relative;
}
#section_hed #pnav a {
	color: #589C68;
}
#section_hed  nav ul {
	position: absolute;
	top: 0px;
	right: 20px;
}
#section_hed nav ul li {
	display: inline-block;
}

/*========*/
/* セクション3 */
/*========*/


/*========*/
/* セクション4 */
/*========*/


/*========*/
/* 汎用セクショントップ */
/*========*/

#section_usetop {
	height: 150px;
	position: relative;
	z-index: 1;
	overflow: visible;
}
@media (min-width: 768px) {
#section_usetop {
	height: 300px;
  }
}
@media (min-width: 1200px) {
#section_usetop {
  }
}
#section_usetop .container {
	position: relative;
}
@media (min-width: 768px) {
#section_use .s-wide {
	width: 760px;
	margin-right: auto;
	margin-left: auto;
}}

#section_usetop h2 {
	background-color: rgba(88,156,104,0.8);
	position: absolute;
	line-height: 70px;
	height: 70px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	display: block;
	width: 5000px;
	left: 0px;
	top: 60px;
	margin-top: -35px;
	text-align: left;
}
@media (min-width: 768px) {
#section_usetop h2 {
	background-color: rgba(88,156,104,0.8);
	position: absolute;
	line-height: 120px;
	height: 120px;
	padding-top: 0px;
	padding-right: 30px;
	padding-bottom: 0px;
	padding-left: 30px;
	display: block;
	width: 5000px;
	left: 0px;
	top: 90px;
	margin-top: -60px;
	text-align: left;
}}

#section_usetop h3 {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
@media (min-width: 768px) {
#section_usetop h2 {
	
}

#section_usetop h3 {
	
}}

@media (max-width: 767px) {
#section_usetop h2 img {
	height: 30px;
	width: auto;
}
#section_usetop h3 img {
	height: 10px;
	width: auto;
}}
#section_usetop .hednav {
	position: absolute;
	left: 0px;
	z-index: 100000;
	bottom: -40px;
	overflow: visible;
}
#section_usetop .hednav ul {
}

/*========*/
/* 汎用セクション */
/*========*/

#section_use {
	z-index: 1;
}
@media (min-width: 768px) {
#section_use  {
  }
}
@media (min-width: 1200px) {
#section_use  {
  }
}
@media (min-width: 768px) {
#section_use .container {
	max-width: 860px;
}}
#section_use h3 {
	text-align: center;
	margin-top: 10px;
	margin-bottom: 20px;
	clear: both;
}
@media (min-width: 768px) {
#section_use h3 {
	text-align: center;
	margin-top: 0px;
	margin-bottom: 30px;
}}
@media (max-width: 767px) {
#section_use h3 img {
	height: 40px;
	width: auto;
}}

#section_use  h4 {
	clear: both;
	margin-bottom: 30px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #7F7F7F;
	margin-top: 0px;
	margin-right: 15px;
	margin-left: 65px;
	position: relative;
	padding-top: 100px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	overflow: visible;
}
#section_use h4 img {
	position: absolute;
	left: -65px;
	bottom: -10px;
	margin-left: 0px;
	padding-bottom: 5px;
}
@media (min-width: 768px) {
}
#section_use .bg-white {
	background-image: url(../images/corporative_bg01.png);
	background-repeat: no-repeat;
	background-position: 15px 15px;
	padding-top: 50px;
	padding-bottom: 15px;
	background-color: #FFF;
	overflow: hidden;
	margin-right: 5px;
	margin-left: 20px;
}
#juristic #section_use .bg-white {
	margin-top: 50px;
}
#section_use  h5 {
	background-image: url(../images/ti_ic01.png);
	background-repeat: no-repeat;
	background-position: left center;
	height: 30px;
	line-height: 30px;
	padding-left: 45px;
	font-weight: normal;
	font-size: 100%;
	margin-top: 30px;
	margin-bottom: 20px;
}
#section_use hr {
	margin-right: 20px;
	margin-left: 20px;
	margin-bottom: 20px;
}
#section_use .fuic01 {
	margin-bottom: 15px;
}

#section_use .fuic01 img {
	margin: 5px;
}
@media (max-width: 767px) {
#section_use .fuic01 {
	text-align: center;
}
#section_use .fuic01 img {
	height: auto;
	width: 100px;
}}

#message #section_usetop,#profile #section_usetop,#history #section_usetop,#access #section_usetop,#software #section_usetop,#companypolicy #section_usetop {
	background-image: url(../images/company_ph01.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
#corporative #section_usetop {
	background-image: url(../images/corporative_hed.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
#individual #section_usetop {
	background-image: url(../images/individual_hed.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
#clinic #section_usetop {
	background-image: url(../images/clinic_hed.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
#juristic #section_usetop {
	background-image: url(../images/juristic_hed.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
#recruit #section_usetop {
	background-image: url(../images/recruit_hed.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
#contact #section_usetop {
	background-image: url(../images/contact_hed.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}

#news #section_usetop {
	background-image: url(../images/contact_hed.jpg);
	background-repeat: no-repeat;
	background-position: center center;
	-moz-background-size: auto 100%;
	background-size: auto 100%;
}
@media (min-width: 768px) {
#message #section_usetop,#profile #section_usetop,#history #section_usetop,#access #section_usetop,#software #section_usetop,#companypolicy #section_usetop {
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#corporative #section_usetop {
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#individual #section_usetop {
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#clinic #section_usetop {
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#juristic #section_usetop {
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#recruit #section_usetop {
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}
#contact #section_usetop {
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}

#news #section_usetop {
	-moz-background-size: 100% auto;
	background-size: 100% auto;
}}



.accessmap {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
.accessmap {
	width: 730px;
	margin-right: auto;
	margin-left: auto;
}}

.accessmap .col-md-6,.accessmap .col-md-12,.accessmap .col-xs-6,.accessmap .col-sm-6,.accessmap .col-sm-12 {
	padding: 0px;
}


.bispoint {
	display: block;
	padding-left: 30px;
	background-image: url(../images/corporative_bg01.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 0px;
	font-style: normal;
	width: 130px;
	margin-right: auto;
	margin-left: auto;
}
@media (min-width: 768px) {
.bispoint {
	width: 165px;
}}

.usenav ul {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
}
.usenav ul li {
	font-size: 75%;
	color: #589C68;
	text-align: center;
	display: inline-block;
	width: 130px;
	line-height: 110%;
	margin: 0px;
	background-image: url(../images/bus_bg01.png);
	background-repeat: no-repeat;
	background-position: center top;
	height: 65px;
	vertical-align: top;
	padding-top: 15px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Calibri, Helvetica, Arial;
}

#individual .usenav ul li,#clinic .usenav ul li {
	width: 150px;
}
@media (max-width: 767px) {
	.usenav ul {
	list-style-type: none;
	text-align: center;
	padding: 0px;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
}
.usenav ul li {
	font-size: 75%;
	color: #589C68;
	text-align: center;
	display: inline-block;
	width: 80px;
	line-height: 100%;
	margin: 0px;
	background-image: url(../images/bus_bg01.png);
	background-repeat: no-repeat;
	background-position: center top;
	-moz-background-size: 70% auto;
	background-size: 70% auto;
	height: 65px;
	vertical-align: top;
	padding-top: 10px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Calibri, Helvetica, Arial;
	margin-bottom: 20px;
}
.usenav ul li img {
	height: 30px;
	width: auto;
	
}

#clinic .usenav ul li {
	width: 80px;
	margin-bottom: 0px;
}
#individual .usenav ul li {
	width: 100px;
	-moz-background-size: 50% auto;
	background-size: 50% auto;
	margin-bottom: 20px;
}
}

.usenav ul li img {
	margin-bottom: 2px;
}
@media (max-width: 767px) {
.usenav ul li img {
	margin-bottom: 5px;
}}

.usenav ul li {
}
.usenav ul li:hover {
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

.usenav ul li a {
	color: #589C68;
	text-decoration: none;
	display: block;
}
.usenav ul li a img:hover {
	color: #589C68;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 1;
	opacity: 1;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
.etcnav {
	color: #589C68;
	font-size: 75%;
	text-align: center;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', Calibri, Helvetica, Arial;
	margin-bottom: 30px;
}
.etcnav a {
	color: #589C68;
	text-decoration: none;
}
.etcnav a:hover {
	color: #589C68;
	text-decoration: none;
}
.usenav ul li.on {
	color: #589C68;
	text-decoration: none;
	filter: alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: 0s;
	-moz-transition: 0s;
	-o-transition: 0s;
	transition: 0s;
}
  .tablestyle1 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #666666;
  }
  .tablestyle1 td,
  .tablestyle1 th {
	border-top-width: 1px !important;
	border-top-style: solid !important;
	border-top-color: #666666 !important;
	padding-top: 20px !important;
	padding-bottom: 20px !important;
	font-weight: normal;
  }
  .tablestyle1 th {
	padding-right: 0px !important;
	padding-left: 10px !important;
  }
 @media (min-width: 768px) {

  .tablestyle1 th {
	padding-right: 10px !important;
	padding-left: 50px !important;
	width: 250px;
  }}
  
  #section_use .inhericon {
	text-align: center;
}
#section_use .inhericon img {
	margin-bottom: 50px;
}
@media (max-width: 767px) {
#section_use .inhericon img {
	height: auto;
	width: 150px;
	margin-bottom: 20px;
}}
ul.liststyle1 {
	list-style-type: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul.liststyle1 li {
	background-color: #61B35C;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 30px;
	font-size: 16px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	position: relative;
}
@media (min-width: 768px) {
ul.liststyle1 li {
	font-size: 20px;
}}
ul.liststyle1 li img {
	margin-top: -13px;
	position: absolute;
	left: -13px;
	top: 50%;
}
ul.liststyle2 {
	list-style-type: none;
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 20px;
	margin-top: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 15px;
}
ul.liststyle2 li {
	background-color: #0071BC;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-right: 5px;
	padding-bottom: 10px;
	padding-left: 20px;
	font-size: 14px;
	font-family: "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	color: #FFF;
	position: relative;
}
@media (min-width: 768px) {
ul.liststyle2 li {
	font-size: 18px;
}}
ul.liststyle2 li img {
	margin-top: -13px;
	position: absolute;
	left: -13px;
	top: 50%;
}

.chargenav ul {
	list-style-type: none;
	padding: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 30px;
	margin-left: 0px;
	text-align: center;
}
.chargenav ul li {
	display: inline-block;
	margin: 5px;
}
@media (max-width: 767px) {
.chargenav ul li {
	display: inline-block;
	margin-top: 0px;
	margin-right: 2px;
	margin-bottom: 0px;
	margin-left: 2px;
}
.chargenav ul li img {
	height: 15px;
	width: auto;
}}
#section_use .voicelist {
	text-align: center;
}
#section_use .voicedetails {
	width: 250px;
	padding-right: 0px;
	padding-left: 0px;
	display: inline-block;
	height: auto;
	vertical-align: top;
	margin-bottom: 20px;
}
#section_use .voicedetails .voicecontainer {
	background-color: #FFF;
	height: 100%;
	width: 250px;
	background-image: url(../images/voice_ic01.png);
	background-repeat: no-repeat;
	background-position: 20px -2px;
	text-align: left;
	padding: 20px;
}
#charge #section_use h5 {
	margin-bottom: 20px;
}
@media (min-width: 768px) {
#section_use .voicedetails {
	width: 410px;
	padding-right: 20px;
	padding-left: 20px;
	height: 450px;
	margin-bottom: 40px;
}
#section_use .voicedetails .voicecontainer {
	width: 380px;
}
#charge #section_use h5 {
	margin-left: 60px;
}
}
.voicecontainer .voicehed {
	margin-bottom: 15px;
	padding-bottom: 15px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	text-align: center;
}
.voicecontainer .voicehed strong {
	font-weight: normal;
	margin-bottom: 20px;
}
#section_use .post {
	padding-top: 40px;
	padding-right: 20px;
	padding-bottom: 40px;
	padding-left: 20px;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #999;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999;
}
#section_use .post .date {
	margin-bottom: 15px;
}
#news #section_use .botton {
	text-align: center;
	margin-top: 40px;
}
#section_use .post h3 {
	text-align: left;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCC;
	font-weight: bold;
	padding-bottom: 10px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	font-size: 140%;
}
#recruit .recruittext {
	padding-top: 30px;
	padding-bottom: 30px;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666;
	border-bottom-color: #666;	
}
#news .news {
	margin-right: 50px;
	margin-left: 50px;
}


/*========*/
/* お問い合わせ */
/*========*/

#mailform {
	margin-right: 0px;
	margin-left: 0px;
	margin-bottom: 30px;
	margin-top: 0px;
	padding-top: 30px;
}
@media (min-width: 768px) {
#mailform {
	padding-top: 0px;
}}
.mailcont {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCCCCC;
}
#mailform dl input,#mailform dl textarea{
	border:0;
	color:#000000;
	border:solid 1px #ccc;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	font-weight: normal;
	margin-top: 5px;
	margin-right: 0px;
	margin-bottom: 5px;
	margin-left: 0px;
	padding: 5px;
}
#mailform dl {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
	overflow: hidden;
	padding: 0px;
	display: table;
	margin: 0px;
	width: 100%;
	position: relative;
	border-right-style: solid;
	border-right-width: 1px;
	border-left-width: 1px;
	border-left-style: solid;
	border-right-color: #CCCCCC;
	border-left-color: #CCCCCC;
}

#mailform dl dt {
	background-color: #E5E5E5;
	margin: 0px;
	display: block;
	text-align: left;
	padding: 10px;
	vertical-align: top;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCCCCC;
}
#mailform dl dd{
	margin: 0px;
	display: block;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 10px;
}
@media (min-width: 768px) {
#mailform dl dt {
	padding: 20px;
	width: 200px;
	display: table-cell;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCCCCC;
	border-bottom-width: 1px;
	border-bottom-style: none;
	border-bottom-color: #CCCCCC;
}
#mailform dl dd{
	display: table-cell;
	padding-top: 15px;
	padding-right: 20px;
	padding-bottom: 15px;
	padding-left: 20px;
}}

#mailform  label {
	font-weight: normal;
}
#mailform  label em {
	font-style: normal;
	font-weight: normal;
}
#mailform .size-s {
	width: 25%;
}
#mailform .size-m {
	width: 99%;
}
@media (min-width: 768px) {
#mailform .size-m {
	width: 50%;
}}
#mailform .size-l {
	width: 99%;
}
#mailform .addresssearch {
	padding-top: 5px;
	padding-bottom: 5px;
	border: 1px solid #CCCCCC;
	background-color: #FFFFFF;
	font-size: 10px;
	color: #000000;
	text-align: center;
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
#mailform .addresssearch:hover {
	background-color: #CCFFFF;
	text-decoration: none;
}
#formbutton {
	text-align: center;
	padding-top: 15px;
}
#formbutton input {
	font-size: 120%;
	background-color: #8CC63F;
	color: #FFFFFF;
	padding-top: 15px;
	padding-right: 100px;
	padding-bottom: 15px;
	padding-left: 100px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
	background-repeat: no-repeat;
	background-position: right center;
	background-image: url(../images/contact_ic01.png);
	border: 1px solid #FFF;
}
#section_use  h6 {
	font-size: 120%;
	font-weight: bold;
	color: #060;
	margin-top: 40px;
}
#formbutton input:hover {
	background-color: #999999;
	-webkit-transition: 0.7s;
	-moz-transition: 0.7s;
	-o-transition: 0.7s;
	transition: 0.7s;
}
#mailform .contactfoot {
	text-align: center;
	margin-top: 50px;
	margin-bottom: 20px;
}
#mailform dl.col1 textarea,#reservation #mailform dl textarea {

}
#mailform h4 {
	font-weight: bold;
	margin-top: 30px;
	font-size: 120%;
}
#mailform .priv_info {
	border: 1px solid #CCCCCC;
	padding: 10px;
	height: 140px;
	overflow: scroll;
	margin-bottom: 15px;
	font-size: 80%;
	overflow-x:hidden;
	background-color: #FFFFFF;
}
#mailform .priv_info h6 {
	font-size: 110%;
	font-weight: bold;
	margin-bottom: 10px;
}
#mailform select {
	font-size: 130%;
}#mailform h3 {
	float: none;
	margin-bottom: 30px;
}

			
@media (max-width: 767px) {
#navbar ul{
	padding-bottom: 5px;
	padding-top: 10px;
        	}
ul.sidenav{
	list-style-type: none;
        	}

.chilnav ul{
	list-style-type: none;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	overflow: hidden;
			}
			.childnav li{
	padding-left: 0px;
	text-indent: 0px;
	list-style-type: none;
	margin-left: 0px;
	display: inline-block;
	vertical-align: top;
			}
			.childnav li:before{
				content:"";
				display: inline-block;
				position:absolute;
				top:10px;
				left:0;
				width:0;
				height:0;
			}
			.childnav li a{
	border-bottom: none;
	color: #333;
	padding-top: 3px;
	padding-right: 10px;
	padding-bottom: 3px;
	padding-left: 10px;
	font-size: 105%;
	line-height: 120%;
	background-image: url(../images/link_point01.png);
	background-repeat: no-repeat;
	background-position: left center;
			}
			.navhed{
	color: #000;
	padding-top: 3px;
	padding-right: 0px;
	padding-bottom: 3px;
	padding-left: 0px;
	font-size: 105%;
	line-height: 120%;
	margin-right: 10px;
	margin-left: 10px;
	display: block !important;
}
}			

@media (min-width: 768px) {
ul.sidenav{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
        	}
			ul.sidenav ul{
	margin-left: 0;
	padding-left: 0;
	list-style-type: none;
	margin-right: 0;
	margin-bottom: 0;
	
        	}
			ul.sidenav{
	width: 200px;
	margin: 0px;
	padding-top: 110px;
			}
			ul.sidenav a{
				display: block;
				text-decoration: none;
			}
			ul.sidenav a:hover{
			}
			ul.sidenav>li{
	/*position: relative;*/
	width: 200px;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	height: 65px;
	text-indent: -9999px;
			}
			ul.sidenav>li:hover{
	background-color: #459D66;
			}
			ul.sidenav>li>a{
				padding:10px 15px;
			}
			ul.sidenav li .childnav{
	display: none;
	margin-top: -20px;
	background-color: #459D66;
	height: 100%;
	width: 200px;
	padding-top: 40px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
			}
			ul.sidenav li:hover .childnav{
	display: block;
	position: absolute;
	left: 200px;
	top: 0;
	height: 10000px;	
			}

			.chilnav ul{
	margin: 0px;
			}
			.childnav li{
	position: relative;
	padding-left: 0px;
	text-indent: 0px;
			}
			.childnav li:before{
				content:"";
				display: inline-block;
				position:absolute;
				top:10px;
				left:0;
				width:0;
				height:0;
			}
			.childnav li a{
	border-bottom: none;
	color: #FFF;
	background-color: #459D66;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
	font-size: 105%;
	line-height: 140%;
	background-image: url(../images/navi_ic01.png);
	background-repeat: no-repeat;
	background-position: 180px 10px;
			}
			.childnav .naviin li a{
	border-bottom: none;
	color: #FFF;
	background-color: #459D66;
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 20px;
	font-size: 105%;
	line-height: 140%;
	background-image: url(../images/navi_ic01.png);
	background-repeat: no-repeat;
	background-position: 180px 10px;
			}
			.childnav li a:hover{
	color: #FFF;
	text-decoration: none;
	background-color: #7EC083;
			}
il.navhed{
	
}
.childnav .naviin li.navhed a{
	padding-top: 6px;
	padding-right: 10px;
	padding-bottom: 6px;
	padding-left: 10px;
}
#top header .navbar.navbar-inverse.navbar-fixed-top .jumbotron #navbar .navbar-nav.sidenav .sn02 .childnav .naviin .navhed {
	background-color: #09C;
}

.sn01 {
	background-image: url(../images/nav_bt01.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sn02 {
	background-image: url(../images/nav_bt02.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sn03 {
	background-image: url(../images/nav_bt03.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sn04 {
	background-image: url(../images/nav_bt04.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sn01:hover {
	background-image: url(../images/nav_bt01-on.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sn02:hover {
	background-image: url(../images/nav_bt02-on.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sn03:hover {
	background-image: url(../images/nav_bt03-on.png);
	background-repeat: no-repeat;
	background-position: center center;
}
.sn04:hover {
	background-image: url(../images/nav_bt04-on.png);
	background-repeat: no-repeat;
	background-position: center center;
}}

/*==========*/
/* サイトマップ */
/*==========*/

div.sitemaplist ul {
	margin-right: 20px;
	margin-left: 0px;
	overflow: hidden;
	list-style-type: none;
}
div.sitemaplist li {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-bottom: 5px;
	padding-top: 5px;
	background-image: url(../images/ic_sitemap01.gif);
	background-repeat: no-repeat;
	background-position: left 14px;
	padding-left: 20px;
}
div.sitemaplist ul ul {
	font-size: 100%;
	margin-right: 0px;
}
div.sitemaplist li li {
}
