html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp,
small, strong, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/*ted*/

* {
  box-sizing: border-box;
}

body {
  font-size: 92%;
  line-height: 160%;
  color: #333;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  text-decoration: none;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* オリジナルのdoc.cssからTABLEの部分を持ってきた */
table td, table th {
  border: 1px #d3d3d3 solid;
}

table.table_center {
  margin-left: auto;
  margin-right: auto;
}
div.table_div_center {
  text-align: center;
}

div.table_div_right {
  float: right;
}

div.table_div_left {
  float: left;
}
/* ここまで */


/* オリジナルのbootstrap.cssから「上付き」「下付き」を持ってきた */
sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}

/* ここまで */


hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

address {
  font-style: normal;
}

img {
  vertical-align: bottom;
}

.clearfix {
  width: 100%;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}

.box {
  margin: 0 auto;
  width: 950px;
}

#header {
  padding-bottom: 10px;
}
#header h1 {
  float: left;
  margin-top: 10px;
}
#header #subNav {
  float: right;
  position: relative;
  width: 610px;
}
#header #subNav #usebilityNav {
  height: 23px;
  margin: 10px 0;
  padding-left: 63px;
  width: 375px;
}
#header #subNav #usebilityNav li {
  border-right: 1px dashed #ccc;
  float: left;
  padding: 4px 10px;
}
#header #subNav #usebilityNav li input {
  display: block;
}
#header #subNav #usebilityNav li.setting {
  border: none;
  display: block;
  padding: 0px 10px;
}
#header #subNav #usebilityNav li.setting img {
  display: block;
}
#header #subNav #usebilityNav li:first-child {
  border-left: 1px dashed #ccc;
}
#header #subNav #infoNav {
  float: left;
  margin-left: 190px;
}
#header #subNav #infoNav li {
  display: inline;
  font-size: 95%;
  margin-right: 20px;
}
#header #subNav #infoNav li a {
  color: #666;
}
#header #subNav #infoNav li a img {
  position: relative;
  top: -1px;
  vertical-align: middle;
}
#header #subNav #langNav {
  height: 32px;
  position: absolute;
  right: 0;
  top: 0;
  width: 237px;
}
#header #subNav #langNav li {
  float: left;
}
#header #subNav #langNav li a {
  display: block;
}
#header #subNav #langNav li a img {
  display: block;
}

#mainNav {
  background: url(/images/template/nav_bg_wh.png) repeat-x;
  height: 64px;
}
#mainNav ul {
  margin: 0;
}
#mainNav ul li {
  float: left;
}
#mainNav ul li a {
  display: block;
  height: 64px;
  position: relative;
}
#mainNav ul li a:hover {
  border-bottom: 3px solid #000;
}
#mainNav ul li a img {
  display: block;
  margin: 0 auto;
}
/*
#mainNav ul li a::after {
  background: #e0e0e0;
  content: "";
  height: 28px;
  position: absolute;
  right: 0;
  top: 18px;
  width: 1px;
}
#mainNav ul li:first-child a::before {
  background: #e0e0e0;
  content: "";
  height: 28px;
  left: 0;
  position: absolute;
  top: 18px;
  width: 1px;
}
#mainNav ul li#nav01 {
  width: 82px;
}
#mainNav ul li#nav02 {
  width: 158px;
}
#mainNav ul li#nav03 {
  width: 145px;
}
#mainNav ul li#nav04 {
  width: 160px;
}
#mainNav ul li#nav05 {
  width: 178px;
}
#mainNav ul li#nav06 {
  width: 94px;
}
#mainNav ul li#nav07 {
  width: 133px;
}
*/


