@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  border: 0px;
  font-size: 87.5%;
  line-height: 1.5;
  _display: inline;
  _zoom:1;
}
body, td, th, select, option {
  font-family: Verdana, Roboto, "Droid Sans", "游ゴシック", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  font-weight: 500;
}
input, textarea {
  font-size: 110%;
  _font-size: 100%;
  font-family: Arial, sans-serif;
}
blockquote {
  margin: 10px 20px;
}
h1, h2, h3, h4, h5 {
  font-size: 115%;
  font-weight: bold;
}
img {
  max-width: 100%;
  height: auto;
/*
  width /***/: auto;  /* IE8 */
  _width: auto;      /* IE6 */
*/
  border-style: none;
  vertical-align: bottom;
}
img.external {
    margin-left: 0.25em;
    vertical-align: middle;
    max-width: 100%;
}
/* Chrome table内画像 */
@media screen and (-webkit-min-device-pixel-ratio:0) {
  table img {
    max-width: none;
  }
}

/* Google */
.maps img, #map_canvas img, #canvas img {
  max-width: none;
}
address, cite,dfn, em, var {
  font-style: normal;
  font-weight: normal;
}
strong {
  font-weight: bold;
}
pre {
  font-family: SimHei, "ＭＳ ゴシック", monospace;
}
table {
  border-collapse: collapse;
  border-spacing: 0px;
  empty-cells: show;
}
ul {
  list-style-type: none;
  list-style-position: outside;
}
li {
  list-style-position: outside;
}
rp, rt {
  font-size: 80%;
  text-decoration: none;
}
sup {
  font-size: 80%;
  vertical-align: super;
}
a {
  color: #0032a0;
  background-color: transparent;
  text-decoration: underline;
}
body[id^="page-mujinamon-"] a {
  color: #006699;
}
a:visited {
  color: #8232a0;
  background-color: transparent;
}
a:hover, a:focus {
  color: #be1e32;
  background-color: transparent;
}
body[id^="page-mujinamon-"] a:hover,
body[id^="page-mujinamon-"] a:focus {
  color: #cc3300;
}
a[name] {
  color: #000;
  text-decoration: none;
}
a img[src$=".gif"]:hover, a img[src$=".gif"]:focus,
a img[src$=".jpg"]:hover, a img[src$=".jpg"]:focus {
  opacity: 0.9;
  filter: alpha(style=0, opacity=90);
}


/* =========================================================
   Common Classes.
========================================================= */

/* blank to clear
----------------------------------------------- */
div.clearBlank, br.clear {
  clear: both;
  height: 1px;
  font-size: 1px;
  line-height: 1px;
}

/* icon
----------------------------------------------- */
img.fileIcon {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}

/* Notices
----------------------------------------------- */
ul.notices {
  margin: 0px 0px 15px 0px;
  padding: 5px 10px;
  border: 1px solid #bbddff;
  background-color: #ddeeff;
}
ul.notices li {
  color: #3355ff;
}

