/*
Welcome to Custom CSS!

To learn how this works, see http://wp.me/PEmnE-Bt
*/
    #topicPickUp {
        margin-bottom: 10px;
    }

    #topicPickUp a {
        display: block;
        color: #2b2b2b;
        text-decoration: none;
    }

    #topicPickUp a:active  { color: #2b2b2b; text-decoration: none; }
    #topicPickUp a:visited { color: #2b2b2b; text-decoration: none; }
    #topicPickUp a:hover   { color: #2b2b2b; text-decoration: none; }

    #topicPickUp ul {
        list-style:none;
        margin: 0;
        padding: 0;
    }

    #topicPickUp dl {
        list-style:none;
        margin: 0;
        padding: 0;
    }

    #topicPickUp ul li {
        margin: 0 0 0 2px;
        padding: 1px 2px;
        font-size: 90%;
        display: inline;
        background-color: #0A9DD0;
        color: #ffffff;
    }

    #topicPickUp .listArea {
        padding: 5px 0;
        border-bottom: 1px solid #666666;
    }

    #topicPickUp .listArea:first-child {
        border-top: 1px solid #666666;
    }

    #topicPickUp dt.photoArea {
        width: 140px;
        height: 100px;
        float: left;
        overflow: hidden;

        background-position: center;
        background-repeat: no-repeat;
        background-size: contain;
    }

    #topicPickUp dd {
        float: left;
        margin-left: 10px;
    }

    #topicPickUp dd div.ttl {
        color: #4682b4;
        text-decoration: underline;
    }

    @media screen and (max-width: 600px) {
        #topicPickUp dt.photoArea {
            width: 100%;
            height: 140px;
            float: none;
            overflow: hidden;
        }
        #topicPickUp dd {
            float: none;
        }
    }

  #topicNew {
    margin-bottom: 10px;
  }

  #topicNew a {
    display: block;
    color: #2b2b2b;
    text-decoration: none;
  }

  #topicNew a:active  { color: #2b2b2b; text-decoration: none; }
  #topicNew a:visited { color: #2b2b2b; text-decoration: none; }
  #topicNew a:hover   { color: #2b2b2b; text-decoration: none; }

  #topicNew ul {
    list-style:none;
    margin: 0;
    padding: 0;
  }

  #topicNew dl {
    list-style:none;
    margin: 0;
    padding: 0;
  }

  #topicNew ul li {
    margin: 0 0 0 2px;
    padding: 1px 2px;
    font-size: 90%;
    display: inline;
    background-color: #0A9DD0;
    color: #ffffff;
  }

  #topicNew .listArea {
    padding: 5px 0;
    border-bottom: 1px solid #666666;
  }

  #topicNew .listArea:first-child {
    border-top: 1px solid #666666;
  }

  #topicNew dt.photoArea {
    width: 140px;
    height: 100px;
    float: left;
    overflow: hidden;

    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
  }

  #topicNew dd {
    float: left;
    margin-left: 10px;
  }

  #topicNew dd div.ttl {
    color: #4682b4;
    text-decoration: underline;
  }

  @media screen and (max-width: 600px) {
    #topicNew dt.photoArea {
      width: 100%;
      height: 140px;
      float: none;
      overflow: hidden;
    }
    #topicNew dd {
      float: none;
    }
  }

.btn-border {
  display: inline-block;
  max-width: 80%;
	text-align: center;
  background-color: #c63800;
  border: 2px solid #c63800;
  font-size: 20px;
  color: #ffffff;
  text-decoration: none;
  font-weight: bold;
  padding: 16px 24px;
  border-radius: 4px;
  transition: .4s;
}

.btn-border:hover {
  background-color: #ffffff;
  border-color: #c63800;
  color: #c63800;
}