.column .bnrBox {
  margin-bottom: 9px;
}
.column .bnrBox a {
  display: block;
}
.column .bnrBox a img {
  display: block;
}
.column .bnrBox a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.column .bnrBox:last-child {
  margin-bottom: 0;
}
.column.leftBox {
  float: left;
  width: 170px;
}
.column.rightBox {
  float: right;
  width: 237px;
}
.column .sideSec {
  border: 1px solid #ccc;
  margin-bottom: 9px;
}
.column .sideSec h3,
.column .sideSec h2 {
  background: url(/images/template/side_ttl_bg.png) 0 bottom repeat-x;
  font-size: 90%;
  line-height: 1.4;
  text-indent: 0.3em;
}
.column .sideSec h3 span {
  font-size: 75%;
  margin-left: 5px;
}
.column .sideSec ul {
  list-style: none;
  margin: 0;
  padding: 10px 0;
}
.column .sideSec ul li {
  color: #4f5451;
  font-size: 95%;
  line-height: 120%;
  padding: 3px 8px 3px 20px;
  position: relative;
}
.column .sideSec ul li::before {
  content: "\f138";
  font-family: FontAwesome;
  left: 6px;
  position: absolute;
  top: 3px;
}
.column .sideSec ul li a:hover {
  text-decoration: underline;
}
.column .sideSec .innerImg {
  padding: 5px 10px;
}
.column .sideSec .innerImg img {
  height: auto;
  width: 100%;
}
.prgLink {
  font-size: 95%;
  padding: 0 10px 5px;
  text-align: right;
}

#headCnt {
  padding: 10px 0;
}
#headCnt #hero {
  float: left;
  height: 240px;
  position: relative;
  width: 700px;
}
#headCnt #hero #heroBox > img,
#headCnt #hero #heroBox > a {
  display: none;
  height: 240px;
  left: 0;
  position: absolute;
  top: 0;
  width: 700px;
}

#heroBtn a {
  transition: 0.3s;
}
#heroBtn a:hover {
  transform: scale(1.3);
}

#heroBtn ul {
  bottom: 0;
  left: 0;
  height: 38px;
  margin: 0;
  position: absolute;
  text-align: center;
  right: 0;
}
#heroBtn ul li {
  display: inline-block;
}
#heroBtn ul li a {
  background: #fff;
  border: 1px solid rgba(0,0,0,0.8);
  border-radius: 50%;
  display: block;
  height: 15px;
  margin: 5px;
  width: 15px;
}
#heroBtn ul li.hero_btn_current a {
  background: rgba(0,0,0,0.8);
  border-color: #fff;
}

#heroBtn #controlBtn  {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
  bottom: 10px;
  height: 40px;
  left: 60px;
  position: absolute;
  width: 40px;
}
#heroBtn #controlBtn span {
  display: block;
  position: relative;
}
#heroBtn #controlBtn.stop span {
  border-left: 6px solid rgba(255,255,255,0.8);
  border-right: 6px solid rgba(255,255,255,0.8);
  height: 18px;
  left: 11px;
  top: 11px;
  width: 17px;
}
#heroBtn #controlBtn.play span {
  border: 18px solid transparent;
  border-left-color: rgba(255,255,255,0.8);
  border-top-width: 10px;
  border-bottom-width: 10px;
  border-right-width: 0;
  height: 0;
  left: 10px;
  top: 9px;
  width: 0;
}

#heroBtn #heroLeft,
#heroBtn #heroRight {
  background: rgba(0,0,0,0.2);
  border-radius: 3px;
  bottom: 10px;
  height: 40px;
  position: absolute;
  width: 40px;
}
#heroBtn #heroLeft {
  left: 10px;
}
#heroBtn #heroRight {
  right: 10px;
}

#heroBtn #heroLeft span,
#heroBtn #heroRight span {
  display: block;
  height: 15px;
  position: relative;
  width: 15px;
}

#heroBtn #heroLeft span::before,
#heroBtn #heroLeft span::after,
#heroBtn #heroRight span::before,
#heroBtn #heroRight span::after {
  background: #fff;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  width: 100%;
}
#heroBtn #heroLeft span::before {
  left: 9px;
  transform: rotate(-45deg);
  top: 14px;
}
#heroBtn #heroLeft span::after {
  left: 9px;
  transform: rotate(45deg);
  top: 24px;
}
#heroBtn #heroRight span::before {
  transform: rotate(45deg);
  right: -10px;
  top: 14px;
}
#heroBtn #heroRight span::after {
  transform: rotate(-45deg);
  right: -10px;
  top: 24px;
}

