@charset "utf-8";
@import url("/css/works/common.css");
/*--京works/index.css--*/
/* ##########PC########## */
.topicpath_content_title::before {
    background-image: url(/shared/works/bg_content_title.png);
}




@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{

}