/* contents */
h3 {
	font-size: 1.8em;
	text-align: center;
	margin-bottom: 14px;
}

div.japanesesection,
div.englishsection {
	width: 80.4%;
	margin: 0 auto;
}

div.japanesesection p {
	padding-bottom: 14px;
}

div.japanesesection p em a {
	color: #0e75d5;
	font-weight: bold;
}

div.japanesesection p em a:hover { 
	text-decoration: underline;
}

div.japanesesection {
	padding-bottom: 42px;
	border-bottom: 2px solid #e5e7e2; 
	margin-bottom: 30px;
}

div.englishsection p {
	font-size: 114%/*15.5px*/;
	line-height: 1.4em;
}

div.englishsection p em a {
	color: #0e75d5;
}

div.englishsection p em a:hover { 
	text-decoration: underline;
}

div.englishsection p span.jap {
	font-size: 14px;
}


/* window width <= 599px */
@media screen and ( max-width:599px )
{

h3 {
	font-size: 1.5em;
	text-align: left;
	line-height: 1.7;
}


}










