@charset "utf-8";

/*---------- title ----------*/
h2.trai {
	height: 70px;
	width: 590px;
	margin-bottom: 25px;
}

/*---------- 特定商取引法 ----------*/

.table {
	width: 567px;
	background-color: #808080;
	margin-bottom: 15px;
	margin-left: 10px;
	border-top: 1px solid #C0C0C0;
	border-left: 1px solid #C0C0C0;
}

.table th, td {
	padding-top: 5px;
	padding-bottom: 5px;
	background-color: #FFFFFF;
	border-right: 1px solid #C0C0C0;
	border-bottom: 1px solid #C0C0C0;
}

.table .th01 {
	background-color: #EEF8F0;
	font-weight: normal;
	color: #535353;
}

.table .th02 {
	background-color: #FFFFFF;
	font-weight: normal;
	padding-top: 10px;
	padding-left: 10px;
	padding-bottom: 10px;
	line-height: 1.4em;
	padding-right: 10px;
}

.table .th03 {
	background-color: #EEF8F0;
	font-weight: normal;
	width: 150px;
	line-height: 1.4em;
}

