@charset "utf-8";


/*backnumber index
-------------------------------*/

/*  */
.bnUpperTxt{
	text-align: left;
	background: url(/global/special/other/course/english/images/bn_english.gif) no-repeat top right;
	font-size: 15px;
	line-height: 1.5;
}

/*index
-------------------------------*/
.main_index .description p {
	padding: 19px 152px 0 0;
}


/* 640 */
@media screen and (max-width: 640px) {


	/*backnumber index
	-------------------------------*/

	.bnUpperTxt{
		text-align: left;
		background: url(/global/special/other/course/english/images/bn_english.gif) no-repeat bottom right;
		font-size: 15px;
		line-height: 1.5;
	}


	/*index
	-------------------------------*/

	.main_index .description p {
		padding: 25px 168px 0 0;
	}


}