@charset "utf-8";
/* CSS Document */

/* =====================================================================
*    store (服務據點)
*    ---
*    1. base (基本樣式)
*    2. font (文字樣式)
*    3. layer area (區塊樣式)
*
* =================================================================== */

/*======================================================================

     store (服務據點)

======================================================================*/


/*   1. base (基本樣式)
***********************************************************************/



/*   2.font (文字樣式)
***********************************************************************/
.store_info p { color:#623d33; line-height:20px;}
.store_info a { color:#666; text-decoration:none;}
.store_info a:hover { color:#a9a498;}

/*   3. layer area (區塊樣式)
***********************************************************************/
/* content */
.right_content .tl_store { background:url(../images/store/tl_store.jpg) 0 0 no-repeat;}/*title*/


/*內容範圍*/
ul#store_content { width:634px; height:555px; list-style:none; background:url(../images/store/bg_store.jpg) no-repeat 0 0 ; float:left;}/*地圖背景範圍*/
ul#store_content li a { display:block; width:167px; height:111px; background:url(../images/store/bg_store.jpg) no-repeat scroll top left; position:relative; /*解決li下方3px bug問題→*/ vertical-align:top;}
ul#store_content li a span { display:block; background:url(../images/store/bg_store.jpg) no-repeat scroll bottom left; position:absolute; top:0; left:0; height:100%; width:100%; z-index:100;}

ul#store_content li a.tp { background-position: 0px 0px;}/*背景圖距左方0 距上方0*/
ul#store_content li a.ty { background-position: 0px -111px; margin-bottom:1px;}/*背景圖距左方0 距上方111*/
ul#store_content li a.hc { background-position: 0px -223px;}/*背景圖距左方0 距上方222(111+111)*/
ul#store_content li a.tc { background-position: 0px -334px;}/*背景圖距左方0 距上方333(223+110)*/
ul#store_content li a.kh { background-position: 0px -444px;}/*背景圖距左方0 距上方444(334+110)*/

ul#store_content li a.tp span{ background-position: 0px -555px;}/*背景圖距左方0 距上方555*/
ul#store_content li a.ty span{ background-position: 0px -666px;}/*背景圖距左方0 距上方665(110+555)*/
ul#store_content li a.hc span{ background-position: 0px -778px;}/*背景圖距左方0 距上方778(111+112+555)*/
ul#store_content li a.tc span{ background-position: 0px -889px;}/*背景圖距左方0 距上方889(223+111+555)*/
ul#store_content li a.kh span{ background-position: 0px -999px;}/*背景圖距左方0 距上方999(334+110+555)*/

ul#store_content li a span:hover { cursor:pointer;}


/*台北店版面*/
.store_info { width:503px;/*634-131*/ height:246px;/*354-108*/ padding:108px 0 0 131px;}
.bg_tp { background:url(../images/store/bg_tp.jpg) 0 0 no-repeat;}
.bg_ty { background:url(../images/store/bg_ty.jpg) 0 0 no-repeat;}
.bg_hc { background:url(../images/store/bg_hc.jpg) 0 0 no-repeat;}
.bg_tc { background:url(../images/store/bg_tc.jpg) 0 0 no-repeat;}
.bg_kh { background:url(../images/store/bg_kh.jpg) 0 0 no-repeat;}