
.pageimg {
	background-image: url("../img/products.jpg");
}


.item-bo {
	padding-bottom: 60px;
}
.item-bo li img {
	width: 100%;
}
.item-le {
	float: left;
	width: 47%;
}
.item-ri {
	float: right;
	width: 47%;
}

.item-name {
	padding-bottom: 60px;
}
.item-name h3 {
	width: 30%;
	float: left;
	font-size: 180%;
	line-height: 1.5;
}
.item-name p {
	width: 60%;
	float: right;
}

.item-name2 h3 {
	float: none;
	padding-bottom: 30px;
	width: 100%;
}
.item-name2 p {
	width: 100%;
	float: none;
}

.tokutyo {
	position: relative;
	padding-bottom: 40px;
}
.toku-img {
	width: 75%;
}
.toku-img img {
	width: 100%;
}
.toku-te {
	position: absolute;
	right: 0;
	bottom: 0;
	width: 45%;
	text-align: right;
}
.toku-te img {
	max-width: 200px;
	padding-bottom: 60px;
	
}
.toku-blo {
	width: 100%;
	text-align: left;
	color: #fff;
	background-color: #000000;
	padding: 50px;
	box-sizing: border-box;
}
.toku-blo h4 {
	font-size: 160%;
	padding: 15px 0;
	line-height: 1.6;
}

.item-box {
	padding-bottom: 60px;
}


@media screen and ( max-width:800px )
{

.item-le {
	float: none;
	width: 100%;
	padding-bottom: 20px;
}
.item-ri {
	float: none;
	width: 100%;
}
.item-name h3 {
	width: 100%;
	float: none;
	font-size: 160%;
	padding-bottom: 20px;
	border-bottom: 1px solid #2C4A73;
}
.item-name p {
	width: 100%;
	float: none;
	padding-top: 20px;
}
.item-bo {
	padding-bottom: 30px;
}
.item-name {
	padding-bottom: 30px;
}
.tokutyo {
	position: inherit;
	padding-bottom: 60px;
}
.toku-img {
	width: 100%;
}
.toku-te {
	position: inherit;
	right: auto;
	bottom: auto;
	width: 100%;
	text-align: left;
}
.toku-te img {
	max-width: 200px;
	padding-bottom: 20px;
	padding-top: 20px;
}
.toku-blo {
	width: 100%;
	padding: 5%;
}
.toku-blo h4 {
	font-size: 140%;
	padding: 15px 0;
}
.item-box {
	padding-bottom: 30px;
}
}



