@charset "UTF-8";

.q_irMessage1 .content1:after{
	content: " ";
	display: block;
	clear: both;
}

.q_irMessage1 .txt1 p{
	margin-bottom: 20px;
}

.q_irMessage1 .txt1 p:last-child{
	margin-bottom: 0;
}

.q_irMessage1 .image{
	text-align: center;
}

.q_irMessage1 .txt2 p{
	margin-bottom: 20px;
}

.q_irMessage1 .txt2 p:last-child{
	margin-bottom: 0;
}

.q_irMessage1 .sign{
	text-align: right;
}

@media screen and (min-width: 651px) {

.q_irMessage1 .content1 .txt1{
	float: left;
	width: 54%;
}
.q_irMessage1 .content1 .image{
	float: right;
	width: 44%;
}

}

@media screen and (max-width: 650px) {

.q_irMessage1 .image{
	margin-top: 30px;
}

.q_irMessage1 .content1 .image img{
	width: 360px;
}

.q_irMessage1 .content2 .image img{
	width: 240px;
}

}