/* Errors
----------------------------------------------- */
.formError {
  margin: 15px 0px;
  padding: 10px;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.elementError {
  margin: 3px 0px 0px 0px;
  color: #ee0000;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0px 10px;
}
div.submitters input {
  width: 100px;
}

/* Table for list
----------------------------------------------- */
table.list {
  width: 100%;
}
table.list th {
  padding: 6px 7px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}
table.list td {
  padding: 6px 7px;
  border: 1px solid #cccccc;
}
table.list tr.cycle td {
  background-color: #f7f7f7;
}

/* Table for form
----------------------------------------------- */
table.form {
  width: 100%;
  margin: 10px 0px 0px 0px;
}
table.form th {
  width: 200px;
  padding: 6px 7px;
  border: 1px solid #bbbbbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}
table.form td {
  padding: 6px 7px;
  border: 1px solid #cccccc;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0px 10px;
}
div.submitters input {
  width: 100px;
}

/* Icons.
----------------------------------------------- */
.iconFile, .iconDefault {
  padding-left: 22px;
  background-repeat: no-repeat;
  background-image: url(/_common/images/icons/default.png);
}
.iconBmp {
  background-image: url(/_common/images/icons/bmp.png);
}
.iconCsv,
.iconTxt {
  background-image: url(/_common/images/icons/default.png);
}
.iconDoc,
.iconDocx {
  background-image: url(/_common/images/icons/doc.png);
}
.iconGif {
  background-image: url(/_common/images/icons/gif.png);
}
.iconJpg,
.iconJpe,
.iconJpeg {
  background-image: url(/_common/images/icons/jpg.png);
}
.iconJtd {
  background-image: url(/_common/images/icons/jtd.png);
}
.iconLzh {
  background-image: url(/_common/images/icons/lzh.png);
}
.iconPdf {
  background-image: url(/_common/images/icons/pdf.png);
}
.iconPng {
  background-image: url(/_common/images/icons/png.png);
}
.iconPpt,
.iconPptx {
  background-image: url(/_common/images/icons/ppt.png);
}
.iconXls,
.iconXlsx {
  background-image: url(/_common/images/icons/xls.png);
}
.iconZip {
  background-image: url(/_common/images/icons/zip.png);
}

@media screen and (max-width: 768px) {
  .iconFile, .iconDefault {
    display: inline-block;
    min-height: 16px;
  }
}


/* Common
----------------------------------------------- */
/* more
---------------------- */
.more {
  text-align: right;
}
.more span {
  padding-right: 10px;
}

/* pagination
---------------------- */
.pagination {
  margin-top: 20px;
  text-align: center;
}
.pagination a, .pagination em, .pagination span {
  display: inline-block;
  /display: inline;
  zoom: 1;
  vertical-align: middle;
}
.pagination .current {
  padding: 0 3px;
  font-size: 150%;
  font-weight: bold;
}

@media screen and (max-width: 768px) {
  .pagination {
    margin: 10px;
  }
}

/* midashi
----------------------------------------------- */
.body {
  clear: both;
}
.body h1, .body h2, .body h3, .body h4, .body h5 {
  margin: 0 0 10px;
}
.body h5 {
  font-size: 100%;
}
.body p {
  margin-bottom: 10px;
}
/* .body p { text-indent: 1em; } の打ち消し */
.body p img:first-child {
/*
  margin-left: -1em;
*/
}
.body p img.external:first-child {
  margin-left: 0.25em;
}
.body p.indent {
  text-indent: 1em;
}
.body p.noMargin {
  margin: 0;
  text-indent: 0;
}
.body ul {
  margin: 0 25px 15px;
  list-style-type: disc;
}
.body ul.col3 li {
  display: inline-block;
  /display: inline;
  zoom: 1;
  width: 32.8%;
  vertical-align: top;
}
.body ul ul {
  list-style-type: circle;
}
.body ol {
  margin: 0 15px 15px 30px;
}
.body dl {
  margin: 5px 0 10px;
}
.body dl dt {
  margin-top: 10px;
  font-weight: bold;
}
.body table {
  width: auto;
  max-width: 100%;
  margin: 0 0 20px;
  border: 1px solid #ccc;
  table-layout: fixed;
}
.body table[align="center"] { /* 表のプロパティの行揃え「中央」 */
  margin-left: auto;
  margin-right: auto;
}
.body table[align="right"] { /* 表のプロパティの行揃え「右」 */
  margin-left: auto;
  margin-right: 0;
}
.body table[align="left"] { /* 表のプロパティの行揃え「左」 */
  margin-left: 0;
  margin-right: auto;
}
.body table caption {
  font-weight: bold;
  text-align: center;
}
.body th, .body td {
  width: auto;
  padding: 5px 15px;
  border: 1px solid #ccc;
  vertical-align: middle;
  word-wrap: break-word;
}
.body table p {
  margin-left: 0;
  padding: 0;
  text-indent: 0;
}
.body table ul,
.body table ol {
  margin: 0 0 5px 20px;
}
.body table[width] {
  width: 100% !important;
  table-layout: fixed;
}
.body table img {
  max-width: 100%;
  height: auto;
}
.body table table {
  table-layout: fixed;
}
.body .warning {
  color: #ee0000;
  font-weight: bold;
}
.body .border {
  margin: 20px 0;
  padding: 10px;
  border: 1px solid #ccc;
}
.body table.noBorder,
.body table.noBorder th,
.body table.noBorder td {
  border: none;
}
.contentGpArticleDoc .body:before, .contentGpArticleDoc .body:after {
  content: "";
  display: table;
}
.contentGpArticleDoc .body:after {
  clear: both;
}
.contentGpArticleDoc .body,
.contentGpArticleDoc .maps,
.contentGpArticleDoc .rels,
.contentGpArticleDoc .tags {
  margin-bottom: 20px;
  zoom: 1;
}
.rels h2, .tags h2 {
  margin-bottom: 10px;
}
.maps h3 {
  padding: 5px 0;
}
.maps h2 + .map {
  margin-top: 10px;
}
.rels ul {
  margin: 0 15px;
  list-style-type: disc;
}
.tags ul {
  margin: 0 15px;
}
.tags ul li {
  display: inline-block;
  /display: inline;
  zoom: 1;
  margin-right: 5px;
  /margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .contentGpArticleDoc .qrcode {
    display: none;
  }
}

/* doc
---------------------- */
.contentGpArticleDoc .date {
  margin-top: -15px;
  margin: -5px 0 18px;
  text-align: right;
}

@media screen and (max-width: 768px) {
  .contentGpArticleDoc .date {
    padding: 0 10px;
  }
  .body ul.col3 li {
    width: 49%;
  }
  .body table {
    table-layout: fixed;
    width: auto !important;
    max-width: 100%;
  }
}

/* RSS Atom
---------------------- */
.feed {
  text-align: right;
}
/* 新着情報一覧 */
.contentGpArticleDocs .feed,
.contentGpCategoryDoc .feed {
  margin-top: -5px;
}
.contentGpArticleDocs .feed {
  margin-bottom: 5px;
}
ul.feed li {
  display: inline-block;
  /display: inline;
  zoom: 1;
  padding: 0;
}
ul.feed li a {
  display: block;
  padding: 0px 4px 3px;
  border-radius: 3px;
  background-color: #BF4500;
  color: #fff;
  text-decoration: none;
}
.fb-wrapper {
  display: inline-block;
  /display: inline;
  zoom: 1;
}

/* sns
----------------------------------------------- */
#sns {
  margin: 10px 0;
  padding: 0;
  white-space: nowrap;
  overflow: hidden;
}
.twitter-wrapper, .g-wrapper, .fb-wrapper, .mixi-wrapper, .line-wrapper {
  display: inline-block;
  /display: inline;
  zoom: 1;
  line-height: 10px;
  vertical-align: top;
}
.twitter-wrapper iframe {
  width: 90px !important;
}
.g-wrapper div {
  width: 60px !important;
}
.dir-docs #sns {
  display: none;
}
#sns .fb-wrapper {
  display: inline-block;
  vertical-align: top;
  overflow: hidden;
}
@media screen and (max-width: 768px) {
  #sns {
    padding: 0 10px;
  }
  #sns .fb-wrapper {
    display: block;
  }
}
@media screen and (max-width: 768px) and (orientation: portrait) and (-webkit-device-pixel-ratio: 1.5) {
  #sns iframe {
    width: 300px !important;
  }
}

