﻿@charset "UTF-8";
body#obstacleinfo {
  color: #000;
}

/*-----------------------------------------------
タイトル
-------------------------------------------------*/
@media screen and (min-width: 769px) {
  #indexCol {
    margin: 0 auto;
    background: url(../images/bg_main2_2.png) repeat-y;
    width: 1100px;
    min-height: 675px;
    padding-bottom: 40px;
  }
  #indexCol #subCol {
    width: 1100px;
    margin-bottom: 10px;
  }
  #indexCol #subCol #subColTitle {
    background: url(../images/img_snavititle_l_1.jpg) center no-repeat;
    width: 1090px;
    height: 107px;
    text-indent: -9999px;
  }
}
@media screen and (max-width: 768px) {
  #indexCol {
    padding: 0;
    width: 100%;
    background: #fff;
    overflow: hidden;
  }
  #indexCol #subCol {
    background-color: #FFF;
    padding-bottom: 0;
  }
  #indexCol #subCol #subColTitle {
    background: url(../images/img_snavititle_l_1.jpg) center no-repeat;
    background-size: cover;
    text-indent: -9999px;
    vertical-align: middle;
    width: 100%;
    padding: 5% 0;
    border-top: 1px solid #c7c7c7;
  }
}
/*-----------------------------------------------
css
-------------------------------------------------*/
@media screen and (min-width: 769px) {
  /*背景*/
  .spdom_obstinfo {
    display: none;
  }

  #header_obstacleinfo {
    color: #234369;
    width: 100%;
    padding: 3px 0;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #dcdcdc 50%, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.49, #f3f3f3), color-stop(0.5, #dcdcdc), to(#ffffff));
  }
  #header_obstacleinfo .favorable {
    background: url(../images/bg_header-obstacleinfo_favorable_2.png) no-repeat 0 0;
    width: 1007px;
    height: 29px;
    margin: auto;
    position: relative;
  }
  #header_obstacleinfo .favorable dl dt {
    display: none;
  }
  #header_obstacleinfo .favorable dl dd.txt_detail {
    text-indent: -9999px;
  }
  #header_obstacleinfo .favorable dl dd.btn_more-obstacle a {
    background: url(../images/btn_more_2.png) no-repeat 0 0;
    display: block;
    text-indent: -9999px;
    width: 225px;
    height: 17px;
    position: absolute;
    top: 6px;
    right: 7px;
  }
  #header_obstacleinfo .favorable dl dd.btn_more-obstacle a:hover {
    background-position: 0 -17px;
  }
  #header_obstacleinfo .obstacle {
    background: url(../images/bg_header-obstacleinfo_2.png) repeat-y 0 0;
    width: 996px;
    margin: auto;
    position: relative;
  }
  #header_obstacleinfo .obstacle dl {
    background: url(../images/bg_header-obstacleinfo_bottom_2.png) no-repeat bottom left;
    padding-bottom: 5px;
  }
  #header_obstacleinfo .obstacle dl dt {
    background: url(../images/bg_header-obstacleinfo_top.png) no-repeat top left;
    height: 33px;
    text-indent: -9999px;
  }
  #header_obstacleinfo .obstacle dl dd {
    width: 980px;
    margin: auto;
    font-size: 12px;
  }
  #header_obstacleinfo .obstacle dl dd p {
    display: block;
    float: left;
    width: 750px;
    padding: 5px 0 0 13px;
    color: #676363;
  }
  #header_obstacleinfo .obstacle dl dd div {
    display: block;
    float: left;
    padding: 5px 0 0 130px;
    min-height: 26px;
    height: auto !important;
    height: 26px;
    font-weight: bold;
  }
  #header_obstacleinfo .obstacle dl dd.txt_detail-mainte div.txt_detail-date {
    background: url(../images/icon_header-obstacleinfo_mainte_2.png) no-repeat top left;
    color: #FFA500;
  }
  #header_obstacleinfo .obstacle dl dd.txt_detail-obstacle div.txt_detail-date {
    background: url(../images/icon_header-obstacleinfo_obstacle_2.png) no-repeat top left;
    color: #FE2E2E;
  }
  #header_obstacleinfo .obstacle dl dd.btn_more-obstacle a {
    background: url(../images/btn_more_2.png) no-repeat 0 0;
    display: block;
    text-indent: -9999px;
    width: 225px;
    height: 17px;
    position: absolute;
    top: 9px;
    right: 13px;
  }
  #header_obstacleinfo .obstacle dl dd.btn_more-obstacle a:hover {
    background-position: 0 -17px;
  }

  /*障害なし*/
  /*障害なし用一覧ページボタン*/
  /*障害アリ*/
  /*障害アリ用一覧ページボタン*/
  /*一覧ページ
  -------------------------------------------------*/
  /*共通*/
  #contents_obstacleinfo {
    width: 952px;
    margin: auto;
    background: url(../images/bg_innercontents_2.jpg) top center;
  }

  #innercontents_obstacleinfo {
    background: url(../images/bg_innercontents-bottom_2.jpg) bottom center no-repeat;
  }

  #obstacleinfo_detail {
    background: url(../images/bg_innercontents-top_1.jpg) top center no-repeat;
    padding: 3px 0 10px 0;
  }
  #obstacleinfo_detail dl {
    -webkit-box-shadow: inset 0 0 2px 0 #aaa;
    box-shadow: inset 0 0 2px 0 #aaa;
    -moz-border-radius: 9px;
    -webkit-border-radius: 9px;
    background: #fefefe;
    border-radius: 9px;
    width: 931px;
    margin: 8px auto 0 auto;
  }
  #obstacleinfo_detail dl dd {
    padding: 20px;
    color: #676363;
    font-size: 11px;
  }
  #obstacleinfo_detail dl dd p {
    clear: both;
    margin: 0 0 7px 0;
  }
  #obstacleinfo_detail dl dt {
    line-height: 1;
    height: 17px;
    padding: 8px 0 0 130px;
    font-weight: bold;
    font-size: 13px;
  }

  .maintenance dt {
    background: url(../images/headline_maintenance_2.png) top center no-repeat;
    color: #FF970B;
  }

  .obstacle dt {
    background: url(../images/headline_obstacle_2.png) top center no-repeat;
    color: #FE2E2E;
  }

  /*表示が無い場合（白）*/
  .obstacleinfo_nodata {
    width: 85%;
    text-align: center;
    border: 1px solid #fff;
    padding: 2em;
    margin: 2em auto;
    background: #efefef;
    color: #676363;
  }

  /*ICカード・マイページ状況アイコン*/
  .icon_icplay-not {
    background: url(../images/icon_icplay-not_2.png) 0 0 no-repeat;
    display: inline-block;
    width: 105px;
    height: 17px;
    text-indent: -9999px;
    margin: 3px 0;
  }

  .icon_icplay-ok {
    background: url(../images/icon_icplay-ok_2.png) 0 0 no-repeat;
    display: inline-block;
    width: 105px;
    height: 17px;
    text-indent: -9999px;
    margin: 3px 0;
  }

  .icon_mypage-not {
    background: url(../images/icon_mypage-not_2.png) 0 0 no-repeat;
    display: inline-block;
    width: 105px;
    height: 17px;
    text-indent: -9999px;
    margin: 3px 0;
  }

  .icon_mypage-ok {
    background: url(../images/icon_mypage-ok_2.png) 0 0 no-repeat;
    display: inline-block;
    width: 105px;
    height: 17px;
    text-indent: -9999px;
    margin: 3px 0;
  }
}
@media screen and (max-width: 768px) {
  #header_obstacleinfo.pcdom_obstinfo {
    display: none;
  }

  #contents_obstacleinfo {
    width: 100%;
    margin: auto;
    background: url(../images/bg_innercontents_2.jpg) top center;
  }

  #innercontents_obstacleinfo {
    background: url(../images/bg_innercontents-bottom_2.jpg) bottom center no-repeat;
  }

  #obstacleinfo_detail {
    background: url(../images/bg_innercontents-top_1.jpg) top center no-repeat;
    padding: 3px 0 10px 0;
  }

  #header_obstacleinfo {
    border-bottom: 1px solid #999;
    width: 100%;
    padding: 1% 0;
    background: #fcfcfc;
    background: -moz-linear-gradient(top, #ffffff 0%, #f3f3f3 49%, #dcdcdc 50%, #ffffff);
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), color-stop(0.49, #f3f3f3), color-stop(0.5, #dcdcdc), to(#ffffff));
    -webkit-text-size-adjust: 100%;
  }

  /*障害ナシ版一覧ページボタン*/
  a.btn_more-obstacle {
    display: inline;
    line-height: 1;
  }
  a.btn_more-obstacle img {
    width: 30%;
  }

  /*障害なし*/
  #header_obstacleinfo .favorable {
    width: 95%;
    padding: 1% 2%;
    overflow: hidden;
    line-height: 1;
  }
  #header_obstacleinfo .favorable dl dt {
    /*font-size:110%;*/
    color: #333;
    line-height: 1;
    border: 1px solid #efefef;
    border-radius: 5px;
    padding: 0.3em;
    overflow: hidden;
    margin: 1px auto 3px auto;
    background: #fefefe;
    -moz-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2), inset 0px 0px 1px rgba(255, 255, 255, 0.2);
    -webkit-box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2), inset 0px 0px 1px rgba(255, 255, 255, 0.2);
    box-shadow: 1px 1px 0px rgba(255, 255, 255, 0.2), inset 0px 0px 1px rgba(255, 255, 255, 0.2);
  }
  #header_obstacleinfo .favorable dl dd.txt_detail {
    margin: 1em auto;
    text-align: center;
  }

  /*障害なし用画像*/
  .header-obstacleinfo_favorable_sp {
    width: 70%;
    display: inline-block;
  }

  /*障害アリ版一覧ページボタン*/
  dd.btn_more-obstacle {
    text-align: right;
  }
  dd.btn_more-obstacle a {
    display: inline;
    line-height: 1;
    font-size: 50%;
  }
  dd.btn_more-obstacle a img {
    width: 40%;
  }

  /*障害アリ*/
  #header_obstacleinfo .obstacle {
    width: 95%;
    margin: auto;
    padding: 0.3em 0.3em 0.1em 0.3em;
    overflow: hidden;
  }
  #header_obstacleinfo .obstacle dl dt {
    font-size: 80%;
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 0.2em 0;
    margin: 1px auto 3px auto;
    background: #ededed;
    text-align: center;
    color: #643200;
  }
  #header_obstacleinfo .obstacle dl dd p {
    padding: 0.5em 0.5em 0 0.5em;
    font-size: 0.7em;
    color: #676363;
  }
  #header_obstacleinfo .obstacle dl dd div {
    font-size: 60%;
    line-height: 1;
    padding: 5px 0 5px 130px;
    min-height: 15px;
    margin-left: 5px;
  }
  #header_obstacleinfo .obstacle dl dd.txt_detail-obstacle div.txt_detail-date {
    /*障害情報*/
    background: url(../images/icon_header-obstacleinfo_obstacle_2.png) no-repeat center left;
    color: #FE2E2E;
    border-bottom: dotted 1px #555;
    zoom: 1.2;
    text-align: right;
  }
  #header_obstacleinfo .obstacle dl dd.txt_detail-mainte div.txt_detail-date {
    /*メンテナンス情報*/
    background: url(../images/icon_header-obstacleinfo_mainte_2.png) no-repeat;
    background-size: contain;
    color: #FFA500;
    border-bottom: dotted 1px #555;
    zoom: 1.2;
    text-align: right;
  }

  /*ICカード・マイページ状況アイコン*/
  .icon_icplay-not {
    background: url(../images/icon_icplay-not_2.png) 0 0 no-repeat;
    display: inline-block;
    width: 105px;
    height: 17px;
    text-indent: -9999px;
    margin-top: 0.5em;
  }

  .icon_icplay-ok {
    background: url(../images/icon_icplay-ok_2.png) 0 0 no-repeat;
    display: inline-block;
    width: 105px;
    height: 17px;
    text-indent: -9999px;
    margin-top: 0.5em;
  }

  .icon_mypage-not {
    background: url(../images/icon_mypage-not_2.png) 0 0 no-repeat;
    display: inline-block;
    width: 105px;
    height: 17px;
    text-indent: -9999px;
    margin-top: 0.5em;
  }

  .icon_mypage-ok {
    background: url(../images/icon_mypage-ok_2.png) 0 0 no-repeat;
    display: inline-block;
    width: 105px;
    height: 17px;
    text-indent: -9999px;
    margin-top: 0.5em;
  }

  /*一覧ページ
  -------------------------------------------------*/
  /*タイトル固有※アップ時にlayout.cssへ移動*/
  #obstacleinfo_detail {
    width: 100%;
    margin: 0 auto;
  }
  #obstacleinfo_detail dl {
    width: 100%;
    margin: 8px auto 0 auto;
  }
  #obstacleinfo_detail dl.maintenance {
    background: url(../images/headline_maintenance_2.png) top left no-repeat;
    color: #FFDD00;
  }
  #obstacleinfo_detail dl.maintenance dt {
    background: url(../images/icon_header-obstacleinfo_mainte_2.png) no-repeat center left #efeeee;
    color: #FFA500;
  }
  #obstacleinfo_detail dl.obstacle {
    background: url(../images/headline_obstacle_2.png) top left no-repeat;
    color: #FB3600;
  }
  #obstacleinfo_detail dl.obstacle dt {
    background: url(../images/icon_header-obstacleinfo_obstacle_2.png) no-repeat center left #efeeee;
    color: #FE2E2E;
  }
  #obstacleinfo_detail dl dt {
    border-top: solid 1px #CAC6C6;
    border-bottom: solid 1px #CAC6C6;
    padding: 5px 0 5px 130px;
  }
  #obstacleinfo_detail dl dd {
    padding: 0.5em 1em 0.8em 1em;
    color: #676363;
    font-size: 0.8em;
    background: #F9F8F8;
  }

  /*表示が無い場合*/
  .obstacleinfo_nodata {
    width: 80%;
    text-align: center;
    border: 1px solid #fff;
    padding: 2em;
    margin: 1em auto;
    color: #676363;
  }
}
/*JQページ送り*/
.paginator {
  width: 952px;
  height: 25px;
  display: block;
  margin: 0 auto;
  padding: 10px 0 25px 0;
}
.paginator a,
.paginator span.jp-hidden {
  text-decoration: none;
  float: left;
  width: 2em;
  text-align: center;
  cursor: pointer;
  padding: 0.3em 0;
  margin: 4px 1px;
  color: block;
  color: #fff;
  background: linear-gradient(#FFB5C9, #FE61A4) repeat;
  border: 1px solid #fff;
}

a.jp-current,
.paginator a:hover {
  color: #fff;
  background: linear-gradient(#FE61A4, #FFB5C9) repeat;
  border: 1px solid #fff;
}
