@charset "UTF-8";


/***********************************************/ 
/*menu*/
/***********************************************/ 
#pointcard-menu {
 width: 210px;
 border-top: 5px solid #f65d5d;
 margin-left: 6px;
 margin-bottom: 30px;
 margin-top: 7px;
}
#pointcard-menu li {
	border-bottom: 1px solid #CCCCCC;
}

/***********************************************/ 
/*main*/
/***********************************************/ 

#top-image {
	margin-bottom: 20px;
}
#top-copy {
	margin-bottom: 20px;
}

/*infomation*/
#infolist {
	border: 3px solid #fdacac;
	padding: 10px;
	margin: 0 0 18px 0;
}
#infolist .newmark {
	padding: 0 0 0 5px;
}

#infolist li {
	border-bottom: 1px solid #cacaca;
	clear: both;
	background: url(../img/link_style_red.gif) no-repeat 0px 1.4em;
	padding: 0 0 7px 15px;
	margin: 7px 0 0 0;
}
#infolist .date {
	clear: both
}
#infolist .title {
	float: left;
}
.link-info {
	text-align: right;
	padding-top: 12px;
}

/*point*/

h2.subtitle {
	margin-bottom: 20px;
}
.top-subbox {
	border-left: 1px solid #999999;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #999999;
	margin-left: 3px;
	margin-bottom: 15px;
	padding: 10px;
}


/***********************************************/ 
/*admission*/
/***********************************************/ 

.main-box {
	margin-bottom: 40px;
}
.main-box h2 {
	padding: 5px 5px 9px 5px;
	margin: 0 0 20px 0;
}
.main-box h2.admi01 {
	background: url(../pointcard/img/admission_subtitle01_line.gif) bottom no-repeat;
}
.main-box h2.admi02 {
	background: url(../pointcard/img/admission_subtitle02_line.gif) bottom no-repeat;
}

.main-box h2.guid01 {
	background: url(../pointcard/img/guidance_subtitle01_line.gif) bottom no-repeat;
}
.main-box h2.guid02 {
	background: url(../pointcard/img/guidance_subtitle02_line.gif) bottom no-repeat;
}

.main-box h2.agre01 {
	background: url(../pointcard/img/agreement_subtitle01_line.gif) bottom no-repeat;
}



/***********************************************/ 
/*guidance*/
/***********************************************/ 
.guide_bg {
	background-image: url(../pointcard/img/guidance_point.gif);
	background-repeat: no-repeat;
	padding-left: 35px;
	margin-bottom: 25px;
	line-height: 1.5em;
}
.guide_title {
	color: #CC0000;
	font-weight: bold;
	margin-bottom: 10px;
}


/***********************************************/ 
/*agreebox*/
/***********************************************/ 
.agreebox {
	margin-bottom: 1em;
	padding: 0 20px;
}
.agreebox dt {
	float: left;
}
.agreebox dd {
	margin-left: 2em;
}



/***********************************************/ 
/*membership*/
/***********************************************/ 
/*レストラン*/
#rest_box h3 { color: #009944 }
#rest_box a { font-weight: bold; color: #009944; }
#rest_box a:hover { color: #CC0000; text-decoration: none; }

/*フード＆カフェ＆スイーツ*/
#fcs_box h3 { color: #ED6C00 }
#fcs_box a { font-weight: bold; color: #ED6C00; }
#fcs_box a:hover { color: #CC0000; text-decoration: none; }

/*ファッション＆ビューティ*/
#fb_box h3 { color: #036EB8 }
#fb_box a { font-weight: bold; color: #036EB8; }
#fb_box a:hover { color: #CC0000; text-decoration: none; }





/***********************************************/ 
/*table*/
/***********************************************/
.cat_box {
	margin-bottom: 25px;
} 

h3 {
	margin-bottom: 3px;
}

.list_box {
	border-collapse: collapse;
	margin: 0 0 0 3px;
	width: 644px;
}

.list_box th, 
.list_box td {
	padding: 8px 5px;
	border: 1px solid #CCCCCC;
}

.list_box th {
	background: #EAE8E1;
	text-align: center;
	font-size: x-small;
}
.list_box td.color {
	background: #F2F1EB;
}

.list_box td span {
	font-size: x-small;
	color: #666;
}

.list_box .floor {
	white-space: nowrap;
	text-align: center;
	font-size: x-small;
	width: 4.2em;
}

.list_box .shop_name {
	width: 220px;
}