/* back-btn
---------------------- */
.surveyForm + .back-btn,
.dir-docs .back-btn {
  display: none;
}
.back-btn {
  margin: 13px 0 20px;
  text-align: center;
}
.back-btn a {
  display: block;
  width: 100px;
  margin: 0 auto;
  padding: 10px 15px 13px;
  border-radius: 10px;
  background-color: #e6e6e6;
  color: #000;
  text-decoration: none;
}

/* pagetop
---------------------- */
.pageTop {
  margin: 5px 0 10px;
  text-align: right;
}
.pageTop a {
  padding-left: 15px;
  background-image: url("./images/ic-top.gif");
  background-position: left center;
  background-repeat: no-repeat;
}

/* required
---------------------- */
.required {
  color: #ee0000;
}

/* address
----------------------------------------------- */
.inquiry {
  margin: 20px 0;
  border: 1px solid #ccc;
  border-radius: 10px;
  overflow: hidden;
}
.inquiry h2 {
  padding: 10px 5px 13px 15px;
  background: #e6e6e6;
  font-size: 110%;
  font-weight: bold;
}
.inquiry address {
  padding: 8px 15px;
}
.top,.middle {
  margin-bottom: 0px;
}
.department, .section, .tel, .fax {
  margin-right: 10px;
}
.nowrap {
  white-space: nowrap;
}

@media screen and (max-width: 768px) {
  .nowrap {
    white-space: normal;
  }
}

