#mainContent #topImgArea .contentInner {
	max-width: 1024px;
	margin: 0 auto;
	margin-top: 120px;
	height: 120px;
	background: url("/iframe/moshi/img/bk_moshi.jpg") center 0;
	background-attachment: fixed;
	-webkit-background-size: 1024px;
	-o-background-size: 1024px;
	background-size: 1024px;
}

@media screen and (max-width: 767px) and (hover: none) {
	#mainContent #topImgArea .contentInner {
		width: 100%;
		padding: 0;
		margin-top: 50px;
		-webkit-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
	}
}

#mainContent #article .studentIco {
	padding-left: 60px;
	border-bottom: 1px dashed #aaa;
	border-top: 2px solid #aaa;
	padding-top: 10px;
}

#mainContent #article .studentF {
	background: url(/iframe/moshi/img_koe/icon_f.jpg) no-repeat bottom left;
	height: 59px;
}

#mainContent #article .studentM {
	background: url(/iframe/moshi/img_koe/icon_m.jpg) no-repeat bottom left;
	height: 62px;
}

#mainContent #article .studentIco .small {
	font-size: 12px;
	font-size: "1.2rem";
	color: #000;
}

#mainContent #article .studentIco .school {
	font-size: 13px;
	font-size: "1.3rem";
	color: #666;
}

#mainContent #article .person .photo {
	float: right;
	border: 1px solid #999;
	width: 140px;
	padding: 5px;
	margin: 0 0 15px 15px;
}

#mainContent #article .person .photo p {
	font-size: 12px;
	font-size: "1.2rem";
	line-height: 1.1;
	margin-bottom: 0 !important;
}

#mainContent #article .studentIco p {
	line-height: 1em;
}

#mainContent #article .person p span {
	color: #019844;
}

.white-popup {
	position: relative;
	background: #FFF;
	padding: 20px;
	width: auto;
	max-width: 90%;
	margin: 20px auto;
	border-radius: 10px;
}

ruby {
	font-size: 15px;
}