@charset "UTF-8";
/*
 * ==========================================================================
 *
 * [policy]
 *
 * ==========================================================================
 */

/**
 * --------------------------------------------------------------------------
 * common
 * --------------------------------------------------------------------------
 */

#mainContent {
	width: 100%;
}

#pageTitleVox {
	background-image: url(../images/common/mainVis.jpg);
}


/**
 * --------------------------------------------------------------------------
 * content
 * --------------------------------------------------------------------------
 */

#mainContent {
	padding: 81px 0 85px;
}

.policyWrapper {
	width: 640px;
	margin: 0 auto;
	padding: 40px 0;
	border-top: 1px solid #000;
	border-bottom: 1px solid #000;
}
	.policyWrapper p.desc,
	.policyWrapper dd {
		line-height: 2;
		font-size: 12px;
	}
	.policyWrapper dl {
		margin-bottom: 35px;
	}
	.policyWrapper dt {
		font-size: 13px;
		font-weight: bold;
		background: url(../images/common/ico_arrow_r.png) no-repeat left center;
		padding-left: 1.7em;
		line-height: 14px;
		margin-bottom: .5em;
	}

	.policyWrapper .company {
		line-height: 1.7;
	}
		.policyWrapper .company .address {
			color: #4e4e4e;
		}