@charset "UTF-8";
@import url("../_css.css");

/* +++++++++++++++++++++++++++++++++
■このディレクトリ内 CSS
+++++++++++++++++++++++++++++++++ */
#FriendsBlock {
	width:640px;
	margin-top:15px;
}
#FriendsBlock .BlockLeft {
	width:400px;
}
#FriendsBlock .BlockRight {
	width:220px;
}
/* 見出しノーマル */
.subttl .normal {
	color:#333333;
}
/* 小見出し */
.midashi {
	margin-top:30px;
}
/* テーブル下の注意書き */
.small {
	line-height:1.3em;
}
/* 会員証提示 */
.Tokuten {
	width:640px;
	margin-top:5px;
}
.Tokuten th {
	background:#97bd2f;
}
.Tokuten .cell1 {
	width:24px;
	text-align:center;
}
.Tokuten td.cell1 {
	background:#eff5e0;
}
.Tokuten .cell3 .small {
	font-size:70%;
}
.Tokuten .cell3,
.Tokuten .cell4,
.Tokuten .cell5 {
	width:95px;
	text-align:center;
}
/* 使用料 */
.KaihiTable {
	width:400px;
	margin-top:5px;
}
.KaihiTable th {
	background:#97bd2f;
}
.KaihiTable .cell1 {
	width:250px;
	background:#eff5e0;
}
.KaihiTable .cell2 {
	width:147px;
	text-align:center;
}
