<br />
<b>Deprecated</b>:  The each() function is deprecated. This message will be suppressed on further calls in <b>/home/zhenxiangba/zhenxiangba.com/public_html/phproxy-improved-master/index.php</b> on line <b>456</b><br />
@charset "UTF-8";

a.colorlink {
	color: #00BEFF;
	text-decoration: none;
}
a.colorlink:hover {
	color: #bb0000;
	text-decoration: underline;
}

.imgbox {
	position: absolute;
	top: 0;
	width: 100%;
	height: 65vw;
	overflow: hidden;
	z-index: -10;
}
.imgbox img {
	width: 100%;
	margin-top: 0vw;
	margin-left: 5vw;
}
.imgbox img.m {
	display: none;
}
.pc { display: inline!important; }
.mobile { display: none !important; }

@media screen and (max-width: 767px) {
	.imgbox {
		position: absolute;
		top: 0;
		width: 100%;
		height: 70vh;
		overflow: hidden;
		z-index: -10;
	}
	.imgbox img.m {
		display: block;
		width: 70vh;
		margin: 0 auto;
		margin-top: 0vh;
		margin-left: 10vw;
	}	
	.imgbox img {
		display: none;
		width: 100vh;
		margin: 0 auto;
		margin-top: 4vh;
	}
}

.pagebg {
	position: absolute;
	width: 90%;
	left: 0%;
	right: 0;
	top: 0;
	margin: auto;
}
.pagebg img {
	width: 100%;
}


.pagetitle {
	width: 100%;
	height: 8vw;
	padding-left: 5%;
	padding-right: 5%;
	margin-bottom: 0%;
	padding-top: 2%;
	padding-bottom: 2%;
	border-bottom: 1px solid #cccccc;
	position: relative;
}
.pagetitle .breadcrumb {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	padding: 0;
	margin-bottom: 6%;
	background: none;
}
.pagetitle .breadcrumb p {
	font-size: 80%;
	font-weight: 400;
	color: #203ab1;
}
.pagetitle .breadcrumb p.linker {
	display: inline;
}
.pagetitle .breadcrumb p.linker span.arrow {
	padding-left: 1em;
	padding-right: 1em;
	font-weight: normal;
	color: #CCC;
}
.pagetitle .breadcrumb p.linker a {
	font-weight: normal;
	text-decoration: none;
	color: #CCC;
}
.pagetitle .breadcrumb p.linker a:hover {
	color: #006cbf;
	text-decoration: underline;
}
.pagetitle .inner {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	//margin-bottom: 4%;
	position: relative;
}
.pagetitle .inner h1 {
	font-size: 240%;
	font-weight: 600;
	line-height: 120%;
	color: #203ab1;
	margin: 0;
}
.pagetitle .inner p {
	font-size: 110%;
	font-weight: 400;	
	line-height: 160%;
}

@media screen and (max-width: 767px) {
	.pagetitle {
		width: 100%;
		height: auto;
		padding: 0;
		padding-left: 5%;
		padding-right: 5%;
//		margin: 0 auto;
//		margin-bottom: 15%;
		//padding-top: 1%;
		position: relative;
//		border-top: 1px solid #203ab1;
		border-bottom: 1px solid #DDD;
	}
	.pagetitle .breadcrumb {
		width: 100%;
		margin: 0 auto;
		padding: 0;
		margin-bottom: 5%;
		background: none;
	}
	.pagetitle .breadcrumb p {
		font-size: 70%;
		font-weight: 400;
		color: #203ab1;
	}
	.pagetitle .breadcrumb p.linker {
		display: inline;
	}
	.pagetitle .breadcrumb p.linker span.arrow {
		padding-left: 0.5em;
		padding-right: 0.5em;
		font-weight: normal;
		color: #CCC;
	}
	.pagetitle .breadcrumb p.linker a {
		font-weight: normal;
		text-decoration: none;
		color: #CCC;
	}
	.pagetitle .breadcrumb p.linker a:hover {
		color: #006cbf;
		text-decoration: underline;
	}
	.pagetitle .inner {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 4%;
		position: relative;
	}
	.pagetitle .inner h1 {
		font-size: 160%;
		font-weight: 600;
		line-height: 120%;
		color: #203ab1;
		margin-bottom: 5%;
	}
	.pagetitle .inner p {
		font-size: 110%;
		font-weight: 400;	
		line-height: 160%;
	}
}


.introduction {
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
	margin-bottom: 8%;
}
.introduction p {
	font-size: 110%;
	font-weight: 500;
	line-height: 180%;
	color: #203ab1;
	margin-bottom: 1em;
}
.introduction p:last-child {
	margin: 0;
}

@media screen and (max-width: 767px) {
	.introduction {
		width: 96%;
		margin: 0 auto;
		margin-bottom: 10%;
	}
	.introduction p {
		font-size: 95%;
		font-weight: 400;
		line-height: 160%;
		margin-bottom: 10%;
	}
}


