@charset "UTF-8";

.prd_box {
	margin : 20px 30px 20px 30px;
	/*width : 668px;*/
	width : 669px;
	zoom:100%;
}

.prd_img {
	width : 100px;
	height : auto;
	text-align : center;
	float : left;
	margin-top:1em;
}

.prd_detail {
	width : 568px;
	height : auto;
	float : left;
}

.prd_box:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}

.prd_detail ul li{
	list-style-type : none;
}

.prd_detail ul li.title {
	clear : left;
	width : 135px;
	float : left;
}

.prd_detail ul li.cont {
	width : 403px;
	float : left;
}

.prd_detail ul li.comment {
	clear : left;
	width : 538px;
	/*float:left;*/
}

.prd_detail ul li.comment ul {
	margin-left:0px;
}

.prd_detail ul li.comment ul li {
	list-style-type:circle;
}


.prd_detail ul li.copyright {
	clear : left;
	font-size : 70%;
	line-height : 125%;
	width : 538px;
	/*float:left;*/
}

@media print {
	.noprint {
		display:none;
	}
	
	.return {
		page-break-before: always;
	}
}

