@charset "utf-8";

/* ==================================================================
	Site Name:
	Author:高橋 潤
	Version: 1.0

	Page Title:	医学部学生教育

=================================================================== */
.main-area{
	background-color: #D992B0;
	padding:10px 130px 80px;
	background-image: 
		url(../../images/at_first/main-bg1.png),
		url(../../images/at_first/main-bg2.png);
	background-position: 
		right 0,
		left bottom;
	background-repeat: 
		no-repeat,
		no-repeat;
	color:#FFF;

}

.text-area{
	margin:0px 150px 60px!important;
}

@media screen and (max-width: 1024px) {
    .text-area{
	margin:0px 10px 60px!important;
}
}