@charset "UTF-8";
/*
 * common.css
 * THIS FILE IS FOR OLD PAGES BEFORE 2017-10
 */


/* !HTML5 elements
---------------------------------------------------------- */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section
{ display: block;}

/* !Reseting
---------------------------------------------------------- */
body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 14px;
  -webkit-text-size-adjust: none;
  line-height: 1.6;
  color: #000;
}
@media screen and (max-width:736px){
body {
}
}
body, div, pre, p, blockquote, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, fieldset, th, td, figure, figcaption
{ margin: 0; padding: 0;}
input, textarea
{ margin: 0; font-size: 100%;}
label
{ cursor: pointer;}
table
{ border-collapse: collapse; border-spacing: 0; font-size: 100%;}
fieldset, img
{ border: 0;}
img
{ vertical-align: top;}
address, caption, cite, code, dfn, em, th, var
{ font-style: normal; font-weight: normal;}
ol, ul
{ list-style: none;}
caption, th
{ text-align: left;}
h1, h2, h3, h4, h5, h6
{ font-size: 100%; font-weight: normal;}
q:after, q:before
{ content:'';}
a, input
{ outline: none; }
input, textarea
{ border-radius: 0; font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif; }
input[type="button"],input[type="submit"]
{ -webkit-appearance: none; background: none; border: none; padding: 0; cursor: pointer;}
abbr, acronym
{ border: 0;}
*
{ -webkit-box-sizing: border-box; -moz-box-sizing: border-box; -ms-box-sizing: border-box; box-sizing: border-box;}
/* !Clearfix
---------------------------------------------------------- */
.clearfix,
#contents,
#footerIn,
.list_basic01,
.section
{
  display: block;
  min-height: 1%;
}
.clearfix:after,
#contents:after,
#footerIn:after,
.list_basic01:after,
.section:after
{
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}
* html .clearfix,
* html #contents,
* html #footerIn,
* html .list_basic01,
* html .section
{
  height: 1%;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* !Layout
---------------------------------------------------------- */
html { overflow-y: scroll;}
body { text-align: center;}
@media print {
  html,
  html body { *zoom: 0.65;}
}
/* !wrapper
---------------------------------------------------------- */
#wrapper {
  margin: 0 auto;
  padding: 0 0 50px;
  text-align: left;
  min-width: 1120px;
}
@media screen and (min-width:0px){
#wrapper {
  min-width: 1px;
}
}
@media screen and (max-width:736px){
#wrapper {
  padding: 0;
}
}
/* !header
---------------------------------------------------------- */
#header {
  text-align: left;
}
.headerIn01 {
  padding: 12px 0;
}
  .headerLogo01 {
  }
    .headerLogo01 img {
      width: 190px;
      height: auto;
    }
.headerIn02 {
  background-color: #444;
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}
.headerIn02.type01 {
  padding: 10px 0;
}
.headerIn02.type02 {
  padding: 20px 0 30px;
}
  .headerTit01 {
    color: #fff;
    text-align: center;
  }
  .headerIn02.type01 .headerTit01 {
    font-size: 229%;
  }
  .headerIn02.type02 .headerTit01 {
    font-size: 285%;
  }
  .headerTxt01 {
    color: #fff;
    font-size: 115%;
    text-align: center;
  }
.headerIn03 {
  padding: 5px 0;
  background-color: #8fc31f;
}
  .headerLead01 {
    margin: 0 auto;
    color: #fff;
    font-size: 116%;
    text-align: center;
  }
    .headerLead01 em {
      font-weight: bold;
      font-style: normal;
      vertical-align: middle;
    }
      .headerLead01 em span {
        font-size: 125%;
      }
  #header .inner {
    max-width: 1120px;
    margin: 0 auto;
  }
