@charset "UTF-8";
/*++++++++++++++++++++++++++++++++++
 * 共通変数定義ファイル（定数）
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
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, sub, sup, 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;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

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;
  /*ikkrweb preview ie9 emulator ie7 varnish error*/
  /*background:transparent;*/
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
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;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*++++++++++++++++++++++++++++++++++
 * wysiwyg専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media screen and (max-width: 768px) {
  .wysiwyg {
    overflow-x: auto;
  }
}

/*==================================
見出し
==================================*/
/* h2 */
h2.head-title, .wysiwyg h2, .free-layout-area h2 {
  margin-top: 20px;
  padding: 11px 15px 9px 15px;
  background: #a5d799 url(../img_sub/h2_title_bg.png) no-repeat left top;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
}

h2.head-title a:link {
  color: #333;
}

h2.head-title a:visited {
  color: #443333;
}

h2.head-title a:hover {
  color: #443333;
}

h3.head-title, .wysiwyg h3, .free-layout-area h3 {
  margin-top: 20px;
  padding: 9px 15px 6px 25px;
  background: #ccc url(../img_sub/h3_title_icon.png) no-repeat 15px 13px;
  color: #333;
  font-size: 120%;
  box-sizing: border-box;
  overflow: hidden;
  border-bottom: 3px solid #a7a7a7;
}

/* h4 */
h4, .wysiwyg h4, .free-layout-area h4 {
  margin-top: 20px;
  display: block;
  line-height: 1.2;
  overflow: hidden;
  background: url(../img_sub/h4_title_icon.png) no-repeat 10px top;
  font-size: 110%;
  padding: 0 15px 8px 20px;
  border-bottom: 2px solid #a7a7a7;
}

/* h5 */
h5, .wysiwyg h5, .free-layout-area h5 {
  font-size: 110%;
  margin-top: 20px;
  overflow: hidden;
  display: block;
  padding-left: 30px;
  line-height: 1.2;
  background: url(../img_sub/h5_title_icon.png) no-repeat 7px 2px;
}

/* h6 */
h6, .wysiwyg h6, .free-layout-area h6 {
  font-size: 100%;
  padding-left: 30px;
  margin-top: 20px;
  overflow: hidden;
  line-height: 1.2;
  background: url(../img_sub/h6_title_icon.png) no-repeat 14px 5px;
}

/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓
==================================*/
/**
 * wysiwyg contents
 */
.wysiwyg ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style: disc;
  overflow: hidden;
  margin-left: 30px;
}

* html .wysiwyg ul {
  display: inline-block;
}

.wysiwyg ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .wysiwyg ol {
  display: inline-block;
}

.wysiwyg p {
  margin-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.wysiwyg table {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  margin-top: 10px;
}

.wysiwyg td
, .wysiwyg th {
  border-collapse: collapse;
  border: 1px solid #bfbfbf;
  padding: 5px 10px;
  word-break: break-all;
}

.wysiwyg th {
  background-color: #f1e74e;
}

.wysiwyg caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.wysiwyg div {
  line-height: 150%;
  margin-top: 10px;
}

.wysiwyg img {
  max-width: 100%;
  height: auto;
}

.wysiwyg .col {
  width: 700px;
  overflow: hidden;
}

.wysiwyg .left-col {
  width: 330px;
  float: left;
}

.wysiwyg .right-col {
  width: 330px;
  float: right;
}

/*cke_panel_listをいれなければリストにもスタイルが効かない*/
.wysiwyg .text_, .cke_panel_list .text_ {
  color: #c00;
}

.wysiwyg .text2_, .cke_panel_list .text2_ {
  color: #00c;
}

.wysiwyg blockquote {
  margin-top: 10px;
  margin-left: 30px;
  padding: 5px 5px 5px 15px;
  background-image: url("../img_common/blockquote.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-color: #eee;
  border-left: 3px solid #999;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
.img-item ul,
.free-layout-area .layout4 .image ul {
  padding-left: 20px;
  margin-top: 10px;
  list-style: disc;
  overflow: hidden;
}

* html .img-item ul,
* html .free-layout-area .layout4 .image ul {
  display: inline-block;
}

.img-item ol,
.free-layout-area .layout4 .image ol {
  padding-left: 50px;
  margin-top: 10px;
  list-style: decimal;
  /*回り込み画像時にリストが出ない問題を解決*/
  overflow: hidden;
}

* html .img-item ol,
* html .free-layout-area .layout4 .image ol {
  display: inline-block;
}

.wysiwyg td p
, .wysiwyg th p {
  padding-left: 0;
  padding-right: 0;
}

/*++++++++++++++++++++++++++++++++++
 * common.css
 * @version 0.0.1 
++++++++++++++++++++++++++++++++++*/
/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  下部の「編集可能エリア」を使用してください。**
==================================*/
body {
  font: "ＭＳ Ｐゴシック", "MS PGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, sans-serif;
  font-size: 90%;
  color: #000;
  background: #fbfaf6;
}

img {
  border: none;
  vertical-align: top;
}

p, li, address, table, dt, dd {
  line-height: 150%;
}

ul, ol {
  list-style: none;
}

a:link {
  color: #2d5f92;
  text-decoration: underline;
}

a:visited {
  color: #2d5f92;
  text-decoration: underline;
}

a:hover {
  color: #2d5f92;
  text-decoration: none;
}

/*アクセシビリティ対応*/
a:focus img {
  /*border:1px solid #C00000;*/
}

a:focus {
  background-color: #d8f3de;
}

a:active {
  _background: #d8f3de;
  /*IEのみactive疑似クラスにて処理*/
}

/*iphoneでルビで文字サイズが勝手に変わるのを修正*/
body {
  -webkit-text-size-adjust: 100%;
}

/*clearfix*/
.cmstag:after,
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-table;
}

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/* End hide from IE-mac */
.first-left {
  margin-left: 0 !important;
}

.first-top {
  margin-top: 0 !important;
}

.left-col {
  float: left;
}

.right-col {
  float: right;
}

.img-item img, .img-text img {
  max-width: 100%;
  height: auto;
}

@media screen and (min-width: 769px) {
  .view-sp {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  .view-pc {
    display: none;
  }
}

/* 作業者向けコメント */
.des-attention-area {
  width: 960px;
  margin: 0 auto;
  padding-bottom: 10px;
}

.des-attention {
  background-color: #FFFF40;
  font-size: 80%;
}

.des-attention2 {
  background-color: #C0C0FF;
  font-size: 80%;
}

.color-scheme-area {
  margin-top: 20px;
}

.scheme-bar {
  padding: 5px 0 5px 0;
  border: 1px solid #333333;
}

.color-scheme-area .box {
  width: 300px;
}

@media screen and (min-width: 769px) {
  .color-scheme-area .box {
    float: left;
    margin-left: 20px;
  }
}

.color-scheme-area .title {
  margin: 5px 0 0 0;
}

.scheme1 {
  background-color: #0f8549;
  text-align: center;
}

.scheme2 {
  border: 1px solid #0f8549;
  text-align: center;
}

.scheme3 {
  background-color: #000;
  text-align: center;
}

.scheme4 {
  background-color: 1px solid #a6d7f6;
  text-align: center;
}

.scheme5 {
  background-color: #a6d7f6;
  text-align: center;
}

.scheme6 {
  background-color: #c896bd;
  text-align: center;
}

.scheme7 {
  background-color: #0f8549;
  text-align: center;
}

.scheme8 {
  background-color: #57c06e;
  text-align: center;
}

.scheme9 {
  background-color: #e4f4e7;
  text-align: center;
}

.scheme10 {
  background-color: #fbafaf;
  text-align: center;
}

.scheme11 {
  background-color: #57c06e;
  text-align: center;
}

/*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
/*==================================
ここから下は編集可能エリアです。
==================================*/
/*google検索v1のカスタマイズ*/
.gsc-search-box {
  /*初期化*/
  margin: 0 !important;
}

.gsc-search-box td {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsst_b {
  /*初期化*/
  padding: 0 !important;
}

.gsc-search-box .gsc-input-box {
  /*検索枠*/
  height: 24px !important;
  border-radius: 3px 0px 0px 3px !important;
  -moz-border-radius: 3px 0px 0px 3px !important;
  -webkit-border-radius: 3px 0px 0px 3px !important;
  padding-left: 10px;
  padding-top: 0px;
  border: 2px solid #42927c !important;
  border-right: none;
}

.gsc-search-box .gsc-input-box input[type=text] {
  /*検索枠の画像部分*/
  width: 151px !important;
  line-height: 24px;
}

.gsc-search-button {
  /*検索ボタン*/
  border-radius: 0px 3px 3px 0px !important;
  -moz-border-radius: 0px 3px 3px 0px !important;
  -webkit-border-radius: 0px 3px 3px 0px !important;
  background-color: #42927c !important;
  text-align: center;
}

.gsc-search-button input[type=image] {
  /*検索ボタン　画像部分*/
  margin: 0px !important;
  background-image: none !important;
  border: none !important;
  padding-top: 8px !important;
}

@media screen and (max-width: 768px) {
  .gsc-search-box .gsc-input-box {
    height: 65px !important;
  }
  .gsc-search-box .gsc-input-box input[type=text] {
    /*検索枠の画像部分*/
    line-height: 65px;
    font-size: 28px;
  }
  .gsc-search-button {
    padding: 0 50px !important;
  }
  .gsc-search-button input[type=image] {
    width: 20px !important;
    height: auto !important;
  }
}

.i-search {
  display: none !important;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのヘッダーエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
wrapper 
==================================*/
@media screen and (min-width: 769px) {
  #wrapper {
    border-top: 6px solid #09452d;
    background: #fff url(../img_common/wrapper_bg.png) repeat left top;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    background: #fff url(../img_common/wrapper_bg.png) repeat left top;
  }
}

/*==================================
header（PC）
==================================*/
@media screen and (min-width: 769px) {
  body {
    min-width: 1000px;
  }
  #header {
    background: url(../img_common/pc_header_bg.png) no-repeat center top;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav {
    clear: both;
    float: right;
    padding: 5px 0 0;
    margin-left: 30px;
  }
  #header #header-nav .list > li {
    float: left;
    margin-left: 10px;
    color: #09452d;
    font-size: 105%;
  }
  #header #header-nav .list > li:first-child {
    margin-left: 10px;
  }
  #header #header-nav .list > li a {
    padding: 0 5px 0 0;
    color: #09452d;
    font-weight: bold;
    text-decoration: none;
  }
  #header .header-subnav-area {
    overflow: hidden;
    position: relative;
    width: 960px;
    margin: 0 auto;
    min-height: 144px;
    font-size: 90%;
  }
  #header .header-subnav-area #header-logo {
    float: left;
    width: 300px;
    padding: 23px 0 0;
  }
  #header .header-subnav-area #header-logo a {
    display: block;
    padding: 0 0 0 21px;
    color: #000;
    text-decoration: none;
  }
  #header .header-subnav-area #header-logo .logo {
    display: block;
    height: 25px;
  }
  #header .header-subnav-area #header-logo .txt {
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    padding-right: 50px;
    font-size: 195%;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: -0.1px;
    font-weight: bolder;
    position: relative;
  }
  #header .header-subnav-area #header-logo .txt2 {
    display: block;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    margin-top: 4px;
    margin-left: 5px;
    letter-spacing: -0.1px;
    font-weight: bolder;
  }
  #header .header-subnav-area #header-logo .txt:after {
    content: '';
    display: inline-block;
    width: 60px;
    height: 60px;
    background-image: url(../img_sub/header-logo-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    position: absolute;
    top: -10px;
    right: -10px;
  }
  #header .header-subnav-area .box {
    float: right;
    width: 660px;
    padding: 10px 0 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .unit .list {
    float: right;
    min-height: 21px;
    text-align: right;
    letter-spacing: -0.4em;
  }
  #header .header-subnav-area .box .unit .list li {
    display: inline-block;
    margin-left: 10px;
    font-size: 90%;
    vertical-align: top;
    letter-spacing: normal;
  }
  #header .header-subnav-area .box .unit .list li:first-child {
    margin-left: 0;
  }
  #header .header-subnav-area .box .unit .list li a {
    padding: 0 10px 0 0;
    color: #000;
    text-decoration: none;
  }
  #header .header-subnav-area .box .unit2 {
    clear: both;
    float: right;
    min-height: 28px;
    margin-top: 10px;
  }
  #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color, #header .header-subnav-area .box .yomiage {
    float: left;
  }
  #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    display: table;
  }
  #header .header-subnav-area .box #header-size dt, #header .header-subnav-area .box #header-size dd, #header .header-subnav-area .box #header-color dt, #header .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 100%;
  }
  #header .header-subnav-area .box #header-size dt img, #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color dt img, #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    padding: 0 5px 0 0;
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title span, #header .header-subnav-area .box #header-color .title span {
    display: block;
  }
  #header .header-subnav-area .box #header-size {
    margin-right: 12px;
    padding-top: 5px;
  }
  #header .header-subnav-area .box #header-color {
    margin-right: 10px;
    padding-top: 3px;
  }
  #header .header-subnav-area .box #header-color .title span {
    padding-top: 3px;
  }
  #header .header-subnav-area .box #header-color dd img {
    margin-right: 4px;
    cursor: pointer;
  }
  #header .header-subnav-area .box .yomiage {
    margin-left: 20px;
    margin-bottom: 0 !important;
  }
  #header .header-subnav-area .box .yomiage a {
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    background: #fff url("../img_common/r_pc_btn_yasashiiyomiage.png") no-repeat left 20px center;
    padding: 3px 20px 2px 40px;
  }
  #header .header-subnav-area .box .yomiage a:hover {
    text-decoration: underline;
  }
  #header .header-subnav-area .box .yomiage a::after {
    color: #333;
  }
}