#mainCnt {
  padding-bottom: 20px;
}
#mainCnt .centerBox {
  float: left;
  margin-left: 13px;
  width: 517px;
}
#mainCnt .centerBox .centerSec {
  margin-bottom: 9px;
}
#mainCnt .centerBox #indexBox {
  background: url(/images/template/index_bg.png);
  padding-bottom: 10px;
}
#mainCnt .centerBox #indexBox h2 {
  padding: 10px 12px;
}
#mainCnt .centerBox #indexBox ul {
  height: 150px;
  list-style: none;
  margin: 0 auto;
  width: 503px;
}
#mainCnt .centerBox #indexBox ul li {
  float: left;
}
#mainCnt .centerBox #indexBox ul li a:hover img {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
#mainCnt .centerBox #newsBox,
#mainCnt .centerBox #infoBox {
  border: 1px solid #ccc;
}
#mainCnt .centerBox #newsBox h2,
#mainCnt .centerBox #infoBox h2 {
  background: url(/images/template/center_ttl_bg.png) 0 bottom repeat-x;
  line-height: 35px;
  text-indent: 0.5em;
}
#mainCnt .centerBox #newsBox ul,
#mainCnt .centerBox #infoBox ul {
  list-style-type: square;
  margin: 0;
  padding: 10px 10px 10px 30px;
}
#mainCnt .centerBox #newsBox ul li,
#mainCnt .centerBox #infoBox ul li {
  color: #1c1c1c;
  font-size: 95%;
  line-height: 140%;
  padding: 3px 0;
}
#mainCnt .centerBox #newsBox ul li a,
#mainCnt .centerBox #infoBox ul li a {
  text-decoration: underline;
}
#mainCnt .centerBox #newsBox ul li a:hover,
#mainCnt .centerBox #infoBox ul li a:hover {
  color: #bc0000;
}
#mainCnt .centerBox #newsBox .listMore,
#mainCnt .centerBox #infoBox .listMore {
  font-size: 95%;
  padding: 5px 10px;
  text-align: right;
  text-decoration: underline;
}
#mainCnt .centerBox #newsBox .listMore a:hover,
#mainCnt .centerBox #infoBox .listMore a:hover {
  color: #bc0000;
}
#infoCnt {
  border: 1px solid #ccc;
  padding-bottom: 20px;
}
#infoCnt h2 {
  background: url(/images/template/center_ttl_bg.png) repeat-x;
  font-size: 105%;
  line-height: 35px;
  margin-bottom: 5px;
  text-indent: 0.5em;
}
#infoCnt ul {
  box-sizing: border-box;
  display: block;
  list-style-position: inside;
  list-style-type: square;
  margin: 0;
  padding: 5px 20px 20px 30px;
  width: 100%;
}
#infoCnt ul li {
  float: left;
  font-size: 95%;
  line-height: 140%;
  padding: 3px 0;
  width: 50%;
}
#infoCnt ul li a:hover {
  text-decoration: underline;
}

#corpBox {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px 10px 0;
}
#corpBox h4 {
  color: #755426;
  font-size: 105%;
  margin: 5px 0 15px;
  padding-left: 15px;
  position: relative;
}
#corpBox h4 span {
  font-size: 85%;
  font-weight: normal;
  position: absolute;
  right: 24px;
  top: 0;
}
#corpBox ul {
  list-style: none;
  margin: 0;
}
#corpBox ul li {
  float: left;
  height: 100px;
  margin: 0 17px;
  width: 150px;
}
#corpBox ul li img {
  width: 100%;
}
#corpBox ul li p {
  font-size: 85%;
  line-height: 120%;
}
#prefBox {
  border: 1px solid #ccc;
  margin-bottom: 20px;
  padding: 10px 10px 0;
}
#prefBox h4 {
  color: #755426;
  font-size: 105%;
  margin: 5px 0 15px;
  padding-left: 15px;
}
#prefBox ul {
  list-style: none;
  margin: 0;
}
#prefBox ul li {
  float: left;
  height: 100px;
  margin: 0 17px;
  width: 150px;
}
#prefBox ul li img {
  width: 100%;
}
#prefBox ul li p {
  font-size: 85%;
  line-height: 120%;
}
#prefBox > p {
  font-size: 95%;
  padding: 0 15px;
}



#footer {
  border: 1px solid #ccc;
  padding-bottom: 15px;
}
#footer h4 {
  background: url(/images/template/center_ttl_bg.png) repeat-x;
  font-size: 105%;
  line-height: 35px;
  margin-bottom: 15px;
  text-indent: 0.5em;
}
#footer #footLeft {
  float: left;
  font-size: 95%;
  line-height: 160%;
  padding: 0 20px;
  width: 58%;
}
#footer #footLeft a:hover {
  text-decoration: underline;
}
#footer #footLeft ul {
  padding: 5px 0;
}
#footer #footLeft ul li {
  display: inline-block;
  margin-right: 10px;
}
#footer #footLeft ul li a {
  display: inline-block;
}
#footer #footRight {
  border-left: 1px dotted #ccc;
  float: right;
  width: 42%;
}
#footer #footRight #footImg {
  float: right;
  margin: 0 10px;
}
#footer #footRight ul {
  list-style-type: square;
  margin: 0;
  padding-left: 25px;
}
#footer #footRight ul li {
  color: #666;
  font-size: 100%;
  line-height: 140%;
}

