@charset "utf-8";

/* -----------------------------------------------------------
CSS Information

 File name:      service.css
 Author:         tosa mamico
 Style Info:     料金案内
 Last modified:	 2008.05.23 
----------------------------------------------------------- */



/*----------------------------------------------------
	#各種特典
----------------------------------------------------*/

/* 会員特典管理ボックス */
.Service {
	width : 540px ;
	margin : 0 0 0 20px ;
}

#main_shosai .Service p {
	margin : 5px 0 10px ;
}

/* table */
.Service table {
	width : 100% ;
	border-top : solid 1px #444444 ;
	border-left : solid 1px #444444 ;
}
.Service th,
.Service td {
	padding : 3px 5px ;
	border-bottom : solid 1px #444444 ;
	border-right : solid 1px #444444 ;
}
.Service th {
	font-weight : normal ;
	text-align : center ;
	background : #797979 ; /* グレー */
	white-space : nowrap ;
}
.Service td {
	background : #313131 ; /* 黒に近いグレー */
}


/* 特典内容 */
.Service h4 {
	margin-bottom : 5px ;
}

.Service div {
	margin : 0 0 10px 80px ;
}

.Service div span {
	font-size : x-small ;
	display : block ;
}
.Service div em {
	color : #ff0000 ; /* 文字色 赤 */
}

span.gray {
	color : #999999 ; /* 文字色 グレー */
	margin-bottom : 20px ;
}


.Service div table {
	width : 380px ;
}
.Service div td {
	text-align : center ;
}


.Service div li {
	background : url(../img/service/icon_red.gif) left center no-repeat ;
	padding-left : 12px ;
}


/* 予約サービス表 */
table#yoyaku {
	margin : 10px 0 0 10px ;
}
th#bg_orange {
	background : #bd4b00 ; /* 暗めのオレンジ */
}