#wrap{
	text-align:center;
	width:100%;
}

h2 {padding:70px 0 20px;}

h2 img{ 
	width:auto;
	height:43px;
}

p.st {font-family: 'Open Sans', sans-serif; padding-bottom:40px;}

#contents{
	width:700px;
	height: auto;
	margin:0 auto 40px;
	text-align:left;
	overflow:hidden;
	padding:50px;
	background-color: #fff;
	/* box-shadow */
box-shadow:-8px 8px 7px 3px #dddddd;
-moz-box-shadow:-8px 8px 7px 3px #dddddd;
-webkit-box-shadow:-8px 8px 7px 3px #dddddd;
}

#contents div {
	float: left;
	width: 320px;
}
#contents div.en {
	margin-right: 40px;
	font-size: 13px;
}
#contents div.jp {
	font-size: 13px;
}

dl { 
	overflow: hidden;
	margin-bottom: 30px;
}
dl dt {
	float: left;
	border-bottom: #eee solid 1px;
	width: 200px;
}

#contents dl:last-child {
	margin-bottom: 0;
}

dl.lg { 
	overflow: hidden;
	margin-bottom: 30px;
}
dl.lg dt {
	float: none;
	border-bottom:none;
	width: 320px;
	margin-bottom: 15px;
}
dl.lg dd {
	text-align: right;
	border-bottom: #eee solid 1px;
}

div.text {
	margin-bottom: 80px;
}
div.text p.en {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
}
div.text p.jp {
	font-size: 13px;
}
br {
	display: none;
}


/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:768px) {

h2 {padding:40px 0 20px; margin:0 auto;}

h2 img{ 
	width:auto;
	height:40px;
}

p.st {font-family: 'Open Sans', sans-serif; padding-bottom:30px;}

	
	#contents{
	width:100%;
	height: auto;
	margin:0 auto 20px;
	text-align:left;
	overflow:hidden;
	padding:0;
	background-color:#eee;
	/* box-shadow */
box-shadow:none;
-moz-box-shadow:none;
-webkit-box-shadow:none;
}

#contents div {
	float: none;
	width:92%;
	padding:30px 4%;
	margin: 0;
}
#contents div.en {
	margin-right: 0;
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 20px;
	background-color: #fff;
}
#contents div.jp {
	font-size: 13px;
	background-color: #fff;
}

dl { 
	overflow: hidden;
	margin-bottom: 30px;
}
dl dt {
	float: left;
	border-bottom: #eee solid 1px;
	width: 62%;
}

#contents dl:last-child {
	margin-bottom: 0;
}

dl.lg { 
	overflow: hidden;
	margin-bottom: 30px;
}
dl.lg dt {
	float: none;
	border-bottom:none;
	width:100%;
	margin-bottom: 15px;
}
dl.lg dd {
	text-align: right;
	border-bottom: #eee solid 1px;
}

div.text {
	margin-bottom: 30px;
	line-height: 140%;
}
div.text p.en {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	margin-bottom: 15px;
	
}
div.text p.jp {
	font-size: 13px;
}
br {
	display:block;
}


}
/* /screens smaller than 768 */