#annotation {
  font-size: 85%;
  margin-bottom: 20px;
  padding: 2px 0 0;
}

/*# sourceMappingURL=style.css.map */

/* 下層ページ共通ヘッダー画像 */
#pageHead {
  margin: 10px 0 0;
}

/* BreadCrumb */
.breadcrumb {
  margin: 0 0 10px;
  padding: 10px 0;
}
.breadcrumb li {
  display: inline;
  list-style: none;
}
.breadcrumb .divider {
  margin: 0 10px;
}

/* ページタイトル */
h1#pageTitle {
  background: url(/images/page/h2bg.jpg) 0 bottom no-repeat;
  border: 1px solid #ccc;
  font-size: 180%;
  line-height: 130%;
  margin-bottom: 20px;
  padding: 15px 85px 15px 15px;
}

/* ページ本文 */
.myCnt h1 {
  background: url(/images/page/h2bg_wh.jpg) 0 bottom no-repeat;
  border: 1px solid #ccc;
  font-size: 180%;
  line-height: 130%;
  margin-bottom: 20px;
  padding: 15px 85px 15px 15px;
}
.myCnt h2 {
  border: 1px solid #1c73cf;
  border-left: 5px solid #1c73cf;
  font-size: 14pt;
  margin-bottom: 20px;
  padding: 6px 8px;
}
.myCnt h3 {
  border-bottom: 1px dashed #1c73cf;
  border-left: 5px solid #1c73cf;
  font-size: 127%;
  margin-bottom: 20px;
  padding: 6px 8px;
}
.myCnt h4 {
  border-left: 5px solid #1c73cf;
  font-size: 110%;
  margin-bottom: 20px;
  padding: 6px 8px;
}
.myCnt ul {
  list-style: square;
}
.myCnt .section-news {
  margin-bottom: 40px;
}
.myCnt .genre_down_list {
  display: block;
  margin: 0;
  padding: 0;
  width: 100%;
}
.myCnt .genre_down_list > li {
  box-sizing: border-box;
  float: left;
  list-style: none;
  margin-bottom: 20px;
  padding: 0 10px;
  width: 50%;
}
.myCnt .genre_down_list > li > h3 {
  border: none;
  border-bottom: 1px dashed #1c73cf;
  font-size: 105%;
  margin-bottom: 7px;
  padding: 3px 5px;
}
.myCnt .genre_down_list li li {
  box-sizing: border-box;
  float: left;
  line-height: 140%;
  padding: 3px 18px 3px 0;
  width: 50%;
}
.myCnt a:hover {
  text-decoration: underline;
}
.myCnt p {
  font-size: 105%;
  line-height: 180%;
  margin-bottom: 5px;
}
.myCnt ul {
  margin-bottom: 5px;
}

/* 所属課 */
#sectionArea {
  margin-bottom: 20px;
  padding: 1px 0;
}
#sectionTxt {
  border: 1px solid #ccc;
  border-top-width: 7px;
  padding: 10px;
}

/* 観光客の皆さんへ */
.kankoPage h1#pageTitle {
  margin-bottom: 10px;
}
#kankoNav {
  list-style: none;
  padding: 0 1px;
}
.kankoMainNav ul {
  margin: 0;
}
#kankoNav li {
  float: left;
}

