@charset "UTF-8";

/* =========================================================
   Base
========================================================= */

/* elements
----------------------------------------------- */
html {
  height: 100%;
}
body {
  width: 100%;
  height: 100%;
  border: 0;
  font-size: 87.5%;
  line-height: 1.5;
  -webkit-text-size-adjust: 100%;
}
body, td, th, select, option, input, textarea {
  font-family: -apple-system, BlinkMacSystemFont, "源ノ角ゴシック JP", "Noto Sans JP", "Helvetica Neue", "Hiragino Kaku Gothic ProN", Verdana, "メイリオ", sans-serif;
  font-weight: normal;
}
input, textarea {
  max-width: 100%;
  font-size: 110%;
}
blockquote {
  margin: 10px 20px;
}
h1, h2, h3, h4, h5 {
  font-size: 115%;
  font-weight: bold;
}
img {
  max-width: 100%;
  width: auto;
  height: auto;
  border-style: none;
  vertical-align: bottom;
}
img.external {
  margin-left: 0.25em;
  vertical-align: middle;
}
.ie8 .body img {
  max-width: 790px;
}
.chrome 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: -apple-system, BlinkMacSystemFont, "源ノ角ゴシック code JP", Osaka-mono, "メイリオ", monospace;
  white-space: pre-wrap;
  word-wrap: break-word;
  overflow: auto;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
  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;
}
a:visited {
  color: #8232a0;
  background-color: transparent;
}
a:hover, a:focus {
  color: #be1e32;
  background-color: transparent;
}
a[name] {
  color: #000;
  text-decoration: none;
}
a img:hover, a img:focus {
  opacity: 0.9;
}
.ie8 a img[src$=".gif"]:hover, .ie8 a img[src$=".gif"]:focus,
.ie8 a img[src$=".jpg"]:hover, .ie8 a img[src$=".jpg"]:focus {
  filter: alpha(style=0, opacity=90);
}


/* =========================================================
   Common Classes.
========================================================= */

/* icon
----------------------------------------------- */
img.fileIcon {
  position: relative;
  margin-right: 3px;
  vertical-align: middle;
}

/* Notices
----------------------------------------------- */
ul.notices {
  margin: 0 0 15px 0;
  padding: 5px 10px;
  border: 1px solid #bbddff;
  background-color: #ddeeff;
}
ul.notices li {
  color: #3355ff;
}

/* Errors
----------------------------------------------- */
.formError {
  margin: 15px 0;
  padding: 10px;
  border: 1px solid #ee0000;
  color: #ee0000;
}
.elementError {
  margin: 3px 0 0 0;
  color: #ee0000;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 10px;
}
div.submitters input {
  width: 100px;
}

/* Table for list
----------------------------------------------- */
table.list {
  width: 100%;
}
table.list th {
  padding: 6px 7px;
  border: 1px solid #bbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}
table.list td {
  padding: 6px 7px;
  border: 1px solid #ccc;
}
table.list tr.cycle td {
  background-color: #f7f7f7;
}

/* Table for form
----------------------------------------------- */
table.form {
  width: 100%;
  margin: 10px 0 0 0;
}
table.form th {
  width: 200px;
  padding: 6px 7px;
  border: 1px solid #bbb;
  background-color: #e4e4e4;
  color: #000;
  font-weight: lighter;
  text-align: left;
}
table.form td {
  padding: 6px 7px;
  border: 1px solid #ccc;
}

/* Form relation
----------------------------------------------- */
div.submitters {
  margin: 20px 10px;
}
div.submitters input, div.submitters a {
  margin: 0 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;
  padding: 0 6px;
  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 h4 {
  padding: 5px 5px 5px 10px;
  border-left: 5px solid #078637;
  border-bottom: 1px solid #078637;
  font-size: 100%;
}
.body h5 {
  font-size: 100%;
}
.body p {
  margin-bottom: 10px;
  text-indent: 1em;
}
.smart .body p {
  background-image: url("./images/toka.gif"); /* Android */
}
.body p iframe,
.body p img:first-child {
  margin-left: -1em;  /* .body p { text-indent: 1em; } の打ち消し */
}
.body p .iconFile img:first-child {
  margin-left: 0;
}
.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 15px 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 22px;
}
.body dl {
  margin: 5px 0 10px;
}
.body dl dt {
  margin-top: 10px;
  font-weight: bold;
}
.body table {
  width: auto;
  max-width: 100%;
  border: 1px solid #b3b3b3;
  margin: 0 0 20px;
}
.body table[border="0"],
.body table[border="0"] th,
.body table[border="0"] td {
  border: 0;
  background-color: transparent;
}
.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 {
  padding: 5px 15px;
  border: 1px solid #b3b3b3;
  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 .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;
}

/* doc
---------------------- */
.contentGpArticleDoc .date {
  margin-top: -15px;
  margin: -15px 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: -15px;
}
.contentGpArticleDocs .feed {
  margin-bottom: 5px;
}
ul.feed li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0;
}
ul.feed li:first-child {
  margin-right: 5px;
}
ul.feed li a {
  display: block;
  padding: 0 0 0 16px;
  background: url("./images/ic-rss-atom.gif") no-repeat left center;
  color: #333;
}
.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: 8px 0;
  border: 1px solid #ccc;
  background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
  background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
  *zoom: 1;
  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;
}
.inquiry h2 {
  padding: 6px 12px 4px;
  background: #e6e6e6;
  font-size: 110%;
  font-weight: bold;
}
.inquiry address {
  padding: 8px 15px;
}
.top,.middle {
  margin-bottom: 0;
}
.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 {
  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;
  display: block;
}


