html, body {
    height: 100%;
}
html {
    font-family: sans-serif;
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -ms-overflow-style: scrollbar;
    -webkit-tap-highlight-color: transparent;
}


body {
    background-image: url(/img/bg.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-attachment: fixed;
	margin: 0;
    font-family: -apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff;
}


header {
	border-radius: 0 0 20px 20px;
	margin-bottom: 10px;
}
footer {
	border-radius: 20px 20px 0 0 ;
	margin-top: 10px;
}

.c0 {
	/*width: 100%;*/
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

.c {
	width: 1100px;
	margin: auto;
	display: flex;
	flex-wrap:row  nowrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: flex-start;
}

.c1 {
	width: 850px;
	padding: 20px;	
	margin-right: 20px;
}

.c2 {
	width: 160px;
	padding: 20px 0;
}
nav {
	z-index: 400;
}
nav ul {
	display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: 0;
    list-style: none;
}

a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

nav ul a {
	display: block;
    padding: .5rem 1rem;
}
.rb {
	border-radius: 10px;
}
.bg {
	background-color: #f8f9fa!important;
}
.center {
	text-align:center;
}
.add728 {
	padding: 20px;
	background-color: none;
	text-align: center;
	max-height: 300px;
	display: block;
    min-height: 90px;
}
.ad300250 {
	min-width: 300px;
    min-height: 250px;
    margin: auto;
	margin-left: 0.5rem;
    margin-bottom: 0.5rem;
	float: right;
}
.adout {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
}
.add728 div:first-child {
	margin: auto;
	display: block;
	max-height: 300px;
    min-height: 90px;
}
.m10 {
	margin-top: 10px;
	margin-bottom: 10px;
}

span.check24 {
	width: 100%;display: block;
}
span.check24 iframe {
	width:100%;
}
.c1 iframe.article {
	width: 100%;
    position: relative;
    height: 85vh;
	height: 880px;
}
.row {
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin: -15px;
	box-sizing: border-box;
}

article {
	margin-bottom: 1.7em;
}

img.article {
	max-width: 50%;
	float: left;
    padding-right: 1em;
    padding-bottom: 1em;
}

article.intro a {
	color: #343a40!important;	
}

article.intro a:hover  h1{
	text-decoration: underline;
}

article.intro a:hover  .more{
	text-decoration: underline;
}

article  h1 {
    font-weight: 500;
    margin: 0 0 0.4em 0;
}

article  h2 {
	font-size: 1.1rem;
    font-weight: 500;
    margin: 1em 0 0.4em 0;
}

article  h3 {
	font-size: 1.0rem;
    font-weight: 500;
    margin: 1em 0 0.4em 0;
}

.more {
	font-size: 0.9em;
    font-weight: 600;
    color: #555;
}
.time {
	font-style: italic;
	font-weight: 300;
	text-align: right;
	display: block;
	margin-top: 1rem;
	font-size: 80%;
}
.mhide {
	display: none;
}
.nav_icon, .nav_icon span {
    display: none;
}

.nav_icon {
    width: 36px;
    height: 28px;
    margin-right: 10px;
    position: relative;
    cursor: pointer;
	margin-top: 6px;
}

.nav_icon span {
    background: #847070;
    position: absolute;
    left: 0;
    width: 100%;
    height: 4px;
    border-radius: 4px;
}

.nav_icon span:nth-of-type(1) {
    top: 0;
}

.nav_icon span:nth-of-type(2) {
    top: 12px;
}

.nav_icon span:nth-of-type(3) {
    bottom: 0;
}

.nav_icon.active span:nth-of-type(1) {
    -webkit-transform: translateY(12px) rotate(-45deg);
    transform: translateY(12px) rotate(-45deg);
}

.nav_icon.active span:nth-of-type(2) {
    display: none;
}

.nav_icon.active span:nth-of-type(3) {
    -webkit-transform: translateY(-12px) rotate(45deg);
    transform: translateY(-12px) rotate(45deg);
}



@media (max-width: 500px) { 
	img.article {
		max-width: 100%;
	}
}

@media (max-width: 1100px) { 
	.c {
		width: 1100px;
	}
}
@media (max-width: 940px) { 
	.c {
		width: 100%;
	}
	.c1 {
		width: 100%;		
		margin-right: 0px;
	}
	.c2 {
		display: none;
	}	
	header img {
		width: 125px;
		height: 35px;
	}
	.nav_icon, .nav_icon span {
        display: inline-block;
        transition: all .4s;
        box-sizing: border-box;
        z-index: 999;
    }
	header {
		display: flex;
		justify-content: space-between;
	}
	nav {
		
	}
	nav ul {
		display: none;		
		-webkit-flex-direction: column;
        flex-direction: column;
        -webkit-justify-content: space-evenly;
        justify-content: space-evenly;
        position: absolute;       
        width: 100%; 		
		left: 0;
		background-color: white;
        padding: 20px;
		margin-top: -20px;		
    }
    nav ul li {
        padding: 0px;
        text-align: center;
    }
    nav ul li a {
		display: block;
        background: transparent;
        margin: 0px;
        padding: 5px;
    }
    nav ul li a:hover {
        color: #000;
        background: #fff;
    }
	.mhide {
		display: block;
	}
	
}