@charset "UTF-8";
/**
 * 鉄道を知る
 */
/* ==========================================================================
   共通
   ========================================================================== */
* {
  box-sizing: border-box; }

body {
  min-width: 1044px; }
  @media screen and (max-width: 767px) {
    body {
      min-width: inherit; } }

#topicpath {
  margin-bottom: 0; }
  #topicpath .navigation {
    width: 1004px;
    box-sizing: border-box;
    background: none;
    padding-left: 0; }
    #topicpath .navigation img {
      margin: 0 15px 0 3px; }
    #topicpath .navigation li:first-child {
      padding-left: 20px;
      background: url("/common/css/img/icon_home.gif") no-repeat left 4px; }
    #topicpath .navigation li {
      margin-right: 15px; }
  @media screen and (max-width: 767px) {
    #topicpath {
      padding-left: 10px; }
      #topicpath .navigation {
        width: 100%; }
        #topicpath .navigation img {
          vertical-align: middle; } }

@media screen and (max-width: 767px) {
  #contents {
    width: 100%;
    padding: 0 10px; } }

/* ==========================================================================
    インデックス
    ========================================================================== */
#index-know .full-box {
  width: 1024px; }
  @media screen and (max-width: 767px) {
    #index-know .full-box {
      width: 100%; } }

@media screen and (max-width: 767px) {
  .two-column-list li {
    float: none;
    margin: 0 0 10px; }
    .two-column-list li.right {
      float: none; } }

@media screen and (max-width: 767px) {
  .two-column-list2 li {
    width: 49.5%;
    float: left;
    margin: 0 1% 10px 0; }
    .two-column-list2 li.right {
      float: right;
      margin-right: 0; } }

.visual-index {
  display: block;
  position: relative;
  width: 500px; }
  @media screen and (max-width: 767px) {
    .visual-index {
      width: 100%; } }
  .visual-index:hover {
    opacity: 0.9;
    text-decoration: none; }
  .visual-index img {
    width: 100%; }
  .visual-index dl {
    box-sizing: border-box;
    padding: 15px 20px 25px 20px;
    width: 100%;
    background-color: #f2f2f2; }
    @media screen and (max-width: 767px) {
      .visual-index dl {
        height: auto;
        padding: 15px 10px; } }
    .visual-index dl dt {
      margin-bottom: 10px;
      background-image: url(img/icon_arrow_blue.png);
      background-repeat: no-repeat;
      background-position: right center;
      font-size: 114.28571%;
      color: #006ab6; }
      @media screen and (max-width: 767px) {
        .visual-index dl dt {
          padding-right: 15px;
          font-size: 107.14286%; } }
      .visual-index dl dt span {
        padding-right: 20px;
        background: url(/common/img/icon_blank_blue.png) no-repeat right center;
        background-size: 9px auto; }
    .visual-index dl dd {
      font-size: 100%;
      color: #262626; }