/* CKEditor templates
----------------------------------------------- */
.temp1, .temp2, .temp3, .temp4 {
  clear: both;
  margin-bottom: 20px;
}
.temp1 .thumb {
  float: left;
  margin-right: 20px;
  margin-bottom: 10px;
}
.temp1 ul,
.temp1 ol {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  vertical-align: top;
}
.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;
}
.body + .adobeReader {
  margin-top: 20px;
}

/* slide menu for smartphone
----------------------------------------------- */
.pieceContainer > .smartTitle {
   display: none;
}
@media screen and (max-width: 768px) {
 .pieceContainer > .smartTitle {
   display: block;
 }
 .pieceContainer > .smartTitle a {
   display: block;
   font-size: 115%;
   font-weight: bold;
   text-decoration: none;
 }
  .smartTitle a span {
    display: block;
    padding-right: 10px;
    background: url("./images/ic-list5.png") right center no-repeat;
  }
  .smartTitle.open a span {
    background: url("./images/ic-list6.png") right 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;
  }
  .body iframe {
    max-width: 100%;
    width: 99% !important;
    height: 350px !important;
  }
  iframe[id^="oauth2relay"] {
    max-width: none;
    width: auto !important;
    height: auto !important;
  }
}


/* =========================================================
   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)*/
  -webkit-transform: translatez(0);
  -ms-transform: translatez(0);
  transform: translatez(0);
}
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  position: absolute;
  bottom: 5px;
  *bottom: 20px;
  width: 100%;
}

/* 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;
  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: 14px center;
  background-repeat: no-repeat;
}
.bx-wrapper .bx-next {
  right: 0;
  background-image: url("./images/ic-next.png");
  background-position: 18px center;
  background-repeat: no-repeat;
}
.bx-wrapper .bx-controls-direction a {
  position: absolute;
  top: 50%;
  margin-top: -25px;
  width: 50px;
  height: 50px;
  background-color: rgba(0,0,0,0.5);
  background-color: #000\9;
  *background-color: #000;
  color: #fff;
  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;
  width: 10px;
  height: 11px;
  margin: 0 3px;
  background: url("./images/controls.png") -86px -11px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.bx-wrapper .bx-controls-auto .bx-start:hover,
.bx-wrapper .bx-controls-auto .bx-start.active {
  background-position: -86px 0;
}
.bx-wrapper .bx-controls-auto .bx-stop {
  display: block;
  width: 9px;
  height: 11px;
  margin: 0 3px;
  background: url("images/controls.png") -86px -44px no-repeat;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
}
.bx-wrapper .bx-controls-auto .bx-stop:hover,
.bx-wrapper .bx-controls-auto .bx-stop.active {
  background-position: -86px -33px;
}

/* PAGER WITH AUTO-CONTROLS HYBRID LAYOUT */
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-pager {
}
.bx-wrapper .bx-controls.bx-has-controls-auto.bx-has-pager .bx-controls-auto {
  right: 0;
  width: 35px;
}

/* IMAGE CAPTIONS */
.bx-wrapper .bx-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: #666\9;
  background: rgba(80, 80, 80, 0.75);
}
.bx-wrapper .bx-caption span {
  display: block;
  padding: 10px;
  color: #fff;
  font-size: .85em;
}

/* =========================================================
   google custom search
========================================================= */
#gsearchbox {
  display: none;
}
table.gsc-branding {
  display: none !important;
}
input[type="button"].gsc-search-button {
  height: 25px !important;
  border: 0 !important;
  border-radius: 0 2px 2px 0 !important;
  background: url("https://www.google.com/uds/css/v2/search_box_icon.png") no-repeat center center;
  text-indent: -9999px;
  overflow: hidden;
}
#___gcse_0 .gsc-input-box {
  width: 100%;
  width: 200px\9;
  *width: 200px;
  padding: 0;
  border-color: #ccc;
}
.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-color: #4d4d4d !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
========================================================= */
#accessibilityTool {
  position: relative;
  background-color: #e6e6e6;
}
#accessibilityTool .pieceContainer {
  width: 1000px;
  margin: 0 auto;
  padding: 4px 0;
}
#headerBody .piece {
  margin-bottom: 0;
}
#accessibilityTool .pieceBody {
  padding: 1px 0;
  font-size: 90%;
}