.leftBoxK {
  float: left;
  width: 200px;
}
.rightBoxK {
  float: right;
  width: 730px;
}
#pickupList {
  list-style: none;
  margin: 0;
}
#pickupList li {
  border-bottom: 1px dashed #999;
  font-size: 95%;
  line-height: 140%;
  margin-bottom: 10px;
  padding: 0 5px 10px;
}
#pickupList a {
  display: block;
  font-size: 95%;
  font-weight: bold;
  line-height: 20px;
  padding: 3px 0;
}
#pickupList a:hover {
  text-decoration: underline;
}
#pickupList a i {
  color: #b21f07;
  font-size: 80%;
  margin-right: 5px;
  position: relative;
  top: -2px;
}
.rightBoxK #newsBox,
.rightBoxK #topicsBox {
  border: 1px solid #ccc;
  margin-bottom: 20px;
}
.rightBoxK #newsBox h2,
.rightBoxK #topicsBox h2 {
  background: url(/images/template/center_ttl_bg.png) 0 bottom repeat-x;
  line-height: 35px;
  text-indent: 0.5em;
}
.rightBoxK #newsBox ul,
.rightBoxK #topicsBox ul {
  list-style-type: square;
  margin: 0;
  padding: 10px 10px 10px 30px;
}
.rightBoxK #newsBox ul li,
.rightBoxK #topicsBox ul li {
  color: #666;
  font-size: 95%;
  line-height: 140%;
  padding: 3px 0;
}
.rightBoxK #newsBox ul li a,
.rightBoxK #topicsBox ul li a {
  text-decoration: underline;
}
.rightBoxK #newsBox ul li a:hover,
.rightBoxK #topicsBox ul li a:hover {
  color: #bc0000;
}
.rightBoxK #newsBox .listMore {
  font-size: 95%;
  padding: 5px 10px;
  text-align: right;
  text-decoration: underline;
}
.rightBoxK #newsBox .listMore a:hover {
  color: #bc0000;
}



