@charset "UTF-8";


/*******************************

mediaCss

*******************************/
.page #hero{
    border-top-color: #ee8763;
    padding-bottom:30px;
    background: #f8ecc7;
    border-bottom: none;
}


p {
    margin-bottom: 30px;
}
dl {
    width: 100%;
    overflow: hidden;
    margin-bottom: 10px;
}
dl dt {
    font-size: 18px;
    border-top: 2px dotted #f2dc96;
    border-bottom: 2px dotted #f2dc96;
    overflow: hidden;
    padding: 5px 0;
    margin-bottom: 30px;
}

dl span {
    display: block;
    float: left;
    line-height: 2;
    border-left: 2px dotted #f2dc96;
    padding-left: 5px;
    margin-left: 5px;
    margin-top: 3px;
}
dl dd {
    width: 100%;
    overflow: hidden;
}

dl dd ul {
    width: 100%;
    overflow: hidden;
    list-style-type: disc;
    margin-bottom: 30px;
}
dl dd ul li{
    margin-left: 2em;
}


@media screen and (max-width: 767px) {

.info_list img {
    float: none;
    width: 100%;
}

.info_list .txtwrap {
    float: none;
    width: 100%;
    margin-top: 20px;
}

.info_list .txtwrap a{
  margin: 0 auto;
    float: none;
}

.info_list .txtwrap h2{
 text-align: center;
}
}