/* img-float
----------------------------------------------- */
.img-right, 
.img-left {
  clear: both;
  margin-bottom: 10px;
}
.img-left img {
  float: left;
  margin-right: 40px;
}
.img-right img {
  float: right;
  margin-left: 40px;
}
.img-left .text {
  float: left;
}
.img-right:after, 
.img-left:after  {
  content: " "; 
  clear: both; 
  height: 0; 
  display: block; 
  visibility: hidden;
}


/* CKEditor templates
----------------------------------------------- */
.temp1, .temp2, .temp3, .temp4 {
  clear: both;
  margin-bottom: 20px;
}
.temp1 .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.temp2 .thumb {
  float: right;
  margin-left: 20px;
  margin-bottom: 10px;
}
.temp3, .temp4 {
  text-align: center;
}
.temp3 dl, .temp4 dl, .temp9 dl {
  display: inline-block;
  /display: inline;
  zoom: 1;
  margin: 0 5px;
  vertical-align: bottom;
}
.temp3 dl {
  max-width: 48%;
}
.temp4 dl {
  max-width: 31%;
}
.temp9 dl {
  min-width: 18%;
  margin-bottom: 15px;
}
.temp3 dl dt, .temp4 dl dt, .temp9 dl dt {
  margin: 0 0 10px;
  text-align: center;
}
.temp3 dl dd, .temp4 dl dd, .temp9 dl dd {
  text-align: center;
}
table.temp5 {
  width: 100%;
}
.temp7 {
  margin: 10px 0;
  padding: 10px;
  border: 1px solid #ffaaaa;
  background-color: #fff3f3;
}
.temp7 p {
  margin: 0 0 10px 0;
}
.temp8 .thumb {
  float: left;
  margin-right: 18px;
  margin-bottom: 10px;
}
.temp8 .text {
  float: left;
  width: 530px;
}
.temp8 dl {
  margin: 0;
  padding: 0;
  border-top: 1px solid #000;
}
.temp8 dl dt,
.temp8 dl dd {
  display: inline-block;
  /display: inline;
  zoom: 1;
  margin: 0;
  vertical-align: middle;
}
.temp8 dl dt {
  font-size: 110%;
  font-weight: bold;
}


/* adobeReader download
----------------------------------------------- */
.adobeReader, .temp7 {
  clear: both;
  margin: 0 0 20px;
  padding: 10px 20px 10px 150px;
  border: 1px solid #ffaaaa;
  background: #fff3f3 url("./images/adobe_bn.gif") 20px center no-repeat;
}


/* slide menu for smartphone
----------------------------------------------- */
.pieceContainer > .smartTitle {
   display: none;
}
@media screen and (max-width: 768px) {
 .piece .smartTitle {
   display: block;
 }
 .piece .smartTitle a {
   display: block;
   color: #000;
   font-size: 115%;
   font-weight: bold;
   text-decoration: none;
 }
  .smartTitle a {
    display: block;
    background: url(./images/ic-close.png) 98% center no-repeat;
  }
  .smartTitle.open a {
    background: url(./images/ic-open.png) 98% center no-repeat;
  }
}


/* clearfix
----------------------------------------------- */
.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  zoom: 1;
}


/* isehara before style
----------------------------------------------- */
#face {
  float: right;
}
.right_style {
  text-align: right;
}
div.contents:before, div.contents:after {
  content: "";
  display: table;
}
div.contents:after {
  clear: both;
}
div.contents {
  zoom: 1;
}
div.phbox2 {
  float: right;
}
div.gryborderArea, div.memoArea, p.photo, div.calimage, div.box, div.mapimage, div.imagearea,
div.photobox, div.ph, div.phbox3, div.boxArea, div.phbox6, div.phbox1, div.imagebox {
  display: inline-block;
  /display: inline;
  zoom: 1;
  max-width: 100%;
  vertical-align: top;
}
div.ph, div.phbox1 {
  max-width: 48.8%;
}
div.gryborderArea {
  max-width: 33%;
}
div.memoArea {
  max-width: 62.6%;
}
div.gryborderArea {
  margin-right: 2%;
  margin-bottom: 1em;
  padding: 10px;
}
div.memoArea {
  margin-bottom: 1em;
}
div.phbox6 {
  max-width: 33.6%;
}
div.imagearea > p, div.boxArea img,
div.photobox > p, div.ph > p, div.phbox3 > p, div.boxArea > img, div.phbox6 > p, div.phbox2 > p, div.phbox1 > p, div.imagebox > p, p.photo, div.calimage > p, div.box > p, div.mapimage > p {
  text-align: center;
}
div.boxArea img {
  width: 100%;
  height: auto;
}
/* 語句の説明 */
div.notesArea {
  margin: 0 1.9em 1em;
  padding: 10px 10px 0;
  border: 1px solid #c0c0c0;
  background-color: #fff;
}
div.notesArea p {
  font-size: 85%;
}