/* add from y.hashi 191101*/
.outline_top10 {
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
	margin-bottom: 5%;
	position: relative;
}
.outline_top10 .upper {
	width: 100%;
}
.outline_top10 .upper_left {
	width: 100%;
	margin-bottom: 3%;
	font-family: 'Lato', sans-serif;
	font-size: 90%;
	font-weight: 400;
	line-height: 120%;
}
.outline_top10 .upper_cal {
        float:left;
        width:200px;
        margin-right:30px ;
        margin-left:15% ;
}
.outline_top10 .upper_right {
        width: 100%;
        margin-bottom: 0%;
        margin-top: 30px;
        font-family: 'Lato', sans-serif;
        font-size: 90%;
        font-weight: 400;
        line-height: 120%;
}

@media screen and (max-width: 767px) {
	.outline_top10 {
        	width: 80%;
        	margin: 0 auto;
        	margin-bottom: 5%;
        	position: relative;
	}
	.outline_top10 .upper {
        	width: 90%;
	}
	.outline_top10 .upper_left {
        	width: 100%;
        	margin-bottom: 0%;
	}
	.outline_top10 .upper_cal {
        	float:left;
        	width:200px;
        	margin-right:10px ;
        	margin-left:23% ;
                margin-top: 10px;
	}
	.outline_top10 .upper_right {
        	width: 100%;
        	margin-bottom: 0px;
		margin-top: 0px;
        	font-family: 'Lato', sans-serif;
        	font-size: 60%;
        	font-weight: 400;
        	line-height: 120%;
	}
	.outline_top10 .paragraph .fig {
        	width: 100%;
        	margin: 0;
        	margin-left: 0;
        	margin-bottom: 1.5em;
	}
	.outline_top10 .paragraph .fig img {
        	width: 100%;
	}
}
/* add to y.hashi */

.outline {
	width: 90%;
	max-width: 1180px;
	margin: 0 auto;
	margin-bottom: 1.5em;
	margin-top: 30px;
	position: relative;
}
.outline .paragraph {
	width: 100%;
	//margin-bottom: 0%;
        margin-bottom: 1.5em;
}
.outline .paragraph h2 {
	font-size: 160%;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 1em;
}
.outline .paragraph p {
	font-size: 100%;
	font-weight: 300;
	line-height: 180%;
	margin-bottom: 1.5em;
}
.outline .paragraph p .blue {
	font-weight: 600;
	color: #203ab1;
	margin-left: 0.2em;
	margin-right: 0.5em;
}
.outline .paragraph .fig {
	width: 100%;
	margin: 0;
	margin-left: 0;
	margin-bottom: 1.5em;
}
.outline .paragraph .fig img {
	width: 100%;
}
.outline .paragraph .fig2 {
	width: 60%;
	margin: 0;
	margin-left: 0;
	margin-bottom: 1.5em;
}
.outline .paragraph .fig2 img {
	width: 100%;
}
.outline .paragraph .speciallist {
	width: 97%;
	margin-left: 3%;
}
.outline .paragraph .speciallist h3 {
	font-size: 120%;
	font-weight: 800;
	line-height: 140%;
	color: #203ab1;
	margin-top: 1.5em;
	margin-bottom: 1em;
}
.outline .paragraph .speciallist .item {
	width: 100%;
	margin-bottom: 2%;
}
.outline .paragraph .speciallist .item img{ /*hashi*/
	width: 30px;
}
.outline .paragraph .speciallist .item h4 {
	font-size: 100%;
	font-weight: 600;
	line-height: 120%;
	margin-bottom: 0.5em;
}
.outline .paragraph .speciallist .item p {
	font-size: 95%;
	font-weight: 300;
	line-height: 120%;
	margin: 0;
	margin-bottom: 1em;
}
.outline .paragraph .speciallist .item a {
	border: 1px solid #ccc;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.05em;
	padding-bottom: 0.05em;
	font-size: 100%;
	font-weight: 400;
	line-height: 1em;
}
.outline .paragraph .speciallist .item a {
	border: 1px solid #ccc;
	padding-left: 1em;
	padding-right: 1em;
	padding-top: 0.05em;
	padding-bottom: 0.05em;
	font-size: 90%;
	font-weight: 400;
	line-height: 1em;
	color: #203ab1;
}
.outline .paragraph .speciallist .item a.icon {
	border: none;
	padding-left: 0!important;
	padding-right: 0!important;
	padding-top: 0!important;
	padding-bottom: 0!important;
	font-size: 100%;
	font-weight: 500;
	line-height: 1em;
	color: #000;
}
.outline .paragraph .speciallist .item a.icon .pdf {
	font-size: 1.5em;
	color: #203ab1;
}

.outline .paragraph .item2 {
	width: 100%;
	margin-top: 2.5em;
	margin-bottom: 2.5%;
	padding: 1em;
	border: 1px solid #203ab1;
	
}
.outline .paragraph .item2 h3 {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	font-size: 110%;
	font-weight: 600;
	line-height: 140%;
	color: #203ab1;
	margin-bottom: 1em;
}
.outline .paragraph .item2 h3 span {
	width: 1em;
	font-family: 'Lato', sans-serif;
	font-size: 180%;
	font-weight: 600;
	margin-right: 0.5em;
	background-color: #203ab1;
	color: #ffffff;
	text-align: center;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
}
.outline .paragraph .item2 p {
	font-size: 100%;
	font-weight: 300;
	margin-left: 3%;
}

