@charset "utf-8";

/***************************************************************************
Media Queries
****************************************************************************/

/*iPad 以下 w767px*/
@media only screen and (max-width: 767px) {
}

/***************************************************************************
page_css
****************************************************************************/

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

}

/***************************************************************************
point
****************************************************************************/

#point {
    background-image: url(/kyoutanabe/image_new/common/contents/bg-dot.png);
    background-repeat: repeat-x;
    background-position: left bottom;
    padding-bottom: 1px;
    margin-bottom: 50px;
}

@media only screen and (max-width: 767px) {
#point {
    margin-bottom: 30px;
}
}

/***************************************************************************
contact
****************************************************************************/

.special_contents .contact a {
    background-color: #0080AC;
}
