@media screen and (min-width:751px){
	#Futter_mob {
		display: none;
	}
	#Futter {
	background-color:#a50123;
	width:100%;
	color:#fff;
	padding:0 0 25px 0;
	box-sizing:border-box;
}

#Futter a{
	color:#fff;
	text-decoration:none;
}

#Futter a:hover{
	color:#EFEFEF;
	text-decoration:underline;
}

#Futter a:visit {
	color:#fff;
	text-decoration:none;
}

#Futter_Area{
	width:1200px;
	min-height:280px;
	margin:0 auto 0 auto;
	background:url(../images/futter_logo.gif) bottom center no-repeat;
	padding:13px 0px 55px 0px ;
	box-sizing:border-box;
}

#Fut_Cont_Area{
	padding:0 46px 10px 22px ;
}

/*
#Fut_Cont_Area{
	width:840px;
	margin:0 auto 10px auto;
}
*/
#Fut_Cont_Area ul{
}
#Fut_Cont_Area li{
	padding-left:2em;
}

#return {
	margin:0 0 14px 0 ;
}

.Fut_Cont_Wrap {
	width:270px;
	height:150px;
	padding:7px 24px 14px 24px ;
	float:left;
	border-right:#fff dotted 1px ;
	box-sizing:border-box;
}

#Futter_logo {
	width:274px;
	height:50px;
	background:url(../images/futter_logo.gif) top left no-repeat;
	margin:0 auto 0 auto;
	box-sizing:border-box;
}
}

@media screen and (max-width:750px){
	#Futter {
		display: none;
	}
	
	#Futter_mob {
		width: 100%;
		background-color: #a50123;
		padding: 0 0 14px 0 ;
		color: #fff;
	}
	#Futter_mob a {
		color: #fff;
	}
	#Futter_Area_mob {
	}
	#return_mob {
		background-color: rgba(255,255,255,0.3);
	}
	#return_mob a {
		display: block;
		width: 100%;
		height: 42px;
		text-align: center;
		padding: 12px 0 0 0 ;
		box-sizing: border-box;
	}
	.contact_btn {
		padding: 18px ;
	}
	.contact_btn a {
	}
	.contact_btn img {
		width: 45vw;
	}	
	.cn_menu_btn , .cn_close_btn , .lk_menu_btn , .lk_close_btn {
		display: block;
		width: 100%;
		height: 51px;
		padding: 15px 0 0 21px;
		margin-bottom: 3px;
		background-color: rgba(255,255,255,0.15);
		box-sizing: border-box;
	}
	
	.prof_btn a {
		display: block;
		width: 100%;
		height: 51px;
		padding: 15px 0 0 21px;
		margin-bottom: 3px;
		background-color: rgba(255,255,255,0.15);
		box-sizing: border-box;
	}
	#Futter_mob li {
		background-color: rgba(255,255,255,0.05);
		margin-bottom: 3px;
	}
	
	#Futter_mob li a {
		display: block;
		width: 100%;
		height: 51px;
		padding: 15px 0 0 48px;
		box-sizing: border-box;
	}
	.futter_second {
		background-color: rgba(255,255,255,0.05);
	}
	.Fut_inscription {
		width: 100%;
		margin: 24px 0 24px 0;
	}
	.Fut_inscription p em {
		font-weight: bold;
		font-size: 24px;
		text-decoration: none;
		font-style: normal;
	}
	.Fut_inscription p{
		font-size: 14px;
		line-height: 1.5em;
		text-align: center;
	}
	
}

@media (orientation: landscape) and (max-width: 750px){
	
	.contact_btn {
		width: 46vw;
		padding: 4vw 2vw ; 
		float: left;
	}
	.contact_btn a {
	}
	.contact_btn img {
		width: 22vw;
	}
	.fut_link{
		width: 46vw;
		float: left;
		padding: 2vw;
	}
	.Fut_inscription p em {
		font-size: 3vw;
	}
	.Fut_inscription p{
		font-size: 2vw;
	}
}