
/*--- rwd setting 
------------------------------------*/
/* 320px-480px(mobile)*/
@media screen and (max-width:480px) 
{
    
}

/* 481px-767px(mobile/tabletsite) */ 
@media screen and (min-width:481px) 
{

}


/* 768px-1023px(tablet-pcsite) */
@media screen and (min-width:768px)
{

}


/* 769px-1023px(tablet-pcsite) */
@media screen and (min-width:769px)
{

}

/* 1024px-over(pcsite) */
@media screen and (min-width:1024px)
{

}

/* 1024px-over(pcsite) */
@media screen and (min-width:1120px)
{

}