@charset "UTF-8";
/* CSS Document */
.newsAccording{
	margin-bottom:4rem;
	
}
#menu, .sub_menu{
        list-style:none;
        margin:0;
        padding:0;
}
 
#menu{
}
.main_menu{
background: -webkit-gradient(linear, left top, left bottom, color-stop(1.00, #2a2e33), color-stop(0.50, #26292e));
background: -webkit-linear-gradient(top, #26292e 50%, #2a2e33 100%);
background: -moz-linear-gradient(top, #26292e 50%, #2a2e33 100%);
background: -o-linear-gradient(top, #26292e 50%, #2a2e33 100%);
background: -ms-linear-gradient(top, #26292e 50%, #2a2e33 100%);
background: linear-gradient(to bottom, #26292e 50%, #2a2e33 100%);
color:#fff;
position: relative;
padding: 2rem 6.2rem 2rem 2rem;
cursor:pointer;
}
.sub_menu{
	margin: 2rem 2rem 4rem 2rem;
}
.sub_menu div a{
        display:block;
}
.main_menu img.arrow{
	top:2rem;
	right: 2rem;
	position: absolute

}
.main_menu img.rotate {
        transform: rotate(180deg);
}

