@charset "utf-8";
@media all and (max-width : 1200px) {
	.container{width:90%;}
	.cmf-top {
    width: 70%;
	}
}
@media all and (max-width : 1080px) {
	.cmf-top {
    width: 66%;
	}
}
@media all and (max-width : 980px) {	
.tab-header ul li {
    width: auto;
	padding: 10px 10px 10px 10px;
}
.header-wrapper { height:auto}
}
@media all and (max-width : 778px) {
.cmf-top {
    width: 100%;
}
}
@media all and (max-width : 480px) {
.tab-body ul.site-list li {width:auto; margin: 10px 0px 10px 10%;height: auto;}
}