/*==================================
header（SP）
==================================*/
@media screen and (max-width: 768px) {
  #sp-header {
    position: relative;
    background: #fff url(../img_common/sp_header_bg.png) no-repeat center top;
  }
  #sp-header .box {
    padding: 23px 40px 7px 55px;
  }
  #sp-header #sp-header-logo {
    float: left;
    width: 100%;
  }
  #sp-header #sp-header-logo a {
    display: block;
    color: #000;
    text-decoration: none;
  }
  #sp-header #sp-header-logo .logo {
    display: block;
    height: 25px;
  }
  #sp-header #sp-header-logo .txt {
    display: block;
    margin-top: 18px;
    margin-left: 5px;
    font-size: 195%;
    font-weight: bold;
    line-height: 150%;
    letter-spacing: -4.1px;
    font-weight: bolder;
    position: relative;
  }
  #sp-header #sp-header-logo .txt2 {
    display: block;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
    margin-top: -17px;
    margin-left: 5px;
    letter-spacing: -2px;
    font-weight: bolder;
  }
  #sp-header #sp-header-logo .txt:after {
    content: '';
    display: inline-block;
    width: 80px;
    height: 76px;
    background-image: url(../img_common/header-logo-after.png);
    background-size: contain;
    background-repeat: no-repeat;
    vertical-align: middle;
    margin-left: 3.08%;
    margin-bottom: 17px;
  }
  #sp-header #sp-header-logo img {
    width: 31%;
    height: auto;
  }
  #sp-header .menu-btn-area {
    position: absolute;
    top: 30px;
    right: 40px;
  }
  /* モーダル */
  .modal-search-bg,
  .modal-menu-bg {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    opacity: 0;
    background: #000;
    z-index: 9;
  }
  .modal-menu {
    display: none;
    position: absolute;
    top: 0;
    right: -80%;
    left: auto;
    z-index: 100;
    width: 80%;
    height: 100%;
    background: #fff;
    -webkit-transition: right .3s ease;
    -moz-transition: right .3s ease;
    transition: right .3s ease;
  }
  .modal-menu .in {
    padding: 25px 30px 30px;
    background-color: rgba(0, 0, 0, 0.8);
  }
  .modal-menu .list {
    margin: 30px 0 0;
  }
  .modal-menu .list li {
    margin: 10px 0 0;
  }
  .modal-menu .list li:first-child {
    margin-top: 0;
  }
  .modal-menu .list li a {
    display: block;
    padding: 20px;
    border: 2px solid #fff;
    color: #fff;
    text-align: center;
    text-decoration: none;
  }
  .modal-menu .list .foreign-language a {
    border: 2px solid #ccc;
    background: #ccc;
    color: #000;
  }
  .modal-menu .list2 {
    margin: 10px 0 0;
  }
  .modal-menu .list2 li {
    padding: 0 10px;
    background: #fff;
  }
  .modal-menu #modal-menu-size, .modal-menu #modal-menu-color {
    padding: 10px 15px;
    border-bottom: 2px solid #dcdcdc;
    letter-spacing: -0.4em;
    text-align: center;
  }
  .modal-menu #modal-menu-size dt, .modal-menu #modal-menu-size dd, .modal-menu #modal-menu-color dt, .modal-menu #modal-menu-color dd {
    display: inline-block;
    letter-spacing: normal;
    vertical-align: middle;
  }
  .modal-menu #modal-menu-size .title, .modal-menu #modal-menu-color .title {
    margin-right: 20px;
  }
  .modal-menu #modal-menu-color dd {
    margin-left: 8px;
  }
  .modal-menu #modal-menu-color dd:first-child {
    margin-left: 0;
  }
  .modal-menu .modal-menu-yomiage,
  .modal-menu .yomiage {
    padding: 10px 15px;
    text-align: center;
  }
  .modal-menu .modal-menu-yomiage a,
  .modal-menu .yomiage a {
    margin: 0 auto;
    display: inline-block;
    text-decoration: none;
    color: #333;
    font-weight: bold;
    border-radius: 5px;
    background: #fff url("../img_common/r_sp_btn_yasashiiyomiage.png") no-repeat left 45px center;
    padding: 11px 45px 10px 70px;
    border: 1px solid #333;
  }
  .modal-menu .modal-menu-yomiage a:hover,
  .modal-menu .yomiage a:hover {
    text-decoration: underline;
  }
  .modal-menu .modal-menu-yomiage a::after,
  .modal-menu .yomiage a::after {
    color: #333;
  }
  .modal-menu .list3 {
    position: relative;
    height: 50px;
  }
  .modal-menu .list3 li {
    position: absolute;
  }
  .modal-menu .list3 .modal-menu-home {
    top: 5px;
    left: 0;
  }
  .modal-menu .list3 .modal-menu-close {
    top: 0;
    right: 0;
  }
  .modal-menu-open #sp-header .modal-menu {
    right: 0;
  }
}

/*container*/
@media screen and (max-width: 768px) {
  #container {
    margin: 0 10px !important;
  }
}

/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
/*==================================
基本構造 
==================================*/
#container {
  margin: 0 auto;
}

@media screen and (min-width: 769px) {
  #contents {
    padding: 20px 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #container {
    width: 960px;
    margin-top: 20px;
  }
  #contents {
    width: 740px;
    float: left;
  }
  #side-nav {
    width: 200px;
    float: right;
  }
  #contents-in {
    width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #wrapper {
    width: 100%;
    background-color: #fff;
    overflow: hidden;
  }
  #container {
    box-sizing: border-box;
  }
  #container-in {
    padding: 20px;
    background-color: #fff;
  }
  #contents {
    width: 100%;
  }
  #side-nav {
    display: none;
  }
}

/*==================================
サイドナビが無い場合。
  *** カレンダー、notfoundページで使用。
  ***.no-sideを使用すると、700pxセンタリング。 
==================================*/
@media screen and (min-width: 769px) {
  #container-in-wide {
    width: 960px;
    background-color: #fff;
  }
  #container-in-wide #pankuzu {
    width: 960px;
  }
  #container-in-wide #pankuzu .in {
    width: 845px;
  }
  #container-in-wide #contents {
    float: none;
    width: 100%;
  }
  #container-in-wide #contents-in {
    width: 920px;
  }
  #container-in-wide h1 {
    width: 920px;
    margin: 0 auto;
  }
  #container-in-wide h1 img {
    max-width: 100%;
  }
  #container-in-wide .no-side {
    width: 700px;
    margin: 0 auto;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide {
    padding: 20px;
    background-color: #fff;
  }
  #container-in-wide h1 {
    width: 100%;
  }
  #container-in-wide h1 img {
    max-width: 100%;
  }
  #container-in-wide .no-side {
    width: 100%;
  }
}

/*==================================
パンクズ
==================================*/
@media screen and (min-width: 769px) {
  #pankuzu {
    width: 960px;
    margin: 0 auto;
    background-color: #217e59;
  }
  #pankuzu .title {
    float: left;
    width: 100px;
    padding: 5px 0 4px 0;
    background-color: #09452d;
    color: #fff;
    text-align: center;
  }
  #pankuzu .in {
    float: right;
    width: 845px;
    padding-top: 5px;
  }
  #pankuzu li {
    display: inline;
    color: #fff;
  }
  #pankuzu li a {
    color: #fff;
  }
  #pankuzu .icon a, #pankuzu .icon span {
    background: url(../img_sub/pankuzu_arrow.png) no-repeat 5px 6px;
    display: inline-block;
    padding-left: 20px;
    color: #fff;
  }
}

@media screen and (max-width: 768px) {
  #pankuzu {
    margin: 25px 14px 5px;
  }
  #pankuzu .title {
    background-color: #09452d;
    color: #fff;
    padding: 2px 5px 1px 5px;
    padding: 5px 11px;
    display: inline;
  }
  #pankuzu .in {
    display: inline;
  }
  #pankuzu .in .list {
    display: inline;
  }
  #pankuzu li {
    display: inline;
  }
  #pankuzu li a {
    color: #333;
  }
  #pankuzu .icon a, #pankuzu .icon span {
    background: url(../img_sub/pankuzu_arrow_black.png);
    background-repeat: no-repeat;
    background-position: 5px center;
    background-size: 10px;
    display: inline-block;
    padding-left: 25px;
    margin: 5px 0;
  }
}

/*==================================
見出し
==================================*/
/* h1（通常） */
h1.title {
  padding: 13px 15px 10px 20px;
  background: #217e59;
  color: #fff;
  font-size: 150%;
  overflow: hidden;
  box-sizing: border-box;
  border-left: 12px solid #09452d;
  border-bottom: 4px solid #09452d;
}

@media screen and (min-width: 769px) {
  h1.title {
    width: 700px;
    margin: 0 auto;
  }
}

h1.faq-title {
  font-size: 150%;
}

h1.faq-title .bg {
  display: block;
  background: #e4f4e7 url(../img_sub/h1_faq_title_icon.png) no-repeat 10px 11px;
  padding: 8px 15px 6px 45px;
}

@media screen and (min-width: 769px) {
  h1.faq-title {
    width: 700px;
  }
}

h2.faq-title {
  margin-top: 20px;
  font-size: 140%;
  overflow: hidden;
}

h2.faq-title .bg {
  display: block;
  background: #e3f2fd url(../img_sub/h2_faq_title_icon.png) no-repeat 10px 11px;
  padding: 8px 15px 7px 45px;
}

.calendar-title {
  margin-top: 20px;
  padding: 4px 3px;
  overflow: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #73b2a1 url(../img_sub/h2_bg.png) repeat left top;
  color: #002b33;
  font-size: 150%;
  box-sizing: border-box;
}

.calendar-title .bg {
  display: block;
  padding: 6px 0;
  background: url(../img_sub/h2_bg02.png) repeat-y left top, url(../img_sub/h2_bg02.png) repeat-y right top;
  background-color: #eaf6f3;
}

.calendar-title .bg2 {
  overflow: hidden;
  display: block;
  padding: 0 20px;
  background-color: #eaf6f3;
}

.calendar-title .right-col {
  float: right;
  margin-top: 4px;
  text-align: center;
}

.calendar-title .right-col a {
  display: block;
  padding: 2px 20px 2px 30px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #57c06e url(../img_common/arrow_white.png) no-repeat 15px center;
  color: #000;
  font-size: 60%;
  text-decoration: none;
}

/*==================================
新着一覧
==================================*/
.news-area {
  margin-top: 10px;
}

.news-area .title {
  margin-top: 20px;
  padding: 9px 15px 6px 50px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #f1e74e url(../img_sub/news_title_icon.png) no-repeat 15px 0.5em;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
}

.news-area .in {
  padding: 10px;
  border: 1px solid #f1e74e;
  border-top: 0px;
}

.news-area .list li {
  border-bottom: 1px dashed #bfbfbf;
  padding: 18px 0 15px 5px;
}

.news-area .list li:first-child {
  margin-top: 0;
}

.news-area .list li .date {
  float: left;
  clear: both;
  padding-left: 22px;
  background: url(../img_sub/news_list_icon.png) no-repeat left center;
}

.news-area .list li .text {
  padding-left: 11em;
  display: block;
}

/*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  上部の「編集可能エリア」を使用してください。**
==================================*/
/*==================================
見出し目次
==================================*/
.anchor {
  margin: 20px auto 0;
  padding: 0 9px 9px 9px;
  border: 1px solid #eef0f3;
  font-size: 80%;
  overflow: hidden;
}

.anchor li {
  display: inline;
  float: left;
  margin: 10px 5px 0;
}

.anchor li a {
  background: url(../img_sub/anchor_arrow.png) no-repeat left 3px;
  display: inline-block;
  padding-left: 10px;
}

@media screen and (min-width: 769px) {
  .anchor {
    width: 680px;
  }
  .anchor li {
    width: 330px;
  }
}

/*==================================
ファイルリンク
==================================*/
.file-link-item {
  margin: 10px 10px 0 10px;
}

