@charset "utf-8";
/* other用CSS -----------------------------------------------*/
#other_main p {
	padding: 10px;
	line-height: 1.8em;
}
/* シングルのテーブル -----------------------------------------------*/
table.single {
	width: 770px;
	margin: 15px 0 5px 0;
	border-collapse: collapse;
}
table.single td,table.single th {
	border: 1px solid #D1D1D1;
	text-align: center;
	padding: 2px 3px;
	line-height: 1.8em;
}
table.single td{
	text-align: left;
}
/* テーブル内thのカラー分岐 -----------------------------------------------*/
.bg_th {
	background: #EEF9FF;
}
body.jal .bg_th {
	background: #fef0f1;
}
body.sfj .bg_th {
	background: #EFEFEF;
}
/* このプランについて -----------------------------------------------*/
div#plan_txt {
	clear: both;
	width: 770px;
	margin: 0 0 15px;
	line-height: 1.8em;
}
div#plan_txt p a {
	color: #333;
	text-decoration: underline;
}

