@charset "utf-8";

/*common
************************************************************************************/



/*page_index
************************************************************************************/
.page_contents_top ul.top_menu li{
	width: 32%;
}

@media screen and (max-width: 979px) {
/*tablet*/
    
}
@media screen and (max-width: 768px){
    .page_contents_top ul.top_menu li{
        width: 49%;
    }
}
@media screen and (max-width: 620px){
    .page_contents_top ul.top_menu li{
        width: 99%;
    }
}



/*page_aaa
************************************************************************************/

@media screen and (max-width: 979px){
}
@media screen and (max-width: 768px){
}
@media screen and (max-width: 620px){
}
@media screen and (max-width: 480px){
}