/* 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 .pieceBody ul {
  float: right;
}
#accessibilityTool .pieceBody li ul {
  float: none;
}
#accessibilityTool .pieceBody ul {
  display: inline;
}
#accessibilityTool .pieceBody li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-left: .5em;
  padding: 0;
  vertical-align: middle;
}
#accessibilityTool .pieceBody li:first-child,
#accessibilityTool .pieceBody li li {
  margin-left: 0;
  /margin-left: 3px;
  padding: 0;
  border-left: none;
}
#accessibilityTool .pieceBody a {
  color: #000;
  text-decoration: none;
}
#accessibilityTool .pieceBody a:focus,
#accessibilityTool .pieceBody a:hover {
  color: #007832;
}
#accessibilityTool .pieceBody li li a {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 2px 2px 1px 2px;
  border: 1px solid #c4c5c5;
  background-color: #fdfdfd;
  font-size: 110%;
  line-height: 1;
}
#accessibilityTool .pieceBody li li a:focus,
#accessibilityTool .pieceBody li li a:hover {
  color: #000;
}
#accessibilityTool .pieceBody .fontSize a:focus,
#accessibilityTool .pieceBody .fontSize a:hover {
  background-color: #e2fab2;
}
#accessibilityTool .pieceBody .themeColor #themeBlack {
  background-color: #000;
  color: #fff;
}
#accessibilityTool .pieceBody .themeColor #themeBlue {
  background-color: #1745cc;
  color: #ffcc00;
}
#accessibilityTool .pieceBody img {
  vertical-align: middle;
}
#accessibilityTool .pieceBody img.kugiri {
  padding: 0 5px;
}
.head-tools {
  width: 100%;
  margin: 0;
  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: 35px;
  left: -280px;
}
#navigationTalk {
  margin-left: -0.2em;
  padding-left: 0.5em;
  border-left: 1px solid #000;
}

/* 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: #ddd;
  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 img {
    max-width: 100%
  }
}

/* bnAdvertisement
----------------------------------------------- */
#bnAdvertisement {
  position: relative;
  margin: 0 auto;
}
#pageFooterBody #bnAdvertisement {
  width: 1000px;
}
#bnAdvertisement .pieceHeader {
  margin-bottom: 15px;
  border-bottom: 2px solid #008a0d;
}
#bnAdvertisement .pieceHeader {
  color: #333;
}
#links #bnAdvertisement .pieceHeader {
  margin-bottom: 0;
  border-bottom: 0;
}
#bnAdvertisement .pieceBody ul {
  margin: 0;
  padding: 0 16px 30px;
  border: none;
  background-image: none;
}
#links #bnAdvertisement .pieceBody ul {
  text-align: center;
}
#bnAdvertisement .pieceBody ul li {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin: 0 7px 13px;
}
#links #bnAdvertisement .pieceBody ul li:not(:last-child) {
  margin-bottom: 10px;
}
#bnAdvertisement .pieceBody .upper_text {
  position: absolute;
  top: 0;
  left: 3.5em;
}
#bnAdvertisement .pieceBody .lower_text {
  display: none;
}
#links #bnAdvertisement .pieceBody .lower_text {
  display: block;
}
#bnAdvertisementSide .pieceBody ul {
  padding-bottom: 5px\9;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #bnAdvertisementSide {
    display: none;
  }
  #pageFooterBody #bnAdvertisement {
    width: auto;
  }
  #bnAdvertisement .pieceHeader {
    border: 0;
    background: -webkit-linear-gradient(top,  #4ca438 0%,#16853b 100%);
    background: linear-gradient(to bottom,  #4ca438 0%,#16853b 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#4ca438', endColorstr='#16853b',GradientType=0 );
    *zoom: 1;
    box-shadow: 0 5px 5px -3px rgba(0, 0, 0, 0.2);
    color: #000;
  }
  #bnAdvertisement .pieceHeader h2 {
    margin-left: 5px;
    padding: 8px 5px 8px 10px;
    border: 1px solid #d3d3d3;
    border-left: none;
    background: -webkit-linear-gradient(top,  #ffffff 0%,#f2f2f2 100%);
    background: linear-gradient(to bottom,  #ffffff 0%,#f2f2f2 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f2f2f2',GradientType=0 );
    *zoom: 1;
  }
  #bnAdvertisement .pieceBody {
    position: relative;
  }
  #bnAdvertisement .pieceBody ul {
    padding-bottom: 0;
    text-align: center;
  }
  #bnAdvertisement .pieceBody .upper_text {
    display: none;
  }
  #bnAdvertisement .pieceBody .lower_text {
    display: block;
    margin: 0 10px;
  }
  #bnAdvertisement .pieceBody .lower_text a {
    display: block;
    background: #e6e6e6;
    color: #000;
    text-align: center;
    text-decoration: none;
  }
  #bnAdvertisement .pieceBody .lower_text a span {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 6px 10px 6px 22px;
    background: url("./images/ic-list3.png") no-repeat 10px 0.8em;
  }
}