@charset "utf-8";
/* CSS Document */
.txt_red{
	color: #DF4648;
}
.weird_txt01{
	position: absolute !important;
	top:0;
	text-align: center;
}
.h3_style01 span{
	display: block;
	width: 100%;
}
@media screen and (max-width: 1000px){
	.weird_txt01{
	position: static !important;
	text-align: left;
}
}