
/*---------- links_contents----------*/
#links_contents_center {

	max-width:1000px;
	height:auto;
	margin-top: 2em;
	margin-right: auto;
	margin-left: auto;
	background-color: #FFF;
	/*font-family: "Sawarabi Gothic", sans-serif;*/
	padding:40px;
	text-align: center;
}

.links_contents_center img{
	width:80%;
	margin:auto;
	
}

.links_contents far fa-arrow-alt-circle-down{
	width:1em;	
}

.links_contents .links_contents_container{
	margin-bottom:4em;	
	
}

.links_contents .btn_download{
	display: block;
	margin-top:1.4em;
}

.links_contents .btn_download span img{
	height:1em;
	display: inline-block;
	margin-top:1.4em;
}

.links_contents table{
	width:100%;
	box-sizing: border-box;
	border-collapse: collapse;
	font-size: 0.93rem !important;
	line-height: 150%;
}

.links_contents table.links_contents_newsletter{
	margin-top:2em;	
}

.links_contents table th,.links_contents table td{
	padding:1em 2em;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	vertical-align: middle;	
}

.links_contents table th{
	background-color:#f7ebda;	
	font-weight: bold;
	text-align: center;
}



.links_contents table.links_contents_newsletter th{
	width:20%;	
}

.links_contents table.links_contents_shop th{
	width:30%;	
}

.links_contents table td{
	background-color:#fcf5ea;
	text-align: left;
}

.links_contents table.links_contents_newsletter td.links_contents_newsletter_right{
	text-align: center;
}

.links_contents table.links_contents_newsletter td.links_contents_newsletter_right a.btn_download___{
	padding:0.5em 2em;
	border:4px solid #9e3204;
	font-weight: bold !important;
	background-color:#fff;
	text-decoration: none;
	border-radius: 2rem;
}

.links_contents_tex1{
	font-size: 0.93rem !important;
	line-height: 150%;
}

.links_contents_tex1_white{
	font-size: 0.93rem !important;
	line-height: 150%;
	color: #FFF;
}

.links_contents_headline{
	font-size: 1rem !important;
	line-height: 190%;
	color: #FFF;
	background-color: #999;
	
	padding: 6px;
	width: 100%;
	text-align: center;
	margin-top: 25px;
	margin-bottom: 20px;
	/*font-family: 'Sawarabi Gothic', sans-serif;*/
	font-weight: bold;
}

@media (max-width:1050px){
	
	#links_contents_center {
	
		width:100%;	
		height:auto;
		margin-right: auto;
		margin-left: auto;
		background-color: #FFF;
		padding:1rem 0.8rem;
	}
	
	.links_contents .links_contents_container{
		margin-bottom:2em;	
		
	}
	
	.links_contents table.links_contents_newsletter,.links_contents table.links_contents_shop {
		font-size: 0.88rem !important;
	}
	
	
	.links_contents table th,.links_contents table td{
		width:100% !important;
		border-right: none;
		border-bottom: none;
		text-align: center;
		display: block;	
	}
	
	.links_contents table.links_contents_newsletter td{
		padding-bottom:0;
	}
	
	.links_contents table.links_contents_newsletter td.links_contents_newsletter_right{
		padding-bottom:1.4em;
		margin-bottom:1em;
	}
	
	.links_contents table.links_contents_shop td{
		padding-bottom:1.4em;
		margin-bottom:1em;
	}

	
	.links_contents_tex1{
		font-size: 0.8rem !important;
	}
	
	.links_contents_tex1_white{
		font-size: 0.8rem !important;
	}
	
	.links_contents_headline{
		margin-top: 0.4em;
		margin-bottom: 1.4em;
		font-size: 0.88rem !important;
	}

}