.file-link-item .pdf {
  background: url(../img_sub/file_link_item_pdf.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .word {
  background: url(../img_sub/file_link_item_word.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .excel {
  background: url(../img_sub/file_link_item_excel.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .power {
  background: url(../img_sub/file_link_item_power.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .audio {
  background: url(../img_sub/file_link_item_audio.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .txt {
  background: url(../img_sub/file_link_item_txt.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .zip {
  background: url(../img_sub/file_link_item_zip.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .lzh {
  background: url(../img_sub/file_link_item_lzh.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .jpg {
  background: url(../img_sub/file_link_item_jpg.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .pic {
  background: url(../img_sub/file_link_item_pic.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .movie {
  background: url(../img_sub/file_link_item_movie.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .csv {
  background: url(../img_sub/file_link_item_csv.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

.file-link-item .edit {
  background: url(../img_sub/file_link_item_edit.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

/*==================================
リンク
==================================*/
.link-item {
  margin: 10px 10px 0 10px;
  /*内部リンク*/
  /*外部リンク*/
  /*メールリンク*/
}

.link-item .icon {
  background: url(../img_sub/link_item_naibu.png) no-repeat 10px 8px;
  padding: 5px 0 5px 30px;
}

.link-item .icon2 {
  background: url(../img_sub/link_item_gaibu.png) no-repeat 10px 8px;
  padding: 5px 0px 5px 30px;
}

.link-item .icon2:after {
  content: "（外部リンク）";
}

.link-item a.icon2[href*="www.city.higashihiroshima.lg.jp/"]:after {
  content: "";
}

.link-item .icon3 a {
  background: url(../img_sub/link_item_mail.png) no-repeat left top;
  display: inline-block;
  padding: 5px 0 5px 40px;
}

/*==================================
画像
==================================*/
.img-item {
  margin-top: 10px;
}

@media screen and (max-width: 768px) {
  .img-item {
    width: 100%;
  }
  .img-item img {
    max-width: 100%;
    height: auto;
  }
}

/*==================================
google map
==================================*/
.gmap {
  margin-top: 10px;
  height: 100% !important;
}

.gmap .map-link {
  text-align: left;
}

@media screen and (max-width: 768px) {
  .gmap {
    width: 100% !important;
  }
  .gmap > div:first-of-type {
    width: 100% !important;
  }
}

.map-link {
  text-align: center;
  margin-top: 10px;
}

.map-link a {
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat 0 5px;
}

/*==================================
目次ページ
==================================*/
/*共通*/
.level1col1 .page, .level1col2 .page, .level2col1 .list .page, .level2col1 .list2 .page, .level2col1-mixed .list .page, .level2col1-mixed .list2 .page, .level2col2 .page, .level2col2-mixed .page, .level2col2-mixed-js .page {
  background: url(../img_sub/list_icon_page.png) no-repeat 10px 8px;
}

.level1col1 .dir, .level1col2 .dir, .level2col1 .list .dir, .level2col1 .list2 .dir, .level2col1-mixed .list .dir, .level2col1-mixed .list2 .dir, .level2col2 .dir, .level2col2-mixed .dir, .level2col2-mixed-js .dir {
  background: url(../img_sub/list_icon_dir.png) no-repeat 10px 8px;
}

/* 1階層1列表示 */
.level1col1 li {
  margin-top: 10px;
  border-bottom: dashed 1px #bfbfbf;
  padding: 5px 0 13px 40px;
}

/* 1階層2列表示 */
.level1col2 li {
  border-bottom: dashed 1px #bfbfbf;
  padding: 5px 0 13px 40px;
  float: left;
  box-sizing: border-box;
}

@media screen and (min-width: 769px) {
  .level1col2 {
    width: 700px;
  }
  .level1col2 li {
    margin: 10px 0 0 20px;
    width: 340px;
    display: inline;
  }
}

@media screen and (max-width: 768px) {
  .level1col2 li {
    margin: 10px 0 0 4%;
    width: 48%;
  }
}

/* 2階層1列 */
.level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
  float: left;
  box-sizing: border-box;
  border-bottom: dashed 1px #bfbfbf;
  padding: 5px 0 13px 40px;
}

.level2col1 .item, .level2col1-mixed .item {
  display: block;
}

@media screen and (min-width: 769px) {
  .level2col1 .list, .level2col1-mixed .list {
    width: 700px;
  }
  .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
    width: 340px;
    display: inline;
    margin: 10px 0 0 20px;
  }
}

@media screen and (max-width: 768px) {
  .level2col1 .list li, .level2col1 .list2 li, .level2col1-mixed .list li, .level2col1-mixed .list2 li {
    width: 48%;
    margin: 10px 0 0 4%;
  }
}

/* 2階層2列 */
.level2col2 .col, .level2col2-mixed .col {
  overflow: hidden;
}

.level2col2 .list li, .level2col2-mixed .list li {
  margin-top: 10px;
  border-bottom: dashed 1px #bfbfbf;
  padding: 5px 0 13px 40px;
}

.level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
  margin: 10px 0 0 0;
  border-bottom: dotted 1px #bfbfbf;
  float: right;
  display: inline;
}

.level2col2 .box2 .list li.first-left, .level2col2-mixed .box2 .list li.first-left {
  float: left;
}

@media screen and (min-width: 769px) {
  .level2col2, .level2col2-mixed {
    width: 700px;
  }
  .level2col2 .left-col, .level2col2-mixed .left-col {
    width: 340px;
  }
  .level2col2 .right-col, .level2col2-mixed .right-col {
    width: 340px;
  }
  .level2col2 .col, .level2col2-mixed .col {
    width: 700px;
  }
  .level2col2 .list li, .level2col2-mixed .list li {
    width: 310px;
  }
  .level2col2 .box2 .list, .level2col2-mixed .box2 .list {
    width: 670px;
    margin: 0 auto;
  }
  .level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
    width: 290px;
  }
}

@media screen and (max-width: 768px) {
  .level2col2 .left-col, .level2col2 .right-col, .level2col2-mixed .left-col, .level2col2-mixed .right-col {
    width: 48%;
    box-sizing: border-box;
  }
  .level2col2 .box2 .list li, .level2col2-mixed .box2 .list li {
    width: 42%;
  }
}

.border-top {
  padding-top: 10px;
  margin-top: 25px;
  border-top: solid 1px #ccc;
}

.border-bottom {
  padding-top: 10px;
  padding-bottom: 25px;
  border-bottom: solid 1px #ccc;
}

/* 大カテゴリ1階層2列表示*/
.level1-gaiyo .title {
  background-color: #cbe9eb;
  color: #333;
  font-size: 150%;
  box-sizing: border-box;
}

.level1-gaiyo .title .bg {
  display: block;
  background: url(../img_sub/h2_bg_top.png) repeat-x left top, url(../img_sub/h2_bg_btm.png) repeat-x left bottom;
  padding: 10px 15px;
}

.level1-gaiyo .box {
  float: left;
}

.level1-gaiyo .description {
  margin-top: 10px;
}

.level1-gaiyo .detail {
  text-align: right;
  margin-top: 10px;
}

.level1-gaiyo .detail a {
  display: inline-block;
  padding: 5px 20px 5px 30px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #57c06e url(../img_common/arrow_white.png) no-repeat 15px center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .level1-gaiyo {
    width: 700px;
  }
  .level1-gaiyo .box {
    width: 340px;
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  .level1-gaiyo .box {
    width: 48%;
    box-sizing: border-box;
    margin-left: 4%;
  }
}

/* 大カテゴリ2階層2列表示*/
.level2col2js .col, .level2col2-mixed-js .col {
  overflow: hidden;
}

.level2col2js .box, .level2col2-mixed-js .box {
  margin-top: 20px;
}

.level2col2js .list li, .level2col2-mixed-js .list li {
  margin-top: 10px;
  border-bottom: 1px dashed #bfbfbf;
  padding: 5px 0px 13px 40px;
}

.level2col2js .page, .level2col2-mixed-js .page {
  background: url(../img_sub/list_icon_page.png) no-repeat 10px 8px;
}

.level2col2js .dir, .level2col2-mixed-js .dir {
  background: url(../img_sub/list_icon_dir.png) no-repeat 10px 8px;
}

.level2col2js .detail, .level2col2-mixed-js .detail {
  text-align: right;
  margin-top: 15px;
}

.level2col2js .detail a, .level2col2-mixed-js .detail a {
  display: inline-block;
  padding: 5px 20px 5px 30px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #57c06e url(../img_common/arrow_white.png) no-repeat 15px center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .level2col2js .col, .level2col2-mixed-js .col {
    width: 700px;
  }
  .level2col2js .left-col, .level2col2-mixed-js .left-col {
    width: 340px;
  }
  .level2col2js .right-col, .level2col2-mixed-js .right-col {
    width: 340px;
  }
}

@media screen and (max-width: 768px) {
  .level2col2js .left-col, .level2col2js .right-col {
    width: 48%;
    box-sizing: border-box;
  }
}

/* 2階層1列（混在） */
/* 2階層2列（混在）*/
@media screen and (min-width: 769px) {
  .level2col2-mixed .col .box, .level2col2-mixed-js .col .box {
    width: 340px;
    float: left;
    margin-left: 20px;
  }
  .level2col2-mixed-js .box2 .list {
    width: 670px;
    margin: 0 auto;
  }
  .level2col2-mixed-js .box2 .list li {
    width: 290px;
    float: right;
  }
  .level2col2-mixed-js .box2 .list li.first-left {
    float: left;
  }
}

@media screen and (max-width: 768px) {
  .level2col2-mixed .col .box, .level2col2-mixed-js .col .box {
    width: 48%;
    float: right;
  }
  .level2col2-mixed .col .box.first-left, .level2col2-mixed-js .col .box.first-left {
    float: left;
  }
  .level2col2-mixed-js .box2 .list li {
    width: 42%;
    float: right;
  }
  .level2col2-mixed-js .box2 .list li.first-left {
    float: left;
  }
}

/*==================================
カラム
==================================*/
.col-area {
  margin-top: 20px;
  overflow: hidden;
  width: 700px;
}

.col-area .left-col {
  float: left;
}

.col-area .right-col {
  float: left;
  margin-left: 10px;
}

.col-area .wysiwyg p {
  margin-top: 0;
}

.col-area .wysiwyg p:first-child {
  margin-top: 10px;
}

.col-area p:last-child {
  margin-top: 5px;
}

@media screen and (max-width: 768px) {
  .col-area {
    width: 100%;
  }
  .col-area .left-col {
    width: 49%;
  }
  .col-area .left-col img {
    max-width: 100%;
  }
  .col-area .right-col {
    width: 49%;
    margin-left: 2%;
  }
  .col-area .right-col img {
    max-width: 100%;
  }
}

/*==================================
右画像+左テキスト　左画像+右テキスト
==================================*/
.img-text {
  margin-top: 20px;
  overflow: hidden;
}

.img-text .left-col,
.img-text .left-wrap img {
  bottom: auto;
  float: left;
  padding: 0 10px 10px 0;
  position: relative;
  top: auto;
  max-width: 45%;
}

.img-text .right-col,
.img-text .right-wrap img {
  bottom: auto;
  float: right;
  padding: 0 0 10px 10px;
  position: relative;
  top: auto;
  max-width: 45%;
}

@media screen and (min-width: 769px) {
  .img-text {
    width: 700px;
  }
}

@media screen and (max-width: 768px) {
  .img-text {
    width: 100%;
  }
}

/*==================================
テーブル
==================================*/
.table-fix {
  table-layout: fixed;
}

.table {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
  margin: 10px 0 0;
}

.table caption {
  text-align: left;
  font-weight: bold;
  padding: 5px;
}

.table td, .table th {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
  padding: 5px 10px;
  word-break: break-all;
}

.table th {
  background-color: #f1e74e;
  color: #333;
}

.table th:first-child {
  width: 33%;
}

.table .wysiwyg p {
  padding: 0;
}

.table .file-link-item {
  margin: 10px 10px 0px 0;
}

.table .file-link-item .pdf, .table .file-link-item .word, .table .file-link-item .excel, .table .file-link-item .power, .table .file-link-item .audio, .table .file-link-item .txt, .table .file-link-item .zip, .table .file-link-item .csv, .table .file-link-item .edit {
  padding: 5px 0 5px 40px;
}

.table .link-item {
  margin: 10px 10px 0 0;
}

/*==================================
お問い合わせ
==================================*/
.toiawase {
  margin: 20px auto 0;
  overflow: hidden;
  width: 100%;
}

.toiawase .title {
  padding: 9px 15px 6px 50px;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background: #ccc url(../img_sub/toiawase_title_icon.png) no-repeat 15px 0.5em;
  color: #333;
  font-size: 140%;
  overflow: hidden;
  box-sizing: border-box;
  font-weight: bold;
}

.toiawase .in {
  padding: 10px;
  border: 1px solid #ccc;
  border-top: 0px;
}

.toiawase .mail {
  background: url(../img_common/arrow01.png) no-repeat 0 5px;
  padding-left: 12px;
}

/*==================================
PDFダウンロード
==================================*/
#pdf-download {
  background-color: #efefef;
  border: 1px solid #bfbfbf;
  margin: 20px auto 0;
  padding: 10px;
}

#pdf-download img {
  display: inline;
  float: left;
  margin-right: 10px;
}

/*==================================
1005:イベント検索ページ用
==================================*/
/*注目のイベント･今日のイベントのスライダー*/
#event-list-slider {
  margin-top: 20px;
}

#event-list-slider .title {
  padding: 0.5em 0 0.4em 1em;
  font-size: 130%;
}

#event-list-slider .bxslider {
  position: relative;
  /*-- コントロール位置 --*/
  /*-- start stop --*/
  /*--  next prev --*/
}

#event-list-slider .bxslider .list li {
  width: 265px;
  overflow: hidden;
}

#event-list-slider .bxslider .list li dt {
  float: left;
}

#event-list-slider .bxslider .list li dt img {
  max-width: 100%;
}

#event-list-slider .bxslider .list li dd {
  float: left;
}

#event-list-slider .bxslider .bx-controls {
  position: relative;
  bottom: 0;
  width: 100%;
  line-height: 1;
}

#event-list-slider .bxslider .bx-controls-auto {
  position: absolute;
  right: -17px;
  bottom: 0px;
  z-index: 3;
}

#event-list-slider .bxslider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#event-list-slider .bxslider .bx-controls-auto a {
  display: block;
  font-size: 0;
  line-height: 100%;
  background: transparent no-repeat left 0;
  background-size: cover;
}

#event-list-slider .bxslider .bx-controls-auto .bx-start:focus,
#event-list-slider .bxslider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#event-list-slider .bxslider .bx-controls-auto .active {
  display: none;
}

#event-list-slider .bxslider .bx-controls-direction {
  width: 100%;
}

#event-list-slider .bxslider .bx-controls-direction a {
  position: absolute;
  z-index: 14;
  display: block;
  text-indent: -9999px;
  background: transparent no-repeat left top;
  background-size: cover;
}

#event-list-slider .bxslider .bx-controls-direction .bx-prev:focus,
#event-list-slider .bxslider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

#event-list-slider .event-pickup-area {
  border-bottom: 2px solid #fbafaf;
}

#event-list-slider .event-pickup-area .title {
  color: #000;
  border-top: 2px solid #fbafaf;
  border-bottom: 1px solid #fbafaf;
}

#event-list-slider .event-pickup-area .bxslider .bx-prev {
  background-image: url(../img_sub/event_pickup_slider_back.png);
}

#event-list-slider .event-pickup-area .bxslider .bx-next {
  background-image: url(../img_sub/event_pickup_slider_next.png);
}

#event-list-slider .event-pickup-area .bxslider .bx-stop {
  background-image: url(../img_sub/event_pickup_slider_stop.png);
}

#event-list-slider .event-pickup-area .bxslider .bx-start {
  background-image: url(../img_sub/event_pickup_slider_start.png);
}

#event-list-slider .event-today-area {
  border-bottom: 2px solid #57c06e;
}

#event-list-slider .event-today-area .title {
  color: #000;
  border-top: 2px solid #57c06e;
  border-bottom: 1px solid #57c06e;
}

#event-list-slider .event-today-area .bxslider .bx-prev {
  background-image: url(../img_sub/event_today_slider_back.png);
}

#event-list-slider .event-today-area .bxslider .bx-next {
  background-image: url(../img_sub/event_today_slider_next.png);
}

#event-list-slider .event-today-area .bxslider .bx-stop {
  background-image: url(../img_sub/event_today_slider_stop.png);
}

#event-list-slider .event-today-area .bxslider .bx-start {
  background-image: url(../img_sub/event_today_slider_start.png);
}

@media screen and (min-width: 769px) {
  #event-list-slider .bxslider {
    padding: 10px 30px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-list-slider .bxslider .list li dt {
    width: 110px;
    margin-right: 10px;
  }
  #event-list-slider .bxslider .list li dd {
    width: 160px;
  }
  #event-list-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #event-list-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #event-list-slider .bxslider .bx-prev {
    bottom: 30px;
    left: -30px;
  }
  #event-list-slider .bxslider .bx-next {
    bottom: 30px;
    right: -30px;
  }
  #event-list-slider .event-pickup-area,
  #event-list-slider .event-today-area {
    width: 340px;
    float: left;
  }
  #event-list-slider .event-today-area {
    margin-left: 20px;
  }
}

