@charset "Shift_JIS";
/* CSS Document */

/*=================================================================
 @import
=================================================================*/
@import "../../css/n_layout.css";


/*=================================================================
@details
=================================================================*/
.details {
	clear: both;
	overflow: hidden;
}

.details p.ph {
	float: left;
	width: 210px !important;
	margin: 10px 0 !important;
}

.details .feature {
	float: right;
	width: 400px;
	margin: 10px 0;
}

.details .feature p.tit {
	width: 400px;
	font-weight: bold;
	text-align: left;
}

.details .feature p.other-page {
	clear: both;
	width: 400px;
	text-align: right;
}

.details .feature ul {
	width: 400px !important;
}


.details dl {
	width: 468px !important;
	margin: 0 auto;
}

.details dt {
	width: 440px !important;
	margin-bottom: 4px;
	padding-left: 10px;
	background-image: url(../../../img/dot_01.gif);
	background-position: 0 center;
	background-repeat: no-repeat;
}

.details dd {
	width: 440px;
	padding: 0 !important;
	text-align: center;
}

.details dd img {
	margin-bottom: 4px;
	padding: 14px;
	border: 1px solid #c6c6c6;
}

.details dd span {
	font-size: 0.85em;
}



/*=================================================================
@popup
=================================================================*/
.popup {
	width: 708px;
}