@media screen and (min-width:0px){
#wrapper {
  min-width: 1px;
}
  #header .inner {
    max-width: 1200px;
    padding: 0 40px;
  }
}
@media screen and (max-width:736px){
  .headerLogo01 {
    text-align: center;
  }
  .headerIn02.type01 .headerTit01  {
    font-size: 143%;
  }
.headerIn02.type02 {
  padding: 15px 0 25px;
}
  .headerIn02.type02 .headerTit01  {
    font-size: 172%;
  }
  .headerIn02.type02 .headerTxt01  {
    font-size: 100%;
  }
  #header .inner {
    width: 100%;
    padding: 0 10px;
  }
}
/* !breadcrumb
---------------------------------------------------------- */
#breadcrumb {
  padding: 10px 0;
  background-color: #eee;
}
  #breadcrumb ul {
    max-width: 1120px;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
  }
  #breadcrumb li {
    float: left;
    margin: 0 0 0 14px;
    white-space: nowrap;
  }
  #breadcrumb li.home {
    margin: 0;
  }
    #breadcrumb li a {
      margin: 0 14px 0 0;
      white-space: nowrap;
    }
@media screen and (min-width:0px){
  #breadcrumb ul {
    max-width: 1200px;
    padding: 0 40px;
  }
}
@media screen and (max-width:736px){
#breadcrumb {
  display: none;
}
}
/* !contents
---------------------------------------------------------- */
#contents {
  max-width: 1120px;
  margin: 0 auto;
  padding: 38px 0 0;
  text-align: left;
}
  #main {
    float: right;
    width: 860px;
  }
  #sub {
    float: left;
    width: 220px;
  }
  body#oneColumn #main {
    float: none;
    width: 100%;
  }
  body#oneColumn #sub {
    display: none;
  }
@media screen and (min-width:0px){
#contents {
  max-width: 1200px;
  padding: 38px 40px 0;
}
  #main {
    width: 76.7%;
  }
  #sub {
    width: 19.6%;
  }
}
@media screen and (max-width:736px){
#contents {
  width: 100%;
  padding: 20px 0 0;
}
  #main,
  #sub {
    float: none;
    width: 100%;
  }
  #main {
    padding: 0 20px;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #sub {
    display: none;
  }
  body#spSub #sub {
    display: block;
    margin: 0 0 30px;
  }
}
/* !lNavi
---------------------------------------------------------- */
#lNavi {
}
  #lNavi ul {
    border-top: 1px solid #aaa;
  }
  #lNavi ul.lNaviTop {
    margin: 10px 0 0;
  }
  #lNavi li {
    border-right: 1px solid #aaa;
    border-left: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
  }
  #lNavi li a {
    display: block;
    padding: 14px;
    border-left: 4px solid #444;
    background-color: #fff;
    color: #000;
    text-decoration: none;
  }
  #lNavi li a:hover {
    background-color: #eee;
  }
  #lNavi li a.current {
    background-color: #f4f9e8;
    border-left: 4px solid #8fc31f;
  }
.lNaviTit01 {
  padding: 14px;
  background-color: #444;
  color: #fff;
  border-top: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-left: 1px solid #aaa;
  border-radius: 5px 5px 0 0;
  -webkit-border-radius: 5px 5px 0 0;
  -moz-border-radius: 5px 5px 0 0;
}