.outline .paragraph .readmore {
	display: block;
	width: 8em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 90%;
	font-weight: 300;
	line-height: 100%;
	color: #ffffff;
	background-color: #333333;
}
.outline .paragraph .readmore:hover {
	background-color: #203ab1;
}
.outline .paragraph .readmore .play {
	margin-left: 0.5em;
	font-size: 0.8em;
}

/*y.hashi add 2024/11/06*/
.outline .paragraph ul {
	margin-left: 40px;
}

details {
    //border: 1px solid #aaa;
    border-radius: 4px;
    padding: .5em .5em 0;
}

summary {
    font-weight: bold;
    margin: -.5em -.5em 0;
    padding: .5em;
    display: list-item ;
}

@media screen and (max-width: 767px) {
	
}

.accessmap {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	margin-bottom: 15%;
}
.accessmap h2 {
	font-size: 160%;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 1em;
}
.accessmap table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3%;
	border-top: 1px solid #DDD;
}

.accessmap table tr th {
	border-bottom: solid 1px #CCCCCC;
	font-size: 95%;
	font-weight: 600;
	text-align: right;
	vertical-align: top;
	line-height: 140%;
	width: 20%;
	padding: 1em;
}
.accessmap table tr td {
	width: auto;
	padding: 1em;
	padding-left: 2em;
	font-size: 95%;
	font-weight: 300;
	border-bottom: solid 1px #CCCCCC;
}
.bordernon {
	border-bottom: none!important;
}

.google-maps {
    position: relative;
    width: 100%;    /* 左右に余白が必要なら値を変更してもOK */
    height: 0;
    padding-bottom: 56.25%;    /* padding-topでもOK */
    overflow: hidden;
}
.google-maps iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%!important;    /* 必要であれば!importantを付けてください */
    height: 100%!important;    /* 必要であれば!importantを付けてください */
}

@media screen and (max-width: 767px) {
	
}

