@charset "utf-8";

html,body {
    overflow: visible;
}

body#sitetop #wrapper-2 {
    width: 100%;
    overflow: visible;
}
body#sitetop #wrapper-3 {
	margin-bottom: 0;
	padding: 0;
}

body#sitetop .footer .box.footer01{
	display: none;
}


/* -- TOP NEWS -- */
.lx_top_news .basic-list:not(.thumnail) ul.tabItems li ,
.lx_top_news .basic-list-english:not(.thumnail) ul.tabItems li {
	margin: 0;
	padding: 0;
	background: none;
	border: none;

	margin-top: 8px;
	padding: 0 10px 3px;
	border-bottom: #4c9795 1px solid;
}

.lx_top_news .basic-list:not(.thumnail) ul.tabItems li h3 ,
.lx_top_news .basic-list-english:not(.thumnail) ul.tabItems li h3 {
	padding: 0;

	padding: 30px 0 0 11em;
}

.lx_top_news .basic-list:not(.thumnail) ul.tabItems li a ,
.lx_top_news .basic-list-english:not(.thumnail) ul.tabItems li a {
/*	color: #fff; */
}

.lx_top_news .basic-list:not(.thumnail) ul.tabItems li .date ,
.lx_top_news .basic-list-english:not(.thumnail) ul.tabItems li .date {
	position: absolute;
	top: 30px;
	left: 0px;
	font-size: 112%;
/*	color: #fff; */
	line-height: inherit;
}

.lx_top_news .basic-list:not(.thumnail) ul.tabItems li .c_icon ,
.lx_top_news .basic-list-english:not(.thumnail) ul.tabItems li .c_icon {
	position: absolute;
	top: 0px;
	left: 0px;
}

.lx_top_news .basic-list:not(.thumnail) ul.tabItems li .news_tx ,
.lx_top_news .basic-list-english:not(.thumnail) ul.tabItems li .news_tx {
	font-weight: inherit;
	font-size: 112%;
}

.lx_top_news .basic-list .c_icon span:before ,
.lx_top_news .basic-list-english .c_icon span:before {
	padding: .2em 1em;
	background: #51c12a;
	line-height: 1.5;
}



@media print, screen and (min-width: 768px) {
}

@media handheld, only screen and (max-width: 767px) {
    body#sitetop #wrapper-2 {
        padding-top: 40px;
    }
}

