@charset "utf-8";
/* CSS Document */

.packBox {
	margin-left:-30px;
	width:600px;
	position:relative;
}
.packBox .phBox {
	width:230px;
	float:left;
}
.packBox h4 {
	width:370px;
	margin-bottom:20px;
	float:right;
}
.packBox .txtBox {
	width:370px;
	float:right;
}
#contents .packBox .txtBox p {
	margin-bottom:20px;
}
#contents .packBox .txtBox p.detail {
	margin-bottom:0;
}
.packBox .txtBox ul {
	margin:0 0 20px 5px;
}
.packBox .txtBox ul li {
	margin-bottom:8px;
	background:url(../../common/img/bread_arrow.gif) no-repeat left 0.5em;
	padding-left:10px;
}

#contents p.border {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px dotted #D3D3D3;
}

/* clearfix
---------------------------------------------------- */
.packBox:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility:hidden;
}
.packBox {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .packBox {
	height: 1%;
}
.packBox {
	display: block;
}
/* End hide from IE-mac */