.liveview {
	width: 100%;
	margin: 0 auto;
	margin-bottom: 3%;
}
.liveview .blocktitle {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	margin-bottom: 2%;
}
.liveview .blocktitle h2 {
	font-family: 'Lato', sans-serif;
	font-size: 200%;
	font-weight: 800;
	line-height: 100%;
}
.liveview .blocktitle .readmore {
	display: block;
	width: 8em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-left: 2%;
	font-size: 90%;
	font-weight: 300;
	line-height: 100%;
	color: #ffffff;
	background-color: #333333;
}
.liveview .blocktitle .readmore:hover {
	background-color: #203ab1;
}
.liveview p {
	margin-bottom: 5%;
}
.liveview .liveobject {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.liveview .liveobject .gadget {
	width: 48%;
}
.liveview .liveobject .gadget h3 {
	font-family: 'Lato', sans-serif;
	font-size: 180%;
	font-weight: 400;
	font-style: oblique;
	line-height: 100%;
	margin-bottom: 2%;
	color: #203ab1;
}
.liveview .liveobject .gadget p {
	font-size: 100%;
	font-weight: 300;
	line-height: 160%;
	margin-bottom: 5%;
}
.liveview .liveobject .gadget .visual {
	width: 100%;
}
.liveview .liveobject .gadget .visual object {
	width: 100%;
}
.liveview .liveobject .gadget .visual object embed {
	width: 100%;
	height: 35vw;
}

@media screen and (max-width: 767px) {
	.liveview {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 7%;
	}
	.liveview .blocktitle {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-end;
		-ms-flex-align: flex-end;
		align-items: flex-end;
		margin-bottom: 2%;
	}
	.liveview .blocktitle h2 {
		font-family: 'Lato', sans-serif;
		font-size: 160%;
		font-weight: 800;
		line-height: 100%;
	}
	.liveview .blocktitle .readmore {
		display: block;
		width: 8em;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		margin-left: 2%;
		font-size: 90%;
		font-weight: 300;
		line-height: 100%;
		color: #ffffff;
		background-color: #333333;
	}
	.liveview .blocktitle .readmore:hover {
		background-color: #203ab1;
	}
	.liveview p {
		margin-bottom: 5%;
	}
	.liveview .liveobject {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: column;
		-ms-flex-direction: column;
		flex-direction: column;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.liveview .liveobject .gadget {
		width: 100%;
	}
	.liveview .liveobject .gadget h3 {
		font-family: 'Lato', sans-serif;
		font-size: 180%;
		font-weight: 400;
		font-style: oblique;
		line-height: 100%;
		margin-bottom: 2%;
		color: #203ab1;
	}
	.liveview .liveobject .gadget p {
		font-size: 100%;
		font-weight: 300;
		line-height: 160%;
		margin-bottom: 5%;
	}
	.liveview .liveobject .gadget .visual {
		width: 100%;
		margin-bottom: 5%;
	}
	.liveview .liveobject .gadget .visual object {
		width: 100%;
	}
	.liveview .liveobject .gadget .visual object embed {
		width: 100%;
		height: 100vw;
	}
}


.stats {
	width: 100%;
	max-width: 1180px;
	margin: 0 auto;
	margin-bottom: 7%;
}
.stats .blocktitle {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: flex-start;
	-ms-justify-content: flex-start;
	justify-content: flex-start;
	-webkit-align-items: flex-end;
	-ms-flex-align: flex-end;
	align-items: flex-end;
	margin-bottom: 2%;
}
.stats .blocktitle h2 {
	font-family: 'Lato', sans-serif;
	font-size: 200%;
	font-weight: 800;
	line-height: 100%;
}
.stats .blocktitle .readmore {
	display: block;
	width: 8em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	margin-left: 2%;
	font-size: 90%;
	font-weight: 300;
	line-height: 100%;
	color: #ffffff;
	background-color: #333333;
}
.stats .blocktitle .readmore:hover {
	background-color: #203ab1;
}
.stats p {
	margin-bottom: 5%;
}
.stats .liveobject {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
.stats .liveobject .readmore {
	display: block;
	width: 8em;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 90%;
	font-weight: 300;
	line-height: 100%;
	color: #ffffff;
	background-color: #333333;
}
.stats .liveobject .readmore:hover {
	background-color: #203ab1;
}
.stats .liveobject .readmore .play {
	margin-left: 0.5em;
	font-size: 0.8em;
}
.stats .liveobject .gadget {
	width: 100%;
	margin-bottom: 5%;
}
.stats .liveobject .gadget h3 {
	font-family: 'Lato', sans-serif;
	font-size: 180%;
	font-weight: 400;
	font-style: oblique;
	line-height: 100%;
	margin-bottom: 2%;
	color: #203ab1;
}
.stats .liveobject .gadget p {
	font-size: 95%; 
	font-weight: 600;
	line-height: 160%;
	margin-bottom: 5%;
}
.stats .liveobject .gadget .visual {
	width: 100%;
	margin-top: 30px;
}
.stats .liveobject .gadget .visual object {
	width: 100%;
	height: 50vh;
}


.stats .liveobject .gadget .ranking {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: grid;
    display: -ms-grid;
	width: 100%;
	grid-template-columns: 1fr 1fr 1fr;
	grid-template-rows: 450px 450px ;
	grid-gap: 2%;
	justify-content: space-between;
    -ms-grid-columns: 1fr 20px 1fr 20px 1fr ;
    -ms-grid-rows: 450px 450px;
}
.stats .liveobject .gadget .ranking .item {
	width: 100%;
        font-size: 90%;
}
.stats .liveobject .gadget .ranking .item1{
        width: 100%;
        font-size: 90%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}
.stats .liveobject .gadget .ranking .item2{
        width: 100%;
        font-size: 90%;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}
.stats .liveobject .gadget .ranking .item3{
        width: 100%;
        font-size: 90%;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
}
.stats .liveobject .gadget .ranking .item4{
        width: 100%;
        font-size: 90%;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}
.stats .liveobject .gadget .ranking .item5{
        width: 100%;
        font-size: 90%;
    -ms-grid-column: 3;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}
.stats .liveobject .gadget .ranking .item6{
        width: 100%;
        font-size: 90%;
    -ms-grid-column: 5;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
}

.stats .liveobject .gadget .ranking .item1 table {
        border-bottom: 1px solid #999999;
        border-collapse: collapse;
        width: 100%;
        height: 395px!important;
        font-size: 12px;
}
.stats .liveobject .gadget .ranking .item1 table th {
        background-color: #e5f6ff;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        text-align: center;
        white-space: nowrap;
        height: 25px;
}
.stats .liveobject .gadget .ranking .item1 table td {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
        background-color: white;
        vertical-align: middle!important;
}
.stats .liveobject .gadget .ranking .item1 table td.cc {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
}
.stats .liveobject .gadget .ranking .item1 table td.cc img {
        margin: 0px;
        padding: 0px;
        width: 30px;
        height: 20px;
}
.stats .liveobject .gadget .ranking .item1 table td .ratio {
        border: 1px solid #CCCCCC;
        background-color: #203ab1;
        height: 10px;
        margin-right: auto;
}
.stats .liveobject .gadget .ranking .item2 table {
        border-bottom: 1px solid #999999;
        border-collapse: collapse;
        width: 100%;
        height: 395px!important;
        font-size: 12px;
}
.stats .liveobject .gadget .ranking .item2 table th {
        background-color: #e5f6ff;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        text-align: center;
        white-space: nowrap;
        height: 25px;
}
.stats .liveobject .gadget .ranking .item2 table td {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
        background-color: white;
        vertical-align: middle!important;
}
.stats .liveobject .gadget .ranking .item2 table td.cc {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
}
.stats .liveobject .gadget .ranking .item2 table td.cc img {
        margin: 0px;
        padding: 0px;
        width: 30px;
        height: 20px;
}
.stats .liveobject .gadget .ranking .item2 table td .ratio {
        border: 1px solid #CCCCCC;
        background-color: #203ab1;
        height: 10px;
        margin-right: auto;
}
.stats .liveobject .gadget .ranking .item3 table {
        border-bottom: 1px solid #999999;
        border-collapse: collapse;
        width: 100%;
        height: 395px!important;
        font-size: 12px;
}
.stats .liveobject .gadget .ranking .item3 table th {
        background-color: #e5f6ff;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        text-align: center;
        white-space: nowrap;
        height: 25px;
}
.stats .liveobject .gadget .ranking .item3 table td {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
        background-color: white;
        vertical-align: middle!important;
}
.stats .liveobject .gadget .ranking .item3 table td.cc {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
}
.stats .liveobject .gadget .ranking .item3 table td.cc img {
        margin: 0px;
        padding: 0px;
        width: 30px;
        height: 20px;
}
.stats .liveobject .gadget .ranking .item3 table td .ratio {
        border: 1px solid #CCCCCC;
        background-color: #203ab1;
        height: 10px;
        margin-right: auto;
}
.stats .liveobject .gadget .ranking .item4 table {
        border-bottom: 1px solid #999999;
        border-collapse: collapse;
        width: 100%;
        height: 395px!important;
        font-size: 12px;
}
.stats .liveobject .gadget .ranking .item4 table th {
        background-color: #e5f6ff;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        text-align: center;
        white-space: nowrap;
        height: 25px;
}
.stats .liveobject .gadget .ranking .item4 table td {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
        background-color: white;
        vertical-align: middle!important;
}
.stats .liveobject .gadget .ranking .item4 table td.cc {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
}
.stats .liveobject .gadget .ranking .item4 table td.cc img {
        margin: 0px;
        padding: 0px;
        width: 30px;
        height: 20px;
}
.stats .liveobject .gadget .ranking .item4 table td .ratio {
        border: 1px solid #CCCCCC;
        background-color: #203ab1;
        height: 10px;
        margin-right: auto;
}
.stats .liveobject .gadget .ranking .item5 table {
        border-bottom: 1px solid #999999;
        border-collapse: collapse;
        width: 100%;
        height: 395px!important;
        font-size: 12px;
}
.stats .liveobject .gadget .ranking .item5 table th {
        background-color: #e5f6ff;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        text-align: center;
        white-space: nowrap;
        height: 25px;
}
.stats .liveobject .gadget .ranking .item5 table td {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
        background-color: white;
        vertical-align: middle!important;
}
.stats .liveobject .gadget .ranking .item5 table td.cc {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
}
.stats .liveobject .gadget .ranking .item5 table td.cc img {
        margin: 0px;
        padding: 0px;
        width: 30px;
        height: 20px;
}
.stats .liveobject .gadget .ranking .item5 table td .ratio {
        border: 1px solid #CCCCCC;
        background-color: #203ab1;
        height: 10px;
        margin-right: auto;
}
.stats .liveobject .gadget .ranking .item6 table {
        border-bottom: 1px solid #999999;
        border-collapse: collapse;
        width: 100%;
        height: 395px!important;
        font-size: 12px;
}
.stats .liveobject .gadget .ranking .item6 table th {
        background-color: #e5f6ff;
        border-top: 1px solid #999999;
        border-bottom: 1px solid #999999;
        text-align: center;
        white-space: nowrap;
        height: 25px;
}
.stats .liveobject .gadget .ranking .item6 table td {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
        background-color: white;
        vertical-align: middle!important;
}
.stats .liveobject .gadget .ranking .item6 table td.cc {
        border-bottom: 1px dotted #999999;
        text-align: center;
        height: 28px;
}
.stats .liveobject .gadget .ranking .item6 table td.cc img {
        margin: 0px;
        padding: 0px;
        width: 30px;
        height: 20px;
}
.stats .liveobject .gadget .ranking .item6 table td .ratio {
        border: 1px solid #CCCCCC;
        background-color: #203ab1;
        height: 10px;
        margin-right: auto;
}





.stats .liveobject .gadget .ranking .item table {
	border-bottom: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
	height: 395px!important;
	font-size: 12px;
}
.stats .liveobject .gadget .ranking .item table th {
	background-color: #e5f6ff;
	border-top: 1px solid #999999;
	border-bottom: 1px solid #999999;
	text-align: center;
	white-space: nowrap;
	height: 25px;
}
.stats .liveobject .gadget .ranking .item table td {
	border-bottom: 1px dotted #999999;
	text-align: center;
	height: 28px;
	background-color: white;
	vertical-align: middle!important;
}
.stats .liveobject .gadget .ranking .item table td.cc {
	border-bottom: 1px dotted #999999;
	text-align: center;
	height: 28px;
}
.stats .liveobject .gadget .ranking .item table td.cc img {
	margin: 0px;
	padding: 0px;
	width: 30px;
	height: 20px;
}
.stats .liveobject .gadget .ranking .item table td .ratio {
	border: 1px solid #CCCCCC;
	background-color: #203ab1;
	height: 10px;
	margin-right: auto;
}


}
#ca1 {
	width: 100%;
}
#ca1.calendar {
	border: 1px solid #999999;
	border-collapse: collapse;
	width: 100%;
	font-size: 12px;
}
#disp_now {
	width: 100%;
	margin-bottom: 1em;
	font-family: 'Lato', sans-serif;
	font-size: 110%;
	font-weight: 600;
	line-height: 120%;
        text-align:center;
}

