/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}
html {
        height:100%;      
}

body {
	color: #000000;
	font-size: small;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 1.6em;
	background-color: #ffffff;
	text-align:center;
        height:100%;       
}

br.clear {
	clear: both;
	font: 0pt/0pt sans-serif;
}

img {
	border: 0px;
        vertical-align: bottom;
}

a {color: #333333;}
a:link    {color: #333333;text-decoration: none;}
a:visited {color: #333333;text-decoration: none;}
a:active  {color: #333333;text-decoration: none;}
a:hover   {color: #999999;text-decoration: none;}


/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
 *※ページ全体の幅は800pxとなっています。
    幅を広げる場合は、.sideと.mainのwidth
    の合計値が#containerのwidthになるよう
    設定してください。
 * ------------------------------------- */

/*　コンテナ　*/

#container {
	margin: 0 auto -100px;
        padding: 0 auto;
	width:950px;
	text-align:left;
        background-image: url(https://img07.shop-pro.jp/PA01027/541/etc/container_bg.jpg);
        background-repeat: repeat-y;
        min-height:100%;
　      height:auto !important;
      　height:100%;
}

/*　ヘッダー　*/
.header {
        width:100%;
        padding: 10px 0 20px;
        margin: 0 0 0 50px;
}


/*　サイド　*/
.side {
	width:168px;
        float:left;
        margin: 0 0 0 61px;
        display: inline;
}

.side dl{
        margin: 0 0 5px 0;
}

.side ul li{
        list-style-type: none;
        margin: 0 0 0 5px;
}

.side ul li.narrow{
        letter-spacing:-1px;
}

.side ul li.end{
        margin: 0 0 10px 5px;
}

.side_thumb{
       margin-top: 5px;
}

.side_thumb img{
       padding: 2px;
        border: 1px solid #cccccc;
        width: 90px;
        height: 120px;	
}

#pickup{
        margin-top: 10px;
        background-image: url(https://img07.shop-pro.jp/PA01027/541/etc/dot.jpg);
	background-repeat: repeat-x;
	background-position: left 31px;
}

#pickup img{
        margin-top: 10px;
}

/*　画面右側の幅　*/
.main {
	float:left;
	width: 650px;
        margin-left:10px;
}

.space{
        height:100px;
       clear: left;
}

/* 特定商取引法に基づく表記（返品など）ボタン */
p#sk_link_other {
	text-align:left;
	margin-top:10px;
}

p#sk_link_other a {
	font-size:12px;
}

/*　フッター　*/
.footer {
        width:100%;
        height:50px;
        margin: 50px auto 0;
	width:950px;
}

.footer #menu {
        width:100%;
        font-size: 90%;
        margin: 0 0 5px;
}

.footer address {
        width:100%;
        font-size: 80%;
        font-style: normal;
}

/*　ストアマップ　*/

.main img#storemap{
        margin: 30px 75px;
}

#group-list {
	border-top:#838383 dotted 1px;
	padding:5px 0px 0px;
	margin:10px 20px 0px 0px;
}


/*　インフォメーション　*/

div.info_dotline{
        width:95%;
        height: 1px;
        margin: 15px auto ;
        background-image: url(https://img07.shop-pro.jp/PA01027/541/etc/dot.jpg);
	background-repeat: repeat-x;
}

div.item_explain_dotline{
        width:95%;
        height: 1px;
        margin: 0 auto ;
        background-image: url(https://img07.shop-pro.jp/PA01027/541/etc/dot.jpg);
	background-repeat: repeat-x;
}