@media screen and (max-width: 768px) {
  #event-list-slider .bxslider {
    padding: 20px 37px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-list-slider .bxslider .list li dt {
    width: 35%;
    margin-right: 3%;
  }
  #event-list-slider .bxslider .list li dd {
    width: 55%;
  }
  #event-list-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #event-list-slider .bxslider .bx-controls-direction a {
    width: 32px;
    height: 32px;
  }
  #event-list-slider .bxslider .bx-prev {
    bottom: 60px;
    left: -37px;
  }
  #event-list-slider .bxslider .bx-next {
    bottom: 60px;
    right: -37px;
  }
  #event-list-slider .event-pickup-area,
  #event-list-slider .event-today-area {
    width: 100%;
  }
  #event-list-slider .event-pickup-area .title {
    color: #000;
    border-top: 2px solid #fbafaf;
    border-bottom: 1px solid #fbafaf;
  }
  #event-list-slider .event-today-area .title {
    color: #000;
    border-top: 2px solid #57c06e;
    border-bottom: 1px solid #57c06e;
  }
  #event-list-slider .event-today-area {
    margin-top: 20px;
  }
}

/*イベント検索エリア*/
.event-search-area {
  background: #e4f4e7;
  margin-top: 10px;
}

.event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category {
  display: block;
  text-align: center;
}

.event-search-area .event-search-month label, .event-search-area .event-search-place label, .event-search-area .event-search-category label {
  font-weight: bold;
}

.event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select {
  border: 2px solid #57c06e;
  padding: 15px;
}

.event-search-area .event-search-month option, .event-search-area .event-search-place option, .event-search-area .event-search-category option {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  .event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category {
    width: 33.3%;
    float: left;
  }
  .event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select {
    width: 180px;
  }
  .event-search-area .event-search-month option, .event-search-area .event-search-place option, .event-search-area .event-search-category option {
    padding: 10px 0 10px 0;
    height: 50px;
    margin-top: 50px;
  }
  .event-search-area .box {
    border-bottom: 1px solid #fff;
    padding: 10px;
  }
}

@media screen and (max-width: 768px) {
  .event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category {
    width: 100%;
  }
  .event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select {
    margin-top: 18px;
    width: 60%;
  }
  .event-search-area .event-search-month select {
    margin-top: 0;
  }
  .event-search-area .box {
    border-bottom: 2px solid #fff;
    padding: 20px;
  }
}

.event-search-area .box2 {
  padding: 10px;
}

.event-search-area .box2 dt {
  font-weight: bold;
  border-left: 6px solid #0f8549;
  padding-left: 10px;
}

.event-search-area .box2 dd {
  margin-top: 10px;
  padding: 0 10px;
}

.event-search-area .box2 .space input {
  height: 1.2em;
  width: 1.2em;
}

.event-search-area .box2 .space {
  display: inline-block;
  font-size: 90%;
  padding: 5px 10px 0 0;
}

.input-button {
  margin-top: 1px;
  text-align: center;
  background: #e4f4e7;
  padding: 17px 0;
}

@media screen and (min-width: 769px) {
  .input-button input {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  .input-button input {
    width: 55%;
  }
}

/*イベント検索結果*/
.event-result-area {
  margin-top: 20px;
}

.event-result-area .title {
  border-bottom: 2px solid #0f8549;
  background: url(../img_common/arrow01.png) no-repeat 0.5em center;
  padding-bottom: 2px;
}

.event-result-area .title .bg {
  display: block;
  border-bottom: 1px dashed #0f8549;
  padding: 10px 10px 10px 1.5em;
}

.event-result-area .in {
  margin-top: 15px;
  border: 2px solid #0f8549;
}

.event-result-area .in .left-col .summary {
  background: #e4f4e7;
  padding: 10px;
}

@media screen and (min-width: 769px) {
  .event-result-area .in {
    padding: 10px;
  }
  .event-result-area .in .left-col:first-child {
    width: 200px;
  }
  .event-result-area .in .left-col:first-child img {
    max-width: 100%;
  }
  .event-result-area .in .left-col:last-child {
    width: 455px;
    margin-left: 15px;
  }
  .event-result-area .in .left-col:last-child .txt {
    padding: 0 0 10px 0;
  }
  .event-result-area .in2 {
    margin-top: 10px;
  }
}

@media screen and (max-width: 768px) {
  .event-result-area .in {
    padding: 15px;
  }
  .event-result-area .in .left-col {
    float: none;
  }
  .event-result-area .in .left-col:first-child {
    width: 100%;
    text-align: center;
  }
  .event-result-area .in .left-col:first-child img {
    max-width: 100%;
  }
  .event-result-area .in .left-col:last-child {
    width: 100%;
  }
  .event-result-area .in .left-col:last-child .txt {
    padding: 10px 0 10px 0;
  }
  .event-result-area .in2 {
    padding: 20px 15px 5px 15px;
  }
}

/*==================================
写真ギャラリー
==================================*/
.gallery-area {
  width: 100%;
}

.gallery-area .subtxt {
  margin: 10px 10px 0 10px;
}

.gallery-area .list {
  width: 32%;
  float: left;
  margin: 20px 0 0 2%;
}

.gallery-area .list .thumb a img {
  border: 1px solid #BBB;
  padding: 2px;
  max-width: 100%;
  height: auto;
  box-sizing: border-box;
}

.gallery-area .first-left {
  margin-left: 0;
}

/*==================================
0005:イベントページ用
==================================*/
.event-summary .left-col:last-child dl {
  overflow: hidden;
  border-bottom: 1px solid #0f8549;
}

.event-summary .left-col:last-child dl dt {
  width: 40%;
  float: left;
  padding: 0.4em 0 0.4em 0;
  font-weight: bold;
}

.event-summary .left-col:last-child dl dt span {
  border-left: 8px solid #0f8549;
  padding: 0 0 0 10px;
}

.event-summary .left-col:last-child dl dd {
  width: 60%;
  float: right;
  padding: 0.4em 0 0.4em 0;
}

.event-summary .left-col:last-child dl dd .txt {
  display: block;
  font-weight: bold;
}

.event-summary dl .inquiry-btn .list li a {
  display: block;
  padding: 5px 30px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #57c06e url(../img_common/arrow_white.png) no-repeat 15px center;
  color: #000;
  font-size: 90%;
  text-align: center;
  text-decoration: none;
}

@media screen and (min-width: 769px) {
  .event-summary {
    margin-top: 10px;
  }
  .event-summary .left-col:first-child {
    width: 260px;
    margin-right: 10px;
  }
  .event-summary .left-col:first-child img {
    max-width: 100%;
  }
  .event-summary .left-col:last-child {
    width: 430px;
  }
  .event-summary .left-col:last-child dl .inquiry-btn {
    width: 360px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li {
    width: 48%;
    float: left;
    margin-left: 2%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li img {
    width: 100%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li:first-child {
    margin-left: 0;
  }
}

@media all and (-ms-high-contrast: none) {
  .event-summary {
    overflow: hidden;
    height: 100%;
  }
}

@media screen and (max-width: 768px) {
  .event-summary {
    margin-top: 20px;
  }
  .event-summary .left-col:first-child {
    width: 100%;
    text-align: center;
  }
  .event-summary .left-col:first-child img {
    max-width: 100%;
  }
  .event-summary .left-col:first-child:not(p) {
    text-align: left;
  }
  .event-summary .left-col:last-child {
    width: 100%;
    margin-top: 20px;
  }
  .event-summary dl .inquiry-btn .list {
    text-align: right;
  }
  .event-summary dl .inquiry-btn .list li {
    margin-top: 14px;
  }
  .event-summary dl .inquiry-btn .list li img {
    max-width: 100%;
  }
  .event-summary dl .inquiry-btn .list li:first-child {
    margin-top: 0px;
  }
}

.event-table {
  /*width: $contents-inner-width;*/
  width: 100%;
}

.event-table th {
  width: 150px;
}

.event-table img {
  max-width: 100%;
  height: auto;
}

/* イベント詳細 */
.img-col {
  margin-top: 10px;
}

.img-col .left-col {
  float: left;
}

.img-col .left-col:first-child {
  margin-left: 0px;
}

@media screen and (min-width: 769px) {
  .img-col {
    width: 700px;
  }
  .img-col .left-col {
    margin-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .img-col {
    width: 100%;
  }
  .img-col .left-col {
    width: 49%;
    margin-left: 2%;
  }
  .img-col .left-col img {
    max-width: 100%;
  }
}

#event-page-slider {
  margin-top: 30px;
}

#event-page-slider .title {
  background: #0f8549;
  color: #fff;
  -webkit-border-top-left-radius: 2px;
  -webkit-border-top-right-radius: 2px;
  -moz-border-radius-topleft: 2px;
  -moz-border-radius-topright: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
  font-size: 115%;
}

#event-page-slider .title .bg {
  display: block;
  padding: 13px 15px;
  line-height: 1;
  overflow: hidden;
}

#event-page-slider .bxslider {
  border: 1px solid #0f8549;
  border-top: none;
  padding: 10px 30px;
  position: relative;
  /*-- コントロール位置 --*/
  /*--  next prev --*/
}

#event-page-slider .bxslider .list li {
  width: 265px;
  overflow: hidden;
}

#event-page-slider .bxslider .list li dl {
  overflow: hidden;
}

#event-page-slider .bxslider .list li dt {
  float: left;
}

#event-page-slider .bxslider .list li dt img {
  max-width: 100%;
}

#event-page-slider .bxslider .list li dd {
  float: left;
  margin-left: 5px;
}

#event-page-slider .bxslider .bx-controls {
  position: relative;
  bottom: 0;
  width: 100%;
  line-height: 1;
}

#event-page-slider .bxslider .bx-controls-auto {
  position: absolute;
  z-index: 3;
}

#event-page-slider .bxslider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#event-page-slider .bxslider .bx-controls-auto a {
  display: block;
  font-size: 0;
  line-height: 100%;
  background: transparent no-repeat left 0;
  background-size: cover;
}

#event-page-slider .bxslider .bx-controls-auto .bx-start:focus,
#event-page-slider .bxslider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#event-page-slider .bxslider .bx-controls-auto .active {
  display: none;
}

#event-page-slider .bxslider .bx-controls-direction {
  width: 100%;
}

#event-page-slider .bxslider .bx-controls-direction a {
  position: absolute;
  z-index: 14;
  display: block;
  text-indent: -9999px;
  background: transparent no-repeat left top;
  background-size: cover;
}

#event-page-slider .bxslider .bx-controls-direction .bx-prev:focus,
#event-page-slider .bxslider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  #event-page-slider .bxslider {
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-page-slider .bxslider .list li dt {
    width: 110px;
  }
  #event-page-slider .bxslider .list li dd {
    width: 195px;
  }
  #event-page-slider .bxslider .bx-controls-auto {
    bottom: 0px;
    right: -20px;
  }
  #event-page-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../img_sub/event_slider_stop.png);
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-start {
    background-image: url(../img_sub/event_slider_start.png);
  }
  #event-page-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-prev {
    bottom: 30px;
    left: -27px;
    background-image: url(../img_sub/event_slider_back.png);
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-next {
    bottom: 30px;
    right: -28px;
    background-image: url(../img_sub/event_slider_next.png);
  }
}

@media screen and (max-width: 768px) {
  #event-page-slider .bxslider {
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-page-slider .bxslider .list li dt {
    width: 40%;
  }
  #event-page-slider .bxslider .list li dd {
    width: 55%;
  }
  #event-page-slider .bxslider .bx-controls-auto {
    bottom: 0px;
    right: -28px;
  }
  #event-page-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../img_sub/event_slider_stop.png);
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-start {
    background-image: url(../img_sub/event_slider_start.png);
  }
  #event-page-slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-prev {
    bottom: 60px;
    left: -27px;
    background-image: url(../img_sub/event_slider_back.png);
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-next {
    bottom: 60px;
    right: -28px;
    background-image: url(../img_sub/event_slider_next.png);
  }
}

/*==================================
gogleマップ
==================================*/
.gmap-area #iw_googlemap_1 {
  margin: 0 auto;
}

/*==================================
更新日掲載
==================================*/
.wysiwyg .btn {
  text-align: right;
}

.wysiwyg .btn a {
  padding-left: 18px;
  background: url(../img_sub/level1row1_mod_dir.png) left 5px no-repeat;
}

/*==================================
カレンダー
==================================*/
#container-in-wide #calendar .list {
  width: 100%;
}

#container-in-wide #calendar .col-area .left-col .list li:first-child {
  float: left;
}

#container-in-wide #calendar .col-area .left-col .list li:last-child {
  float: right;
}

#container-in-wide #calendar .col2-area {
  margin-top: 30px;
}

#container-in-wide #calendar .col2-area .list li select {
  padding: 8px 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #57c06e;
  background: #fff;
}

#container-in-wide #calendar .col2-area .right-col .list li a {
  display: block;
  padding: 7px 10px 7px 45px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #f7f5f1 url(../img_sub/calendar_change_icon.png) no-repeat 20px 9px;
  color: #333;
  text-decoration: none;
}

#container-in-wide #calendar .col3-area {
  margin-top: 30px;
}

#container-in-wide #calendar .col3-area .left-col {
  width: 20%;
  padding-top: 5px;
}

#container-in-wide #calendar .col3-area .left-col a {
  padding: 0 0 0 15px;
  background: url(../img_common/eventcalendar_icon_back.png) no-repeat left center;
}

#container-in-wide #calendar .col3-area .right-col .list .back {
  float: left;
  text-align: right;
  padding-top: 5px;
}

#container-in-wide #calendar .col3-area .right-col .list .back a {
  padding: 0 0 0 15px;
  background: url(../img_common/eventcalendar_icon_back.png) no-repeat left center;
}

#container-in-wide #calendar .col3-area .right-col .list .next {
  float: right;
  padding-top: 5px;
}

#container-in-wide #calendar .col3-area .right-col .list .next a {
  padding: 0 15px 0 0;
  background: url(../img_common/eventcalendar_icon_next.png) no-repeat right center;
}

@media screen and (min-width: 769px) {
  #container-in-wide #calendar .view-sp {
    display: none;
  }
  #container-in-wide #calendar .center-col {
    width: 60%;
    float: left;
    text-align: center;
  }
  #container-in-wide #calendar .col2-area .right-col {
    padding-right: 0px;
    float: right;
    width: 210px;
  }
  #container-in-wide #calendar .col3-area .right-col {
    width: 160px;
    padding-right: 0px;
  }
  #container-in-wide #calendar .col3-area .right-col .list .back
