﻿@charset "UTF-8";


/* container
--------------------------------------------------------*/

#container {
	width:673px;
	}

#container h2 {
	height:82px;
	padding-left:13px;
	}

.contCol {
	padding:30px 13px 29px 13px;
	border-bottom:solid 1px #f0f0f0;
	}

.contCol h3 {
	padding-bottom:22px;
	}

.contCol p {
	color:#000;
	font-size:1.16em;
	line-height:1.43;
	}

.contCol h4 {
	padding:20px 0 12px;
	color:#000;
	font-size:1.16em;
	line-height:1.43;
	font-weight:bold;
	}

.contCol th,.contCol td {
	color:#000;
	font-size:1.16em;
	line-height:1.57;
	font-weight:normal;
	vertical-align:top;
	}

.contCol th {
	white-space:nowrap;
	}

.lastCol {
	padding:28px 13px 38px 13px;
	border-bottom:none;
	}

.lastCol h3 {
	padding-bottom:22px;
	}

.lastCol p {
	color:#000;
	font-size:1.16em;
	line-height:1.57;
	}


