@charset "utf-8";
/* CSS Document */
#Product_introduction {
	width: 100%;
	background-color: #FFF;
	overflow: hidden;
}
#Product_introduction .Separated {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
	background-size: cover;
	background-position: center;
	float: left;
	overflow: hidden;
}
#Product_introduction .Separated .map img {
	width: 100%;
}
#Product_introduction .Separated .map {
	width: 100%;
	overflow: hidden;
}
#Product_introduction .Separated .Writing {
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-top: 30px;
	margin-bottom: 30px;
	overflow: hidden;
}
#Product_introduction .Separated .Writing h3 {
	
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#Product_introduction .Separated .Writing p {

	line-height: 130%;

}











#Product_introduction .Separated2 {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	width: 100%;
	background-size: cover;
	background-position: center;
	float: left;
	overflow: hidden;
}
#Product_introduction .Separated2 .map img {
	width: 100%;
}
#Product_introduction .Separated2 .map {
	width: 35%;
	overflow: hidden;
}
#Product_introduction .Separated2 .Left {
	float: left;
}
#Product_introduction .Separated2 .Right {
	float: right;
}


#Product_introduction .Separated2 .Writing {
	width: 55%;
	overflow: hidden;
	margin-top: 30px;
	margin-bottom: 30px;
	margin-right: 5%;
	margin-left: 5%;
}
#Product_introduction .Separated2 .Writing h3 {
	font-weight: normal;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 25px;
	margin-left: 0px;
}
#Product_introduction .Separated2 .Writing p {
	line-height: 130%;
	
}
