@charset "utf-8";
/*--京aboutus.css--*/
/* ##########PC########## */
.content_title_wrapper{
    background-image: url(../shared/content_title_bg/aboutus.jpg);
}


@media screen and (min-width:1px) and (max-width:1400px) {
}

/*ipad*/
@media screen and (min-width:1px) and (max-width:1024px){

}

/* ##########SP横向き########## */
@media screen and (min-width:1px) and (max-width:768px) {


}

/* ##########SP########## */
@media screen and (min-width:1px) and (max-width:479px) {


}


/* ##########印刷用########## */
@media print{

}