@media screen and (max-width:736px){
.lNaviTit01 {
  border: none;
  border-radius: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
}
.lNaviTit01:before {
  content: "▼";
  font-size: 84%;
  margin: 0 4px 0 0;
  vertical-align: text-top;
}
  #lNavi ul {
    border-top: none;
    background: #eee;
    padding: 20px;
  }
  #lNavi ul.lNaviTop {
    margin: -10px 0 0;
    padding: 0 20px 20px;
  }
  #lNavi li:first-child {
    border-top: 1px solid #aaa;
  }
  #lNavi li a:hover {
    background-color: #fff;
  }
  #lNavi li a.current:hover {
    background-color: #f4f9e8;
  }
}
/* !pageTop
---------------------------------------------------------- */
.pageTop {
  max-width: 1120px;
  margin: 0 auto;
  text-align: right;
}
@media screen and (min-width:0px){
.pageTop {
  max-width: 1200px;
  padding: 0 40px;
}
}
@media screen and (max-width:736px){
.pageTop {
  width: 100%;
  border-top: 1px solid #ccc;
  background-color: #eee;
  text-align: center;
}
  .pageTop a {
    display: block;
    padding: 10px;
    color: #000;
    font-weight: bold;
    text-decoration: none;
  }
  .pageTop a:hover {
    color: #000;
    text-decoration: none;
  }
}
/* !footer
---------------------------------------------------------- */
#footer {
  text-align: left;
  border-top: 1px solid #ccc;
  min-width: 1120px;
}
  #footerIn {
    max-width: 1120px;
    margin: 0 auto;
    padding: 20px 0 0;
  }
    #footerLinks {
      float: left;      
    }
      #footerLinks li a {
        color: #000;
      }
    #copyright {
      float: right;
      text-align: right;
      font-size: 93%;
    }
      #copyright span {
        font-size: 85%;
      }
@media screen and (min-width:0px){
#footer {
  min-width: 1px;
}
  #footerIn {
    max-width: 1200px;
    padding: 20px 40px 0;
  }
}
@media screen and (max-width:736px){
  #footerIn {
    width: 100%;
    padding: 20px 10px 0;
  }
    #footerLinks,
    #copyright {
      float: none;
    }
      #footerLinks li {
        text-align: center;
        font-size: 86%;
      }
    #copyright {
      margin: 10px 0 0;
      text-align: center;
      font-size: 86%;
    }
}
/* !h(n)eading
---------------------------------------------------------- */
.tit_basic01Wrap {
  position: relative;
  padding: 3px 0;
}
.tit_basic01Wrap:before,
.tit_basic01Wrap:after {
  content: "";
  display: inline-block;
  border: 3px solid #8fc31f;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  position: absolute;
  left: 0;
}
.tit_basic01Wrap:before {
  top: 0;
}
.tit_basic01Wrap:after {
  bottom: 0;
}
.tit_basic01 {
  display: block;
  border-left: 6px solid #8fc31f;
  padding: 0 0 0 14px;
  font-size: 172%;
  font-weight: bold;
  line-height: 1.3;
}
.tit_basic02 {}
.tit_basic03 {}
.tit_basic04 {}
.tit_basic05 {}
.tit_basic06 {}
@media screen and (max-width:736px){
.tit_basic01 {
  font-size: 129%;
}
.tit_basic02 {}
.tit_basic03 {}
.tit_basic04 {}
.tit_basic05 {}
.tit_basic06 {}
}
/* !Listing
---------------------------------------------------------- */
.list_basic01 {
  margin: 10px 0 0;
}
  .list_basic01 li {
  }
@media screen and (max-width:736px){
.list_basic01 {
  margin: 15px 0 0;
}
  .list_basic01 li {
  }
}
.list_order01 {
}
  .list_order01 li {
  }
@media screen and (max-width:736px){
.list_order01 {
}
  .list_order01 li {
  }
}
.list_dl01 {
}
  .list_dl01 dt {
  }
  .list_dl01 dd {
  }
@media screen and (max-width:736px){
.list_dl01 {
}
  .list_dl01 dt {
  }
  .list_dl01 dd {
  }
}
/* !Table
---------------------------------------------------------- */
.table_basic01 {
}
  .table_basic01 th,
  .table_basic01 td {
  }
  .table_basic01 th {
  }
  .table_basic01 td {
  }
@media screen and (max-width:736px){
.table_basic01 {
}
  .table_basic01 th,
  .table_basic01 td {
  }
  .table_basic01 th {
  }
  .table_basic01 td {
  }
}
/* !text
---------------------------------------------------------- */
.txt_basic01 {
  margin: 10px 0 0;
}
/* !icon
---------------------------------------------------------- */
.ico01 {
  margin: 0 5px 0 0;
  vertical-align: middle;
}
/* !Section
---------------------------------------------------------- */
.sectionLv01,
.sectionLv02,
.sectionLv03 {
}

