@charset "utf-8";

/*--------------------*/
/*---- top.css ----*/
/*--------------------*/
/*
border: 1px solid gray;	
*/

#wrapTop {
	width: 100%;
	height: 420px;
}
#wrapTopMainImg {
	position: relative;
	width: 1102px;
	height: 372px;
	background-image: url('../../images/cepee/bg_main_image.png');
	background-repeat: no-repeat;
	margin-left: auto;
	margin-right: auto;
}
#boxTopMainImg {
	padding-top: 16px;
	margin-left: 16px;
}

#boxTopics {
	width: 600px;
	float: left;
}
#boxBanner {
	width: 250px;
	margin-top: 5px;
	float: right;
}

.txTopics li {
	list-style-type: disc;
    margin-left: 15px;
	margin-bottom: 10px;
}

#boxParoduct {
	background-image: url('../../images/cepee/bg_product.jpg');
}
#boxParoductIn {
	padding: 36px 30px 182px 30px;
}

#boxParoductIn .boxInnerTxt {
	margin-bottom: 4px;
	float: left;
	text-align: center;
}
#boxParoductIn .boxInnerPhoto_01 {
	position: relative;
	width: 270px;
	height: 265px;
	background-image: url('../../images/cepee/product_photo_01.png');
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}
#boxParoductIn .boxInnerPhoto_02 {
	position: relative;
	width: 270px;
	height: 265px;
	background-image: url('../../images/cepee/product_photo_02.png');
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}
#boxParoductIn .boxInnerPhoto_03 {
	position: relative;
	width: 270px;
	height: 265px;
	background-image: url('../../images/cepee/product_photo_03.png');
	background-repeat: no-repeat;
	float: left;
	text-align: center;
}

.buDetail {
	position: absolute;
	top: 229px;
	left: 45px;
}
.buDetail a {
	display: block;
	background-image: url('../../images/cepee/bu_detail.gif');
	background-repeat: no-repeat;
	width: 180px;
	height: 36px;
}
.buDetail a:hover {
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
	-khtml-opacity: 0.7;
	-moz-opacity: 0.7;
}

.buDetail a span {
	display: none;
}

.borderText{
	margin-top: 30px;
	border-top: solid 1px #2f338c;
	border-bottom: solid 1px #2f338c;
	padding-block: 7px;
}