@media screen and (max-width: 767px) {
	.stats .liveobject .gadget .ranking {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: grid;
		width: 100%;
		grid-template-columns: repeat(auto-fit, 49%);
		grid-template-columns: 1fr 1fr;
		grid-template-rows: 1fr 1fr;
		grid-gap: 2%;
		justify-content: space-between;
	}
	.stats .liveobject .gadget .ranking .item {
		width: 100%;
	}
	.stats .liveobject .gadget .ranking .item table {
		border-bottom: 1px solid #999999;
		border-collapse: collapse;
		width: 100%;
		height: 395px!important;
		font-size: 12px;
	}
	.stats .liveobject .gadget .ranking .item table th {
		background-color: #e5f6ff;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		text-align: center;
		white-space: nowrap;
		height: 25px;
	}
	.stats .liveobject .gadget .ranking .item table td {
		border-bottom: 1px dotted #999999;
		text-align: center;
		height: 28px;
		background-color: white;
		vertical-align: middle!important;
	}
	.stats .liveobject .gadget .ranking .item table td.cc {
		border-bottom: 1px dotted #999999;
		text-align: center;
		height: 28px;
	}
	.stats .liveobject .gadget .ranking .item table td.cc img {
		margin: 0px;
		padding: 0px;
		width: 30px;
		height: 20px;
	}
	.stats .liveobject .gadget .ranking .item table td .ratio {
		border: 1px solid #CCCCCC;
		background-color: #203ab1;
		height: 10px;
		margin-right: auto;
	}
	
	.stats .liveobject .gadget .ranking_full {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: grid;
		width: 100%;
		grid-template-columns: repeat(auto-fit, 100%);
		grid-template-columns: 1fr;
		grid-template-rows: 1fr 1fr 1fr 1fr 1fr 1fr;
		grid-gap: 2%;
		justify-content: space-between;
	}
	.stats .liveobject .gadget .ranking_full .item {
		width: 100%;
	}
	.stats .liveobject .gadget .ranking_full .item .list_title {
		display: block;
		width: 100%;
		font-family: 'Lato', sans-serif;
		font-size: 75%;
		font-weight: 600;
		line-height: 120%;
		margin-bottom: 1em;
	}
	.stats .liveobject .gadget .ranking_full .item table {
		border-bottom: 1px solid #999999;
		border-collapse: collapse;
		width: 100%!important;
	//	height: 395px!important;
		font-size: 12px;
	}
	.stats .liveobject .gadget .ranking_full .item table th {
		background-color: #e5f6ff;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		text-align: center;
		white-space: nowrap;
		height: 25px;
	}
	.stats .liveobject .gadget .ranking_full .item table td {
		border-bottom: 1px dotted #999999;
		text-align: center;
		height: 28px;
		background-color: white;
		vertical-align: middle!important;
	}
	.stats .liveobject .gadget .ranking_full .item table td.cc {
		border-bottom: 1px dotted #999999;
		text-align: center;
		height: 28px;
	}
	.stats .liveobject .gadget .ranking_full .item table td.cc img {
		margin: 0px;
		padding: 0px;
		width: 30px;
		height: 20px;
	}
	.stats .liveobject .gadget .ranking_full .item table td .ratio {
		border: 1px solid #CCCCCC;
		background-color: #203ab1;
		height: 10px;
		margin-right: auto;
	}
}


