.p_left{
	float:left;
	text-align:left;
	width: 500px;

}
.p_leftimg img{
	width: 500px;
}

.p_right{
	float: right;
	text-align: left;
	width:45%;
}

.link1{
	margin: 0 120px 0;
}

.product_name{
	width:100%;
	display: inline-block;
	vertical-align: bottom;
	color: white;
	position: relative;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 2;
	background: url("../image/product_name_bg.png");
	background-repeat: no-repeat;
	padding: 0 12px;
	margin-bottom: 5px;	
}

.product_spec{
	width:100%;
	display:inline-block;
	vertical-align: bottom;
	color: black;
	position: relative;
	font-weight: 500;
	font-size: 2.2rem;
	line-height: 2;
	background:url("../image/newsrelease_bg.jpg");
	background-repeat:no-repeat;
	margin-bottom: 20px;
}

.product_spectt{
	padding: 0 12px;
}

.kounyu{
	border-left: 15px solid #0079c2;
	padding: 7px;
	background: #cceaff;
	margin-bottom: 20px;
}


@media screen and (max-width:640px) {
.p_left,.p_right{
width:100%;		
}
.p_leftimg img{
	width: 100%;
}
	
.link1{
	margin: 0;
}

	.link1 img{
		width: 100%;
	}
	.kounyu{
		margin-bottom: 10px;
	}
.product_spec{
	margin-bottom: 0px;
}

}