@media screen and (max-width: 768px) {
  div.phbox2 {
    float: none;
  }
  div.gryborderArea, div.memoArea, p.photo, div.mapimage, div.imagearea,
  div.photobox, div.ph, div.phbox1, div.imagebox {
    display: block;
    max-width: 100%;
  }
  div.phbox3, div.boxArea, div.phbox6, div.calimage, div.box {
    width: auto;
    max-width: 100%;
  }
  div.gryborderArea {
    margin: 0 0 1em;
  }
  div.boxArea img {
    width: auto;
  }
  iframe {
    max-width: 100%;
  }
}


/* =========================================================
   bxslider
========================================================= */
/**
 * BxSlider v4.1.2 - Fully loaded, responsive content slider
 * http://bxslider.com
 *
 * Written by: Steven Wanderski, 2014
 * http://stevenwanderski.com
 * (while drinking Belgian ales and listening to jazz)
 *
 * CEO and founder of bxCreative, LTD
 * http://bxcreative.com
 */


/** RESET AND LAYOUT
===================================*/

.bx-wrapper {
  position: relative;
  margin: 0 auto;
  padding: 0;
  zoom: 1;
}

.bx-wrapper img {
  display: block;
  max-width: 100%;
  margin: 0 auto;
}

/** THEME
===================================*/

.bx-wrapper .bx-viewport {
  /*fix other elements on the page moving (on Chrome)*/
      transform: translatez(0);
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 5px;
  /bottom: 20px;
  width: 100%;
}

.bx-wrapper .bx-pager {
  display: none;
}

/* LOADER */

.bx-wrapper .bx-loading {
  min-height: 50px;
/*
  background: url("./images/bx_loader.gif") center center no-repeat #fff;
*/
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2000;
}

/* PAGER */

.bx-wrapper .bx-pager {
  text-align: center;
}

.bx-wrapper .bx-pager .bx-pager-item,
.bx-wrapper .bx-controls-auto .bx-controls-auto-item {
  display: inline-block;
  /zoom: 1;
  /display: inline;
}

.bx-wrapper .bx-pager.bx-default-pager a {
  display: block;
  width: 20px;
  height: 20px;
  margin: 0 5px;
  outline: 0;
  background: url("./images/mainphoto-off.png") no-repeat left top;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
  background: url("./images/mainphoto-on.png") no-repeat left top;
}

/* DIRECTION CONTROLS (NEXT / PREV) */

.bx-wrapper .bx-prev {
  left: 0;
  background-image: url("./images/ic-pre.png");
  background-position: 7px center;
  background-repeat: no-repeat;
}

.bx-wrapper .bx-next {
  right: 0;
  background-image: url("./images/ic-next.png");
  background-position: 12px center;
  background-repeat: no-repeat;
}

.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  outline: 0;
  width: 30px;
  height: 50px;
  background-color: rgba(0,0,0,0.5);
  background-color: #000\9;
  /background-color: #000;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  z-index: 9999;
}

.bx-wrapper .bx-controls-direction a.disabled {
  display: none;
}

/* AUTO CONTROLS (START / STOP) */

.bx-wrapper .bx-controls-auto {
  text-align: center;
}

.bx-wrapper .bx-controls-auto .bx-start {
  display: block;
  text-indent: -9999px;
  width: 19px;
  height: 19px;
  outline: 0;
  background: url("./images/bt-start_off.png") 0 0 no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: 0px 0;
}

.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  text-indent: -9999px;
  width: 19px;
  height: 19px;
  outline: 0;
  background: url("./images/bt-stop_off.png") 0 0 no-repeat;
  margin-left: 5px;
}

.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background: url("./images/bt-start_on.png") 0 0 no-repeat;
}