@media screen and (max-width: 767px) {
	.stats {
		width: 100%;
		margin: 0 auto;
		margin-bottom: 7%;
	}
	.stats .blocktitle {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: block;
/*
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: flex-start;
		-ms-justify-content: flex-start;
		justify-content: flex-start;
		-webkit-align-items: flex-end;
		-ms-flex-align: flex-end;
		align-items: flex-end;
*/
		margin-top: 10%;
		margin-bottom: 10%;
	}
	.stats .blocktitle h2 {
		font-family: 'Lato', sans-serif;
		font-size: 200%;
		font-weight: 800;
		line-height: 100%;
	}
	.stats .blocktitle .readmore {
		display: block;
		width: 8em;
		padding-top: 0.2em;
		padding-bottom: 0.2em;
		margin-left: 2%;
		font-size: 90%;
		font-weight: 300;
		line-height: 100%;
		color: #ffffff;
		background-color: #333333;
	}
	.stats .blocktitle .readmore:hover {
		background-color: #203ab1;
	}
	.stats p {
		margin-bottom: 5%;
	}
	.stats .liveobject {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
	.stats .liveobject .gadget {
		width: 100%;
		margin-bottom: 5%;
	}
	.stats .liveobject .gadget h3 {
		font-family: 'Lato', sans-serif;
		font-size: 180%;
		font-weight: 400;
		font-style: oblique;
		line-height: 100%;
		margin-bottom: 2%;
		color: #203ab1;
	}
	.stats .liveobject .gadget p {
		font-size: 14px;
		font-weight: 600;
		line-height: 160%;
		margin-bottom: 2%;
	}
	.stats .liveobject .gadget .visual {
		width: 100%;
	}
	.stats .liveobject .gadget .visual object {
		width: 100%;
		height: 50vh;
	}
	.stats .liveobject .gadget .ranking {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: grid;
		width: 100%;
		height: 3000px ;
		grid-template-columns: 1fr;
		grid-template-rows: 445px;
		grid-gap: 2%;
		justify-content: space-between;
	}
	.stats .liveobject .gadget .ranking .item {
		width: 100%;
	}
	.stats .liveobject .gadget .ranking .item table {
		border-bottom: 1px solid #999999;
		border-collapse: collapse;
		width: 100%;
		height: 395px!important;
		font-size: 12px;
	}
	.stats .liveobject .gadget .ranking .item table th {
		background-color: #e5f6ff;
		border-top: 1px solid #999999;
		border-bottom: 1px solid #999999;
		text-align: center;
		white-space: nowrap;
		height: 25px;
	}
	.stats .liveobject .gadget .ranking .item table td {
		border-bottom: 1px dotted #999999;
		text-align: center;
		height: 28px;
		background-color: white;
		vertical-align: middle!important;
	}
	.stats .liveobject .gadget .ranking .item table td.cc {
		border-bottom: 1px dotted #999999;
		text-align: center;
		height: 28px;
	}
	.stats .liveobject .gadget .ranking .item table td.cc img {
		margin: 0px;
		padding: 0px;
		width: 30px;
		height: 20px;
	}
	.stats .liveobject .gadget .ranking .item table td .ratio {
		border: 1px solid #CCCCCC;
		background-color: #203ab1;
		height: 10px;
		margin-right: auto;
	}

	.upper {
	display: grid;
	width: 100%;
	grid-gap: 2%;
	//justify-content: space-between;
	}
}



.liveview .atlasfull {
	width: 100%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
}
.liveview .atlasfull .gadget {
	width: 100%;
	//height: 60vh;
}
.liveview .atlasfull .gadget h3 {
	font-family: 'Lato', sans-serif;
	font-size: 180%;
	font-weight: 400;
	font-style: oblique;
	line-height: 100%;
	margin-bottom: 2%;
	color: #203ab1;
}
.liveview .atlasfull .gadget p {
	font-size: 100%;
	font-weight: 300;
	line-height: 160%;
	margin-bottom: 5%;
}
.liveview .atlasfull .gadget .visual {
	width: 100%;
//	max-height: 60vw;
//	overflow: hidden;
}
.liveview .atlasfull .gadget .visual object {
	width: 100%;
}
.liveview .atlasfull .gadget .visual object embed {
//	width: 100%;
//	height: 100vw;
//	position: absolute;
//	top: 0;
//	left: 0;
	width: 100%;
	height: 50vw;
}

@media screen and (max-width: 767px) {
	.liveview .atlasfull {
		width: 100%;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		-webkit-align-items: center;
		-ms-flex-align: center;
		align-items: center;
	}
	.liveview .atlasfull .gadget {
		width: 100%;
		margin-bottom: 2%;
	}
	.liveview .atlasfull .gadget h3 {
		font-family: 'Lato', sans-serif;
		font-size: 180%;
		font-weight: 400;
		font-style: oblique;
		line-height: 100%;
		margin-bottom: 2%;
		color: #203ab1;
	}
	.liveview .atlasfull .gadget p {
		font-size: 100%;
		font-weight: 300;
		line-height: 160%;
		margin-bottom: 5%;
	}
	.liveview .atlasfull .gadget .visual {
		width: 100%;
		position: relative;
	}
	.liveview .atlasfull .gadget .visual object {
		width: 100%;
	}
	.liveview .atlasfull .gadget .visual object embed {
	//	width: 100%;
	//	height: 100vw;
		top: 0;
		left: 0;
		width: 100%;
		height: 100vw;
	}
}




.tablecabinet {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	-js-display: flex;
	display: flex;
	-webkit-flex-direction: row;
	-ms-flex-direction: row;
	flex-direction: row;
	-webkit-justify-content: space-between;
	-moz-justify-content: space-between;
	-ms-justify-content: space-between;
	justify-content: space-between;
	width: 100%;
	//margin-bottom: 5%;
}
.tablecabinet h2 {
	font-size: 160%;
	font-weight: 600;
	line-height: 140%;
	margin-bottom: 1em;
}
.tablecabinet table {
	width: 100%;
	margin-left: auto;
	margin-right: auto;
	padding: 3%;
	border-top: 1px solid #DDD;
}

.tablecabinet table tr th {
	border-bottom: solid 1px #CCCCCC;
	font-size: 95%;
	font-weight: 600;
	line-height: 140%;
	width: 20%;
	padding: 1em;
}
.tablecabinet table tr th span {
	font-size: 60%;
	font-weight: normal!important;
	color: #999999;
	display: block;
}
.tablecabinet table tr th span.SPAN993300 {
	color: #CC0000;
	display:inline;
}
.tablecabinet table tr td {
	width: auto;
	padding: 1em;
	padding-left: 2em;
	font-size: 95%;
	font-weight: 300;
	border-bottom: solid 1px #CCCCCC;
}
.bordernon {
	border-bottom: none!important;
}
.tablecabinet table tr td span.caption {
	font-size: 80%;
	font-weight: normal;
	font-style: italic;
	margin-left: 1em;
}
.tablecabinet table tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
	list-style: none;
	margin: 0;
	margin-bottom: 2%;
	font-size: 95%;
	line-height: 120%;
}
.tablecabinet table tr td ul li span {
	display: block;
	margin-top: 1em;
	font-size: 90%;
	color: #888;
}
.tablecabinet table tr td ul li a {
	text-decoration: underline;
}
.tablecabinet table tr td p,table.mailform tr td div,table.mailform tr td span {
	clear: both;
}

