﻿@charset "UTF-8";


/*---テーブル---*/
.About_Table {
	background-color:#EBEBEB;
	padding:5px;
}

.About_Table table {
	width:950px;
	border-collapse:collapse;
	background-color:#FFF;
}

.About_Table th {
	width:150px;
	text-align:left;
	font-weight:bold;
	padding:15px;
	border:1px solid #B9B9B9;
	background-color:#FFFFC8;
}

.About_Table tr {
	border:1px solid #B9B9B9;
}

.About_Table td {
	padding:15px;
	border:1px solid #B9B9B9;
}

/*---リスト(黒丸)---*/
.Disc {
	margin:0px 0px 0px 18px;
}

.Disc li {
	list-style-type:disc;
}

/*---ボタン---*/
.Btn_Other a {
	float:right;
	display:block;
	font-size:16px;
	font-weight:normal;
	color:#FFF;
	text-decoration: none;
	height:22px;
	background-color:#003F97;
	margin:-3px 10px 0px 0px;
	padding:3px 12px 0px 16px;
}

.Btn_Other a:hover {
	text-decoration: none;
	background-color:#23B6BD;
}

/*---エリア分け---*/
.Left_Area {
	float:left;
	width:470px;
	margin:0px 20px 0px 0px;
}

.Right_Area {
	float:left;
	width:470px;
	margin:0px 0px 0px 0px;
}


/*---キャンセルページの表示幅狭く---*/
.cancel{
	width:72%;
	margin:0 auto;
	padding-top:20px;
}
.cancel table{
	width:100%;
}
.cancel table th,
.cancel table td{
	text-align:center;
}