@charset "utf-8";

/*
-----------------------------------------------
松永気功整体院　FLOWページのスタイル
-----------------------------------------------

o common.cssのスタイルを上書き
o 料金表示のテーブル

*/



/* -------------------------------------------------
common.cssのスタイルを上書き
変更したい部分のみここに書く
------------------------------------------------- */
#gbContents div.gbWrapper {

}



/* -------------------------------------------------
料金表示のテーブル
------------------------------------------------- */
table.price {
	margin:0 0 0 1em;
}

table.price tr th {
	text-align:right;
}

table.price tr td {
	padding:0 0 0 10px;
	text-align:right;
	color:#5AAC46;
	font-weight:bold;
}

table.price tr td span {
	font-size:small;
	font-weight:normal;
}

/* -------------------------------------------------
注
------------------------------------------------- */
ul.note {
	margin:0 0 0 1.5em;
}

ul.note li {
}