, #container-in-wide #calendar .col3-area .right-col .list .next {
    width: 70px;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide #calendar .view-pc {
    display: none;
  }
  #container-in-wide #calendar .center-col {
    width: 100%;
    float: left;
    text-align: center;
  }
  #container-in-wide #calendar .col2-area .right-col {
    width: 100%;
    clear: both;
    float: none;
    text-align: center;
    display: block;
    padding-top: 20px;
  }
  #container-in-wide #calendar .col3-area .right-col {
    width: 60%;
  }
  #container-in-wide #calendar .col3-area .right-col .list .back
, #container-in-wide #calendar .col3-area .right-col .list .next {
    width: 48%;
  }
  #container-in-wide #calendar .col3-area .right-col .list .next {
    text-align: right;
  }
}

#container-in-wide .calendar-search-area {
  margin-top: 20px;
  background: #e4f4e7;
}

#container-in-wide .calendar-search-area .calendar-search-category {
  display: block;
}

#container-in-wide .calendar-search-area select {
  padding: 8px 15px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 1px solid #57c06e;
  background: #fff;
}

#container-in-wide .calendar-search-area option {
  background-color: #fff;
}

@media screen and (min-width: 769px) {
  #container-in-wide .calendar-search-area .calendar-search-category {
    width: 100%;
  }
  #container-in-wide .calendar-search-area .calendar-search-category select {
    width: 230px;
  }
  #container-in-wide .calendar-search-area .box,
  #container-in-wide .calendar-search-area .box2 {
    padding: 10px;
    border-bottom: 1px solid #fff;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide .calendar-search-area .calendar-search-category {
    width: 60%;
    min-width: 230px;
    margin: 0 auto;
  }
  #container-in-wide .calendar-search-area .calendar-search-category select {
    width: 100%;
  }
  #container-in-wide .calendar-search-area .box,
  #container-in-wide .calendar-search-area .box2 {
    border-bottom: 2px solid #fff;
    padding: 20px;
  }
}

#container-in-wide .calendar-search-area .box dt,
#container-in-wide .calendar-search-area .box2 dt {
  font-weight: bold;
  border-left: 6px solid #0f8549;
  padding-left: 10px;
}

#container-in-wide .calendar-search-area .box dd,
#container-in-wide .calendar-search-area .box2 dd {
  margin-top: 10px;
  padding: 0 10px;
}

#container-in-wide .calendar-search-area .box .space input,
#container-in-wide .calendar-search-area .box2 .space input {
  height: 1.2em;
  width: 1.2em;
}

#container-in-wide .calendar-search-area .box .space,
#container-in-wide .calendar-search-area .box2 .space {
  display: inline-block;
  font-size: 90%;
  padding: 5px 10px 0 0;
}

#container-in-wide .calendar-search-area .input-button input {
  margin: 0px auto;
  padding: 15px 0;
  background-color: #57c06e;
  border: none;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #000;
  font-size: 120%;
  cursor: pointer;
  -webkit-appearance: none;
}

@media screen and (min-width: 769px) {
  #container-in-wide .calendar-search-area .input-button input {
    width: 200px;
  }
}

@media screen and (max-width: 768px) {
  #container-in-wide .calendar-search-area .input-button input {
    width: 55%;
    min-width: 200px;
  }
}

#container-in-wide .calendar-list-area table,
#container-in-wide .calendar-box-area table {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
}

#container-in-wide .calendar-list-area table {
  margin: 10px 0 0 1px;
  width: 100%;
}

#container-in-wide .calendar-list-area table caption {
  text-align: left;
  font-weight: bold;
}

#container-in-wide .calendar-list-area table td, #container-in-wide .calendar-list-area table th {
  border: 1px solid #bfbfbf;
  border-collapse: collapse;
  padding: 5px;
  background: none;
}

#container-in-wide .calendar-list-area table .date,
#container-in-wide .calendar-list-area table .day {
  font-weight: bold;
  text-align: center;
  width: 40px;
}

#container-in-wide .calendar-list-area table .sun,
#container-in-wide .calendar-list-area table .sun th {
  background-color: #ffe6e8;
  color: #E02729;
}

#container-in-wide .calendar-list-area table .sat,
#container-in-wide .calendar-list-area table .sat th {
  background-color: #cfe8f7;
  color: #008CD2;
}

#container-in-wide .calendar-list-area table em {
  font-style: normal;
  font-weight: bold;
  padding-right: 15px;
}

#container-in-wide .calendar-list-area table a {
  padding-left: 18px;
  background: url(../img_sub/calendar_event_icon.png) no-repeat left 3px;
}

#container-in-wide .calendar-box-area table {
  width: 100%;
  margin-top: 20px;
  color: #333333;
  border-spacing: 0;
  border-right: none;
  background: url(../img_sub/calendar_tbl_bg.png) repeat-y left top;
}

#container-in-wide .calendar-box-area table .week-row th {
  background: url(../img_sub/calendar_week_bg.png) repeat-y 1px top;
  color: inherit;
  padding: 8px 0;
  border-bottom: 1px solid #bbb;
  width: 137px;
  font-size: 110%;
  font-weight: bold;
}

#container-in-wide .calendar-box-area table .week-row .sun {
  background: none;
  color: #E02729;
}

#container-in-wide .calendar-box-area table .week-row .sat {
  background: none;
  color: #008CD2;
}

#container-in-wide .calendar-box-area table td {
  width: 134px;
  vertical-align: top;
}

#container-in-wide .calendar-box-area table .day-sat {
  width: 138px;
}

#container-in-wide .calendar-box-area table .col td {
  padding-top: 0;
  padding-bottom: 0;
  border-bottom: none;
}

#container-in-wide .calendar-box-area table .col .day-sun,
#container-in-wide .calendar-box-area table .col-day .day-sun {
  background-color: #ffeeee;
  border-left: 1px solid #bbb;
  border-right: 1px solid #bbb;
}

#container-in-wide .calendar-box-area table .col-day {
  border-top: 1px solid #bbb;
}

#container-in-wide .calendar-box-area table .col-day td {
  padding-bottom: 0;
  border-bottom: none;
  text-align: right;
}

#container-in-wide .calendar-box-area table .col-day td p {
  padding: 5px 10px 10px 5px;
}

#container-in-wide .calendar-box-area table .col-day .day-sat p {
  color: #0a6b70;
}

#container-in-wide .calendar-box-area table .col-day .day-sun p {
  color: #b91212;
}

#container-in-wide .calendar-box-area table p {
  padding: 0px 7px 10px 7px;
  margin: 0;
}

#container-in-wide .calendar-box-area table p a {
  display: block;
  padding: 7px 10px;
  background: #f6f7bf;
  border: 1px solid #b6b6b6;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
}

#container-in-wide .calendar-box-area table .step_over_next {
  padding-right: 0;
}

#container-in-wide .calendar-box-area table .step_over_next a {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-right: 1px solid #bbb;
}

#container-in-wide .calendar-box-area table .step_over_end {
  padding-left: 0;
}

#container-in-wide .calendar-box-area table .step_over_end a {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  border-left: none;
}

/*==================================
notfoundページ
==================================*/
.attention-area .in {
  background-color: #e4f4e7;
  margin-top: 20px;
  padding: 20px;
}

/*==================================
自由レイアウト
==================================*/
.free-layout-area .img-text .left-col img,
.free-layout-area .img-text .right-col img {
  max-width: 100%;
}

.free-layout-area .layout4 {
  margin-top: 20px;
}

.free-layout-area .layout4 .left-col {
  width: 32% !important;
  margin-left: 2%;
}

.free-layout-area .layout4 .left-col:first-child {
  margin-left: 0;
}

.free-layout-area .layout4 .right-col {
  width: 32%;
}

.free-layout-area .layout4 .left-col img,
.free-layout-area .layout4 .right-col img {
  max-width: 100%;
}

.free-layout-area .layout3 .left-col {
  width: 49% !important;
}

.free-layout-area .layout3 .right-col {
  width: 49% !important;
  margin-left: 2%;
}

.free-layout-area .layout3 .left-col img,
.free-layout-area .layout3 .right-col img {
  max-width: 100%;
}

/* パブリックコメント検索ページ */
.pubcom-list-area .in {
  margin-top: 10px;
}

.pubcom-list-area .title {
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat left center;
  font-weight: bold;
}

.pubcom-list-area .txt {
  margin-top: 10px;
}

.pubcom-list-area .summary {
  margin-top: 10px;
  padding: 10px;
  background-color: #e4f4e7;
}

.pubcom-list-area .summary span {
  display: block;
}

/* パブリックコメント詳細ページ */
.pubcom-boshuchu-area .status,
.pubcom-kekka-area .status {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  margin-top: 10px;
  padding: 5px 10px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background-color: #eed7e9;
}

.pubcom-table {
  width: 100%;
}

.pubcom-table th {
  width: 150px;
}

.pubcom-table img {
  max-width: 100%;
  height: auto;
}

/* よくあるご質問トップページ */
.faq-keyword-area .search {
  margin-top: 10px;
  text-align: center;
}

.faq-list-area .faq-recent-area .list,
.faq-list-area .faq-view-area .list {
  padding: 0 0 0 2.5em;
  list-style-type: decimal;
}

.faq-list-area .faq-recent-area .list li,
.faq-list-area .faq-view-area .list li {
  margin: 10px 0 0;
}

@media screen and (min-width: 769px) {
  .faq-list-area {
    /* 1階層2列表示 */
    /* 2階層1列 */
    /* 2階層2列 */
  }
  .faq-list-area > .left-col,
  .faq-list-area > .right-col {
    width: 340px;
  }
  .faq-list-area .level1col2 {
    width: 340px;
  }
  .faq-list-area .level1col2 li {
    width: 160px;
  }
  .faq-list-area .level2col1 .list,
  .faq-list-area .level2col1 .list2 {
    width: 340px;
  }
  .faq-list-area .level2col1 .list li,
  .faq-list-area .level2col1 .list2 li {
    width: 160px;
  }
  .faq-list-area .level2col2 {
    width: 340px;
  }
  .faq-list-area .level2col2 .left-col {
    width: 160px;
  }
  .faq-list-area .level2col2 .right-col {
    width: 160px;
  }
  .faq-list-area .level2col2 .col {
    width: 340px;
  }
  .faq-list-area .level2col2 .list li {
    width: 120px;
  }
  .faq-list-area .level2col2 .box2 .list {
    width: 325px;
  }
  .faq-list-area .level2col2 .box2 .list li {
    width: 100px;
  }
}

@media screen and (max-width: 768px) {
  .faq-list-area > .left-col,
  .faq-list-area > .right-col {
    float: none;
    width: 100%;
  }
  .faq-list-area .level2col2 .box2 .list li {
    width: 40%;
  }
}

/* よくあるご質問詳細ページ */
.faq-answer-area {
  margin-top: 20px;
  padding: 0 0 5px 50px;
  background: url(../img_sub/h2_faq_title_icon.png) no-repeat 10px top;
}

/* よくあるご質問詳細ページ 0009_2 */
.faq-block {
  margin-top: 20px;
}

.faq-block .faq-q-title {
  color: #333;
  font-size: 150%;
  box-sizing: border-box;
  overflow: hidden;
  padding: 8px 15px 6px 59px;
  background: url(../img_sub/h1_faq_title_icon.png) no-repeat 10px 11px, url(../img_sub/faq_icon_plus.png) no-repeat right 10px center;
  background-color: #e4f4e7;
}

.faq-block .faq-q-title.on {
  background: url(../img_sub/h1_faq_title_icon.png) no-repeat 10px 11px, url(../img_sub/faq_icon_minus.png) no-repeat right 10px center;
  background-color: #e4f4e7;
}

.faq-block .faq-answer-area .wysiwyg p {
  margin-top: 0;
}

/* 大カテゴリトップページ 1008-2 1008-3 */
#contents-large-category h1 img {
  max-width: 100%;
}

#contents-large-category .news-area .more {
  margin-top: 15px;
  text-align: center;
}

#contents-large-category .news-area .more a {
  display: inline-block;
  padding: 5px 20px 5px 30px;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #57c06e url(../img_sub/news_more_arrow.png) no-repeat 15px center;
  color: #000;
  font-weight: bold;
  text-decoration: none;
}

#contents-large-category .side-search-area {
  margin-bottom: 20px;
}

#contents-large-category .side-search-area dt {
  font-weight: bold;
}

#contents-large-category .side-search-area dd {
  margin-top: 5px;
}

#contents-large-category .side-search-area dd img {
  width: 100%;
  height: auto;
}

#contents-large-category .side-nav-list {
  margin-bottom: 20px;
}

#contents-large-category .side-nav-list dl {
  margin: 20px 0 0;
}

#contents-large-category .side-nav-list dl:first-child {
  margin-top: 0;
}

#contents-large-category .side-nav-list .title {
  padding: 10px 15px;
  border-bottom: 2px solid #0f8549;
  background: #e4f4e7;
  font-size: 100%;
}

#contents-large-category .side-nav-list .title a {
  color: #000;
}

#contents-large-category .side-nav-list .list {
  padding: 10px 15px;
}

#contents-large-category .side-nav-list .list li {
  margin-top: 10px;
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat 0 0.5em;
}

#contents-large-category .side-nav-list .list li:first-child {
  margin-top: 0;
}

#contents-large-category .side-nav-list .list li span {
  background: #e4f4e7;
}

#contents-large-category .side-bnr-area {
  margin-bottom: 20px;
}

#contents-large-category .side-bnr-area .list li {
  margin-top: 10px;
}

#contents-large-category .side-bnr-area .list li:first-child {
  margin-top: 0;
}

#contents-large-category .side-bnr-area .list li img {
  max-width: 100%;
}

#contents-large-category .side-view-area {
  margin-bottom: 20px;
}

#contents-large-category .side-view-area .title {
  padding: 10px 15px;
  border-bottom: 2px solid #0f8549;
  background: #e4f4e7;
  font-size: 100%;
}

#contents-large-category .side-view-area .list {
  padding-left: 2.5em;
  list-style-type: decimal;
}

#contents-large-category .side-view-area .list li {
  margin-top: 10px;
}

#contents-large-category .side-view-area .list li span {
  background: #e4f4e7;
}

@media screen and (min-width: 769px) {
  #contents-large-category > .left-col {
    width: 700px;
  }
  #contents-large-category > .right-col {
    width: 200px;
    margin-top: 20px;
  }
}