/* 15.11.12 Bootstrap移植 */
.row {
  margin-left: -20px;
  *zoom: 1;
}
.row:before,
.row:after {
  display: table;
  content: "";
  line-height: 0;
}
.row:after {
  clear: both;
}
[class*="span"] {
  float: left;
  min-height: 1px;
  margin-left: 20px;
}
.container,
.navbar-static-top .container,
.navbar-fixed-top .container,
.navbar-fixed-bottom .container {
  width: 940px;
}
.span12 {
  width: 940px;
}
.span11 {
  width: 860px;
}
.span10 {
  width: 780px;
}
.span9 {
  width: 700px;
}
.span8 {
  width: 620px;
}
.span7 {
  width: 540px;
}
.span6 {
  width: 465px;
}
.span5 {
  width: 380px;
}
.span4 {
  width: 300px;
}
.span3 {
  width: 220px;
}
.span2 {
  width: 140px;
}
.span1 {
  width: 60px;
}
.offset12 {
  margin-left: 980px;
}
.offset11 {
  margin-left: 900px;
}
.offset10 {
  margin-left: 820px;
}
.offset9 {
  margin-left: 740px;
}
.offset8 {
  margin-left: 660px;
}
.offset7 {
  margin-left: 580px;
}
.offset6 {
  margin-left: 500px;
}
.offset5 {
  margin-left: 420px;
}
.offset4 {
  margin-left: 340px;
}
.offset3 {
  margin-left: 260px;
}
.offset2 {
  margin-left: 180px;
}
.offset1 {
  margin-left: 100px;
}
.row-fluid {
  width: 100%;
  *zoom: 1;
}
.row-fluid:before,
.row-fluid:after {
  display: table;
  content: "";
  line-height: 0;
}
.row-fluid:after {
  clear: both;
}
.row-fluid [class*="span"] {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: left;
  margin-left: 2.127659574468085%;
  *margin-left: 2.074468085106383%;
}
.row-fluid [class*="span"]:first-child {
  margin-left: 0;
}
.row-fluid .controls-row [class*="span"] + [class*="span"] {
  margin-left: 2.127659574468085%;
}
.row-fluid .span12 {
  width: 100%;
  *width: 99.94680851063829%;
}
.row-fluid .span11 {
  width: 91.48936170212765%;
  *width: 91.43617021276594%;
}
.row-fluid .span10 {
  width: 82.97872340425532%;
  *width: 82.92553191489361%;
}
.row-fluid .span9 {
  width: 74.46808510638297%;
  *width: 74.41489361702126%;
}
.row-fluid .span8 {
  width: 65.95744680851064%;
  *width: 65.90425531914893%;
}
.row-fluid .span7 {
  width: 57.44680851063829%;
  *width: 57.39361702127659%;
}
.row-fluid .span6 {
  width: 48.93617021276595%;
  *width: 48.88297872340425%;
}
.row-fluid .span5 {
  width: 40.42553191489362%;
  *width: 40.37234042553192%;
}
.row-fluid .span4 {
  width: 31.914893617021278%;
  *width: 31.861702127659576%;
}
.row-fluid .span3 {
  width: 23.404255319148934%;
  *width: 23.351063829787233%;
}
.row-fluid .span2 {
  width: 14.893617021276595%;
  *width: 14.840425531914894%;
}
.row-fluid .span1 {
  width: 6.382978723404255%;
  *width: 6.329787234042553%;
}
.row-fluid .offset12 {
  margin-left: 104.25531914893617%;
  *margin-left: 104.14893617021275%;
}
.row-fluid .offset12:first-child {
  margin-left: 102.12765957446808%;
  *margin-left: 102.02127659574467%;
}
.row-fluid .offset11 {
  margin-left: 95.74468085106382%;
  *margin-left: 95.6382978723404%;
}
.row-fluid .offset11:first-child {
  margin-left: 93.61702127659574%;
  *margin-left: 93.51063829787232%;
}
.row-fluid .offset10 {
  margin-left: 87.23404255319149%;
  *margin-left: 87.12765957446807%;
}
.row-fluid .offset10:first-child {
  margin-left: 85.1063829787234%;
  *margin-left: 84.99999999999999%;
}
.row-fluid .offset9 {
  margin-left: 78.72340425531914%;
  *margin-left: 78.61702127659572%;
}
.row-fluid .offset9:first-child {
  margin-left: 76.59574468085106%;
  *margin-left: 76.48936170212764%;
}
.row-fluid .offset8 {
  margin-left: 70.2127659574468%;
  *margin-left: 70.10638297872339%;
}
.row-fluid .offset8:first-child {
  margin-left: 68.08510638297872%;
  *margin-left: 67.9787234042553%;
}
.row-fluid .offset7 {
  margin-left: 61.70212765957446%;
  *margin-left: 61.59574468085106%;
}
.row-fluid .offset7:first-child {
  margin-left: 59.574468085106375%;
  *margin-left: 59.46808510638297%;
}
.row-fluid .offset6 {
  margin-left: 53.191489361702125%;
  *margin-left: 53.085106382978715%;
}
.row-fluid .offset6:first-child {
  margin-left: 51.063829787234035%;
  *margin-left: 50.95744680851063%;
}
.row-fluid .offset5 {
  margin-left: 44.68085106382979%;
  *margin-left: 44.57446808510638%;
}
.row-fluid .offset5:first-child {
  margin-left: 42.5531914893617%;
  *margin-left: 42.4468085106383%;
}
.row-fluid .offset4 {
  margin-left: 36.170212765957444%;
  *margin-left: 36.06382978723405%;
}
.row-fluid .offset4:first-child {
  margin-left: 34.04255319148936%;
  *margin-left: 33.93617021276596%;
}
.row-fluid .offset3 {
  margin-left: 27.659574468085104%;
  *margin-left: 27.5531914893617%;
}
.row-fluid .offset3:first-child {
  margin-left: 25.53191489361702%;
  *margin-left: 25.425531914893618%;
}
.row-fluid .offset2 {
  margin-left: 19.148936170212764%;
  *margin-left: 19.04255319148936%;
}
.row-fluid .offset2:first-child {
  margin-left: 17.02127659574468%;
  *margin-left: 16.914893617021278%;
}
.row-fluid .offset1 {
  margin-left: 10.638297872340425%;
  *margin-left: 10.53191489361702%;
}
.row-fluid .offset1:first-child {
  margin-left: 8.51063829787234%;
  *margin-left: 8.404255319148938%;
}
[class*="span"].hide,
.row-fluid [class*="span"].hide {
  display: none;
}
[class*="span"].pull-right,
.row-fluid [class*="span"].pull-right {
  float: right;
}
.container {
  margin-right: auto;
  margin-left: auto;
  *zoom: 1;
}


/* Bootstrapの埋め込みに伴う調整 */
.section_info {
  margin: 0 !important;
}
#corpBox,
#prefBox {
  margin-left: 0 !important;
}

/* 観光客の皆さんへの調整 */
#mainNav.kankoMainNav ul li a img {
  padding: 2px 0;
}
#mainNav.kankoMainNav ul li a:hover {
  border: none;
}
#mainNav.kankoMainNav ul li a:hover img {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
}

#sliderRaper {
  height: 260px;
  width: 950px;
  margin-top: 20px;
}

