@charset "utf-8";
@import "../common/table.css";

/*------------------------------------------------------------------------------

	[ファイル名]	card.css
	
	[概要]			マイカードページレイアウト用
	
	[目次]
		・clearFix／画像代替／非表示部
	
------------------------------------------------------------------------------*/



/*------------------------------------------------------------------------------

								clearFix
								
------------------------------------------------------------------------------*/
div#localNav ul:after,
div#section1:after,
div#locateSpecial:after,
div#section2:after,
body.card div#section2 ul:after
{
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	line-height: 0;
	font-size: 0;
	content: ".";
}

/* Win IE7 */
*:first-child + html div#localNav ul,
*:first-shild + html div#section1,
*:first-child + html div#locateSpecial,
*:first-child + html div#section2,
*:first-child + html body.card div#section2 ul
{
	min-height: 1%;
}
/* End Win IE7 */

/* Win IE6 \*/
* html div#localNav ul,
* html div#section1,
* html div#locateSpecial,
* html div#section2,
* html body.card div#section2 ul
{
	height: 1%;
}
/* End Win IE6 */



/*------------------------------------------------------------------------------

							テキスト画像代替
							
------------------------------------------------------------------------------*/
h1,
div#localNav ul li a,
div#sectionHeader h2,
div#section1 h3,
div#sectionHeader p,
div#locateSpecial li a
{
	display: block;
	margin: 0;
	padding: 0;
	text-indent: -10000px;
	text-decoration: none;
	text-align: left;
/*\*/
	overflow: hidden;
/* */
}



/*------------------------------------------------------------------------------

								非表示部
								
------------------------------------------------------------------------------*/
#xxx
{
	position: absolute;
	top: -9999px;
	left: -9999px;
	z-index: -9999;
	width: 0;
	height: 0;
	overflow: hidden;
}



/*------------------------------------------------------------------------------

								div#mainContent
									
------------------------------------------------------------------------------*/
div#mainContent{
	width: 670px;
	padding-left: 10px;
}

* html div#mainContent{
	width: 680px;
}



/*------------------------------------------------------------------------------

									h1
									
------------------------------------------------------------------------------*/
h1{
	width: 670px;
	height: 30px;
	margin: 0 auto;
	background: url(../../card/images/h1.gif) no-repeat scroll left top;
}



/*------------------------------------------------------------------------------

								ローカルナビ
								
------------------------------------------------------------------------------*/
div#localNav,
div#localNav ul,
div#localNav ul li,
div#localNav ul li a{
	height: 33px;
	background: no-repeat scroll left bottom;
}

div#localNav{
	width: 670px;
	margin: 0 auto;
	margin-bottom: 15px;
	background-image: url(../../card/images/local_nav_bg.gif);
	text-align: left;
}

div#localNav ul{
	padding-left: 7px;
}

div#localNav ul li,
div#localNav ul li a{
	width: 122px;
}

div#localNav ul li{
	float: left;
	background-color: #3a5e87;
}

/*----- 各ボタン ロールオーバー時画像指定 -----*/
div#localNav ul li#localNavCard{
	background-image: url(../../card/images/local_nav_card_ov.gif);
}
div#localNav ul li#localNavPrivilege{
	background-image: url(../../card/images/local_nav_privilege_ov.gif);
}

/*----- 各ボタン 通常時画像指定 -----*/
div#localNav ul li#localNavCard a{
	background-image: url(../../card/images/local_nav_card.gif);
}
div#localNav ul li#localNavPrivilege a{
	background-image: url(../../card/images/local_nav_privilege.gif);
}

/*----- ロールオーバー動作指定 -----*/
div#localNav ul li a:hover{
	background-image: none!important;
}

/*----- 反転指定 -----*/
div#localNav ul li.selected,
div#localNav ul li.selected a:hover{
	visibility: hidden;
}


/*------------------------------------------------------------------------------

								div#sectionHeader
								
------------------------------------------------------------------------------*/
body#card div#sectionHeader{
	width: 670px;
	height: 340px;
	background: url(../../card/images/section_header_bg.jpg) no-repeat scroll left top;
}

div#sectionHeader{
	height: 148px;
	background: url(../../card/privilege/images/section_header_bg.jpg) no-repeat scroll left top;
}


/*------------------------------------------------------------------------------

								div#sectionContainer
								
------------------------------------------------------------------------------*/
body#card div#sectionContainer{
	width: 670px;
	min-height: 200px;
	background: url(../../card/images/section_container_bg.jpg) no-repeat scroll left top;
	text-align: center;
}

/* Win IE6 \*/
* html body#card div#sectionContainer{
	height: 200px;
}
/* End Win IE6 */

/*----- body#privilege -----*/
div#sectionContainer{
	width: 670px;
	min-height: 260px;
	background: url(../../card/privilege/images/section_container_bg.jpg) no-repeat scroll left top;
	text-align: center;
}