.sectionLv01 {}
.sectionLv02 {}
.sectionLv03 {}
section[class^="section"]:last-child { margin: 0 0 30px;}
@media screen and (max-width:736px){
.sectionLv01,
.sectionLv02,
.sectionLv03 {
}
.sectionLv01 {}
.sectionLv02 {}
.sectionLv03 {}
}


/*
 * cmn_style.css
 *
 */

/* !Base Fonts -------------------------------------------------------------- */
a {
  color: #0d4fc7;
  text-decoration: underline;
}
a:visited {}
a:hover,
a:active,
a:focus {
  color: #447de6;
  text-decoration: none;
}
@media screen and (max-width:736px){
a:visited {}
a:hover,
a:active,
a:focus {
  color: #0d4fc7;
  text-decoration: underline;
}
}
.fwN { font-weight: normal;}
.fwB { font-weight: bold;}
.fzSS  { font-size:  72%;}/* base 14px -> 10px */
.fzS   { font-size:  86%;}/* base 14px -> 12px */
.fzM   { font-size: 100%;}
.fzL   { font-size: 115%;}/* base 14px -> 16px */
.fzLL  { font-size: 129%;}/* base 14px -> 18px */
.fzLLL { font-size: 143%;}/* base 14px -> 20px */
sup   { font-size: 78%; vertical-align: top;}
sub   { font-size: 78%; vertical-align: baseline;}

/* !Inline Align ------------------------------------------------------------ */
.taL { text-align: left   !important;}
.taC { text-align: center !important;}
.taR { text-align: right  !important;}
.vaT { vertical-align: top    !important;}
.vaM { vertical-align: middle !important;}
.vaB { vertical-align: bottom !important;}
.blockC { margin-right: auto; margin-left: auto; text-align: left;}
* html .blockC { margin-right: 0; margin-left: 0;}
.blockR { margin-left: auto; text-align: left;}
* html .blockR { margin-left: 0;}

/* !Floats ------------------------------------------------------------------ */
.flL    { display: inline; float: left;}
.flR    { display: inline; float: right;}
.flImgL { display: inline; float: left; margin-right: 20px;}
.flImgR { display: inline; float: right; margin-left: 20px;}
.ftBox  { overflow: hidden; *zoom: 1;}