/* 組織情報 */
#main.sections {
  float: left;
  width: 600px;
}
#subject.sections {
  float: right;
  margin-top: 0 !important;
  width: 320px;
}

#main.sections .section_list li {
  display: inline-block;
  width: 49%;
}
#main.sections .section_list li:before {
  content: "・";
}

#subject.sections h3 {
  background: #f8f8f8;
  border: 1px solid #ccc;
  border-bottom: 2px solid #aaa;
  border-right: 2px solid #aaa;
  font-size: 16px;
  margin-bottom: 5px;
  padding: 0;
}
#subject.sections h3 a {
  color: #333;
  display: block;
  padding: 10px;
}

#subject.sections h3:hover {
  background: #eee;
  border: 2px solid #fff;
  border-bottom: 1px solid #aaa;
  border-right: 1px solid #aaa;
}

/* Tableの罫線表示 */
.myCnt th,
.myCnt td {
  border: 1px solid #a5a4a4;
}

/* 観光ページでメインビジュアル */
#hero.kankoHero {
  float: left;
  height: 260px;
  margin: 20px 0 10px;
  position: relative;
  width: 950px;
}
#hero.kankoHero img,
#hero.kankoHero a {
  display: none;
  height: 260px;
  left: 0;
  position: absolute;
  top: 0;
  width: 950px;
}

#hero.kankoHero > #heroBox {
  height: 260px;
  position: relative;
  width: 950px;
}
#hero.kankoHero > #heroBtn a {
  display: block;
  top: inherit;
}
#hero.kankoHero > #heroBtn #heroRight {
  left: inherit;
}
#hero.kankoHero > #heroBtn ul a {
  width: 15px;
  height: 15px;
  position: static;
}

/* 編集中画面でリストマークが見えないことに対する対応 */
.myCnt ul,
.myCnt ol {
}

/* RSSを広報欄に表示 */
#networkSec {
  position: relative;
}
#networkSec #rssBtn {
  /* background: #fb821d; */
  background: #025af2;
  bottom: 10px;
  color: #fff;
  font-size: 10pt;
  font-weight:bold;
  margin-right: 10px;
  padding: 0 10px;
  position: absolute;
  right: 0px;
}

#networkSec #rssBtn::before {
  content: "\f09e";
  font-family: FontAwesome;
  margin-right: 5px;
}

@media screen and (-webkit-min-device-pixel-ratio:0) {
 pre { font-size: 120%;}
}

/* オリジナルのbootstrap.cssからリストの部分を持ってきた */
ul,
ol {
  padding: 0;
  margin: 0 0 10px 25px;
}
ul ul,
ul ol,
ol ol,
ol ul {
  margin-bottom: 0;
}
li {
  line-height: 23px;
}
ul.unstyled,
ol.unstyled {
  margin-left: 0;
  list-style: none;
}
ul.inline,
ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li,
ol.inline > li {
  display: inline-block;
  *display: inline;
  /* IE7 inline-block hack */

  *zoom: 1;
  padding-left: 5px;
  padding-right: 5px;
}
/* ここまで */

/* ======= Add 17.12.29  */

/* Finer tuning */
.column .sideSec h3,
.column .sideSec h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #D3D2D3), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #D3D2D3);
  background: -moz-linear-gradient(#fff, #D3D2D3);
  background: -o-linear-gradient(#fff, #D3D2D3);
  background: -ms-linear-gradient(#fff, #D3D2D3);
  background: linear-gradient(#fff, #D3D2D3);
  line-height: 1.3;
  padding: 5px 0;
}
pre {
  word-wrap: break-word;
}
#mainCnt .centerBox #newsBox h2,
#mainCnt .centerBox #infoBox h2,
#footer h4,
#footer h2,
#infoCnt h2 {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #D3D2D3), color-stop(0.00, #fff));
  background: -webkit-linear-gradient(#fff, #D3D2D3);
  background: -moz-linear-gradient(#fff, #D3D2D3);
  background: -o-linear-gradient(#fff, #D3D2D3);
  background: -ms-linear-gradient(#fff, #D3D2D3);
  background: linear-gradient(#fff, #D3D2D3);
  line-height: 1.3;
  padding: 10px 0;
}
#footer h2 {
  padding: 10px;
  margin-bottom: 10px;
}
.column .sideSec ul li {
  padding-left: 1.5em;
}
.myCnt h2 {
  font-size: 127%;
}

li {
  line-height: 1.3;
}
#networkSec {
  padding-bottom: 2em;
}
#networkSec #rssBtn {
  font-size: 90%;
}
#corpBox {
  padding-bottom: 10px;
}
#corpBox h2 {
  margin-bottom: 10px;
  color: #755426;
  position: relative;
  margin-bottom: 10px;
}
#corpBox h2 span {
  position: absolute;
  top: 0;
  right: 0;
  font-weight: normal;
  font-size: 85%;
}
#corpBox ul li {
  height: auto;
  min-height: 100px;
}