@media screen and (max-width: 768px) {
  #contents-large-category > .left-col {
    float: none;
    width: 100%;
  }
  #contents-large-category > .right-col {
    display: none;
    float: none;
    width: 100%;
  }
}

#large-category-slider {
  margin-top: 20px;
  /*-- コントロール位置 --*/
  /*--  next prev --*/
}

#large-category-slider .bxslider {
  position: relative;
}

#large-category-slider .bxslider .list li {
  overflow: hidden;
  width: 700px;
}

#large-category-slider .bxslider .list li img {
  max-width: 100%;
}

#large-category-slider .bx-controls {
  width: 100%;
  line-height: 1;
}

#large-category-slider .bx-controls-auto {
  position: absolute;
  right: 10px;
  bottom: 10px;
  z-index: 3;
}

#large-category-slider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#large-category-slider .bx-controls-auto a {
  display: block;
  font-size: 0;
  line-height: 100%;
  background: transparent no-repeat left 0;
  background-size: cover;
}

#large-category-slider .bx-controls-auto .bx-stop {
  background-image: url(../img_sub/event_slider_stop.png);
}

#large-category-slider .bx-controls-auto .bx-start {
  background-image: url(../img_sub/event_slider_start.png);
}

#large-category-slider .bx-controls-auto .bx-start:focus,
#large-category-slider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#large-category-slider .bx-controls-auto .active {
  display: none;
}

#large-category-slider .bx-controls-direction {
  width: 100%;
}

#large-category-slider .bx-controls-direction a {
  display: block;
  position: absolute;
  z-index: 14;
  background: transparent no-repeat left top;
  background-size: cover;
  text-indent: -9999px;
}

#large-category-slider .bx-controls-direction .bx-prev {
  bottom: 50%;
  left: 10px;
  background-image: url(../img_sub/event_slider_back.png);
}

#large-category-slider .bx-controls-direction .bx-next {
  bottom: 50%;
  right: 10px;
  background-image: url(../img_sub/event_slider_next.png);
}

#large-category-slider .bx-controls-direction .bx-prev:focus,
#large-category-slider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  #large-category-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #large-category-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
}

@media screen and (max-width: 768px) {
  #large-category-slider .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #large-category-slider .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
}

/* サムネイル型目次ページ */
.thumbnail-list-area .list {
  width: 100%;
}

.thumbnail-list-area .list li {
  float: left;
  width: 32%;
  margin: 20px 0 0 2%;
}

.thumbnail-list-area .list li:first-child {
  margin-left: 0;
}

.thumbnail-list-area .list li a {
  color: #000;
  text-decoration: none;
}

.thumbnail-list-area .list li .thumb img {
  max-width: 100%;
  height: auto;
}

.thumbnail-list-area .list li .title {
  display: block;
  margin-top: 5px;
  font-weight: bold;
}

.thumbnail-list-area .list li a .title {
  text-decoration: underline;
}

.thumbnail-list-area .list li a:hover .title {
  text-decoration: none;
}

.thumbnail-list-area .list li .txt {
  display: block;
}

/* ごみ分別検索ページ */
.garbage-search-area .unit {
  overflow: hidden;
  width: 100%;
}

@media screen and (min-width: 769px) {
  .garbage-search-area .unit .left-col {
    width: 350px;
  }
  .garbage-search-area .unit .right-col {
    width: 580px;
  }
}

@media screen and (max-width: 768px) {
  .garbage-search-area .unit .left-col {
    float: none;
    width: 100%;
  }
  .garbage-search-area .unit .right-col {
    float: none;
    width: 100%;
  }
}

.garbage-search-area .unit .in {
  margin: 10px auto 0;
  padding: 4px 14px 14px;
  border: 1px solid #ddd;
  background-color: #eee;
}

.garbage-search-area .unit .box {
  margin-top: 10px;
}

.garbage-search-area .input {
  width: 100%;
  font-size: 140%;
}

.garbage-search-area .input2 {
  width: 100%;
  font-size: 140%;
}

.garbage-search-area .input-box {
  display: block;
  margin-top: 5px;
  text-align: center;
}

@media screen and (min-width: 769px) {
  .garbage-search-area .input-box input {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .garbage-search-area .input-box input {
    width: 50%;
  }
}

.garbage-search-area .wa50 {
  overflow: hidden;
}

.garbage-search-area .yayuyo {
  width: 61px !important;
  margin-right: 2px !important;
  margin-left: 2px !important;
}

.garbage-search-area .wa50 li {
  float: left;
  width: 35px;
  margin: 5px 2px 0;
  text-align: center;
}

.garbage-search-area .wa50 a {
  display: block;
  background-color: #eee;
}

.garbage-search-area .wa50 a:hover {
  background-color: #fff9b1;
}

.garbage-search-area .wa50 .on {
  display: block;
  background-color: #fff9b1;
}

.garbage-search-area .desc {
  margin-top: 10px;
}

.garbage-search-area .list {
  overflow: hidden;
  width: 100%;
}

.garbage-search-area .list li {
  float: left;
  width: 12.5%;
  margin-top: 10px;
}

.garbage-search-area .list li a {
  display: block;
  padding: 2px;
  border: 1px solid #ccc;
  background-color: #ddd;
  text-align: center;
}

.garbage-search-area .list li a.on {
  background-color: #1a473b;
  color: #fff;
}

.garbage-search-area .list2 {
  margin-top: 10px;
  text-align: center;
}

.garbage-search-area .list2 li {
  display: inline;
  margin: 0 2px;
}

.garbage-search-area .list2 li a {
  display: inline-block;
  padding: 5px 10px;
  background-color: #ddd;
}

.garbage-search-area .garbage-table {
  width: 100%;
}

.garbage-search-area .garbage-table th:nth-child(1) {
  width: 20%;
}

.garbage-search-area .garbage-table th:nth-child(2) {
  width: 20%;
}

.garbage-search-area .garbage-table th:nth-child(3) {
  width: 30%;
}

.garbage-result-area {
  margin-top: 10px;
}

.garbage-result-area .count {
  color: #c00;
}

#garbage-result-table {
  width: 100%;
}

/* 通常 */
.level2col2js h3 {
  background: url(../img_sub/h3_headcom2_bg_mid.png) repeat-y left top;
  font-size: 120%;
  margin-top: 20px;
  color: #333;
}

.level2col2js h3 .bg {
  display: block;
  padding-top: 8px;
  background: url(../img_sub/h3_headcom2_bg_top.png) no-repeat left top;
}

.level2col2js h3 .bg2 {
  display: block;
  padding: 0 0 8px 10px;
  background: url(../img_sub/h3_headcom2_bg_btm.png) no-repeat left bottom;
}

.level2col2js h3 .bg3 {
  display: block;
  border-left: solid 2px #4359a3;
  padding-left: 10px;
  line-height: 1.2;
}

.level2col2js .description {
  margin-top: 10px;
}

/* 各課 */
.kakuka-area {
  margin-top: 20px;
  overflow: hidden;
  width: 700px;
}

.kakuka-area .left-col {
  float: left;
  width: 300px;
}

.kakuka-area .right-col {
  float: right;
  width: 380px;
}

.kakuka-area .right-col .title {
  margin-top: 20px;
  padding: 4px 3px;
  overflow: hidden;
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  background: #73b2a1 url(../img_sub/h2_bg.png) repeat left top;
  color: #002b33;
  font-size: 150%;
  box-sizing: border-box;
}

.kakuka-area .right-col .title .bg {
  display: block;
  padding: 6px 0;
  background: url(../img_sub/h2_bg02.png) repeat-y left top, url(../img_sub/h2_bg02.png) repeat-y right top;
  background-color: #eaf6f3;
}

.kakuka-area .right-col .title .bg2 {
  display: block;
  padding: 0 20px;
  background-color: #eaf6f3;
}

@media screen and (max-width: 768px) {
  .kakuka-area {
    width: 100%;
  }
  .kakuka-area .left-col {
    float: left;
    width: 47%;
  }
  .kakuka-area .left-col img {
    width: 100%;
    height: auto;
  }
  .kakuka-area .right-col {
    float: right;
    width: 50%;
  }
  #keyword-area {
    display: none;
  }
}

#social-update-area #social #twitter, #social-update-area #social #facebook_like, #social-update-area #social #google_plusone {
  margin-right: 10px;
}

#social-update-area #social #line {
  display: none;
}

#social-update-area .update {
  text-align: right;
  vertical-align: top;
}

@media screen and (min-width: 769px) {
  #social-update-area {
    margin: 20px 20px 0;
  }
  #social-update-area .in {
    display: table;
    width: 100%;
  }
  #social-update-area #social, #social-update-area .update {
    display: table-cell;
    width: 50%;
  }
}

@media screen and (max-width: 768px) {
  #social-update-area #social {
    margin-top: 20px;
  }
  #social-update-area #social #line {
    display: block;
  }
  #social-update-area .update {
    margin-top: 15px;
  }
}

@media screen and (max-width: 768px) {
  #container {
    margin: 20px 20px 0 !important;
  }
}

/*==================================
申請書検索ページ（目次）
==================================*/
.shinseisyo-keyword-area .search {
  margin-top: 10px;
  text-align: center;
}

.shinseisyo-view-area .list {
  padding: 0 0 0 2.5em;
  list-style-type: decimal;
}

.shinseisyo-view-area .list li {
  margin: 10px 0 0 4%;
  width: 48%;
  float: left;
}

/*==================================
概要パーツ（1013・1015-2で使用中）
==================================*/
.summary-parts .link-detaile dd {
  margin-top: 10px;
}

@media screen and (min-width: 769px) {
  .summary-parts {
    margin-top: 10px;
  }
  .summary-parts .left-col:first-child {
    width: 260px;
    margin-right: 10px;
  }
  .summary-parts .left-col:first-child img {
    max-width: 100%;
  }
  .summary-parts .left-col:last-child {
    width: 430px;
  }
}

@media screen and (max-width: 768px) {
  .summary-parts {
    margin-top: 20px;
  }
  .summary-parts .left-col:first-child {
    width: 100%;
    text-align: center;
  }
  .summary-parts .left-col:first-child img {
    max-width: 100%;
  }
  .summary-parts .left-col:last-child {
    width: 100%;
    margin-top: 20px;
  }
}

/*==================================
スライダーパーツ　2カラム（1013で使用中）
==================================*/
#slider-parts .bxslider {
  border: 1px solid #0f8549;
  border-top: none;
  padding: 10px 30px;
  position: relative;
  /*-- コントロール位置 --*/
  /*--  next prev --*/
}

#slider-parts .bxslider .list li {
  width: 265px;
  overflow: hidden;
}

#slider-parts .bxslider .list li dl {
  overflow: hidden;
}

#slider-parts .bxslider .list li dt {
  float: left;
}

#slider-parts .bxslider .list li dt img {
  max-width: 100%;
}

#slider-parts .bxslider .list li dd {
  float: right;
}

#slider-parts .bxslider .bx-controls {
  position: relative;
  bottom: 0;
  width: 100%;
  line-height: 1;
}

#slider-parts .bxslider .bx-controls-auto {
  position: absolute;
  z-index: 3;
}

#slider-parts .bxslider .bx-controls-auto .bx-controls-auto-item {
  display: block !important;
}

#slider-parts .bxslider .bx-controls-auto a {
  display: block;
  font-size: 0;
  line-height: 100%;
  background: transparent no-repeat left 0;
  background-size: cover;
}

#slider-parts .bxslider .bx-controls-auto .bx-start:focus,
#slider-parts .bxslider .bx-controls-auto .bx-stop:focus {
  background-color: transparent;
}

#slider-parts .bxslider .bx-controls-auto .active {
  display: none;
}

#slider-parts .bxslider .bx-controls-direction {
  width: 100%;
}

#slider-parts .bxslider .bx-controls-direction a {
  position: absolute;
  z-index: 14;
  display: block;
  text-indent: -9999px;
  background: transparent no-repeat left top;
  background-size: cover;
}

#slider-parts .bxslider .bx-controls-direction .bx-prev:focus,
#slider-parts .bxslider .bx-controls-direction .bx-next:focus {
  background-color: transparent;
}

@media screen and (min-width: 769px) {
  #slider-parts .bxslider {
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #slider-parts .bxslider .list li dt {
    width: 110px;
  }
  #slider-parts .bxslider .list li dd {
    width: 195px;
  }
  #slider-parts .bxslider .bx-controls-auto {
    bottom: 0px;
    right: -20px;
  }
  #slider-parts .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #slider-parts .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../img_sub/event_slider_stop.png);
  }
  #slider-parts .bxslider .bx-controls-auto .bx-start {
    background-image: url(../img_sub/event_slider_start.png);
  }
  #slider-parts .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #slider-parts .bxslider .bx-controls-direction .bx-prev {
    bottom: 30px;
    left: -27px;
    background-image: url(../img_sub/event_slider_back.png);
  }
  #slider-parts .bxslider .bx-controls-direction .bx-next {
    bottom: 30px;
    right: -28px;
    background-image: url(../img_sub/event_slider_next.png);
  }
}

@media screen and (max-width: 768px) {
  #slider-parts .bxslider {
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #slider-parts .bxslider .list li dt {
    width: 40%;
  }
  #slider-parts .bxslider .list li dd {
    width: 55%;
    margin-left: 5%;
  }
  #slider-parts .bxslider .bx-controls-auto {
    bottom: 0px;
    right: -28px;
  }
  #slider-parts .bxslider .bx-controls-auto a {
    width: 32px;
    height: 32px;
  }
  #slider-parts .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../img_sub/event_slider_stop.png);
  }
  #slider-parts .bxslider .bx-controls-auto .bx-start {
    background-image: url(../img_sub/event_slider_start.png);
  }
  #slider-parts .bxslider .bx-controls-direction a {
    width: 50px;
    height: 50px;
  }
  #slider-parts .bxslider .bx-controls-direction .bx-prev {
    bottom: 60px;
    left: -27px;
    background-image: url(../img_sub/event_slider_back.png);
  }
  #slider-parts .bxslider .bx-controls-direction .bx-next {
    bottom: 60px;
    right: -28px;
    background-image: url(../img_sub/event_slider_next.png);
  }
}

/*==================================
タイトル+リストパーツ　（1013で使用中）
==================================*/
.title-list-parts {
  padding-bottom: 15px;
  background-color: #fff;
  margin-top: 20px;
}