/* !Tools ------------------------------------------------------------------- */
.clear { clear: both;}
.block { display: block;}
.hide  { display: none;}
.bgN   { background: none !important;}
.tdU   { text-decoration: underline;}
.tdN   { text-decoration: none;}
.atode { border: 2px solid #96c; padding: 10px; text-align: center; background-color: #f9f; font-family: "ＭＳ ゴシック", "MS Gothic", "Osaka－等幅", Osaka-mono, monospace; font-size: 30px; color: #fff;}

/* !display ----------------------------------------------------------------- */
.noSP {}
.noPC {  display: none;}
@media screen and (max-width:736px){
.noSP {  display: none;}
.noPC {  display: block;}
}

/* !JavaScript -------------------------------------------------------------- */
.over { /* ロールオーバー呼び出し用 */ }

/* !Margin ------------------------------------------------------------------ */
.mt00 { margin-top: 0   !important;}
.mt05 { margin-top: 5px !important;}
.mt10 { margin-top:10px !important;}
.mt12 { margin-top:12px !important;}
.mt15 { margin-top:15px !important;}
.mt20 { margin-top:20px !important;}
.mt25 { margin-top:25px !important;}
.mt30 { margin-top:30px !important;}
.mt35 { margin-top:35px !important;}
.mt40 { margin-top:40px !important;}
.mt45 { margin-top:45px !important;}
.mt50 { margin-top:50px !important;}
.mr00 { margin-right: 0   !important;}
.mr05 { margin-right: 5px !important;}
.mr10 { margin-right:10px !important;}
.mr12 { margin-right:12px !important;}
.mr15 { margin-right:15px !important;}
.mr20 { margin-right:20px !important;}
.mr25 { margin-right:25px !important;}
.mr30 { margin-right:30px !important;}
.mr35 { margin-right:35px !important;}
.mr40 { margin-right:40px !important;}
.mr45 { margin-right:45px !important;}
.mr50 { margin-right:50px !important;}
.mb00 { margin-bottom: 0   !important;}
.mb05 { margin-bottom: 5px !important;}
.mb10 { margin-bottom:10px !important;}
.mb12 { margin-bottom:12px !important;}
.mb15 { margin-bottom:15px !important;}
.mb20 { margin-bottom:20px !important;}
.mb25 { margin-bottom:25px !important;}
.mb30 { margin-bottom:30px !important;}
.mb35 { margin-bottom:35px !important;}
.mb40 { margin-bottom:40px !important;}
.mb45 { margin-bottom:45px !important;}
.mb50 { margin-bottom:50px !important;}
.ml00 { margin-left: 0   !important;}
.ml05 { margin-left: 5px !important;}
.ml10 { margin-left:10px !important;}
.ml12 { margin-left:12px !important;}
.ml15 { margin-left:15px !important;}
.ml20 { margin-left:20px !important;}
.ml25 { margin-left:25px !important;}
.ml30 { margin-left:30px !important;}
.ml35 { margin-left:35px !important;}
.ml40 { margin-left:40px !important;}
.ml45 { margin-left:45px !important;}
.ml50 { margin-left:50px !important;}

/* !Padding  ---------------------------------------------------------------- */
.pt00 { padding-top: 0   !important;}
.pt05 { padding-top: 5px !important;}
.pt10 { padding-top:10px !important;}
.pt12 { padding-top:12px !important;}
.pt15 { padding-top:15px !important;}
.pt20 { padding-top:20px !important;}
.pt25 { padding-top:25px !important;}
.pt30 { padding-top:30px !important;}
.pt35 { padding-top:35px !important;}
.pt40 { padding-top:40px !important;}
.pt45 { padding-top:45px !important;}
.pt50 { padding-top:50px !important;}
.pr00 { padding-right: 0   !important;}
.pr05 { padding-right: 5px !important;}
.pr10 { padding-right:10px !important;}
.pr12 { padding-right:12px !important;}
.pr15 { padding-right:15px !important;}
.pr20 { padding-right:20px !important;}
.pr25 { padding-right:25px !important;}
.pr30 { padding-right:30px !important;}
.pr35 { padding-right:35px !important;}
.pr40 { padding-right:40px !important;}
.pr45 { padding-right:45px !important;}
.pr50 { padding-right:50px !important;}
.pb00 { padding-bottom: 0   !important;}
.pb05 { padding-bottom: 5px !important;}
.pb10 { padding-bottom:10px !important;}
.pb12 { padding-bottom:12px !important;}
.pb15 { padding-bottom:15px !important;}
.pb20 { padding-bottom:20px !important;}
.pb25 { padding-bottom:25px !important;}
.pb30 { padding-bottom:30px !important;}
.pb35 { padding-bottom:35px !important;}
.pb40 { padding-bottom:40px !important;}
.pb45 { padding-bottom:45px !important;}
.pb50 { padding-bottom:50px !important;}
.pl00 { padding-left: 0   !important;}
.pl05 { padding-left: 5px !important;}
.pl10 { padding-left:10px !important;}
.pl12 { padding-left:12px !important;}
.pl15 { padding-left:15px !important;}
.pl20 { padding-left:20px !important;}
.pl25 { padding-left:25px !important;}
.pl30 { padding-left:30px !important;}
.pl35 { padding-left:35px !important;}
.pl40 { padding-left:40px !important;}
.pl45 { padding-left:45px !important;}
.pl50 { padding-left:50px !important;}


/*
 * index.html
 *
 */

.topMenuList01 {
  margin: 30px 0 0;
  overflow: hidden;
}
  .topMenuList01 ul {
    margin: -20px 0 0;
  }
  .topMenuList01 li {
    display: table;
    float: left;
    width: 48.8%;
    margin: 20px 0 0;
    font-size: 129%;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  .topMenuList01 li:nth-child(2n) {
    float: right;
  }
    .topMenuList01 li a {
      display: table-cell;
      padding: 15px;
      background: #ffffff;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmN2Y3ZjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top,  #ffffff 0%, #f7f7f7 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f7f7f7));
      background: -webkit-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
      background: -o-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
      background: -ms-linear-gradient(top,  #ffffff 0%,#f7f7f7 100%);
      background: linear-gradient(to bottom,  #ffffff 0%,#f7f7f7 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f7f7f7',GradientType=0 );
      border-radius: 5px;
      -webkit-border-radius: 5px;
      -moz-border-radius: 5px;
      border: 2px solid #aaa;
      min-height: 2.0em;
      color: #000;
      text-decoration: none;
      vertical-align: middle;
    }
    .topMenuList01 li a:hover {
      background: #ffffff;
      background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmMGZmZDAiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
      background: -moz-linear-gradient(top,  #ffffff 0%, #f0ffd0 100%);
      background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#ffffff), color-stop(100%,#f0ffd0));
      background: -webkit-linear-gradient(top,  #ffffff 0%,#f0ffd0 100%);
      background: -o-linear-gradient(top,  #ffffff 0%,#f0ffd0 100%);
      background: -ms-linear-gradient(top,  #ffffff 0%,#f0ffd0 100%);
      background: linear-gradient(to bottom,  #ffffff 0%,#f0ffd0 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f0ffd0',GradientType=0 );
    }
@media screen and (max-width:736px){
.topMenuList01 {
  margin: 20px 0 0;
}
  .topMenuList01 ul {
    margin: -10px 0 0;
  }
  .topMenuList01 li,
  .topMenuList01 li:nth-child(2n) {
    float: none;
  }
  .topMenuList01 li {
    width: 100%;
    margin: 10px 0 0;
  }
    .topMenuList01 li a:hover {
      background-image: -webkit-linear-gradient(bottom, #f7f7f7, #fff);
      background-image: -moz-linear-gradient(bottom, #f7f7f7, #fff);
      background-image: -o-linear-gradient(bottom, #f7f7f7, #fff);
      background-image: -ms-linear-gradient(bottom, #f7f7f7, #fff);
      background-image: linear-gradient(to top, #f7f7f7, #fff);
    }
}


/*
 * pre.html
 *
 */

.preBox01 {
  max-width: 900px;
  margin: 0 auto;
  border: 1px solid #ccc;
}
  .preBox01 h1 {
    margin: 30px 0 10px;
    font-size: 300%;
    font-weight: bold;
    letter-spacing: 0.1em;
    line-height: 1.4;
    text-align: center;
  }
  .preBox01 p {
    text-align: center;
    font-size: 143%;
  }
    .preBox01 p span {
      font-size: 130%;
      font-weight: bold;
    }
  .preBox01 ul {
    display: table;
    margin: 30px 0 0;
    width: 100%;
    table-layout: fixed;
  }
    .preBox01 li {
      display: table-cell;
      padding: 5px;
      color: #fff;
      font-size: 115%;
      text-align: center;
      vertical-align: middle;
    }
    .preBox01 li.li01 { background-color: #8fc31f;}
    .preBox01 li.li02 { background-color: #2166ac;}
    .preBox01 li.li03 { background-color: #f89e00;}

      .preBox01 li span {
        font-size: 125%;
        font-weight: bold;
      }
@media screen and (max-width:736px){
.preBox01 {
  width: 100%;
}
  .preBox01 h1 {
    margin: 20px 0 0;
    font-size: 210%;
    letter-spacing: normal;
  }
  .preBox01 p {
    font-size: 108%;
  }
    .preBox01 p span {
      font-size: 100%;
    }
  .preBox01 ul,
  .preBox01 li {
    width: 100%;
    display: block;
  }
  .preBox01 ul {
    margin: 15px 0 0;
  }
}
.preTxt01 {
  margin: 15px 0;
  text-align: center;
}
@media screen and (max-width:736px){
.preTxt01 {
  font-size: 93%;
  text-align: left;
}
}
.preBox02 {
  max-width: 860px;
  margin: 35px auto 0;
  padding: 20px;
  background-color: #fefac8;
}
  .preBox02 h2 {
    font-size: 129%;
    font-weight: bold;
    text-align: center;
    line-height: 1.3;
  }
  .preBox02 p {
    margin: 5px 0 0;
    text-align: center;
  }
@media screen and (min-width:0px){
.preBox02 {
  max-width: 900px;
}
}
@media screen and (max-width:736px){
.preBox02 {
  width: 100%;
  margin: 15px 0 0;
}
  .preBox02 p {
    font-size: 93%;
  }
}


/*
 * 01.html
 *
 */

.detailTitleWrap01 {
  margin: 25px 0 10px;
  display: block;
  min-height: 1%;
}
.detailTitleWrap01:after {
  clear: both;
  content:".";
  display: block;
  height: 0;
  visibility: hidden;
}
  .detailTitleWrap01 h2 {
    font-size: 158%;
    font-weight: bold;
    float: left;
  }
  .detailTitleWrap01 .notes {
    float: right;
    padding: 10px 0 0;
  }

.detailVotesRate01 {
  margin: 20px 0 0;
  border: 2px solid #2166ac;
  padding: 10px;
  text-align: center;
  color: #2166ac;
  font-size: 129%;
}

@media screen and (max-width:736px){

.detailTitleWrap01 {
  margin: 20px 0 10px;
}
  .detailTitleWrap01 h2 {
    font-size: 129%;
    font-weight: bold;
    float: none;
  }
  .detailTitleWrap01 .notes {
    float: none;
    padding: 0;
  }

.detailVotesRate01 {
  padding: 5px;
}


}

.detailTable01,
.detailTable02 {
  width: 100%;
  table-layout: fixed;
}
  .detailTable01 th,
  .detailTable01 td,
  .detailTable02 th,
  .detailTable02 td {
    text-align: center;
    vertical-align: middle;
    padding: 15px 14px;
    border: 1px solid #aaa;
    word-break: break-all;
  }
  .detailTable01 th,
  .detailTable02 th {
    font-size: 115%;
    background: #eee;
    line-height: 1.2;
  }
    .detailTable01 th span,
    .detailTable02 th span {
      font-size: 88%;
    }
  .detailTable01 td,
  .detailTable02 td {
    font-weight: bold;
    font-size: 100%;
  }
    .detailTable01 td span,
    .detailTable02 td span {
      font-size: 80%;
    }
  .detailTable01 .image,
  .detailTable02 .image {
    width: 30%;
  }
    .detailTable01 .image img,
    .detailTable02 .image img {
      max-width: 74px;
    }
  .responsiveTableWrap .detailTable01 .image,
  .responsiveTableWrap .detailTable02 .image {
    width: 103px;
  }
  .responsiveTableWrap .detailTable01 th.candidate,
  .responsiveTableWrap .detailTable02 th.candidate {
    width: 21.1%;
  }
  .detailTable01 td.candidate,
  .detailTable02 td.candidate {
    font-size: 115%;
  }
    .detailTable01 td .proportion,
    .detailTable02 td .proportion {
      color: #2166ac;
      border: 2px solid #2166ac;
      display: inline-block;
      width: 120px;
      line-height: 1.4;
      margin: 0 0 5px;
      max-width: 100%;
    }
    .detailTable01 td .elected,
    .detailTable02 td .elected {
      color: #f63d3d;
      border: 2px solid #f63d3d;
      display: inline-block;
      width: 120px;
      line-height: 1.4;
      margin: 0 0 5px;
      max-width: 100%;
    }
    .detailTable01 td .belong,
    .detailTable02 td .belong {
      font-weight: normal;
    }
  .detailTable01 th.total,
  .detailTable01 td.total,
  .detailTable02 th.total,
  .detailTable02 td.total {
    background: #fefac8;
  }
  .detailTable01 .resultFirstCell,
  .detailTable02 .resultFirstCell {
    width: 191px;
  }
  .detailTable01 .rate th,
  .detailTable01 .rate td,
  .detailTable02 .rate th,
  .detailTable02 .rate td {
    background: #fefac8;
  }

.detailTableNotes01 {
  margin: 30px 0 0;
}

@media screen and (max-width:736px){
.responsiveTableWrap .detailTable01,
.responsiveTableWrap .detailTable02 {
  width: auto;
  table-layout: fixed;
}
  .detailTable01 .image,
  .detailTable02 .image {
    display: none;
  }
  .detailTable01 th,
  .detailTable01 td,
  .detailTable02 th,
  .detailTable02 td {
    padding: 10px 12px;
    white-space: nowrap;
  }
  .detailTable01 th.candidate,
  .detailTable01 td.candidate,
  .detailTable02 th.candidate,
  .detailTable02 td.candidate {
    white-space: normal;
  }
  .responsiveTableWrap .detailTable01 th,
  .responsiveTableWrap .detailTable02.cloneTable th {
    background: none;
  }
  .responsiveTableWrap .detailTable01 th.candidate,
  .responsiveTableWrap .detailTable02 th.candidate,
  .responsiveTableWrap .detailTable01 th.resultFirstCell,
  .responsiveTableWrap .detailTable02 th.resultFirstCell {
    width: auto;
    background: #eee;
  }
  .responsiveTableWrap .detailTable01 th.total,
  .responsiveTableWrap .detailTable01 td.total,
  .responsiveTableWrap .detailTable02 th.total,
  .responsiveTableWrap .detailTable02 td.total {
    background: #fefac8;
  }
    .responsiveTableWrap .detailTable01 td .proportion,
    .responsiveTableWrap .detailTable02 td .proportion {
      width: 100px;
    }
    .responsiveTableWrap .detailTable01 td .elected,
    .responsiveTableWrap .detailTable02 td .elected {
      width: 100px;
    }
  .detailTable01 th.total,
  .detailTable01 td.total,
  .detailTable02 th.total,
  .detailTable02 td.total {
    width: 35%;
  }
  .responsiveTableWrap .detailTable01 th.total,
  .responsiveTableWrap .detailTable01 td.total,
  .responsiveTableWrap .detailTable02 th.total,
  .responsiveTableWrap .detailTable02 td.total {
    width: auto;
  }
  .detailTable01 .resultFirstCell,
  .detailTable02 .resultFirstCell {
    width: auto;
  }
  .responsiveTableWrap .detailTable01 .rate th,
  .responsiveTableWrap .detailTable01 .rate td,
  .responsiveTableWrap .detailTable02 .rate th,
  .responsiveTableWrap .detailTable02 .rate td {
    background: #fefac8;
  }

.detailTableNotes01 {
  margin: 15px 0 0;
}

}


.responsiveTableWrap {
  position: relative;
}

.cloneTable {
  display: none;
}

@media screen and (max-width:736px){

.responsiveTableIn01 {
  margin: 0 0 0 123px;
  overflow-x: scroll;
}
.responsiveTableIn02 {
  margin: 0 0 0 89px;
  overflow-x: scroll;
}
  .responsiveTableIn01 table,
  .responsiveTableIn02 table {
    min-width: 100%;
  }
.detailTable01.cloneTable {
  width: 124px;
}
.detailTable02.cloneTable {
  width: 90px;
}

.cloneTable {
  display: table;
  position: absolute;
  left: 0;
  top: 0;
}
  .cloneTable th,
  .cloneTable td {
    display: none;
  }
  .cloneTable th.responsiveHead,
  .cloneTable td.responsiveHead {
    display: table-cell !important;
  }

}
