@charset "utf-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : style.css
 Style : style
================================================================= */


/* PC START ###################################################### */
#col_side1{
position: fixed;
top: 0;
left: 0;
bottom: 0;
overflow-y: auto;
}

/* PC END ###################################################### */
@media screen and (max-width: 1200px){
#col_side1{position: static;overflow-y:inherit;}
}

@media screen and (max-width: 768px){
/* ================================================================= 
 *
 * tablet size
 *
 * ================================================================= */






/* tablet END ###################################################### */



}
@media screen and (max-width: 468px){
/* ================================================================= 
 *
 * smartphone size
 *
 * ================================================================= */

/* smartphone END ################################################## */
}