.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background: url("./images/bt-stop_on.png") 0 0 no-repeat;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
  text-align: left;
  width: 80%;
}

.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 10px;
  width: 43px;
}

/* IMAGE CAPTIONS */

.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
  width: 100%;
}

.bx-wrapper .bx-caption span {
  color: #fff;
  font-family: Arial;
  display: block;
  font-size: .85em;
  padding: 10px;
}

/* =========================================================
   google custom search
========================================================= */
#___gcse_0 > .gsc-control-cse {
  padding: 0 !important;
  background-color: transparent !important;
  border: none !important;
}
#___gcse_0 .gsc-input-box {
  width: 100%;
  width: 200px\9;
  /width: 200px;
  padding: 0;
  border-color: #ccc;
  /*text-indent: 5px;*/
}
.gsc-search-box-tools .gsc-search-box .gsc-input {
  max-height: 100%;
  padding: 0 !important;
}
.gsib_a {
  padding: 2px 8px !important;
}
table.gsc-search-box td {
  vertical-align: bottom !important;
}
.cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2,
input.gsc-search-button, input.gsc-search-button:hover, input.gsc-search-button:focus {
  margin: 0 !important;
  padding: 6px 18px !important;
  border-color: #4d4d4d !important;
  background-image: none !important;
  background-color: #4d4d4d !important;
  filter: none !important;
}
.gsc-results .gsc-cursor-box {
  text-align: center;
}
.cse .gsc-control-cse, .gsc-control-cse {
  padding: 0 !important;
  border: none !important;
  background: none !important;
}
form.gsc-search-box {
  margin: 0 !important;
}
table.gsc-search-box {
  margin: 0 !important;
}
input.gsc-search-button {
  filter: none !important;
}
/* IE11で検索語入力中に×が二個表示される問題 */
@media all and (-ms-high-contrast:none){
  .gsst_b { display: none; }
}

@media screen and (max-width: 768px) {
  #___gcse_0:before, #___gcse_0:after {
    content: "";
    display: table;
  }
  #___gcse_0:after {
    clear: both;
  }
  #___gcse_0 {
    float: none;
    width: 100%;
    margin: 0 0 10px;
    zoom: 1;
  }
  #___gcse_0 .gsc-input-box {
    width: auto !important;
  }
}


/* =========================================================
   accessibility-tool
========================================================= */
#headerBody .piece {
  margin-bottom: 0;
}
#accessibilityTool {
  display: inline-block;
  /display: inline-block;
  /zoom: 1;
  /width: auto;
  padding: 2px 10px 4px;
  *padding: 0;
  border-radius: 0 0 6px 6px;
  background-color: #BFD736;
  *background-color: transparent;
  font-size: 90%;
}
#accessibilityTool > ul {
  *padding: 4px 10px;
}

/* block-skip
----------------------------------------------- */
#nocssread {
  float: left;
}
#nocssread a {
  display: block;
  width: 0;
  height: 0;
  overflow: hidden;
}
#nocssread a:focus,
#nocssread a.show {
  width: auto;
  height: auto;
  padding: 0 10px;
  background-color: #f2cfd8;
}