.title-list-parts .title {
  padding: 8px 15px 6px 15px;
  background: #42927c;
  color: #fff;
  font-size: 125%;
  font-weight: bold;
  box-sizing: border-box;
  -webkit-border-top-left-radius: 5px;
  -webkit-border-top-right-radius: 5px;
  -moz-border-radius-topleft: 5px;
  -moz-border-radius-topright: 5px;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}

.title-list-parts .title a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.title-list-parts .in {
  padding: 15px;
  border: 1px solid #42927c;
  border-top: none;
}

.title-list-parts li {
  background: url(../img_common/common_arrow_green.png) no-repeat 0 5px;
  margin-top: 10px;
  padding-left: 13px;
  float: left;
  width: 320px;
}

.title-list-parts li a {
  padding: 0 10px 0 0;
}

.title-list-parts li span {
  background: #e4f4e7;
}

/*==================================
広報誌詳細専用　（0013で使用中）
==================================*/
#koho-block {
  margin-top: 20px;
}

#koho-block > .right-col .gaiyo {
  padding: 0 10px;
}

#koho-block > .right-col #kobetsu-downlod-area .box {
  margin: 20px 0 0 0;
}

#koho-block > .right-col #kobetsu-downlod-area .box > .left-col.title span {
  padding: 10px;
  font-weight: bold;
  display: block;
}

#koho-block > .right-col #kobetsu-downlod-area .box > .right-col {
  border-left: 2px solid #cccccc;
  box-sizing: border-box;
  padding-bottom: 10px;
}

@media screen and (min-width: 769px) {
  #koho-block > .left-col {
    width: 150px;
    margin-right: 20px;
  }
  #koho-block > .left-col .thumb .list .img-item:first-child {
    margin-top: 0;
  }
  #koho-block > .right-col {
    float: left;
    width: 530px;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .left-col {
    width: 20%;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .right-col {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #koho-block > .left-col .thumb li {
    width: 49%;
    float: left;
    margin-left: 2%;
  }
  #koho-block > .left-col .thumb li:nth-child(2n+1) {
    margin-left: 0;
  }
  #koho-block > .right-col .gaiyo {
    margin-top: 20px;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .left-col {
    width: 25%;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .right-col {
    width: 75%;
  }
}

/*==================================
ソーシャルボタンの初期化css
==================================*/
#social {
  font-size: small;
}

#twitter {
  float: left;
}

#twitter iframe {
  vertical-align: bottom;
}

#facebook_like {
  width: 82px !important;
  float: left;
}

#facebook_like iframe {
  height: 20px !important;
  vertical-align: bottom;
  width: 82px !important;
}

#google_plusone {
  width: 58px;
  float: left;
}

@media screen and (max-width: 768px) {
  #social {
    height: 36px;
  }
  #twitter {
    width: 120px;
  }
  #facebook_like {
    width: 147px !important;
  }
  #google_plusone {
    width: 105px;
  }
  #twitter, #facebook_like, #google_plusone {
    transform-origin: left top;
    -webkit-transform-origin: left top;
    -moz-transform-origin: left top;
    transform: scale(1.8);
    -webkit-transform: scale(1.8);
    -moz-transform: scale(1.8);
  }
}

/*==================================
募集ページ用　（0016で使用中）
==================================*/
#boshu-area .boshu-table {
  width: 100%;
}

#boshu-area .status {
  display: inline-block;
  margin-right: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
}

#boshu-area .status.boshuchu {
  background: #952411;
}

#boshu-area .status.boshumae {
  background: #d93600;
}

#boshu-area .status.boshushuryo {
  background: #555;
}

/*==================================
募集一覧ページ用　（1016で使用中）
==================================*/
#boshu-list-area .boshu-list .in, #boshu-list-area .boshu-list-other .in {
  margin-top: 15px;
  padding: 10px;
  border: 1px solid #0f8549;
}

#boshu-list-area .boshu-list .in .title, #boshu-list-area .boshu-list-other .in .title {
  padding-left: 15px;
  background: url(../img_common/arrow01.png) no-repeat left 0.5em;
  font-weight: bold;
}

#boshu-list-area .boshu-list .in .summary, #boshu-list-area .boshu-list-other .in .summary {
  margin-top: 10px;
  padding: 10px;
  background-color: #e4f4e7;
}

#boshu-list-area .boshu-list .status, #boshu-list-area .boshu-list-other .status {
  display: inline-block;
  margin-left: 10px;
  padding: 2px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  color: #fff;
}

#boshu-list-area .boshu-list .status.boshuchu, #boshu-list-area .boshu-list-other .status.boshuchu {
  background: #952411;
}

#boshu-list-area .boshu-list .status.boshumae, #boshu-list-area .boshu-list-other .status.boshumae {
  background: #d93600;
}

#boshu-list-area .boshu-list .status.boshushuryo, #boshu-list-area .boshu-list-other .status.boshushuryo {
  background: #555;
}

/*==================================
夜間休日当番医ページ用（O/D連携）
==================================*/
.yakankyujitsutobani-table {
  width: 100%;
}

.yakankyujitsutobani-table th {
  width: 15%;
}

.yakankyujitsutobani-table th:first-child {
  width: 15%;
}

.yakankyujitsutobani-table th:last-child {
  width: 55%;
}

.yakankyujitsutobani-table dl {
  overflow: hidden;
  margin: 5px 0 0;
}

.yakankyujitsutobani-table dl dt {
  float: left;
  width: 5em;
  padding: 2px 0;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #e4f4e7;
  font-weight: bold;
  text-align: center;
}

.yakankyujitsutobani-table dl dd {
  padding: 2px 0 2px 6em;
}

.yakankyujitsutobani-table dl:first-child {
  margin-top: 0;
}

/*==================================
入札ページ用　（0017で使用中）
==================================*/
.nyusatsu-table {
  width: 100%;
}

.nyusatsu-result-table {
  width: 100%;
}

.hatchu-area .status {
  display: inline-block;
  padding: 2px 10px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  background: #952411;
  color: #fff;
}

/*==================================
広報誌トップページ用　（1015-2で使用中）
==================================*/
.backnumber-area .this-year-block .list {
  letter-spacing: -.40em;
}

.backnumber-area .this-year-block .list li {
  display: inline-block;
  width: 330px;
  margin: 10px 10px 0;
  vertical-align: top;
  letter-spacing: normal;
}

.backnumber-area .this-year-block dl dd {
  margin-top: 10px;
}

.backnumber-area .this-year-block dl dd .left-col {
  width: 150px;
}

.backnumber-area .this-year-block dl dd .right-col {
  width: 165px;
}

.backnumber-area .this-year-block dl dd .left-col img {
  max-width: 100%;
  height: auto;
}

.backnumber-area .last-year-block {
  margin-top: 20px;
  padding: 15px;
  border: 1px solid #42927c;
}

.backnumber-area .last-year-block .list li {
  background: url(../img_common/common_arrow_green.png) no-repeat 0 5px;
  margin-top: 10px;
  padding-left: 13px;
  float: left;
  width: 320px;
}

.backnumber-area .last-year-block .list li a {
  padding: 0 10px 0 0;
}

.backnumber-area .last-year-block .list li span {
  background: #e4f4e7;
}

@media screen and (max-width: 768px) {
  .backnumber-area .this-year-block .list li {
    display: block;
    width: 100%;
    margin: 10px 10px 0;
  }
  .backnumber-area .this-year-block dl dd .left-col {
    width: 35%;
  }
  .backnumber-area .this-year-block dl dd .right-col {
    width: 61%;
  }
}

/*==================================
入札目次ページ用　（1017で使用中）
==================================*/
.past-list-area {
  margin-top: 20px;
  padding: 0 9px 9px;
  border: 1px solid #eef0f3;
}

@media screen and (min-width: 769px) {
  .past-list-area .level1col2 {
    width: 680px;
  }
  .past-list-area .level1col2 li {
    width: 330px;
  }
}

/*++++++++++++++++++++++++++++++++++
 *下層ページのサイドエリア専用CSS
 * @version 0.0.1 
++++++++++++++++++++++++++++++++++*/
/*==================================
サイドナビ
==================================*/
.side-nav-list {
  background-color: #fff;
}

.side-nav-list .title {
  padding: 8px 10px 5px 15px;
  background: #217e59;
  font-size: 125%;
  font-weight: bold;
  color: #fff;
}

.side-nav-list .title a {
  display: block;
  color: #fff;
  text-decoration: none;
}

.side-nav-list .list {
  padding: 20px;
}

.side-nav-list .list li {
  background: url(../img_common/common_arrow.png) no-repeat 0 5px;
  margin-top: 5px;
  padding-left: 15px;
  word-break: break-all;
}

.side-nav-list .list li:first-child {
  margin-top: 0;
}

.side-nav-list .list li a {
  padding: 0 10px 0 0;
}

.side-nav-list .list li span {
  background: #e4f4e7;
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページのフッターエリア専用CSS
 * @version 0.0.1 
++++++++++++++++++++++++++++++++++*/
/*==================================
フッター
==================================*/
@media screen and (min-width: 769px) {
  #footer {
    width: 100%;
    min-height: 40px;
    margin-top: 70px;
    background: #217e59;
  }
  #footer .in {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    text-align: center;
  }
  #footer .box, #footer .box2, #footer #footer-logo, #footer address, #footer .copyright {
    display: inline-block;
  }
  #footer #footer-logo {
    font-size: 105%;
  }
  #footer address {
    font-size: 90%;
    font-style: normal;
  }
  #footer address .txt {
    margin: 0 0 0 15px;
  }
  #footer address .txt2 {
    margin: 0 0 0 10px;
  }
  #footer address .txt3 {
    margin: 0 0 0 20px;
  }
  #footer .copyright {
    margin: 0 0 0 30px;
    font-size: 70%;
  }
}

@media screen and (max-width: 768px) {
  #footer {
    width: 100%;
    margin-top: 20px;
    background: #217e59;
  }
  #footer .in {
    color: #fff;
  }
  #footer .box {
    overflow: hidden;
    display: table;
    width: 100%;
    padding: 20px 0;
  }
  #footer #footer-logo {
    display: table-cell;
    width: 40%;
    font-size: 165%;
    text-align: center;
    vertical-align: middle;
  }
  #footer address {
    display: table-cell;
    width: 60%;
    font-size: 115%;
    font-style: normal;
  }
  #footer address .txt, #footer address .txt2, #footer address .txt3 {
    display: block;
  }
  #footer address a {
    color: #fff;
  }
  #footer .box2 {
    padding: 10px 20px;
    border-top: 2px solid #388f5d;
  }
  #footer .copyright {
    font-size: 95%;
    text-align: center;
  }
}

/*++++++++++++++++++++++++++++++++++
 * 共通CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  /*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓
==================================*/
  .view-sp {
    display: none;
  }
  /*==================================
  ↑↑↑↑↑　ここまでは編集禁止。　↑↑↑↑↑
==================================*/
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページののヘッダーエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  /*==================================
  wrapper 
  ==================================*/
  #wrapper {
    border-top: 6px solid #09452d;
    background: #fff url(../img_common/wrapper_bg.png) repeat left top;
  }
  /*==================================
  header（PC）
  ==================================*/
  body {
    min-width: 1000px;
  }
  #header {
    background: url(../img_common/pc_header_bg.png) no-repeat center top;
    /* #header-nav */
    /* end-#header-nav */
    /* .header-subnav-area */
    /* end-.header-subnav-area */
  }
  #header #header-nav {
    clear: both;
    float: right;
    padding: 30px 0 0;
  }
  #header #header-nav .list > li {
    float: left;
    margin-left: 10px;
    color: #09452d;
    font-size: 105%;
  }
  #header #header-nav .list > li:first-child {
    margin-left: 10px;
  }
  #header #header-nav .list > li a {
    padding: 0 5px 0 0;
    color: #09452d;
    font-weight: bold;
    text-decoration: none;
  }
  #header .header-subnav-area {
    overflow: hidden;
    position: relative;
    width: 960px;
    margin: 0 auto;
    min-height: 144px;
  }
  #header .header-subnav-area #header-logo {
    float: left;
    width: 300px;
    padding: 23px 0 0;
  }
  #header .header-subnav-area #header-logo a {
    display: block;
    padding: 0 0 0 21px;
    color: #000;
    text-decoration: none;
  }
  #header .header-subnav-area #header-logo .logo {
    display: block;
    height: 25px;
  }
  #header .header-subnav-area #header-logo .txt {
    display: block;
    margin-top: 10px;
    font-size: 195%;
    font-weight: bold;
    line-height: 150%;
  }
  #header .header-subnav-area #header-logo .txt2 {
    display: block;
    font-size: 100%;
    font-weight: bold;
    line-height: 150%;
  }
  #header .header-subnav-area .box {
    float: right;
    width: 660px;
    padding: 10px 0 0;
    overflow: hidden;
    box-sizing: border-box;
  }
  #header .header-subnav-area .box .unit .list {
    float: right;
    min-height: 21px;
    text-align: right;
    letter-spacing: -0.4em;
  }
  #header .header-subnav-area .box .unit .list li {
    display: inline-block;
    margin-left: 10px;
    font-size: 90%;
    vertical-align: top;
    letter-spacing: normal;
  }
  #header .header-subnav-area .box .unit .list li:first-child {
    margin-left: 0;
  }
  #header .header-subnav-area .box .unit .list li a {
    padding: 0 10px 0 0;
    color: #000;
    text-decoration: none;
  }
  #header .header-subnav-area .box .unit2 {
    clear: both;
    float: right;
    min-height: 28px;
    margin-top: 10px;
  }
  #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color, #header .header-subnav-area .box .yomiage {
    float: left;
  }
  #header .header-subnav-area .box #header-size, #header .header-subnav-area .box #header-color {
    display: table;
  }
  #header .header-subnav-area .box #header-size dt, #header .header-subnav-area .box #header-size dd, #header .header-subnav-area .box #header-color dt, #header .header-subnav-area .box #header-color dd {
    display: table-cell;
    font-size: 100%;
  }
  #header .header-subnav-area .box #header-size dt img, #header .header-subnav-area .box #header-size dd img, #header .header-subnav-area .box #header-color dt img, #header .header-subnav-area .box #header-color dd img {
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title, #header .header-subnav-area .box #header-color .title {
    padding: 0 5px 0 0;
    vertical-align: middle;
  }
  #header .header-subnav-area .box #header-size .title span, #header .header-subnav-area .box #header-color .title span {
    display: block;
  }
  #header .header-subnav-area .box #header-size {
    margin-right: 12px;
    padding-top: 5px;
  }
  #header .header-subnav-area .box #header-color {
    margin-right: 10px;
    padding-top: 3px;
  }
  #header .header-subnav-area .box #header-color .title span {
    padding-top: 3px;
  }
  #header .header-subnav-area .box #header-color dd img {
    margin-right: 4px;
    cursor: pointer;
  }
}