/* Win IE6 \*/
* html div#sectionContainer{
	height: 260px;
}
/* End Win IE6 */

div#sectionContainer p.note{
	margin-bottom: 20px;
	padding-left: 20px;
	text-align: left;
}


/*------------------------------------------------------------------------------

								body#card div#section1
								
------------------------------------------------------------------------------*/
body#card div#section1{
	width: 630px;
	margin-bottom: 15px;
	margin-left: auto;
	margin-right: auto;
	background: none;
}

body#card div#section1 p.phoneNumber{
	margin-top: 10px;
}

/*------------------------------------------------------------------------------

								div#section1
								
------------------------------------------------------------------------------*/
div#section1{
	width: 630px;
	margin-bottom: 5px;
	margin-left: auto;
	margin-right: auto;
	background: url(../../card/privilege/images/section1_middle.gif) repeat-y scroll left top;
}

div#section1 div.inner{
	position: relative;
	min-height: 15px;
	padding-bottom: 5px;
	background: url(../../card/privilege/images/section1_bottom.gif) no-repeat scroll left bottom;
}

/* Win IE6 \*/
* html div#section1 div.inner{
	height: 15px;
}
/* End Win IE6 */

body#privilege div#section1 div.inner{
	padding-bottom: 10px;
}

div#section1 h3{
	width: 630px;
	height: 40px;
	background: url(../../card/privilege/images/section1_header.gif) no-repeat scroll left bottom;
}

body#privilege div#section1 h3{
	height: 30px;
	margin-bottom: 9px;
}

body#shopping div#section1 h3{
	background-image: url(../../card/privilege/shopping/images/section1_header.gif);
}

body#cleaning div#section1 h3{
	background-image: url(../../card/privilege/cleaning/images/section1_header.gif);
}

body#salon div#section1 h3{
	background-image: url(../../card/privilege/salon/images/section1_header.gif);
}

body#hotel div#section1 h3{
	background-image: url(../../card/privilege/hotel/images/section1_header.gif);
}

body#sports div#section1 h3{
	background-image: url(../../card/privilege/sports/images/section1_header.gif);
}

body#ceremony div#section1 h3{
	background-image: url(../../card/privilege/ceremony/images/section1_header.gif);
}

body#foods div#section1 h3{
	background-image: url(../../card/privilege/foods/images/section1_header.gif);
}

body#rentacar div#section1 h3{
	background-image: url(../../card/privilege/rentacar/images/section1_header.gif);
}

body#reisure div#section1 h3{
	background-image: url(../../card/privilege/reisure/images/section1_header.gif);
}

body#gs div#section1 h3{
	background-image: url(../../card/privilege/gs/images/section1_header.gif);
}

div#section1 select{
	position: absolute;
	right: 0;
	top: 0;
	margin: 10px;
}

div#section1 ul.note{
	margin-left: 20px;
	color: #ffffff;
	text-align: left;
}

/*------------------------------------------------------------------------------

								div#sectionContent
								
------------------------------------------------------------------------------*/
div.sectionContent{
	width: 620px;
	margin: 0 auto;
	margin-bottom: 5px;
	border: 1px solid #ffffff;
}

div.lastTable{
	margin-bottom: 0px;
}

div.sectionContent h4{
	width: 608px;
	min-height: 12px;
	padding: 6px;
	background: #0d0d0d url(../../card/privilege/images/h4_bg.gif) no-repeat scroll left top;
	border-bottom: 1px solid #ffffff;
	color: #FFFFFF;
	font-size: 120%;
	font-weight: bold;
	text-align: left;
}

/* Win IE6 \*/
* html div.sectionContent h4{
	width: 620px;
	height: 24px;
}
/* End Win IE6 */

div.sectionContent h4 a{
	color: #ffffff;
}
div.sectionContent h4 a:hover{
	color: #ffff66;
}

div.sectionContent table{
	width: 100%;
	border: 1px solid #ffffff;
}

div.sectionContent table thead th{
	border: 1px solid #ffffff;
	border-bottom: 1px solid #999999;
	border-right: 1px solid #cccccc;
	text-align: left;
}

div.sectionContent table tbody th{
	width: 9%;
	background-color: #ffffe5;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #333333;
	vertical-align: middle;
	text-align: center;
	white-space: nowrap;
}

div.sectionContent table tbody td{
	background-color: #ffffff;
	border: 1px solid #ffffff;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
	color: #333333;
	white-space: nowrap;
}

div.sectionContent table tbody td.columnTEL{
	width: 13%;
	vertical-align: top;
	text-align: center;
}

div.sectionContent table tbody td.columnTEL_art{
	width: 13%;
	vertical-align: middle;
	text-align: center;
}


div.sectionContent table thead th em{
	color: #cc0000;
	font-weight: bold;
}

div.sectionContent h4 span,
div.sectionContent table thead th span,
div.sectionContent table tbody td span{
	font-size: 80%;
}