/* tools
----------------------------------------------- */
#accessibilityTool ul {
  float: right;
}
#accessibilityTool li ul {
  float: none;
}
#accessibilityTool ul {
  display: inline;
}
#accessibilityTool li {
  display: inline-block;
  /display: inline;
  zoom: 1;
  margin-left: .1em;
  *margin-left: 3px;
  padding: 0;
  vertical-align: middle;
}
#accessibilityTool li:first-child,
#accessibilityTool li li {
  margin-left: 0;
  /margin-left: 3px;
  padding: 0;
  border-left: none;
}
#accessibilityTool a {
  color: #000;
  text-decoration: none;
}
#accessibilityTool a:focus,
#accessibilityTool a:hover {
  color: #007832;
}
#accessibilityTool li li a,
#accessibilityTool li #navigationRuby,
#accessibilityTool li #navigationTalk {
  display: inline-block;
  /display: inline;
  zoom: 1;
  padding: 3px 3px 2px;
  background-color: #fff;
  font-size: 110%;
  line-height: 1;
}
#accessibilityTool li #navigationRuby,
#accessibilityTool li #navigationTalk {
  padding: 2px 3px 3px;
  background: transparent;
}
#accessibilityTool li #navigationTalk {
  border-left: 1px solid #000;
}
#accessibilityTool li .rsbtn_play {
  font-size: 110%;
}
#accessibilityTool li li a:focus,
#accessibilityTool li li a:hover {
  color: #000;
}
#accessibilityTool .fontSize a:focus,
#accessibilityTool .fontSize a:hover {
  background-color: #e2fab2;
}
#accessibilityTool .themeColor #themeBlack {
  background-color: #000;
  color: #fff;
}
#accessibilityTool .themeColor #themeBlue {
  background-color: #0200ff;
  color: #fff;
}
#accessibilityTool .themeColor #themeWhite {
  background-color: #fff;
}
#accessibilityTool img {
  vertical-align: middle;
}
#accessibilityTool img.kugiri {
  padding: 0 5px;
}
.head-tools {
  width: 100%;
  margin: 0px;
  padding: 4px 0 3px 0;
  background-position: left top;
  text-align: right;
}
#furiganaAttention {
  padding-left: 15px;
  padding-top: 5px;
  background-color: #ececec;
  font-size: 120%;
  text-align: center;
}
.rubyOn #furiganaAttention {
  display: block;
}
.head-tools a {
  margin-right: 8px;
}
.head-tools img {
  margin-right: 3px;
  vertical-align: middle;
}

/* font-size
----------------------------------------------- */
img.font {
  margin-top: 3px;
}

/* yomiage
----------------------------------------------- */
#navigationTalkPlayer {
  position: absolute;
}
#navigationTalkPlayer object {
  position: relative;
  top: -30px;
  left: -245px;
  background: #fff;
}

*html #navigationTalkPlayer object {
  top: 28px;
}

#navigationTalkPlayer:not(\*|*) {
  position: absolute;
}
#navigationTalkPlayer object:not(\*|*) {
  position: relative;
  top: 25px;
  left: 340px;
}
html:first-child #navigationTalkPlayer {
  position: absolute;
}
html:first-child #navigationTalkPlayer object {
  position: relative;
  top: 25px;
  left: 340px;
}
#navigationTalk {
  margin-left: -0.2em;
  padding-left: 0.5em;
}

/* language
----------------------------------------------- */
#accessibilityTool li .language {
  display: inline-block;
  /display: inline;
  zoom: 1;
  margin: 0;
  padding: 0;
  border: 0;
}
#accessibilityTool li .language li a {
  line-height: normal;
  margin: 0;
  padding: 0;
  border: 0;
  background: none;
}

/* navigationNotice
----------------------------------------------- */
#navigationNotice {
  padding: 6px 10px;
  background-color: #dddddd;
  font-weight: bold;
}

/* read-speaker
----------------------------------------------- */
#tmp_readspeaker {
  position: absolute;
  right: 30%;
  top: 2.3em;
}

/* clearfix
----------------------------------------------- */
#accessibilityTool .pieceContainer:before, #accessibilityTool .pieceContainer:after {
  content: "";
  display: table;
}
#accessibilityTool .pieceContainer:after {
  clear: both;
}
#accessibilityTool .pieceContainer {
  zoom: 1;
}


/* Responsive Design
----------------------------------------------- */
@media screen and (max-width: 768px) {
  .body {
    padding: 0 10px;
  }
  .temp9 {
    text-align: center;
  }
  .temp1 .thumb, .temp2 .thumb {
    float: none;
     width: 100%;
     margin: 0 0 10px;
     text-align: center;
  }
  .temp3 dl, .temp4 dl, .temp9 dl {
    max-width: 100%;
    min-width: 0;
    margin: 0 0 10px;
  }
  .adobeReader, .temp7 {
    margin: 0 0 20px;
    padding: 10px;
    background-image: none;
  }
  #accessibilityTool, .feed,
  #breadCrumbs {
    display: none;
  }
  /* YouTube */
  .video {
    position: relative;
    height: 0;
    padding: 30px 0 56.25%;
    overflow: hidden;
  }
  .video iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  .contentGpArticleDocs .docs ul {
    margin: 0 15px;
  }
}
/* Chrome table内画像 */
@media screen and (-webkit-min-device-pixel-ratio:0) and (max-width: 768px) {
  table img {
    max-width: 100%;
  }
}

