/* ************************************************ 
 *	共通設定
 * ************************************************ */
* {
	margin: 0px;
	padding: 0px;
}

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

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

img {
	border: 0px;
}

img.border{
     border:solid 1px #ccc;
     padding:4px;
}

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

/*ページ全体の幅、レイアウトをセンタリング*/
#container {
	margin:0px auto;
	width:815px;
	text-align:left;
}

/*ヘッダー（ページタイトル、グローバルメニュー）*/
.header {
 width:800px;
height:80px;
display:block;
 margin-top:15px;
position:relative;
}

.head_logo a{
width:398px;
height:79px;
display:block;
text-indent:-9999px;
background:url(https://img20.shop-pro.jp/PA01252/518/etc/logo.jpg?20150302132133) no-repeat;
clear:both;
}

.head_eigyo{
width:211px;
height:62px;
float:right;
position:absolute;
top:16px;
left:420px;
}


.head_contact a{
width:164px;
height:50px;
display:block;
text-indent:-9999px;
background:url(https://img20.shop-pro.jp/PA01252/518/etc/contact.jpg?202505172854) no-repeat 0 0;
position:absolute;
top:30px;
left:650px;
overflow:hidden;
}

.head_contact a:hover{
background:url(https://img20.shop-pro.jp/PA01252/518/etc/contact.jpg?202505172854) no-repeat 0 -50px;
}

.head_menu{
width:800px;
height:30px;
background:url(https://img20.shop-pro.jp/PA01252/518/etc/menu_bg.gif?202505162604) repeat-x;
text-align:right;
padding-top:8px;
padding-right:15px;
margin-top:8px;
font-size:12px;
margin-bottom:10px;
}

.head_menu a{
text-decoration:none;
color:#000;
font-weight:bold;
}

.head_menu a:hover{
text-decoration:none;
color:#EFE745;
font-weight:bold;
}

/*　画面左側メニューの幅　*/
.side {
	float: left;
	width:185px;
}

.side_title{
width:185px;
height:28px;
text-align:center;
background:url(https://img20.shop-pro.jp/PA01252/518/etc/side_title_bg.gif?202505180540) no-repeat;
font-size:14px;
color:#595757;
font-weight:bold;
margin-bottom:8px;
}

.item_name01{
background:url(https://img20.shop-pro.jp/PA01252/518/etc/menu_icon.gif?2127) no-repeat 8px 11px;
padding-left:24px;
height:24px;
border-bottom:1px dotted #595757;
padding-top:4px;
}

.item_name01 a{
width:185px;
height:24px;
display:block;
text-decoration:none;
color:#595757;
font-weight:bold;
}

.item_name01 a:hover{
color:#E95513;
}

.item_name02 ul{
border-bottom:1px dotted #595757;
padding-bottom:8px;
margin-top:6px;
}

.item_name02 li{
background:url(https://img20.shop-pro.jp/PA01252/518/etc/sub_icon.gif?209305) no-repeat 8px 8px;
padding-left:24px;
height:18px;
list-style:none;
}

.item_name02 li a{
width:185px;
height:18px;
display:block;
text-decoration:none;
color:#717071;
font-size:12px;
padding-bottom:3px;
}

.item_name02 a:hover{
color:#E95513;
}

.login a{
width:170px;
height:46px;
display:block;
background:url(https://img20.shop-pro.jp/PA01252/518/etc/login_bg.gif?2113) no-repeat 0 0;
text-indent:-9999px;
margin-left:5px;
}

.login a:hover{
background:url(https://img20.shop-pro.jp/PA01252/518/etc/login_bg.gif?2113) no-repeat 0 -46px;
}

.cart a{
width:170px;
height:46px;
display:block;
background:url(https://img20.shop-pro.jp/PA01252/518/etc/cart_bg.gif?20510557) no-repeat 0 0;
text-indent:-9999px;
margin-left:5px;
}

.cart a:hover{
background:url(https://img20.shop-pro.jp/PA01252/518/etc/cart_bg.gif?20510557) no-repeat 0 -46px;
}


.subtotal {
	padding:5px 0;
}
.stotal {
	text-align:right;
}
.total {
	padding:5px 0;
	border-top:1px solid #C3C3C3;
	text-align:right;
}

.postage {
	border-top:1px dotted #C3C3C3;
	border-bottom:1px dotted #C3C3C3;
	list-style-type:none;
	margin-bottom:5px;
}

.postage li {
	margin:5px 0;
	color:red;
	text-align:left;
}

.viewcart {
	padding:5px 0;
	text-align:center;
}

/*　画面右側の幅　*/
.main {
	float: left;
	width: 600px;
margin-left:15px;
margin-bottom:20px;
}

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

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

.info_style p{
border-bottom:1px dotted #595757;
font-size:12px;
color:#000;
padding:0 0 3px 12px;
margin-bottom:8px;
}

.price_style{
border-bottom:1px dotted #B4B4B5;
padding-bottom:2px;
}
/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
 padding-top:20px;
}

.footer_menu{
width:795px;
height:50px;
background:url(https://img20.shop-pro.jp/PA01252/518/etc/fotter_menu_bg.jpg?20140703104456) no-repeat 0 0;
padding:8px 5px 0 0;
margin-bottom:8px;
text-align:right;
color:#000;
line-height:120%;
}

.footer_menu a{
font-size:10px;
text-decoration:none;
color:#000;
}

.footer_menu a:hover{
color:#595757;
}

.copyright{
width:815px;
background:url(https://img20.shop-pro.jp/PA01252/518/etc/copyright_bg.gif?2106) repeat-x 0 0;
height:60px;
text-align:center;
padding-top:35px;
font-size:10px;
color:#000;
}

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

.font10 {
    font-size:11px;
}

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
}
#option_tbl th{
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#option_tbl td {
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}

/* -------------------------------------
*     調整用CSS
* ------------------------------------- */

/* margin,padding　*/
.mar_l50{ margin-left:50px;}
.mar_l40{ margin-left:40px;}
.mar_l30{ margin-left:30px;}
.mar_l20{ margin-left:20px;}
.mar_l0{ margin-left:0px;}
.mar_t10{ margin-top:10px;}
.mar_t20{ margin-top:20px;}
.mar_t30{ margin-top:30px;}
.mar_t50{ margin-top:50px;}
.mar_b20{ margin-bottom:20px;}
.mar_b30{ margin-bottom:30px;}