/* CSS Document */

h2{
	    width: 100%;
    text-align: center;
    display: block;
    margin-top: 210px;
}

h2 img{
	width: calc(1022 / var(--contentW_num) * 100%);
	max-width: 1022px;
}

.event_image{
	width: 100%;
	max-width: 950px;
	margin: 20px auto 0px;
    padding: 0px 0px 0px;
	box-shadow: 2px 2px 5px rgba(0,0,0,0.5);
}

.event_image img{
	width: 100%;
	max-width: 950px;
	
}

.event_text{
	width: 95%;
	max-width: 950px;
	margin: 0px auto;
    padding: 50px;
	background-color: #FFF;
	line-height: 2em;
}

.event_text h4{
	width: 100%;
	
}

.event_text img{
	width: 100%;
	max-width: 950px;
	
}

.event_text i{
	font-size: 1.2em;
	color: #D20003;
	font-weight: 800;
}

#content_container{
	
	width: 100%!important;
	max-width: 1600px;
	margin: 0 auto;
	position: relative;
	margin-top: 100px;
}



#content_container h3{
	width: 90%;
	text-align: left;
	
}


#content_container h3 img{
	max-width: 1000px;
	width: 100%;
	padding-top:50px;
}

#content_container h4{
	font-size: 24px;
	text-align: left;
	width :100%;
	letter-spacing: 0.2em;
	color: #c6182a;
	font-weight: 700;
	margin-top: 50px;
	
	font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 1px;
    background-color: rgba(255,98,6,1.00);
    color: rgba(255,255,255,1.00);
    padding: 10px;
    margin: 17px 0px 20px;
}


.event_content{
	width: calc( 1000 / 1600 * 100% );
	max-width: 1000px;
	margin: 200px auto 100px;
	/*background-color: #FFF;*/
}

.event_content h3{
	    font-size: 20px;
    font-weight: 600;
    line-height: 1.3em;
    letter-spacing: 1px;
    background-color: rgba(255,98,6,1.00);
    color: rgba(255,255,255,1.00);
    padding: 10px;
    margin: 17px 0px 0px;
}


.event_content h3 strong{
	font-size: 53px;
	font-weight: 700;
}


.event_content h3 img{
	width: 90%;
}


.event_content ul{
	
}

.event_content li,
.event_content p,
.event_content a{
	line-height: 1.5em;
    font-size: 18px;
    padding: 10px;
}



i{
	color: #FFF;
	font-size: 70%;
}


#motor_text{
	width: 75%;
}


#motor_content{
	margin-top: 10px;
}

.event_all{
	display: flex;
    justify-content: center;
    flex-wrap:wrap;
    /* width: calc(1440 / 1600 * 100%); */
    width: calc(1200 / 1600 * 100%);
    max-width: 1200px;
    min-width: 800px;
    margin: 0 auto;
}
    
iframe.youtube{
	width: 100%;
	height: calc( 1000 / 1600 * 100vw / 16 * 9);
}

.news_container h2{
	margin-top: 80px;
}
