﻿@charset "utf-8";


/**
 * version 1.0
 * copyright 2011
 */
 

/******************** 本体部分 ********************/

.in_content_area {
}

.mainbox {
	margin-bottom: 25px;
	float: left;
}

.sub_title {
	width: 670px;
	font-weight: 600;
	margin-left: 9px;
	margin-right: 20px;
	padding-left: 8px;
	padding-bottom: 2px;
	border-bottom: 3px solid #00AA2B;
	margin-bottom: 20px;
	clear: both;
}

.subbox {
	float: left;
	margin-top: 10px;
	margin-bottom: 10px;
}

.sub_title2 {
	width: 670px;
	margin-left: 9px;
	margin-right: 20px;
	padding-left: 8px;
	padding-bottom: 2px;
	border-bottom: 1px solid #A1A1A1;
	margin-bottom: 12px;
	clear: both;
}

.pre1 {
	margin-top: 3px;
	margin-bottom: 15px;
	margin-right: 20px;
	float: right;
	text-align: right;
}

.policy_text {
	margin-left: 20px;
	margin-right: 20px;
	clear: both;
}

.list2 {
	margin-left: 20px;
	margin-right: 20px;
}

.number {
	width: 20px;
	float: left;
}

.item {
	width: 650px;
	float: right;
}

table {

}

.p_table {
	margin: 12px 40px 12px 40px;
}

.table_item {
}

td.table_item {
	width: 170px;
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 10px 10px 10px 20px;
	-webkit-box-sizing: border-box; /* Safari,Google Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* Internet Explorer 8用 */
	box-sizing: border-box; /* Opera用 */
}

th.table_item {
	width: 170px;
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding: 10px 10px 10px 20px;
	-webkit-box-sizing: border-box; /* Safari,Google Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* Internet Explorer 8用 */
	box-sizing: border-box; /* Opera用 */
	background-color: #eaf9ee;
	font-weight: 600;
}

.table_content {
}

td.table_content {
	width: 460px;
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-box-sizing: border-box; /* Safari,Google Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* Internet Explorer 8用 */
	box-sizing: border-box; /* Opera用 */
}

th.table_content {
	width: 460px;
	border-top: 1px solid #CCC; 
	border-bottom: 1px solid #CCC;
	border-right: 1px solid #CCC;
	padding-top: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	-webkit-box-sizing: border-box; /* Safari,Google Chrome用 */
	-moz-box-sizing: border-box; /* Firefox用 */
	-ms-box-sizing: border-box; /* Internet Explorer 8用 */
	box-sizing: border-box; /* Opera用 */
	background-color: #eaf9ee;
	font-weight: 600;
}

.pagetop {
	text-align: right;
}

.pagetop a {
	text-decoration: none;
	color: #6A6A6A;
	margin-right: 20px;
	padding-left: 18px;
	background-image: url(img/pagetop.gif);
	background-repeat: no-repeat;
	background-position: 0px 2px;;
}
