@charset "utf-8";
/* CSS Document */

.bg_red{
	/*border-bottom:10px solid #fabd00;*/
	background:#A81118;
	padding:20px 15px 10px;
}

.bg_white{
	border-top:15px solid #711F24;
	/*border-bottom:10px solid #711F24;*/
	background:#fff;
	padding:2.5em 0;
}

@media only screen and (max-width:970px){
	.bg_white{
		border-top:10px solid #711F24;
		padding:1.5em 0 2em ;
	}
}

@media only screen and (max-width:480px){
	.bg_white{
		border-top:8px solid #711F24;
		padding:1em 0 1.8em ;
	}
}

.top_h2{
	font-size:2.5em;
	color:#333;
	margin:0.5em 1.2em;
}

.countdown{
	font-size: 1.5em;
	margin-top: 1.5em;
}

.countdown .day{
	font-size: 1.5em;
	color: #A81118;
	font-weight: bold;
}

.bg_white p.button{
	font-size:1.5em;
	padding-top:15px;
}

.bg_white .button a{
	display:block;
	box-sizing: border-box;
	width:250px;
	margin:0 auto;
	background:#fff;
	color:#E84585;
	padding:1em 0;
	font-weight:bold;
	border:3px solid #E84585;
	text-decoration:none;
}

.bg_white .button a:hover{
	color:#fff;
	background:#E84585;
}

.bg_white .text{
	font-size: 1.25em;
}

.sns{
	background:#F0917F;
	padding:1em 0 .8em;
}

.sns ul li{
	display:inline-block;
	margin:0 1em 0 0;
}

.sns a:hover img{
	  opacity:0.8;
    -moz-opacity:0.8;
    filter:alpha(opacity = 80);
}

#content{
	background:none;
	padding-left:10px;
}

.left{
	width:625px;
	float:left;
	margin-bottom:10px;
}

.left h2{
	background: url(../images/list_hover.png) no-repeat left center #fff;
	border:3px solid #15aa46;
	border-bottom:6px solid #15aa46;
	font-size:1.5em;
	font-weight:bold;
}

.left h2 a{
	display: block;
	position: relative;
	color: #000;
	text-decoration: none;
	padding:11px 15px 9px;
}

.left h2 a:hover{
	color: #e4003d; 
}

.left h2 a::after{
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	content: "\f35a";
	position: absolute;
	color: #e4003d;
	right:.8em;
	font-size: 1.1em;
}

.left h2 a:hover::after{
	font-weight: 400;
}

.left h2 i{
	color: #e4003d;
	font-size: 1.2em;
	margin-right: .3em;
	margin-left: .2em;
}

.news{
	/*height:280px;
	height:450px;*/
	margin-bottom:25px;
	background-color:#fff;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
}

.news ul{
	/*height:240px;
	height:410px;*/
	height: 233px;
	overflow-y:scroll;
	font-size:1.2em;
}

.news li{
	border-bottom:1px dotted #62777D;
	padding:10px 15px;
}

.news li:last-child{
	border-bottom: none;
}

.pre_banner{
	margin-bottom:15px;
}

.pre_banner img{
	min-width:100%;
}

.pre_banner a.enquete{
	border:3px solid #e6003e;
	padding:10px 5px;
	text-align:center;
	display:block;
	font-size:14px;
	color:#333;
	font-weight:bold;
	background:#fff;
	text-decoration: none;
}

.pre_banner a.enquete:hover{
	background:#ffe6ed;
}

.video {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.pv_text{
font-size:1.2em;
padding:10px;
background:#FFF;
}

.video iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.twitter{
	margin-right:20px;
	width:304px;
	float:right;
}

.video_right {
width:304px;
float:right;
margin-right:20px;
margin-bottom:15px;
}

.video_right h2{
	background:#FDE2E2;
    border-bottom: 3px solid #A81118;
    color: #333;
		font-size:1.5em;
		font-weight:bold;
		padding:10px 15px;
}

.video_right div{
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.video_right iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}

.pamphlet{
	margin-right:20px;
	background:#F5F5F5;
	width:300px;
	float:right;
	padding:15px 0 10px;
	border:2px solid #ccc;
	text-align:center;
	margin-bottom:15px;
}

.pamphlet img{
	border:1px solid #CCC;
}

@media only screen and (max-width:970px){

#content{
	width:96%;
	padding:0 2%;
}

.left{
	width:98%;
	margin:0 1% 15px 1%;
}

.video_right{
	width:98%;
	margin:0 1% 15px 1%;
}

.pamphlet{
	width:97%;
	margin:0 1% 15px 1%;
}
	
}