.tablecabinet .telinfo {
	width: 100%;
}
.tablecabinet .telinfo p {
	margin-bottom: 0.5em;
}
.tablecabinet .telinfo .tel {
}
.tablecabinet .telinfo .tel .hd {
	font-size: 120%;
	font-weight: 400;
	line-height: 120%;
	margin-right: 0.5em;
}
.tablecabinet .telinfo .tel .no {
	font-family: 'Work Sans', sans-serif;
	font-size: 240%;
	font-weight: 600;
	letter-spacing: -0.05em;
	line-height: 120%;
	color: #006cbf;
}
.tablecabinet .telinfo .email {
	font-family: 'Work Sans', sans-serif;
	font-size: 130%;
	font-weight: 400;
	line-height: 120%;
	color: #006cbf;
}
.tablecabinet .telinfo .tel .mail {
	font-size: 1.5em;
	color: #203ab1;
}

@media screen and (max-width: 767px) {
	.tablecabinet {
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
		display: -webkit-box;
		display: -webkit-flex;
		display: -ms-flexbox;
		-js-display: flex;
		display: flex;
		-webkit-flex-direction: row;
		-ms-flex-direction: row;
		flex-direction: row;
		-webkit-justify-content: space-between;
		-moz-justify-content: space-between;
		-ms-justify-content: space-between;
		justify-content: space-between;
		width: 100%;
		margin: 0 auto;
		margin-bottom: 5%;
	}
	.tablecabinet h2 {
		font-size: 130%;
		font-weight: 600;
		line-height: 140%;
		margin-bottom: 1em;
	}
	.tablecabinet table {
		width: 100%;
		margin-left: auto;
		margin-right: auto;
		padding: 3%;
		border-top: 1px solid #DDD;
	}
	
	.tablecabinet table tr th {
		border-bottom: solid 1px #CCCCCC;
		font-size: 85%;
		font-weight: 600;
		text-align: left;
		line-height: 140%;
//		width: 20%;
		padding: 1em;
	}
	.tablecabinet table tr th span {
		font-size: 60%;
		font-weight: normal!important;
		color: #999999;
		display: block;
	}
	.tablecabinet table tr th span.SPAN993300 {
		color: #CC0000;
		display:inline;
	}
	.tablecabinet table tr td {
		width: auto;
		padding: 1em;
		padding-left: 2em;
		font-size: 75%;
		font-weight: 300;
		border-bottom: solid 1px #CCCCCC;
	}
	.bordernon {
		border-bottom: none!important;
	}
	.tablecabinet table tr td span.caption {
		font-size: 80%;
		font-weight: normal;
		font-style: italic;
		margin-left: 1em;
	}
	.tablecabinet table tr td ul li,table.mailform tr td ul,table.mailform tr td ol,table.mailform tr td ol li {
		list-style: none;
		margin: 0;
		margin-bottom: 2%;
		font-size: 95%;
		line-height: 120%;
	}
	.tablecabinet table tr td ul li span {
		display: block;
		margin-top: 1em;
		font-size: 90%;
		color: #888;
	}
	.tablecabinet table tr td ul li a {
		text-decoration: underline;
	}
	.tablecabinet table tr td p,table.mailform tr td div,table.mailform tr td span {
		clear: both;
	}
	
	.tablecabinet .telinfo .tel {
		margin-top: 5%;
	}
	.tablecabinet .telinfo .tel .hd {
		font-size: 100%;
		font-weight: 300;
		line-height: 120%;
		margin-right: 0.5em;
	}
	.tablecabinet .telinfo .tel .no {
		font-size: 140%;
		font-weight: 400;
		line-height: 120%;
		letter-spacing: -0.05em;
		color: #006cbf;
	}
}