#prefBox h2 {
  color: #755426;
  margin-bottom: 10px;
}


/* Base font color */
body { color: #1c1c1c; }
/*
a { color: #206ab3;}
a:visited { color: #031425;}
*/
a { text-decoration: underline; }

/* Brousing support button */
#header #subNav #usebilityNav {
  height: auto;
  width: auto;
  padding: 0 237px 0 47px;
}
#header #subNav #usebilityNav li {
  display: inline-block;
  line-height: 1.2;
  font-size: 90%;
  float: none;
}
#header #subNav #usebilityNav li a {
  color: #1a1a1a;
}

/* Language support button */
header #subNav #langNav li {
  width: 79px;
  position: relative;
}
#header #subNav #langNav li a {
  background: #E9E9E9;
  color: #1a1a1a;
  font-size: 90%;
  text-align: center;
  padding: 6px;
  word-wrap: break-word;
  line-height: 1.3;
  text-decoration: none;
}
#header #subNav #langNav li::after {
  content: "";
  top: 8px;
  bottom: 8px;
  right: 0;
  width: 1px;
  background: rgba(0,0,0,0.2);
  position: absolute;
}
#header #subNav #langNav li:first-child a {
  border-bottom-left-radius: 10px;
}
#header #subNav #langNav li:last-child a {
  border-bottom-right-radius: 10px;
}
#header #subNav #langNav li:last-child::after {
  display: none;
}

/* Main navigation */
#mainNav {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #f1f1f1), color-stop(0.85, #fff), color-stop(0.15, #fff), color-stop(0.00, #f1f1f1));
  background: -webkit-linear-gradient(top, #f1f1f1 0%, #fff 15%, #fff 85%, #ddd 100%);
  background: -moz-linear-gradient(top, #f1f1f1 0%, #fff 15%, #fff 85%, #f1f1f1 100%);
  background: -o-linear-gradient(top, #f1f1f1 0%, #fff 15%, #fff 85%, #f1f1f1 100%);
  background: -ms-linear-gradient(top, #f1f1f1 0%, #fff 15%, #fff 85%, #f1f1f1 100%);
  background: linear-gradient(to bottom, #f1f1f1 0%, #fff 18%, #fff 82%, #f1f1f1 100%);
  height: auto;
  position: relative;
}
#mainNav::after {
  background-image: url(/images/template/mainNav_cover.png);
  background-repeat: repeat;
  content: "";
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 1;
}

#mainNav ul {
  display: flex;
}
#mainNav ul li {
  display: flex;
  flex-grow: 10;
  align-items: center;
  -webkit-align-items: center;
  text-align: center;
  justify-content: center;
  position: relative;
  z-index: 10;
}
#mainNav ul li::after {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  right: 0;
  width: 1px;
  background: #ccc;
}
#mainNav ul li:first-child::before {
  content: "";
  position: absolute;
  top: 20px;
  bottom: 20px;
  left: 0;
  width: 1px;
  background: #ccc;
}

#mainNav ul li a {
    color: #444;
    font-weight: bold;
    font-size: 105%;
    min-height: 63px;
    align-items: center;
    -webkit-align-items: center;
    text-align: center;
    text-decoration: none;
    justify-content: center;
    width: 100%;
    line-height: 120%;
    padding: 22px 10px;
    height: 100%;
    position: relative;
}

@media all and (-ms-high-contrast:none){
  *::-ms-backdrop, #mainNav ul li a {
    line-height: 43px;
  }
}

#mainNav ul li a:hover {
  border: none;
}
#mainNav ul li a::after {
  content: "";
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 2px;
  background: #000;
}
#mainNav ul li a:hover::after {
  display: block;
}

/* KANKO css */
#mainNav.kankoMainNav ul li::before,
#mainNav.kankoMainNav ul li::after {
  display: none;
}
#mainNav.kankoMainNav ul li a {
  padding: 0;
}
