@charset "UTF-8";
/* CSS Document */
/*--policy--*/
.policy{
	width:770px;
	margin:0 auto 80px auto;
}

.policy .p_fst{
	font-size:16px;
	margin-bottom:30px;
}

.policy p{
	font-size:18px;
	text-align:left;
	margin-bottom:20px;
	text-indent:-2em;
	padding-left:2em;
}

.policy .signature{
	text-align:right;
	margin-bottom:0;
	padding-top:20px;
	font-size:16px;
}

/*--iso--*/
.iso {
	width: 100%;
	text-align: center;
	margin-bottom: 80px;
}

.iso .imgs {
	width: 520px;
	margin: 0 auto;
	overflow: hidden;
}

.iso .imgs li {
	width: 230px;
	float: left;
	border: 1px solid #ddd;
}

.iso .imgs li:last-child {
	float: right;
}
	

/*--about--*/
.about{
	width:770px;
	margin:0 auto;
	margin-bottom:80px;
}

.about table,
.about th,
.about td{
	border: solid 1px #ddd;
	box-sizing:border-box;
	vertical-align:middle;
	text-align:left;
	font-size:14px;
}

.about th{
	background:#f4f4f4;
	padding-left:21px;
}

.about td{
	padding:13px 0 13px 30px;
	line-height:1.7;
}

/*--access--*/
#access{
	margin-bottom:100px;
}

.head_line_access{
	margin-bottom:40px;
}