.headline {
	width: 90%;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0 auto;
	margin-bottom: 10%;
}
.headline h2 {
	font-family: 'Lato', sans-serif;
	font-size: 160%;
	font-weight: 800;
	line-height: 100%;
	margin-bottom: 5%;
}
.headline .news {
	width: 90%;
	margin-left: 5%;
	margin-bottom: 5%;
}
.headline .news .article {
	width: 100%;
	margin-bottom: 2%;
}
.headline .news .article span.date {
	font-size: 90%;
	font-weight: 300;
	line-height: 100%;
	margin-right: 3%;
}
.headline .news .article span.newstitle {
	font-size: 90%;
	font-weight: 400;
	line-height: 140%;
}
.headline .readmore {
	display: block;
	width: 8em;
	margin: 0 auto;
	padding-top: 0.2em;
	padding-bottom: 0.2em;
	font-size: 90%;
	font-weight: 300;
	line-height: 100%;
	color: #ffffff;
	background-color: #333333;
}
.headline .readmore:hover {
	background-color: #203ab1;
}


.clear {
	clear: both;
}
@media screen and (max-width: 767px) {
	.stats .GRAPH_LIST {
		display: none ;
	}
	.stats .SLIDER .SLIDER_MIDDLE {
		visibility:hidden;
	}
	#big-stats {
		visibility:hidden;
	}
       .pc { display: none !important; }
       .mobile { display: inline !important; }
}
