	body.PC h2 img {display: none;}
	body.PC h2 {
		position: relative;
		top: -66px;
		width: 900px;
		height: 190px;
		margin: 0 auto -80px;
		background: url("/osara/common/images/message/title_pc.png") no-repeat left center;
	}
		body.SP h2 {
			width: 100%;
			height: auto;
			margin: 0;
		}
		body.SP h2 img {width: 100%;}

#teacher {
	color: #6a3906;
	text-align: right;
	font-weight: bold;
	line-height: 1.4em;
}
#teacher span {
	display: block;
}
	body.PC #teacher {
		margin: -120px 0 0;
		font-size: 20px;
	}
	body.PC #teacher span {font-size: 18px;}
	
		body.SP #teacher {
			width: 90%;
			margin: 0 auto;
			font-size: 110%;
			line-height: 1.6em;
		}

.contents_body h3 {
	line-height: 1.4em;
	color: #ff9800;
}
	body.PC .contents_body h3 {
		margin: 60px 0 20px;
		font-size: 27px;
	}
		body.SP .contents_body h3 {
			margin: 10% 0 5%;
			font-size: 160%;
			text-align: center;
		}