/*----- レンタカーコース別料金 -----*/
body#rentacar div#section1 p#linkSection{
	margin-bottom: 10px;
	color: #ffffff;
}

body#rentacar div#section1 p#linkSection a{
	color: #ffffff;
}

body#rentacar div#section1 p#linkSection a:hover{
	color: #ffff66;
}

body#rentacar div.lastTable table tbody th{
	vertical-align: middle;
	text-align: center;
	white-space: normal;
}

body#rentacar div.lastTable table tbody td{
	vertical-align: middle;
	white-space: normal;
}

div.lastTable table tbody th.column1{
	width: 20%;
}

div.lastTable table tbody th.column2{
	width: 10%;
}

div.lastTable table tbody th.column3{
	width: 22%;
}

div.lastTable table tbody th.column4{
	width: 9%;
}

div.lastTable table tbody th.column5{
	width: 9%;
}

div.lastTable table tbody th.column6{
	width: 9%;
}

div.lastTable table tbody th.column7{
	width: 9%;
}

div.lastTable table tbody th.column8{
	width: 9%;
}

div.lastTable table tbody th.column9{
	width: 9%;
}

/*------------------------------------------------------------------------------

								div#section2
								
------------------------------------------------------------------------------*/
div#section2{
	padding-left: 20px;
}

body#card div#section2{
	padding-left: 0px;
}

body.card div#section2 ul li{
	float: left;
}

/*------------------------------------------------------------------------------

								locateSpecial
								
------------------------------------------------------------------------------*/
div#locateSpecial{
	width: 590px;
	margin: 0 auto;
	margin-bottom: 10px;
	padding: 0px 5px;
	text-align: left;
}

/* Win IE6 \*/
* html div#locateSpecial{
	width: 600px;
}
/* End Win IE6 */

div#locateSpecial ul{
}

div#locateSpecial ul li,
div#locateSpecial ul li a{
	width: 290px;
	height: 30px;
	background: no-repeat scroll left bottom;
}


/*----- 各ボタン ロールオーバー時画像指定 -----*/
div#locateSpecial ul li#buttonShopping{
	background-image: url(../../card/privilege/images/button_shopping_ov.gif);
}

div#locateSpecial ul li#buttonCleaning{
	background-image: url(../../card/privilege/images/button_cleaning_ov.gif);
}

div#locateSpecial ul li#buttonSalon{
	background-image: url(../../card/privilege/images/button_salon_ov.gif);
}

div#locateSpecial ul li#buttonHotel{
	background-image: url(../../card/privilege/images/button_hotel_ov.gif);
}

div#locateSpecial ul li#buttonSports{
	height: 31px;
	background-image: url(../../card/privilege/images/button_sport_ov.gif);
}

div#locateSpecial ul li#buttonCeremony{
	background-image: url(../../card/privilege/images/button_ceremony_ov.gif);
}

div#locateSpecial ul li#buttonFoods{
	background-image: url(../../card/privilege/images/button_food_ov.gif);
}

div#locateSpecial ul li#buttonRentACar{
	background-image: url(../../card/privilege/images/button_rent_ov.gif);
}

div#locateSpecial ul li#buttonReisure{
	background-image: url(../../card/privilege/images/button_travel_ov.gif);
}

div#locateSpecial ul li#buttonGs{
	height: 31px;
	background-image: url(../../card/privilege/images/button_gas_ov.gif);
}

/*----- 各ボタン 通常時画像指定 -----*/
div#locateSpecial ul li#buttonShopping a{
	background-image: url(../../card/privilege/images/button_shopping.gif);
}

div#locateSpecial ul li#buttonCleaning a{
	background-image: url(../../card/privilege/images/button_cleaning.gif);
}

div#locateSpecial ul li#buttonSalon a{
	background-image: url(../../card/privilege/images/button_salon.gif);
}

div#locateSpecial ul li#buttonHotel a{
	background-image: url(../../card/privilege/images/button_hotel.gif);
}

div#locateSpecial ul li#buttonSports a{
	height: 31px;
	background-image: url(../../card/privilege/images/button_sport.gif);
}

div#locateSpecial ul li#buttonCeremony a{
	background-image: url(../../card/privilege/images/button_ceremony.gif);
}

div#locateSpecial ul li#buttonFoods a{
	background-image: url(../../card/privilege/images/button_food.gif);
}

div#locateSpecial ul li#buttonRentACar a{
	background-image: url(../../card/privilege/images/button_rent.gif);
}

div#locateSpecial ul li#buttonReisure a{
	background-image: url(../../card/privilege/images/button_travel.gif);
}

div#locateSpecial ul li#buttonGs a{
	height: 31px;
	background-image: url(../../card/privilege/images/button_gas.gif);
}

/*----- ロールオーバー動作指定 -----*/
div#locateSpecial ul li a:hover{
	background-image: none!important;
}

