@charset "utf-8";

@media screen and (max-width: 480px) {
  /* ==================================================
shared
================================================== */
  /* body
============================== */
  body {
    -webkit-text-size-adjust: none; /*横表示でもテキストサイズを変更しない*/
  }
  /* wrapper
============================== */
  #tmp_wrapper {
    width: 100%;
    min-width: 320px;
  }
  #tmp_wrapper2 {
    width: 100%;
  }
  /* top
============================== */
  #tmp_wrap_main {
    padding: 20px 20px 40px;
    background: #fff;
  }
  #tmp_topContentInner {
    padding: 0;
  }
  .format_top #tmp_wrap_main {
    padding-bottom: 10px;
  }
  .wrap_top_box {
    width: auto;
  }
  .top_box {
    float: none;
    width: auto;
    padding-bottom: 0;
  }
  .top_lft {
    float: none;
    width: auto;
    margin-right: 0;
  }
  .wrap_top_rgt {
    float: none;
    width: auto;
  }
  .top_rgt {
    margin-left: 0;
  }
  /* format カラムのレイアウトのbaseロジック
============================== */
  .wrap_col_lft_navi,
  .col_rgt_navi {
    display: none;
  }
  .event_cal .wrap_col_lft_navi {
    display: block !important;
  }
  .format_free .col_main {
    margin-right: 0 !important;
    margin-left: 0 !important;
  }
  .format_free .wrap_col_nm2 {
    margin-right: 0 !important;
  }
  .column_full .wrap_col_main {
    float: none;
  }
  .format_free .column_lnavi #tmp_main {
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: -moz-box;
    box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
  }
  .format_free .column_lnavi #tmp_pankuzu {
    box-ordinal-group: 1;
    -ms-box-ordinal-group: 1;
    -moz-box-ordinal-group: 1;
    -webkit-box-ordinal-group: 1;
  }
  .format_free .column_lnavi .wrap_col_main {
    box-ordinal-group: 2;
    -ms-box-ordinal-group: 2;
    -moz-box-ordinal-group: 2;
    -webkit-box-ordinal-group: 2;
    float: none;
  }
  .format_free .column_lnavi .wrap_col_lft_navi {
    float: none;
    width: 100%;
    margin-right: 0;
    box-ordinal-group: 3;
    -ms-box-ordinal-group: 3;
    -moz-box-ordinal-group: 3;
    -webkit-box-ordinal-group: 3;
    display: block;
  }
  /* ==================================================
loading
================================================== */
  #tmp_loading_logo {
    position: absolute;
    width: 150px;
    height: 150px;
  }
  #tmp_loading_logo img {
    width: 100%;
    height: 150px;
  }

  /* cp
============================== */
  /* ==================================================
header
================================================== */
  #tmp_header {
    height: 70px;
    margin: 0;
  }
  #tmp_hlogo {
    float: none;
    text-align: center;
    border-top: solid 7px #0072bc;
  }
  #tmp_hlogo a {
    display: block;
    width: 140px;
    height: 50px;
    border: none;
    margin: 6px auto 0;
    background: url(/shared/rn/images/hlogo_sp.svg) no-repeat left top;
    background-size: contain;
  }
  #tmp_hlogo h1,
  #tmp_hlogo p {
    display: inline-block;
    width: 128px;
    height: 36px;
    background: url(/shared/site_smartphone/images/header/hlogo.png) no-repeat center top;
    background-size: 128px 36px;
  }
  #tmp_hlogo h1 span,
  #tmp_hlogo p span {
    display: block;
    position: relative;
    z-index: -1;
    width: 128px;
    height: 36px;
    overflow: hidden;
  }
  #tmp_means {
    width: 100%;
    border: none;
    float: none;
    padding-top: 0;
  }
  #tmp_means_primary,
  #tmp_means_secondary,
  #tmp_gnavi {
    display: none;
  }
  #tmp_hnavi_s {
    display: block;
    list-style: none;
    list-style-image: none;
  }
  #tmp_hnavi_s a {
    display: block;
    width: 70px;
    height: 63px;
    line-height: 63px;
    text-align: center;
    color: inherit;
    background-color: #ffffff;
    text-decoration: none;
    font-size: 20px;
  }
  #tmp_hnavi_s li a.active {
    background-color: #0072bc;
  }
  #tmp_hnavi_s span {
    color: #0072bc;
    z-index: 1 !important;
  }
  #tmp_hnavi_s .active span {
    color: #fff;
  }

  #tmp_hnavi_s_menu {
    position: absolute;
    left: 0;
    top: 7px;
  }

  #tmp_hnavi_s_sch {
    position: absolute;
    right: 0;
    top: 7px;
  }
  #tmp_hnavi_s_menu a {
    border-right: solid 1px #ccc;
  }
  #tmp_hnavi_s_menu a.active {
    color: #fff;
  }
  #tmp_hnavi_s_sch a {
    border-left: solid 1px #ccc;
  }
  #tmp_hnavi_s_sch a.active {
    color: #fff;
  }
  #tmp_hnavi_s_menu span {
  }
  #tmp_hnavi_s_menu span,
  #tmp_hnavi_s_sch span {
    position: relative;
    z-index: -1;
  }
  #tmp_sma_menu .wrap_sma_sch {
    display: none;
    position: fixed;
    left: 0;
    background-color: #fff;
    width: 100%;
    z-index: 9999;
    font-size: 14px;
    height: calc(100vh - 70px);
    overflow-y: scroll;
  }
  #tmp_sma_menu .wrap_sma_sch .sma_sch_ttl {
    padding: 10px;
    color: #fff;
    background-color: #0072bc;
  }
  #tmp_sma_menu .wrap_sma_sch #tmp_sma_region_ttl {
    padding: 10px;
    font-size: 14px;
  }
  #tmp_sma_cnavi {
    clear: both;
  }
  #tmp_sma_gnavi {
    color: inherit;
  }
  #tmp_sma_gnavi ul,
  #tmp_sma_snavi ul,
  #tmp_sma_fl ul,
  #tmp_sma_cnavi ul,
  #tmp_sma_region_navi ul {
    background-color: #fff;
    color: #d2d2d2;
    list-style: none;
    list-style-image: none;
  }
  #tmp_sma_region_navi ul,
  #tmp_sma_snavi ul {
    margin-bottom: 20px;
  }
  #tmp_sma_gnavi ul li,
  #tmp_sma_snavi ul li,
  #tmp_sma_fl ul li,
  #tmp_sma_cnavi ul li,
  #tmp_sma_region_navi ul li {
    border-bottom: 1px solid #ccc;
  }
  #tmp_sma_gnavi ul li a,
  #tmp_sma_snavi ul li a,
  #tmp_sma_fl ul li a,
  #tmp_sma_cnavi ul li a,
  #tmp_sma_region_navi ul li a {
    display: block;
    padding: 20px 40px;
    color: #333;
    position: relative;
  }
  #tmp_sma_fl ul li a {
    padding-left: 20px;
  }
  #tmp_sma_gnavi ul li a:before,
  #tmp_sma_snavi ul li a:before,
  #tmp_sma_cnavi ul li a:before,
  #tmp_sma_region_navi ul li a:before {
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    border-top: 2px solid #0072bc;
    border-right: 2px solid #0072bc;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 24px;
    left: 20px;
  }
  #tmp_sma_fl ul li a span {
    font-size: 157.1%;
    vertical-align: middle;
    margin-right: 5px;
  }
  #tmp_sma_region_navi ul {
    display: flex;
    flex-wrap: wrap;
  }
  #tmp_sma_region_navi li {
    width: 50%;
    box-sizing: border-box;
  }
  #tmp_sma_region_navi li:not(:nth-child(even)) {
    border-right: solid 1px #ccc;
  }
  .wrap_sma_gsearch {
    padding: 10px;
    border-bottom: solid 1px #ccc;
  }
  .wrap_sma_gsearch2 {
    margin: 0 0 10px;
  }
  #tmp_sma_gsearch img {
    vertical-align: middle;
  }
  #tmp_sma_gsearch dl {
    display: table;
    width: 100%;
    background-color: #ffffff;
    border-radius: 4px;
  }
  #tmp_sma_gsearch dt,
  #tmp_sma_gsearch dd {
    display: table-cell;
  }
  #tmp_sma_gsearch dt {
    width: 30px;
    text-align: center;
    vertical-align: middle;
  }
  #tmp_sma_gsearch .sb {
  }
  #tmp_sma_gsearch .sq {
    width: auto;
    margin-bottom: 10px;
  }
  #tmp_sma_query {
    width: 100%;
    min-height: 30px;
  }
  #tmp_sma_func_sch_btn {
    width: 100%;
    text-align: center;
    background: #0072bc;
    color: #fff;
    border: solid 2px #0072bc;
    border-radius: 20px;
    cursor: pointer;
    line-height: 40px;
    letter-spacing: 1em;
  }
  #tmp_sma_about_search {
    padding-right: 5px;
    text-align: right;
    font-size: 87.5%;
  }
  #tmp_sma_about_search a {
    display: block;
    padding-right: 20px;
    color: #d2d2d2;
    background: transparent url(/shared/site_smartphone/images/header/sp_icon.gif) no-repeat right center;
    background-size: 9px 13px;
    text-decoration: none;
  }
  #tmp_sma_menu .wrap_sma_sch .close_btn {
    display: block;
    margin:0 0 40px;
    padding: 10px;
    text-align: center;
  }
  #tmp_sma_menu .wrap_sma_sch .close_btn a {
    display: block;
    padding: 10px 0;
    text-decoration: none;
    color: #0072bc;
    border: 2px solid #0072bc;
    border-radius: 3px;
    line-height: 30px;
  }
  .wrap_sma_sch .close_btn i {
    font-size: 20px;
    margin-right: 10px;
    vertical-align: middle;
  }

  #tmp_gcse_search_wrap {
    display: none;
  }

  /* ==================================================
navi
================================================== */
  /* event_cal
============================== */
  #tmp_event_cal_cnt p {
    text-align: center;
  }
  #tmp_event_cal_cnt .cal_navi {
    display: table;
    width: 100%;
  }
  #tmp_event_cal #tmp_event_cal_cnt .cal_navi li {
    display: table-cell;
    width: 33.3%;
    float: none;
    text-align: center;
  }
  #tmp_event_cal_cnt .cal_navi .prev {
    padding-right: 0;
  }
  #tmp_contents .event_page_navi div.fixed_col2L,
  #tmp_contents .event_page_navi div.fixed_col2R {
    clear: none;
    width: 48.5%;
  }
  #tmp_contents .event_page_navi div.fixed_col2L {
    float: left;
  }
  #tmp_contents .event_page_navi div.fixed_col2R {
    float: right;
  }
  #tmp_l_keyword {
    width: 200px;
  }
  /* 	tmp_alert
============================== */
  .tmp_alert {
    display: block;
    border-radius: 3px;
  }
  .tmp_alert_title {
    display: block;
    text-align: center;
    letter-spacing: 0.2em;
    padding: 10px 20px;
  }
  .tmp_alert_text {
    overflow: auto;
    text-overflow: initial;
    white-space: normal;
  }
  /* pankuzu
============================== */
  #tmp_pankuzu {
    font-size: 85.7%;
  }
  .format_top #tmp_pankuzu {
    padding-bottom: 11px;
    padding-left: 10px;
  }
  /* pnavi
============================== */
  .pnavi {
    clear: both;
    color: inherit;
    padding: 8px 0;
  }
  /* ==================================================
main
================================================== */
  /* emergency, emergency_s
============================== */
  #tmp_emergency,
  #tmp_emergency_s,
  #tmp_emergency_c {
    border: none;
  }
  #tmp_emergency_ttl,
  #tmp_emergency_s_ttl,
  #tmp_emergency_c_ttl {
    width: auto;
    float: none;
    border: 1px solid #b90b0e;
  }
  #tmp_emergency_cnt,
  #tmp_emergency_s_cnt {
    width: auto;
    padding: 2px 7px;
    float: none;
    background-color: #ffffff;
  }
  #tmp_emergency_c_cnt {
    width: auto;
    padding: 2px 7px;
    float: none;
  }
  /* pr_area
============================== */
  /* gallery */
  #tmp_iira {
    margin-bottom: 0;
    padding: 10px;
    background-color: #e4edf4;
  }
  #tmp_iira_ttl {
    padding-bottom: 10px;
    padding-left: 10px;
    background-color: #efefef;
    background: -webkit-gradient(linear, center top, center bottom, from(#efefef), to(#f8f8f8)); /* Webkit */
    background: -moz-linear-gradient(center top, #efefef, #f8f8f8); /* Mozilla */
    background: linear-gradient(to bottom, #efefef, #f8f8f8); /* CSS3 */
    border-right: 2px solid #acacac;
    border-bottom: 1px solid #acacac;
  }
  #tmp_iira_ttl h2 {
    width: 120px;
    height: 23px;
    background: url(/shared/images/main/gallery/iira_ttl_sp.png) no-repeat left top;
    background-size: 120px 23px;
  }
  #tmp_gallery {
    width: 100%;
    height: auto;
    border: none;
  }
  #tmp_gallery .box_gallrey {
    padding: 0 15px;
  }
  #tmp_gallery .box_gallrey img {
    max-width: 100%;
    height: auto;
  }
  #tmp_gallery .prev,
  #tmp_gallery .next {
    display: block;
    position: absolute;
    z-index: 10;
  }
  #tmp_gallery .prev {
    top: 50%;
    left: 0;
  }
  #tmp_gallery .next {
    top: 50%;
    right: 0;
  }
  #tmp_ieyasu,
  #tmp_gallery .list_order,
  #tmp_gallery_player {
    display: none;
  }
  /* koho */
  #tmp_koho {
    margin-bottom: 10px;
    background-color: #e4edf4;
  }
  #tmp_koho ul {
    width: 320px;
    margin: 0 auto;
    padding-bottom: 10px;
  }
  #tmp_koho_bnr1 {
    width: 157px;
    height: 112px;
    background: url(/shared/site_smartphone/images/main/koho/shicho_bnr_sp.png) no-repeat left top;
    background-size: 157px 112px;
  }
  #tmp_koho_bnr2 {
    width: 157px;
    height: 112px;
    background: url(/shared/site_smartphone/images/main/koho/miryoku_bnr_sp.png) no-repeat left top;
    background-size: 157px 112px;
  }
  #tmp_koho_bnr3 {
    width: 157px;
    height: 112px;
    background: url(/shared/site_smartphone/images/main/koho/event_bnr_sp.png) no-repeat left top;
    background-size: 157px 112px;
  }
  #tmp_koho_bnr4 {
    width: 157px;
    height: 112px;
    background: url(/shared/site_smartphone/images/main/koho/fb_bnr_sp.png) no-repeat left top;
    background-size: 157px 112px;
  }
  #tmp_koho_bnr5 {
    width: 157px;
    height: 112px;
    background: url(/shared/site_smartphone/images/main/koho/kanko_bnr_sp.png) no-repeat left top;
    background-size: 157px 112px;
  }
  #tmp_koho_bnr6 {
    width: 157px;
    height: 112px;
    background: url(/shared/site_smartphone/images/main/koho/kosodate_bnr_sp.png) no-repeat left top;
    background-size: 157px 112px;
  }
  #tmp_koho_bnr1 span,
  #tmp_koho_bnr2 span,
  #tmp_koho_bnr3 span,
  #tmp_koho_bnr4 span,
  #tmp_koho_bnr5 span,
  #tmp_koho_bnr6 span {
    width: 147px;
    height: 112px;
  }
  /* about */
  #tmp_about {
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    margin-bottom: 13px;
    padding: 5px;
  }
  #tmp_about_ttl {
    padding: 0 5px;
  }
  #tmp_about_ttl h2 {
    height: auto;
    margin-bottom: 0;
    color: inherit;
    background: none;
    font-weight: normal;
    font-size: 114.2%;
  }
  #tmp_about_ttl h2 a {
    color: #1e1e1f;
    background-color: transparent;
    text-decoration: none;
  }
  #tmp_about_ttl h2 span {
    z-index: 1;
  }
  #tmp_about_cnt {
    padding-right: 0;
    padding-left: 0;
  }
  #tmp_about_cnt .abt_lft {
    margin-bottom: 5px;
    width: auto;
    height: auto;
    float: none;
  }
  #tmp_about_cnt .abt_lft p {
    height: auto;
    background: none;
    border: 1px solid #4f79a6;
    font-size: 114.2%;
  }
  #tmp_about_cnt .abt_lft p a {
    padding: 5px 6px 5px 10px;
    height: auto;
    color: #ffffff;
    background-color: #45709f;
    background: -webkit-gradient(linear, center top, center bottom, from(#759dc3), to(#45709f)); /* Webkit */
    background: -moz-linear-gradient(center top, #759dc3, #45709f); /* Mozilla */
    background: linear-gradient(to bottom, #759dc3, #45709f); /* CSS3 */
    text-decoration: none;
    text-shadow: 1px 1px 0 #2062a6, 0 1px 0 #2062a6, 1px 0 0 #2062a6, -1px -1px 0 #2062a6, -1px 1px 0 #2062a6, 1px -1px 0 #2062a6, -1px 0 0 #2062a6, 0 -1px 0 #2062a6;
  }
  #tmp_about_cnt .abt_lft p span {
    z-index: 1;
    background: url(/shared/site_smartphone/images/main/about/about_sp_icon1.gif) no-repeat right center;
    background-size: 9px 13px;
  }
  #tmp_about_cnt .abt_rgt {
    width: auto;
    padding-top: 0;
    float: none;
  }
  #tmp_about_cnt .abt_rgt ul {
    margin-left: 0;
    border-bottom: 1px solid #d4d4d4;
    border-left: 1px solid #d4d4d4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #tmp_about_cnt .abt_rgt li {
    width: 100%;
    float: none;
    margin-right: 0;
    margin-bottom: 0;
    background-color: #eeeeee;
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#eeeeee)); /* Webkit */
    background: -moz-linear-gradient(center top, #ffffff, #eeeeee); /* Mozilla */
    background: linear-gradient(to bottom, #ffffff, #eeeeee); /* CSS3 */
    border-top: 1px solid #d4d4d4;
    border-right: 1px solid #d4d4d4;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
    vertical-align: top;
    list-style: none;
    list-style-image: none;
  }
  #tmp_about_cnt .abt_rgt li a {
    display: block;
    padding: 8px;
    background: url(/shared/site_smartphone/images/main/about/about_sp_icon2.gif) no-repeat right center;
    background-size: 15px 13px;
    text-decoration: none;
    vertical-align: middle;
  }
  /* slider-gallery
============================== */
  .box_wrap_parent_gallrey {
    margin-right: 25px;
    margin-left: 25px;
  }
  #tmp_slider_gallery {
    width: 320px;
    margin: 0 auto;
  }
  #tmp_slider_gallery .box_gallrey {
    padding-top: 4px;
    padding-bottom: 4px;
  }
  #tmp_slider_gallery .box_gallrey img {
    width: 130px !important;
    height: 34px !important;
  }
  #tmp_slider_gallery .prev {
    left: 10px;
  }
  #tmp_slider_gallery .next {
    right: 10px;
  }
  #tmp_slider_gallery .prev img,
  #tmp_slider_gallery .next img {
    width: 10px !important;
    height: auto !important;
  }
  /* update
============================== */
  #tmp_update {
    font-size: 85.7%;
    clear: both;
    margin-bottom: 10px !important;
  }
  .custom_cp #tmp_update {
    clear: both;
  }
  /* plugin ▼変更しない
============================== */
  .plugin {
    display: none;
  }
  /* ==================================================
banner
================================================== */
  #tmp_wrap_publicity {
    padding: 8px 0 8px 7px;
    background: #f4f4f4;
    border-top: none;
  }
  #tmp_publicity {
    width: 100%;
    max-width: 420px;
    padding-top: 0;
    border-top: none;
  }
  #tmp_publicity_ttl {
    float: none;
    margin-right: 0;
    margin-left: 7px;
    padding-left: 0;
    border-right: none;
  }
  #tmp_publicity_ttl a {
    width: auto;
    height: auto;
    padding-left: 12px;
    color: #006aac;
    background-color: transparent;
    background-image: url(/shared/site_smartphone/images/main/publicity/publicity_icon_sp.png);
    background-size: 8px 8px;
    background-position: left center;
    text-decoration: none;
  }
  #tmp_publicity_ttl a span {
    z-index: 1;
  }
  #tmp_publicity_cnt {
    float: none;
    width: auto;
  }
  #tmp_publicity_cnt ul {
    margin-bottom: 5px;
  }
  #tmp_publicity_cnt li,
  #tmp_publicity_cnt li img {
    width: 150px !important;
    height: 46px;
  }
  .type_idx #tmp_publicity_cnt li {
    width: 48% !important;
    margin-right: 0 !important;
  }
  .type_idx #tmp_publicity_cnt li,
  .type_idx #tmp_publicity_cnt li img {
    height: auto;
  }
  .type_idx #tmp_publicity_cnt li:nth-child(2n+1) {
    clear: both;
  }
  #tmp_publicity_cnt .text_banner ul li {
    width: 100% !important;
    height: auto !important;
    margin-right: 0;
  }
  #tmp_publicity_cnt .bnr_title {
    font-size: 87.5%;
  }
  #tmp_publicity_ttl {
    font-size: 114.3%;	
  }
  #tmp_publicity_ttl a {
      background-position: left 0.5em;
  }
  #tmp_publicity_cnt ul li img {
    width: 100% !important;	
  }
  #tmp_wrap_publicity {
    padding: 20px 10px 15px;
  }
  #tmp_publicity_cnt ul {
    padding-left: 0;
  }
  #tmp_publicity_cnt ul li {
      margin: 0 0 10px 0;
  }
  /* ==================================================
footer
================================================== */
  #tmp_wrap_footer {
  }
  #tmp_footer {
  }
  #tmp_fnavi {
    text-align: center;
  }
  #tmp_fnavi_list {
    flex-direction: column;
  }
  #tmp_fnavi_list li,
  #tmp_fnavi_list li:not(:last-child) {
    border: none;
    margin: 10px;
    padding: 0;
  }
  #tmp_footer_logo {
    flex-direction: column;
    padding: 20px;
    border-bottom: solid 1px #999;
    margin-bottom: 0;
  }
  #tmp_footer_logoImg {
    text-align: center;
    margin: auto auto 20px;
  }
  #tmp_footer_address {
    font-size: 14px;
  }
  #tmp_footer_inner,
  #tmp_fnavi_inner,
  #tmp_copyright_inner {
    padding: 40px 10px;
  }
  #tmp_footer_info {
    flex-direction: column;
  }
  .tmp_footer_infoTitle {
    font-size: 20px;
  }
  #tmp_footer_hours,
  #tmp_footer_access {
    flex-direction: column;
    flex-basis: auto;
    padding: 20px;
    font-size: 14px;
  }
  #tmp_footer_access {
    border: none;
    border-top: solid 1px #999;
  }
  .tmp_footer_infoText,
  #tmp_footer_accessList li {
    font-size: 14px;
  }
  #tmp_copyright {
    display: block;
    text-align: center;
  }
  #tmp_copyright_inner {
    flex-direction: column;
  }
  #tmp_copyright_inner small {
    margin: 10px auto;
  }
  /* ==================================================
resize_width
================================================== */
  #tmp_resize_width {
    width: 320px;
    margin: 0;
    padding: 0;
  }
  /* ==================================================
contents
================================================== */
  /* ==================================================
class
================================================== */
  .float_lft,
  .float_rgt {
    float: none;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
  /* ==================================================
parts
================================================== */
  /* col2 ▼変更しない
============================== */
  div.col2 div.col2L,
  div.col3 div.col3L,
  div.col3 div.col3M {
    width: 100%;
    margin-right: 0;
    float: none;
  }
  div.col2 div.col2R,
  div.col3 div.col3R {
    width: 100%;
    float: none;
  }
  div.col2 div.col2L,
  div.col2 div.col2R {
    clear: both;
  }
  div.col2 div.col2 div.col2L,
  div.col2 div.col2 div.col2R {
    width: 100%;
    clear: both;
  }
  div.fixed_col2 div.fixed_col2L,
  div.fixed_col2 div.fixed_col2R {
    width: 100%;
    clear: both;
  }
  div.col3 div.col3L,
  div.col3 div.col3M,
  div.col3 div.col3R {
    width: 100%;
    clear: both;
  }
  #tmp_contents div.col3 ul,
  #tmp_contents div.col2 ul {
    margin-bottom: 0;
  }
  /* ==================================================
top
================================================== */
  #tmp_oshirase {
    width: 100%;
  }
  #tmp_maincontents #tmp_oshirase_ttl {
    width: 77.741935483%;
  }
  #tmp_maincontents #tmp_oshirase_cnt {
    width: 22.258064516%;
    float: right;
  }
  #tmp_oshirase_cnt .read_all {
    display: none;
  }
  #tmp_maincontents #tmp_oshirase_cnt .rss_btn {
    width: 100%;
  }
  #tmp_oshirase_cnt .rss_btn a {
    color: #003366;
  }
  #tmp_maincontents .top_lft_btm .wrap_cate_box {
    width: 49.2%;
    margin-right: 5px;
    margin-bottom: 5px;
  }
  #tmp_maincontents #tmp_shinse,
  #tmp_maincontents #tmp_faq,
  #tmp_maincontents #tmp_iken {
    margin-right: 0;
  }
  .cate_box {
    padding-right: 2px;
    padding-left: 2px;
    min-height: 100%;
    background-image: none;
    background: -webkit-gradient(linear, center top, center bottom, from(#ffffff), color-stop(43%, #ffffff), color-stop(82%, #dde7ed), to(#cad8e3)); /* Webkit */
    background: -moz-linear-gradient(center top, #ffffff, #ffffff 43%, #dde7ed 82%, #cad8e3); /* Mozilla */
    background: linear-gradient(to bottom, #ffffff, #ffffff 43%, #dde7ed 82%, #cad8e3); /* CSS3 */
  }
  .cate_box_ttl {
    margin-bottom: 0;
    border-bottom: none;
  }
  .cate_box_ttl h2 {
    padding-top: 35px;
    padding-bottom: 0;
    padding-left: 0;
    font-size: 100%;
    text-align: center;
  }
  .cate_box_cnt {
    display: none;
  }
  #tmp_mokuteki h2 {
    background: url(/shared/templates/top/images/cate_mokuteki_icon.gif) no-repeat center top;
  }
  #tmp_shinse h2 {
    background: url(/shared/templates/top/images/cate_shinse_icon.gif) no-repeat center top;
  }
  #tmp_shisetsu h2 {
    background: url(/shared/templates/top/images/cate_shisetsu_icon.gif) no-repeat center top;
  }
  #tmp_faq h2 {
    background: url(/shared/templates/top/images/cate_faq_icon.gif) no-repeat center top;
  }
  #tmp_jigyo h2 {
    background: url(/shared/templates/top/images/cate_jigyo_icon.gif) no-repeat center top;
  }
  #tmp_iken h2 {
    background: url(/shared/templates/top/images/cate_iken_icon.gif) no-repeat center top;
  }
  #tmp_wrap_kujoho {
    border-bottom: 1px solid #1663b5;
  }
  #tmp_kujoho,
  #tmp_contents #tmp_kujoho {
    margin-bottom: 0;
    padding: 0;
    background: none;
    border-top: 1px solid #000000;
    border-right: none;
    border-bottom: 1px solid #6391c1;
    border-left: none;
  }
  #tmp_kujoho h2,
  #tmp_contents #tmp_kujoho h2 {
    width: 25%;
    height: 40px;
    float: left;
    margin-bottom: 0;
    color: #1e1e1f;
    border-bottom: 1px solid #000000;
    border-left: 1px solid #6391c1;
    text-align: center;
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #tmp_kujoho h2 a,
  #tmp_contents #tmp_kujoho h2 a {
    display: block;
    padding: 8px 0;
    color: #1e1e1f;
    background-color: transparent;
    background-image: none;
    text-decoration: none;
  }
  #tmp_kujoho h2 span,
  #tmp_contents #tmp_kujoho h2 span {
    display: none;
  }
  #tmp_maincontents #tmp_kujoho p,
  #tmp_contents #tmp_kujoho p.area1,
  #tmp_contents #tmp_kujoho p.area2,
  #tmp_contents #tmp_kujoho p.area3,
  #tmp_contents #tmp_kujoho p.area4,
  #tmp_contents #tmp_kujoho p.area5,
  #tmp_contents #tmp_kujoho p.area6,
  #tmp_contents #tmp_kujoho p.area7 {
    width: 25% !important;
    height: 40px;
    background-color: #1d6dc4;
    background-image: none;
    background: -webkit-gradient(linear, center top, center bottom, from(#1d6dc4), to(#2062a6)); /* Webkit */
    background: -moz-linear-gradient(center top, #1d6dc4, #2062a6); /* Mozilla */
    background: linear-gradient(to bottom, #1d6dc4, #2062a6); /* CSS3 */
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -o-box-sizing: border-box;
    -ms-box-sizing: border-box;
  }
  #tmp_kujoho p a,
  #tmp_contents #tmp_kujoho p a {
    background: url(/shared/templates/top/images/area_sp_bg.png) no-repeat right bottom;
    background-size: 14px 14px;
    border-top: 1px solid #6391c1;
    border-left: none;
    text-shadow: 1px 1px 0 #165294, 0 1px 0 #165294, 1px 0 0 #165294, -1px -1px 0 #165294, -1px 1px 0 #165294, 1px -1px 0 #165294, -1px 0 0 #165294, 0 -1px 0 #165294;
  }
  #tmp_komatta {
    padding-right: 2px;
    padding-left: 2px;
    border-right: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
  }
  #tmp_komatta_ttl {
    margin-bottom: 10px;
    padding: 5px 5px 0;
    background-color: #ffffff;
  }
  #tmp_komatta_ttl h2 {
    height: 32px;
    margin-bottom: 0;
    background: url(/shared/templates/top/images/komatta_ttl_sp.gif) no-repeat center top;
    background-size: contain;
  }
  #tmp_komatta_cnt {
    width: 100%;
    float: none;
  }
  #tmp_komatta_cnt p.kcnt_1 {
    display: none;
  }
  #tmp_komatta_cnt p.kcnt_2 {
    float: none;
    width: 100%;
    height: auto;
    clear: both;
    background: url(/shared/templates/top/images/komatta_cnt_sp.gif) no-repeat center top;
    background-size: contain;
  }
  #tmp_komatta_cnt p.kcnt_2 span {
    height: 50px;
  }
  /* ward_top */
  #tmp_maincontents .ward_top .top_lft_col,
  #tmp_maincontents .ward_top .top_rgt_col {
    float: none;
    clear: both;
    width: 100%;
  }
  .ward_top h1 img {
    max-width: 100%;
    height: auto;
  }
  #tmp_ward_koho {
    width: 300px;
    margin: 0 auto;
  }
  #tmp_ward_koho li {
    width: 145px;
  }
  #tmp_ward_koho li img {
    max-width: 100%;
    height: auto;
  }
  #tmp_maincontents .ward_top #tmp_oshirase_ttl {
    width: 100%;
  }
  #tmp_maincontents .ward_top #tmp_oshirase_ttl h2 {
    width: 77.741935483%;
  }
  #tmp_maincontents .ward_top #tmp_oshirase_ttl p {
    width: 21.7%;
  }
  .ward_top #tmp_oshirase_ttl .read_all {
    display: none;
  }
  #tmp_maincontents .ward_top #tmp_oshirase_cnt {
    width: auto;
    float: none;
  }
  .ward_top #tmp_about_ttl h2 span {
    z-index: -1;
  }
  .ward_top #tmp_about_cnt .abt_lft {
    display: none;
  }
  .ward_top #tmp_about_cnt .abt_rgt {
    width: auto;
  }
  .ward_top #tmp_about_cnt .abt_rgt li {
    width: 100%;
  }
  /* ==================================================
free
================================================== */
  #tmp_contents {
    padding: 0 0 10px;
  }
  #tmp_contents img {
    max-width: 100%;
    height: auto;
  }
  #tmp_contents ul,
  #tmp_contents ol {
    /*
    margin-left:32px;
    */
    margin-left:40px;
  }
  #tmp_contents table {
    width: auto;
  }
  #tmp_contents table table {
    max-width: 100%;
  }
  #tmp_contents table th,
  #tmp_contents table td {
    width: auto;
  }
  #tmp_contents table.gsc-search-box td.gsc-input {
    width: 100% !important;
  }
  #tmp_contents input[type="text"],
  #tmp_contents textarea {
    width: 100% !important;
    padding: 0;
    box-sizing: border-box; /* CSS3 */
    -webkit-box-sizing: border-box; /* Webkit */
    -moz-box-sizing: border-box; /* Mozilla */
  }
  /* selector
============================== */
  #tmp_contents h1 {
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 128.5%;
  }
  #tmp_contents h2 {
    font-size: 114.2%;
  }
  #tmp_contents h2.faq_question,
  #tmp_contents h2.faq_answer {
    font-size: 128.5%;
  }
  #tmp_contents h2.faq_question span,
  #tmp_contents h2.faq_answer span {
    padding-top: 25px;
  }
  /* index
============================== */
  #tmp_info_cnt .list_table td {
    display: inline-block;
  }
  #tmp_info_cnt .list_table td.icon {
    display: block;
  }
  #tmp_info_cnt .list_table td.icon p {
    display: block;
    margin-bottom: 0.8em;
  }
  #tmp_contents .idx_box_lft {
    width: auto;
    float: none;
    margin-right: 0;
  }
  #tmp_contents .idx_box_rgt {
    width: auto;
    float: none;
    text-align: center;
  }
  #tmp_info {
    margin-right: 0;
  }
  /* mayor
============================== */
  #tmp_mayors_room {
    padding: 0px;
  }
  #tmp_mayor .idx_col_lft {
    width: auto;
    float: none;
  }
  #tmp_mayor .idx_col_rgt {
    width: auto;
    float: none;
  }
  #tmp_mayor .wrap_idx_cate_box,
  #tmp_mayor #tmp_act,
  #tmp_mayor #tmp_kaiken,
  #tmp_mayor #tmp_iken {
    margin-right: 9px;
  }
  #tmp_mayor .wrap_idx_cate_box {
    width: 47%;
  }
  #tmp_contents table.tobira_box,
  #tmp_contents table.tobira_box .tobira_cnt {
    background-size: contain;
  }
  #tmp_mayor_ttl {
    height: 40px;
    background-size: cover;
  }
  #tmp_mayor_ttl p {
    padding-top: 5px;
    padding-left: 15px;
  }
  #tmp_mayor_ttl p img {
    width: 100px;
    height: auto;
  }
  #tmp_contents .wrap_box_idx_search {
    padding-right: 10px;
    padding-left: 10px;
  }
  #tmp_contents .box_idx_search,
  .column_cnt #tmp_contents .box_idx_search {
    width: auto;
  }
  #tmp_contents .box_idx_search #tmp_idx_search dt {
    margin-bottom: 10px;
  }
  #tmp_contents .box_idx_search #tmp_idx_search dd p {
    padding-right: 10px;
  }
  #tmp_contents .box_idx_search #tmp_query2 {
    width: 100% !important;
    padding: 0;
  }
  /* debt_clock
============================== */
  #tmp_debt_clock,
  #tmp_debt_clock_cnt {
    padding-right: 10px;
    padding-left: 10px;
  }
  #tmp_debt_clock_cnt #tokei_top strong {
    display: inline-block;
  }
  /* event
============================== */
  /* box_photo */
  #tmp_contents .wrap_box_photo_txt {
    margin-right: 0;
    float: none;
  }
  #tmp_contents .box_photo_txt {
    margin-right: 0;
  }
  #tmp_contents .box_photo_img {
    width: auto;
    float: none;
  }
  /* map
============================== */
  /* free */
  #tmp_contents .box_gmap {
    width: 100%;
    margin: 15px 0 0.8em;
    clear: both;
  }
  #tmp_gmap_box {
    width: 100%;
    height: 220px;
    margin: 15px 0 0.8em;
    clear: both;
  }
  /* ==================================================
cp
================================================== */
  .format_top .custom_cp #tmp_wrap_main {
    padding-top: 0;
  }
  .custom_cp .top_box {
    padding-bottom: 10px;
  }
  #tmp_ogi {
    display: none;
  }
  #tmp_wrap_cp {
    background: url(/shared/site_smartphone/images/main/cp/cp_bg_sp.gif) repeat left top;
    padding-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    width: auto;
  }
  .format_top #tmp_wrap_cp {
    padding-bottom: 10px;
  }
  #tmp_cp {
    padding-bottom: 0;
    background-image: none;
  }
  .format_top #tmp_cp_ttl,
  .format_free #tmp_cp_ttl {
    float: none;
    width: auto;
    min-height: 70px;
    margin-bottom: 10px;
    background-image: url(/shared/site_smartphone/images/main/cp/cp_ttl_sp.jpg);
    background-position: center top;
    background-size: contain;
  }
  #tmp_cp_ttl h1,
  #tmp_cp_ttl p {
    padding-top: 0;
  }
  #tmp_cp_ttl a {
    width: auto;
    min-height: 70px;
  }
  #tmp_cp_ttl h1 span,
  #tmp_cp_ttl p span {
    width: auto;
    height: auto;
    min-height: 70px;
  }
  .format_top #tmp_cp_cnt {
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    background-image: none;
  }
  #tmp_cp_cnt {
    float: none;
    width: auto;
    padding-top: 0;
    padding-right: 0;
    padding-left: 0;
    background-image: none;
    display: box;
    display: -ms-box;
    display: -webkit-box;
    display: -moz-box;
    box-orient: vertical;
    -ms-box-orient: vertical;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;

  }
  #tmp_cp_mv {
    display: none;
  }
  #tmp_cp_gnavi {
    display: none;
  }
  /*#tmp_sma_cp_gnavi {
    padding-bottom: 10px;
  }
  #tmp_sma_cp_gnavi ul {
    background-color: #5f5f5f;
    color: #d2d2d2;
    border-top: 1px solid #3f3f3f;
    border-bottom: 1px solid #7f7f7f;
    list-style: none;
    list-style-image: none;
  }
  #tmp_sma_cp_gnavi ul li {
    padding-right: 10px;
    border-bottom: 1px solid #3f3f3f;
    border-top: 1px solid #7f7f7f;
  }
  #tmp_sma_cp_gnavi li a {
    display: block;
    padding: 10px 0 10px 10px;
    color: #d2d2d2;
    background: transparent url(/shared/site_smartphone/images/header/sp_icon.gif) no-repeat right center;
    background-size: 9px 13px;
    text-decoration: none;
  }*/
  .custom_cp .top_lft {
    width: auto;
    margin-right: 0;
    margin-bottom: 15px;
  }
  .custom_cp .top_rgt {
    margin-left: 0;
  }
  #tmp_cp_ieyasu {
    background-repeat: repeat;
  }
  #tmp_cp_ieyasu_cnt .ieyasu_navi {
    width: 280px;
    margin: 0 auto;
    padding-left: 0;
  }
  #tmp_cp_ieyasu_cnt .ieyasu_facebook,
  #tmp_cp_ieyasu_cnt .ieyasu_twitter,
  #tmp_cp_ieyasu_cnt .bnr_list {
    width: 280px;
    margin: 0 auto 3px;
    padding-bottom: 0;
    background-image: none;
  }
  #tmp_cp_ieyasu_cnt .ieyasu_facebook_ttl a {
    width: 280px;
    height: 40px;
    background-image: url(/shared/templates/cp_top/images/ieyasu-kun_facebook_sp.jpg);
  }
  #tmp_cp_ieyasu_cnt .ieyasu_twitter_ttl a {
    width: 280px;
    height: 40px;
    background-image: url(/shared/templates/cp_top/images/ieyasu-kun_twitter_sp.jpg);
  }
  #tmp_cp_ieyasu_cnt .bnr_list .diary {
    width: 280px;
    height: 40px;
  }
  #tmp_cp_ieyasu_cnt .bnr_list .diary a {
    width: 280px;
    height: 40px;
    background-image: url(/shared/templates/cp_top/images/ieyasu-kun_diary_bnr_sp.jpg);
  }
  #tmp_cp_ieyasu_cnt .ieyasu_facebook_ttl a span,
  #tmp_cp_ieyasu_cnt .ieyasu_twitter_ttl a span,
  #tmp_cp_ieyasu_cnt .bnr_list .diary a span {
    width: 280px;
    height: 40px;
  }
  #tmp_cp_ieyasu_cnt .ieyasu_facebook_cnt,
  #tmp_cp_ieyasu_cnt .ieyasu_twitter_cnt {
    display: none;
  }
  #tmp_kawara {
    margin-bottom: 10px;
  }
  #tmp_kawara_ttl {
    padding: 0;
    background-image: none;
  }
  #tmp_kawara_ttl h2 {
    float: none;
    width: 100%;
    height: auto;
    color: #ffffff;
    background-color: #1d1d1d;
    background: -webkit-gradient(linear, center top, center bottom, from(#343434), to(#1d1d1d)); /* Webkit */
    background: -moz-linear-gradient(center top, #343434, #1d1d1d); /* Mozilla */
    background: linear-gradient(to bottom, #343434, #1d1d1d); /* CSS3 */
  }
  #tmp_kawara_ttl h2 span {
    width: auto;
    height: auto;
    padding-left: 10px;
    z-index: 1;
  }
  #tmp_kawara_ttl p {
    float: none;
    text-align: right;
    border: none;
  }
  #tmp_kawara_ttl p a {
    display: inline;
    padding-right: 0;
    padding-left: 15px;
    color: #003366;
    background-image: url(/shared/templates/cp_top/images/cp_icon_sp.gif);
    background-position: left 0.2em;
    text-decoration: underline;
  }
  #tmp_kawara_cnt {
    padding-top: 5px;
  }
  #tmp_kawara_cnt .list_table td.icon p {
    margin-right: 5px;
  }
  #tmp_kawara_cnt .read_all {
    padding: 5px 0;
    border-top: 1px solid #c4bba6;
    border-bottom: 1px solid #c4bba6;
  }
  #tmp_kawara_cnt .read_all a {
    padding: 0 0 0 15px;
    background: url(/shared/templates/cp_top/images/cp_icon_sp.gif) no-repeat left 0.2em;
  }
  #tmp_cp_cg {
    margin-right: 0;
  }
  #tmp_cp_chumoku {
    float: none;
    width: 300px;
    margin: 0 auto 10px;
  }
  #tmp_cp_gallery .box_wrap_parent_gallrey {
    width: 250px !important;
  }
  #tmp_cp_gallery .box_gallrey {
    display: table;
    width: 100%;
  }
  #tmp_cp_gallery .box_gallrey p {
    display: table-cell;
    vertical-align: middle;
    font-size: 100%;
  }
  #tmp_cp_gallery .box_gallrey p.img {
    padding-right: 5px;
  }
  #tmp_cp_gallery .box_gallrey p.img img {
    max-width: 100px;
    height: auto;
  }
  #tmp_cp_gallery .list_order {
    padding-left: 20px;
  }
  #tmp_cp_gnavi_top {
    clear: both;
    margin: 0 auto;
  }
  #tmp_cp_gnavi_top ul {
    width: auto;
  }
  #tmp_cp_gnavi_top ul li {
  }
  #tmp_cp_gnavi_top ul li img {
    width: 100%;
    height: auto;
  }
  .custom_cp #tmp_wrap_contents {
    box-shadow: none;
  }
  #tmp_cp_slider_gallery {
    width: 300px;
    margin: 0 auto;
  }
  #tmp_cp_slider_gallery .box_wrap_parent_gallrey {
    margin-right: 18px;
    margin-left: 18px;
    overflow: hidden;
  }
  #tmp_cp_slider_gallery .box_gallrey img {
    width: 130px;
    height: 48px;
  }
  #tmp_cp_slider_gallery .prev a,
  #tmp_cp_slider_gallery .next a {
    padding-top: 26px;
    padding-bottom: 26px;
    box-shadow: none;
  }
  .custom_cp #tmp_pankuzu {
    padding-left: 10px;
  }
  .custom_cp .pnavi {
    padding-right: 10px;
  }
  /* 投票ページ
============================== */
  #tmp_contents #tmp_ieyasu_mobile.vote {
    display: none;
  }
  #tmp_contents .vote_cnt {
    width: 273px;
    margin: 0 auto;
    padding: 30px 0 0;
  }
  #tmp_contents .votestep {
    background: none;
  }
  #tmp_contents .votestep_ttl {
    float: none;
    width: auto;
    background-position: 64% bottom;
  }
  #tmp_contents .votestep_cnt {
    margin-left: 0;
    padding: 6px;
  }
  #tmp_contents .ieyasu_ribbon p {
    padding-top: 24px;
    padding-right: 10px;
    padding-left: 46px;
  }
  #tmp_contents .vote_pageL,
  #tmp_contents .vote_pageR {
    float: none;
    width: auto;
  }
  #tmp_contents .vote_pageR .yuru_banner {
    text-align: center;
    background: url(/shared/templates/free/images/contents/vote/yuru_btn_bg_sp.png) no-repeat center top;
    padding-bottom: 80px;
    -webkit-background-size: auto 166px;
    background-size: auto 166px;
  }
  #tmp_contents .vote_col2L,
  #tmp_contents .vote_col2R {
    width: 100%;
    float: none;
  }
  /* cp_20160325改修
============================== */
  #tmp_kawarawrap_cnt #tmp_kawara_cntL,
  #tmp_kawarawrap_cnt #tmp_kawara_cntR {
    float: none;
    width: 100%;
  }
  /* ==================================================
mayor
================================================== */
.tmp_section_inner {
    padding: 0;
  }
  #tmp_mainBanner {
    margin-bottom: 70px;
  }
  .tmp_mainBannerNav {
    bottom: -50px;
    right: 0;
    left: 0;
    text-align: center;
  }
  .tmp_about_mayors_links li {
    width: 100%;
  }
  /* ==================================================
kanko
================================================== */
#tmp_tourism {
  padding: 0px;
}
.tmp_tourisumMain_secondary {
  flex-wrap: wrap;
  justify-content: space-between;
}
.tmp_tourism_menu {
  width: calc(50% - 5px);
  margin: 5px 0;
}
.tmp_tourism_menu:not(:last-child) {
  border: none;
}
.tmp_tourismBanner ul {
  flex-direction: column;
}
.tmp_tourismBanner li {
  width: 100%;
  text-align: center;
  padding: 10px 0;
}
.tmp_tourismLinks {
  flex-direction: column;
}
.tmp_tourismLinkList {
  width: 100%;
  margin: auto auto 20px;
}
#cms8341-sp-preview {
  position: relative;
}
#tmp_contents table.enquete_table th {
  word-break: break-all;
}
/* ==================================================
recruit
================================================== */
#tmp_contents #tmp_recruit {
  padding: 0px;
}
#tmp_contents .tmp_section_inner {
  padding: 0;
}
#tmp_contents .tmp_recruitHeadImg {
  display: none;
}
#tmp_contents .tmp_recruitHeadImg_sp {
  display: block;
}
#tmp_contents .tmp_recruitLinks {
  margin-bottom: 40px;
}
#tmp_contents .tmp_recruitLinks_btn li {
  width: 100%;
}
#tmp_contents .tmp_addline {
  margin-bottom: 40px;
}
#tmp_contents .tmp_addline a {
  flex-direction: column;
  line-height: 1.8;
  border-radius: 10px;
  padding: 20px 10px;
  text-align: center;
}
#tmp_contents .tmp_addline span {
  margin-right: 0px;
}
#tmp_contents .tmp_addline img {
  width: 160px;
  margin: auto;
}
#tmp_contents .tmp_recruitSite_links {
  flex-direction: column;
}
#tmp_contents .tmp_recruitSite_links li {
  width: 100%;
}
/* ==================================================
tmp_spQuickLink
================================================== */
#tmp_spQuickLink {
  display: block;
}
#tmp_spQuickLink ul {
  display: flex;
  justify-content: space-between;
  margin: 10px 10px 20px;
}
/* ==================================================
Scroll Table
================================================== */
.scroll_table {
	overflow-x:auto;
	margin-bottom:10px;
	padding:23px 5px 5px;
	background:#F5F5F5 url(/shared/rn/images/icon/scroll_table_icon.png) right 5px no-repeat;
	background-size:75px 15px;
}
.scroll_table {
	overflow-x:scroll;
}
.scroll_table_switch {
	text-align:right;
	margin:0 0 10px;
	font-size:75%;
	line-height:1.2;
}
.scroll_table_switch a {
	border:1px solid #CCCCCC;
	color:#333333;
	display:inline-block;
	padding:8px 10px 8px 70px;
	text-decoration:none;
	background:#F2F2F2 url(/shared/rn/images/icon/scroll_table_ex.png) 10px center no-repeat;
	background-size:46px 20px;
	box-shadow:0 2px 0 0 #91918E;
	min-width:9em;
	text-align:center;
}
.scroll_table_switch a.scroll {
	background:#FFFFFF url(/shared/rn/images/icon/scroll_table_df.png) 10px center no-repeat;
	background-size:46px 20px;
}
.scroll_table::-webkit-scrollbar{
 height: 5px;
}
.scroll_table::-webkit-scrollbar-track{
 background: #F1F1F1;
}
.scroll_table::-webkit-scrollbar-thumb {
 background: #BCBCBC;
}
/* ==================================================
clearfix
================================================== */
  .wrap_sma_gsearch:after,
  .wrap_sma_gsearch2:after {
    content: "."; /* 変更しない */
    display: block; /* 変更しない */
    height: 0; /* 変更しない */
    font-size: 0.1%; /* 変更しない */
    line-height: 0.1; /* 変更しない */
    clear: both; /* 変更しない */
    visibility: hidden; /* 変更しない */
  }
}

