@charset "UTF-8";
/*==========================================================
File name: common.css
Description: リニューアル対象外部分（contents）のスタイル
Author:　
Editor:　
Date:　
Update:　
Table of contents:
・ナビゲーション
・サイドメニュー
・ページャー ボタン
・その他
==========================================================*/


/* ■メインコンテンツ
*************************************************/
#contents #main{
	font-size: 13px;
	padding-top: 8px;
}

/*/ ページトップへ戻る /*/
.goPagetop{
 text-align:right;
 padding:20px 0;
}


/* ■サイドメニュー
*************************************************/
#sideMenu{
 float:right;
 width:245px;
}

/*/ SHOPLIST /*/
#sideMenu #shoplist_right{
 background:#E6E6E6 url(../img/bgCornerRight.gif) left bottom no-repeat;
 padding:0 0 10px 0;
 margin:0 0 10px 0;
}
#sideMenu #shoplist_right ul{
 border-left:#003399 1px solid;
 margin:0 0 0 35px;
 font-size:85%;
 padding:0 0 0 15px;
}
#sideMenu #shoplist_right ul li{
 padding:5px 0;
 line-height: 1.3;
}
#sideMenu #shoplist_right h5{
 padding:20px 0 8px 20px;
}
#sideMenu #shoplist_right a{
	color: #003399;
 text-decoration:underline;
}
#sideMenu #shoplist_right a:hover{
	text-decoration: none;
}
#contents #sideMenu #shoplist_right p{
 text-align:center;
 padding:20px 0 12px 0;
}


/* ■その他
*************************************************/
.textCenter{
 text-align:center!important;
}
.textRight{
 text-align:right;
}
.textBold{
 font-weight:bold;
}
.noBorder{
 border:none!important;
}
.noBackground{
 background:none!important;
}
.noMargin{
 margin-right:0 !important;
 margin-left:0 !important;
}
.noDisp{
 display:none;
 font-size:0;
 margin:0;
 padding:0;
}