/*++++++++++++++++++++++++++++++++++
 * 下層ページのコンテンツエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  * {
    zoom: 0.99;
  }
  #contents {
    width: 700px;
  }
  #header-print,
  #pankuzu,
  #side-nav,
  #pagetop,
  .footerPrint,
  #keyword-area {
    display: none;
  }
  /*==================================
基本構造 
==================================*/
  #contents {
    padding: 20px 0;
    background-color: #fff;
    box-sizing: border-box;
  }
  #container {
    width: 960px;
    margin-top: 20px;
  }
  #contents {
    width: 960px;
    float: left;
    font-size: 120%;
  }
  #side-nav {
    width: 200px;
    float: right;
  }
  #contents-in {
    width: 920px;
    margin: 0 auto;
    font-size: 120%;
  }
  /*==================================
サイドナビが無い場合。
  *** カレンダー、notfoundページで使用。
  ***.no-sideを使用すると、700pxセンタリング。 
==================================*/
  #container-in-wide {
    width: 960px;
    background-color: #fff;
  }
  #container-in-wide #pankuzu {
    width: 960px;
  }
  #container-in-wide #pankuzu .in {
    width: 845px;
  }
  #container-in-wide #contents {
    float: none;
    width: 100%;
  }
  #container-in-wide #contents-in {
    width: 920px;
  }
  #container-in-wide h1 {
    width: 920px;
    margin: 0 auto;
  }
  #container-in-wide h1 img {
    max-width: 100%;
  }
  #container-in-wide .no-side {
    width: 700px;
    margin: 0 auto;
  }
  /*==================================
パンクズ
==================================*/
  #pankuzu {
    width: 960px;
    margin: 0 auto;
    background-color: #217e59;
  }
  #pankuzu .title {
    float: left;
    width: 100px;
    padding: 5px 0 4px 0;
    background-color: #09452d;
    color: #fff;
    text-align: center;
  }
  #pankuzu .in {
    float: right;
    width: 845px;
    padding-top: 5px;
  }
  #pankuzu li {
    display: inline;
    color: #fff;
  }
  #pankuzu li a {
    color: #fff;
  }
  #pankuzu .icon a, #pankuzu .icon span {
    background: url(../img_sub/pankuzu_arrow.png) no-repeat 5px 6px;
    display: inline-block;
    padding-left: 20px;
    color: #fff;
  }
  /*==================================
見出し
==================================*/
  h1.title {
    width: 920px;
    margin: 0 auto;
  }
  h1.faq-title {
    width: 920px;
  }
  /*==================================
  ↓↓↓↓↓　ここからは編集禁止。　↓↓↓↓↓

  **編集したい場合は、
  上部の「編集可能エリア」を使用してください。**
==================================*/
  /*==================================
見出し目次
==================================*/
  .anchor {
    width: 680px;
  }
  .anchor li {
    width: 330px;
  }
  /*==================================
目次ページ
==================================*/
  /* 1階層2列表示 */
  .level1col2 {
    width: 700px;
  }
  .level1col2 li {
    margin: 10px 0 0 20px;
    width: 340px;
    display: inline;
  }
  /* 2階層1列 */
  .level2col1 .list {
    width: 700px;
  }
  .level2col1 .list li, .level2col1 .list2 li {
    width: 340px;
    display: inline;
    margin: 10px 0 0 20px;
  }
  /* 2階層2列 */
  .level2col2 {
    width: 700px;
  }
  .level2col2 .left-col {
    width: 340px;
  }
  .level2col2 .right-col {
    width: 340px;
  }
  .level2col2 .col {
    width: 700px;
  }
  .level2col2 .list li {
    width: 310px;
  }
  .level2col2 .box2 .list {
    width: 670px;
    margin: 0 auto;
  }
  .level2col2 .box2 .list li {
    width: 290px;
  }
  /* 大カテゴリ1階層2列表示*/
  .level1-gaiyo {
    width: 700px;
  }
  .level1-gaiyo .box {
    width: 340px;
    margin-left: 20px;
    padding: 0;
    border-bottom: none;
  }
  /* 大カテゴリ2階層2列表示*/
  .level2col2js .col {
    width: 700px;
  }
  .level2col2js .left-col {
    width: 340px;
  }
  .level2col2js .right-col {
    width: 340px;
  }
  /*==================================
右画像+左テキスト　左画像+右テキスト
==================================*/
  .img-text {
    width: 700px;
  }
  /*==================================
1005:イベント検索ページ用
==================================*/
  /*注目のイベント･今日のイベントのスライダー*/
  #event-list-slider .bxslider {
    padding: 10px 30px;
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-list-slider .bxslider .list li dt {
    width: 110px;
    margin-right: 10px;
  }
  #event-list-slider .bxslider .list li dd {
    width: 160px;
  }
  #event-list-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #event-list-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #event-list-slider .bxslider .bx-prev {
    bottom: 30px;
    left: -30px;
  }
  #event-list-slider .bxslider .bx-next {
    bottom: 30px;
    right: -30px;
  }
  #event-list-slider .event-pickup-area,
  #event-list-slider .event-today-area {
    width: 340px;
    float: left;
  }
  #event-list-slider .event-today-area {
    margin-left: 20px;
  }
  /*イベント検索エリア*/
  .event-search-area .event-search-month, .event-search-area .event-search-place, .event-search-area .event-search-category {
    width: 33.3%;
    float: left;
  }
  .event-search-area .event-search-month select, .event-search-area .event-search-place select, .event-search-area .event-search-category select {
    width: 180px;
  }
  .event-search-area .event-search-month option, .event-search-area .event-search-place option, .event-search-area .event-search-category option {
    padding: 10px 0 10px 0;
    height: 50px;
    margin-top: 50px;
  }
  .event-search-area .box {
    border-bottom: 1px solid #fff;
    padding: 10px;
  }
  .event-search-area .input-button input {
    width: 200px;
  }
  /*イベント検索結果*/
  .event-result-area .in {
    padding: 10px;
  }
  .event-result-area .in .left-col:first-child {
    width: 200px;
  }
  .event-result-area .in .left-col:first-child img {
    max-width: 100%;
  }
  .event-result-area .in .left-col:last-child {
    width: 455px;
    margin-left: 15px;
  }
  .event-result-area .in .left-col:last-child .txt {
    padding: 0 0 10px 0;
  }
  .event-result-area .in2 {
    margin-top: 10px;
  }
  /*==================================
0005:イベントページ用
==================================*/
  .event-summary {
    margin-top: 10px;
  }
  .event-summary .left-col:first-child {
    width: 260px;
    margin-right: 10px;
  }
  .event-summary .left-col:first-child img {
    max-width: 100%;
  }
  .event-summary .left-col:last-child {
    width: 430px;
  }
  .event-summary .left-col:last-child dl .inquiry-btn {
    width: 360px;
    float: none;
    margin-left: auto;
    margin-right: auto;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li {
    width: 48%;
    float: left;
    margin-left: 2%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li img {
    width: 100%;
  }
  .event-summary .left-col:last-child dl .inquiry-btn .list li:first-child {
    margin-left: 0;
  }
  /* イベント詳細 */
  .img-col {
    width: 700px;
  }
  .img-col .left-col {
    margin-left: 10px;
  }
  #event-page-slider .bxslider {
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #event-page-slider .bxslider .list li dt {
    width: 110px;
  }
  #event-page-slider .bxslider .list li dd {
    width: 195px;
  }
  #event-page-slider .bxslider .bx-controls-auto {
    bottom: 0px;
    right: -20px;
  }
  #event-page-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../img_sub/event_slider_stop.png);
  }
  #event-page-slider .bxslider .bx-controls-auto .bx-start {
    background-image: url(../img_sub/event_slider_start.png);
  }
  #event-page-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-prev {
    bottom: 30px;
    left: -27px;
    background-image: url(../img_sub/event_slider_back.png);
  }
  #event-page-slider .bxslider .bx-controls-direction .bx-next {
    bottom: 30px;
    right: -28px;
    background-image: url(../img_sub/event_slider_next.png);
  }
  /*==================================
カレンダー
==================================*/
  #container-in-wide #calendar .view-sp {
    display: none;
  }
  #container-in-wide #calendar .center-col {
    width: 60%;
    float: left;
    text-align: center;
  }
  #container-in-wide #calendar .col2-area .right-col {
    padding-right: 0px;
    float: right;
    width: 210px;
  }
  #container-in-wide #calendar .col3-area .right-col {
    width: 160px;
    padding-right: 0px;
  }
  #container-in-wide #calendar .col3-area .right-col .list .back
, #container-in-wide #calendar .col3-area .right-col .list .next {
    width: 70px;
  }
  #container-in-wide .calendar-search-category {
    width: 100%;
  }
  #container-in-wide .calendar-search-category select {
    width: 230px;
  }
  #container-in-wide .box,
  #container-in-wide .box2 {
    padding: 10px;
    border-bottom: 1px solid #fff;
  }
  #container-in-wide .input-button input {
    width: 200px;
  }
  .faq-list-area {
    /* 1階層2列表示 */
    /* 2階層1列 */
    /* 2階層2列 */
  }
  .faq-list-area > .left-col,
  .faq-list-area > .right-col {
    width: 340px;
  }
  .faq-list-area .level1col2 {
    width: 340px;
  }
  .faq-list-area .level1col2 li {
    width: 160px;
  }
  .faq-list-area .level2col1 .list,
  .faq-list-area .level2col1 .list2 {
    width: 340px;
  }
  .faq-list-area .level2col1 .list li,
  .faq-list-area .level2col1 .list2 li {
    width: 160px;
  }
  .faq-list-area .level2col2 {
    width: 340px;
  }
  .faq-list-area .level2col2 .left-col {
    width: 160px;
  }
  .faq-list-area .level2col2 .right-col {
    width: 160px;
  }
  .faq-list-area .level2col2 .col {
    width: 340px;
  }
  .faq-list-area .level2col2 .list li {
    width: 120px;
  }
  .faq-list-area .level2col2 .box2 .list {
    width: 325px;
  }
  .faq-list-area .level2col2 .box2 .list li {
    width: 100px;
  }
  #header-print,
  #pankuzu,
  #side-nav,
  #pagetop,
  .footerPrint {
    display: none;
  }
  #contents-large-category > .left-col {
    width: 700px;
  }
  #contents-large-category > .right-col {
    display: none;
  }
  #large-category-slider .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #large-category-slider .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  .garbage-search-area .unit .left-col {
    width: 350px;
  }
  .garbage-search-area .unit .right-col {
    width: 580px;
  }
  .garbage-search-area .input-box input {
    width: 180px;
  }
  #social-update-area {
    margin: 20px 20px 0;
  }
  #social-update-area .in {
    display: table;
    width: 100%;
  }
  #social-update-area #social, #social-update-area .update {
    display: table-cell;
    width: 50%;
  }
  .summary-parts {
    margin-top: 10px;
  }
  .summary-parts .left-col:first-child {
    width: 260px;
    margin-right: 10px;
  }
  .summary-parts .left-col:first-child img {
    max-width: 100%;
  }
  .summary-parts .left-col:last-child {
    width: 430px;
  }
  #slider-parts .bxslider {
    /*-- start stop --*/
    /*--  next prev --*/
  }
  #slider-parts .bxslider .list li dt {
    width: 110px;
  }
  #slider-parts .bxslider .list li dd {
    width: 195px;
  }
  #slider-parts .bxslider .bx-controls-auto {
    bottom: 0px;
    right: -20px;
  }
  #slider-parts .bxslider .bx-controls-auto a {
    width: 16px;
    height: 16px;
  }
  #slider-parts .bxslider .bx-controls-auto .bx-stop {
    background-image: url(../img_sub/event_slider_stop.png);
  }
  #slider-parts .bxslider .bx-controls-auto .bx-start {
    background-image: url(../img_sub/event_slider_start.png);
  }
  #slider-parts .bxslider .bx-controls-direction a {
    width: 25px;
    height: 25px;
  }
  #slider-parts .bxslider .bx-controls-direction .bx-prev {
    bottom: 30px;
    left: -27px;
    background-image: url(../img_sub/event_slider_back.png);
  }
  #slider-parts .bxslider .bx-controls-direction .bx-next {
    bottom: 30px;
    right: -28px;
    background-image: url(../img_sub/event_slider_next.png);
  }
  #koho-block > .left-col {
    width: 150px;
    margin-right: 20px;
  }
  #koho-block > .left-col .thumb .list .img-item:first-child {
    margin-top: 0;
  }
  #koho-block > .right-col {
    float: left;
    width: 530px;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .left-col {
    width: 20%;
  }
  #koho-block > .right-col #kobetsu-downlod-area .box .right-col {
    width: 80%;
  }
  .past-list-area .level1col2 {
    width: 680px;
  }
  .past-list-area .level1col2 li {
    width: 330px;
  }
}

/*++++++++++++++++++++++++++++++++++
 * 下層ページのサイドエリア専用CSSCSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  /*==================================
  サイドナビ
  ==================================*/
}

/*++++++++++++++++++++++++++++++++++
 * トップと下層ページののフッダーエリア専用CSS（プリント用）
 * @version 0.0.1
++++++++++++++++++++++++++++++++++*/
@media print {
  /*==================================
  フッター
  ==================================*/
  #footer {
    width: 100%;
    min-height: 40px;
    margin-top: 70px;
    background: #217e59;
  }
  #footer .in {
    width: 960px;
    margin: 0 auto;
    padding: 10px 0;
    color: #fff;
    text-align: center;
  }
  #footer .box, #footer .box2, #footer #footer-logo, #footer address, #footer .copyright {
    display: inline-block;
  }
  #footer .box {
    padding: 0;
    border-bottom: none;
  }
  #footer #footer-logo {
    font-size: 105%;
  }
  #footer address {
    font-size: 90%;
    font-style: normal;
  }
  #footer address .txt {
    margin: 0 0 0 15px;
  }
  #footer address .txt2 {
    margin: 0 0 0 10px;
  }
  #footer address .txt3 {
    margin: 0 0 0 20px;
  }
  #footer .copyright {
    margin: 0 0 0 30px;
    font-size: 70%;
  }
}
