@charset "utf-8";


/*
	Site Name: らくやキング -rakuyaki.jp-
	Created: 2008-02-01
	Licence: Copyright (C) Epoch Chemical Co.,Ltd. All Rights Reserved.
    Description: -お取り扱い店舗一覧- Shop List PAGE content style
*/



#SHOPLIST_ttl
{
	height                 : 19px;
	margin-bottom          : 20px;
	background             : url(../shoplist/img/ttl_shopList.gif) no-repeat;
}


#side-a-shoplist
{
	width                  : 555px !important;
	width                  : 608px;
	float                  : left;
	padding-left           : 53px;
	padding-top            : 28px;
}


#side-a-shoplist p
{
	display                : block;
	font-size              : 1.2em;
	line-height            : 1.5em;
	font-weight            : bold;
	color                  : #666666;
	margin-bottom          : 15px;
	margin-left            : 20px;
}



/*=============== [ Area Navi ] ===============*/

#SHOPLIST_areaNavi
{
	margin-left            : 20px;
	font-size              : 1.2em;
}


#SHOPLIST_areaNavi SPAN
{
	display                : block;
	margin-top             : 50px;
}

#SHOPLIST_areaNavi UL
{
	margin-top             :15px;
}


#SHOPLIST_areaNavi LI
{
	float                  : left;
	margin-right           : 10px !important;
	margin-right           : 9px;
}


#SHOPLIST_areaNavi A
{
	color                   : #FF3300;
	text-decoration         : underline;
}



/*=============== [ List Area ] ===============*/

#SHOPLIST_List
{
	margin-top             : 40px;
	margin-left            : 78px;
}


#SHOPLIST_List CAPTION
{
	text-align             : left;
	font-size              : 1.2em;
	color                  : #FF3300;
	padding-bottom         : 5px;
}


#SHOPLIST_List TABLE
{
	width                  : 665px;
	border-collapse        : collapse;
	border-spacing         : 0;
	margin-bottom          : 25px;
	border                 : 1px solid #FF3300;
}


#SHOPLIST_List TD
{
	font-size              : 1.1em;
	text-align             : left;
	padding                : 12px 15px;
	border-top             : 1px solid #FF3300;
	border-bottom          : 1px solid #FF3300;
}

/*------ for Safari2 */
body:last-child:not(:root:root) #SHOPLIST_List TD
{
	font-size              : 11px;
	padding-top            : 14px;
}

/*------------------- for Safari3 */
body:first-of-type #SHOPLIST_List TD
{
	font-size              : 11px;
	padding-top            : 14px;
}

.SHOPLIST_shopName
{
	width                  : 184px;
}




.SHOPLIST_phoneNumber
{
	width                  : 98px;
}


/*------ for Safari2 */
body:last-child:not(:root:root) .SHOPLIST_phoneNumber
{
	width                  : 106px;
}

/*------------------- for Safari3 */
body:first-of-type .SHOPLIST_phoneNumber
{
	width                  : 106px;
}


.SHOPLIST_BgColor
{
	background-color       : #FFF1EE;
}

