@charset "UTF-8";

@import url("/common/css/style.css");

/* 2025.3.25　メッセージ用------------------------------*/
#message .sign {
    font-family: "Noto Serif SC", "Source Han Serif SC", "Songti SC", "SimSun", serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/*for Mac */ 
/* ::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 7px;
}
::-webkit-scrollbar-thumb {
    border-radius: 4px;
    background-color: rgba(0,0,0,.5);
    box-shadow: 0 0 1px rgba(255,255,255,.5);
} */
/*end for Mac*/ 

@import url("/cn/common/css/style_sub.css");


/*********************
LARGER MOBILE DEVICES
*********************/
@media print, screen and (min-width: 480px) {


} /* end of media query*/

/*********************
TABLET & SMALLER LAPTOPS
*********************/
@media print, screen and (min-width: 768px) {


  


} /* end of media query*/



/*********************
TABLET & SMALLER LAPTOPS よこ　iPad Pro
*********************/
@media print, screen and (min-width: 940px) {


} /* end of media query*/


/*********************
DESKTOP
*********************/
@media print, screen and (min-width: 1024px) {






} /* end of media query*/

/*********************
LARGE VIEWING SIZE
*********************/
@media print, screen and (min-width: 1240px) {



} /* end of media query*/


/*********************
PRINT STYLESHEET
*********************/
@media print {



}