@charset "utf-8";


/*全般設定 ( for memberフォルダー専用）
------------------------------------------------------------------------------------------
■文字色は「color: #999999;」部分で変更できます。サイズは「75%」で変更可。%指定でなく「12px」とかでも可。
■壁紙は「images/bg.gif」で指定しています。imagesフォルダに入っているbg.gifを指定しています。
　変更もできますが、コンテナーの枠に影を入れてるので、白っぽい壁紙でないと枠が目立ってしまうので注意。
------------------------------------------------------------------------------------------*/

#main table {
width: 100%;
margin-top: 5px;
border: 2px solid #e6e6e6;
border-collapse: separate;
border-spacing: 3px;

}

/*- - - - - - - - - - - - - - - - - - - - - - - - - - - - -
     table t1 non-member 値を4つ指定した場合： 記述した順に[上][右][下][左]のパディングになります。 
- - - - - - - - - - - - - - - - - - - - - - - - - - - - -*/
#main .t1 table th {
	width:18%;
	height:1.0em;
	background:#f7f7f7 url(../detail/image/cafe_s.gif) no-repeat 10px 1em;
	text-align:left;
	padding:0.1em 0 0 22px;
	vertical-align:top;
	color:#0b3b0b;
	font-size:1.0em;
	border-bottom:2px solid #fff;
}

#main .t1 table th.s1 {
	width:18%;
	height:1.0em;
	background:#f7f7f7 url(../detail/image/cafe_s.gif) no-repeat 10px 1em;
	text-align:left;
	padding:0.55em 0 0 22px;
	vertical-align:top;
	color:#0b3b0b;
	font-size:1.0em;
	border:none;
}

#main .t1 table td {
	font-size:1.0em;
	color:#0b3b0b;
	border-bottom:1px dotted #cac8c9;
	height:2.0em;
	padding:0 0 0 5px;
	line-height:1.5em;
}

#main .t1 table td.c1 {
	font-size:1.0em;
	color:#0b3b0b;
	border:none;
	height:2.0em;
	padding:0 0 0 5px;
	line-height:1.5em;
}

#main .t1 table td.c2 {
	font-size:1.0em;
	color:#0b3b0b;
	border-right:1px dotted #cac8c9;
	border-bottom:none;
	height:2.0em;
	padding:0 0 0 5px;
	line-height:1.5em;
}

#main .t1 table td.c3 {
	font-size:1.0em;
	color:#0b3b0b;
	border-right:1px dotted #cac8c9;
	height:2.0em;
	padding:0 0 0 5px;
	line-height:1.5em;
}

#main .t1 table td.c31 {
	font-size:1.0em;
	color:#0b3b0b;
	border-right:1px dotted #cac8c9;
	border-bottom:1px double #cac8c9;
	height:2.0em;
	padding:0 0 0 5px;
	line-height:1.5em;
}

#main .t1 table td.c11 {
	font-size:1.0em;
	color:#0b3b0b;
	border-bottom:1px double #cac8c9;
	height:2.0em;
	padding:0 0 0 5px;
	line-height:1.5em;
}
