@charset "utf-8";
/* CSS Document */

/*
<div id="container_1">
	<div class="txt_block" id="text_1">
	</div>
</div>
*/

#container_1{
		margin: 0 auto;
		width: 1900px;
		height: auto;
		z-index: 1;
		background-color: rgba(0, 0, 0, 0.2);
		border: #bd0e08 2px solid;
		border-radius: 0px 5px 20px 5px;
		margin-top: 20px;
		margin-bottom: 10px;
}

#text_1{
		width: 1880px;	
		height: auto;
		font-size: 18px;
		padding: 0;
		margin-top: 10px;
		margin-bottom: 10px;
		margin-left: 10px;
		column-count: 2;
		-webkit-column-count: 2;
		-moz-column-count: 2;
		-ms-column-count: 2;
		column-gap: 100px;
		-webkit-column-gap: 100px;
		-moz-column-gap: 100px;
		-ms-column-gap: 100px;	
}

@media only screen and (max-width: 1899px) {
			.reframe { max-width: 1899px }

#container_1{
		width: 1580px;
}
			
#text_1{
		width: 1560px;	
		font-size: 16px;
}

}

@media only screen and (max-width: 1599px) {
			.reframe { max-width: 1599px }

#container_1{
		width: 1280px;
}
			
#text_1{
		width: 1250px;	
		font-size: 16px;
		column-gap: 80px;
		-webkit-column-gap: 80px;
		-moz-column-gap: 80px;
		-ms-column-gap: 80px;
}

}

@media only screen and (max-width: 1279px) {
			.reframe { max-width: 1279px }

#container_1{
		width: 1020px;
}
			
#text_1{
		width: 990px;	
		font-size: 14px;
		column-gap: 50px;
		-webkit-column-gap: 50px;
		-moz-column-gap: 50px;
		-ms-column-gap: 50px;
}

}

@media only screen and (max-width: 1023px) {
			.reframe { max-width: 1023px }

#container_1{
		width: 800px;
}
			
#text_1{
		width: 760px;	
		font-size: 12px;	
}

}

@media only screen and (max-width: 799px) {
			.reframe { max-width: 799px }

#container_1{
		width: 640px;
}
			
#text_1{
		width: 600px;	
		font-size: 11px;
		column-gap: 40px;
		-webkit-column-gap: 40px;
		-moz-column-gap: 40px;
		-ms-column-gap: 40px;	
}

}

@media only screen and (max-width: 639px) {
			.reframe { max-width: 639px }

#container_1{
		width: 480px;
}
			
#text_1{
		width: 440px;	
		font-size: 11px;
		column-count: 1;
		-webkit-column-count: 1;
		-moz-column-count: 1;
		-ms-column-count: 1;
		column-gap: 0px;
		-webkit-column-gap: 0px;
		-moz-column-gap: 0px;
		-ms-column-gap: 0px;	
}

}

@media only screen and (max-width: 480px) {
			.reframe { max-width: 480px }

#container_1{
		width: auto;
		margin-top: 20px;
		margin-left: 20px;
		margin-right: 20px;
}
			
#text_1{
		width: auto;	
		height: auto;
		margin: 0 auto;
		margin-top: 20px;
		margin-left: 30px;
		margin-right: 30px;
		margin-bottom: 20px;
		font-size: 14px;	
}

}