/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */

body {font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3";

	line-height: 150%;
	border-top: 2px solid #FFFFFF;
	border-bottom: 5px solid #FFFFFF;
	margin: 0px;
	padding: 0px;
	color: #000;
	font-size: 13px;
	background-color:;
	background-attachment: ;
	background-image: url();
	background-repeat: repeat-x;
	}



form {
	margin: 0px;
	padding: 0px;
	}


div {
　　　margin: 0px;
　　　padding: 0px;
	}

img {
	border: 0px;
 　　　　　width="150" height="150"
	}


a:link {
	color: #3F3F3F;
	text-decoration: underline;
	}

a:visited {
	color: #3F3F3F;
	text-decoration: underline;
	}

a:active {
	color: #3F3F3F;
	text-decoration: underline;
	}

a:hover {
	color: #3F3F3F;
	background: #EEE;
	text-decoration: none;
	}

#contents {
	margin: 0px auto;
	width: 950px;
	}

/*ページ中央の枠線の色*/
#center {
	border: 0px solid #FFFFFF;
	background: ;
	margin: 0px 0px 0px 10px;
	padding: 0px 0px 0px 10px;
	}

#slideshow {
position:relative;
height:510px;
}

#slideshow IMG {
position:absolute;
top:0;
left:0;
z-index:8;
}

#slideshow IMG.active {
z-index:10;
}

#slideshow IMG.last-active {
z-index:9;
}









ul#navi {
 position: fixed;  
    left: 0;  
    padding: 0px;
    bottom: 10px;
    list-style: none;
    z-index:1;
}

/* IE6対策 -------------------------------------------------*/
* html ul#navi {
  position: absolute;
  top: expression(eval(document.documentElement.scrollTop+30));
 }

ul#navi li a {
    display: block;
    width: 120px;
    height: 100px;    
    background-color:#000000;
    background-repeat:no-repeat;
    background-position: center 0px;
    border:1px solid #FFFFFF;
}

/* メニュー内の画像設定 -------------------------------------*/
ul#navi .Design a {
    background-image: url(https://img02.shop-pro.jp/PA01123/027/etc/20160630%A5%B5%A5%A4%A5%C9%A5%C7%A5%B6%A5%A4%A5%F31.jpg?cmsp_timestamp=20160625193429);
}


ul#navi .Mail a {
    background-image: url(https://img02.shop-pro.jp/PA01123/027/etc/20160630%A5%B5%A5%A4%A5%C9%A5%E1%A1%BC%A5%EB1.jpg?cmsp_timestamp=20160625193456);
}
ul#navi .Cart a {
    background-image: url(https://img02.shop-pro.jp/PA01123/027/etc/20160630%A5%B5%A5%A4%A5%C9%A5%AB%A1%BC%A5%C81.jpg?cmsp_timestamp=20160625195542);
}
ul#navi .XPERIA a {
    background-image: url(https://img02.shop-pro.jp/PA01123/027/etc/20140318LJ%A5%B5%A5%A4%A5%C9%A5%AB%A5%C6%A5%B4%A5%EA%A1%CAXPERIA%A1%CB80-20-1-1.jpg?20140318222428);
}
ul#navi .OTHER a {
    background-image: url(https://img02.shop-pro.jp/PA01123/027/etc/20140318LJ%A5%B5%A5%A4%A5%C9%A5%AB%A5%C6%A5%B4%A5%EA%A1%CA%C2%BE%A5%B9%A5%DE%A5%DB%A1%CB80-20-1-1.jpg?20140318222440);
}
ul#navi li a {
    -moz-border-radius:0px 10px 10px 0px;
    -webkit-border-bottom-right-radius: 10px;
    -webkit-border-top-right-radius: 10px;
    -khtml-border-bottom-right-radius: 10px;
    -khtml-border-top-right-radius: 10px;
}


/* スライダー枠無し設定 -------------------------------------*/
.bx-wrapper .bx-viewport {
 border: solid #fff 0px !important;
 left: 0px !important;
 -webkit-box-shadow: 0 0 0px !important;
 box-shadow: 0 0 0px !important;
 }



#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size: 100%;
}
#page-top a {
	background: #000;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background: #000;
}


#gmo_CMSPbar {display:none;}


/*TOPサムネイルスライダー*/
#slider1 {
    margin: 0 auto;
    width: 950px;
    text-align: left;
　z-index: 10;
}
#slider1 div {
    width: 950px;
    height: 700px;
    overflow: hidden;
    position: relative;
}
#slider1 div div {
    top: 0;
    left: 0;
    position: absolute;
}
 
#slider1 ul {
  list-style: none;
  padding-left: 0;
  display: table;
    width: 950px;
}
 
#slider1 ul li {
    width: 237px;
    float: left;
    display: inline;
}
 
#slider1 .active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
#slider1 li ul {
  list-style: none;
  position: left;
  top: 100%;
  left: 0;
  padding: 0;
}
/* =======================================
    ClearFixElements
======================================= */
#slider1 ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#slider1 ul {
    display: inline-block;
    overflow: hidden;
}


/*マウスオン半透明CSS*/
.alpha a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);
  -ms-filter: "alpha(opacity=70)";
}


/* ************************************************ 
 *	ヘッダーメニュー
 * ************************************************ */

#header {
	margin: 0px auto 0px auto;
	width: 950px;
	}

/* ------------------------------------- 
 *	ヘッダー　グローバルメニューのオンマウス
 *	※WIN IEでは適用されません
 * ------------------------------------- */

#header .menu img {
	background: #FFFFFF;
	}

#header .menu img:hover {
	background: #000000;
	}


/* ------------------------------------- 
 *	ショップタイトルのサイズ、色
 * ------------------------------------- */

#title_size {
	font: 22px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-weight: bold;
	padding-top:10px;
	}


#title_size a {

	color: #FFFFFF;
	}


#title_size a:link {
	color: #FFFFFF;
	text-decoration: underline;
	}

#title_size a:visited {
	color: #FFFFFF;
	text-decoration: underline;
	}

#title_size a:active {
	color: #FFFFFF;
	text-decoration: underline;
	}

#title_size a:hover {
	color: #FFFFFF;
	background: #EEE;
	text-decoration: none;
	}




/* ************************************************ 
 *	左側メニュー
 * ************************************************ */

/* ------------------------------------- 
 *	商品検索
 * ------------------------------------- */

#search {
	width: 300px;
	margin: 0px 0px 5px 0px;
	}

#search select {
	width: 300px;
	border: 1px solid #3F3F3F;
	}

#search input {
	width: 300px;
	border: 1px solid #3F3F3F;
	margin: 5px 0px 5px 0px;
	padding: 2px;
	}


#group-list {
	border-top:#FFF dotted 1px;
	margin-top:10px;
}


/* ------------------------------------- 
 *	左メニュー最下部　フリーエリア
 *	バナーを貼る際などにご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */
#freespace_left {
	font-size: 12px;
	border: 2px solid #FFFFF;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	}



/* ************************************************ 
 *	右側メニュー
 * ************************************************ */

.cart {
	font-size: 11px;
	margin: 0px 2px 10px 2px;
	background: ;
	}
.cart ul {
	line-height: 160%;
	margin: 0px 5px 0px 5px;
	padding: 5px;
	}
.cart li {
	list-style-type: none;
	}
.cart p {
	border-top: 1px dotted #333;
	margin: 3px;
	padding: 5px;
	text-align: right;
	font-weight: bolder;
	}
.cart input {
	margin: 5px;
	}

/* 会員専用ページ */
#members {
	background:#ffffff;
	padding:5px 0px;
	margin:0px 2px 10px;
	text-align:center;
	}
#btn_members_login,
#btn_members_logout {
	padding:10px 0px;
	}
#btn_members_signup {
	padding:7px 0px;
	margin:0px 3px;
	border-top:#333333 dotted 1px;
	}
#btn_members_signup span,
#btn_members_logout span {
	display:block;
	font-size:10px;
	line-height:1.1em;
	padding-bottom:3px;
	}

/* ************************************************ 
 *	左右メニューのレイアウト
 * ************************************************ */

.side {
	width: 200px;
	padding: 0px 0px 10px 0px;
	background: #FFFFF;
	}



.list ul {
	line-height: 100%;
           margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.list li {
	list-style-type: none;
	background: ;
	}

.list li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	text-indent: 1em;
	}

.list li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	}

.list li a:hover {
	color: #000;
	text-decoration: none;
	background: ;
	display: block;
	width: 100%;
	}

.list li a:active {
	color: #000;
	text-decoration: none;
	background: ;
	display: block;
	width: 100%;
	}


/* ************************************************ 
 *	店主のコーナー　レイアウト
 * ************************************************ */

.freespace_right {
	font-size: 12px;
	border: 2px solid #FFFFFF;
	margin-top: 10px;
	padding: 5px;
	text-align: center;
	}

.freespace_right img {
	border: 1px solid #946A76;
	margin: 5px 0px 5px 0px;
	padding: 3px;
	}

.freespace_right p {
	text-align: left;
	font-size: 11px;
	}

/* ************************************************ 
 *	RSSリンクのレイアウト
 * ************************************************ */

.feed {
	text-align: center;
	margin: 20px auto;
	}

.feed img {
	border: 0px;
	}


/* ************************************************ 
 *	フッターメニュー
 * ************************************************ */

#footer {
	font-size: 12px;
	padding: 30px 0px 30px 0px;
    min-width: 950px;
	text-align: center;
	}

#footer p {
	font-size: 11px;
	margin: 10px 0px 0px 0px;
	font-family: "Verdana";
	}


/* フッターを幅いっぱいにする為のボックス*/ 


#footerbg { 


background-color: #000000;


width:100%; 


min-width:950px; 


} 


/* フッター*/ 


#footer        { 


width: 950px; 


margin-right: auto; 


margin-left: auto; 


} 


/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */


/* ------------------------------------- 
 *	200px×200pxの縮小画像表示
 *	※トップ及びサブカテゴリー表示時に使用
 *	※最近チェックした商品 画像サイズ変更可能
 * ------------------------------------- */
.item_box {
	text-align: center;
	padding-bottom: 10px;
	width: 190px;
	height: 200px;
 /* 商品画像下商品名表示幅*/ 
	float: left;width:180px;margin-right:10px;
	}

/* 最近チェックした商品　商品画像　左右余白*/ 
.item_thumbnail {
	margin: 0px 5px 0px　0px;
	width: 180px;
	height: 155px;
	overflow: hidden;
	position: relative;
	}

.item_thumbnail img {
	width: 150px;
	height: 150px;
	}

.item_frame {
	border: 0px;
	width:  150px;
	height:  150px;
	position: absolute;
	top: 0px;
	left: 0px;
	z-index: 1;
	}



/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */
.category_items td {
	font-size: 12px;
	padding: 10px 0px 10px 0px;
	}

.category_items p {
	font-size: 12px;
	margin: 5px 0px 0px 0px;
	padding: 0px;
	}

/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */
.footstamp {
	padding: 30px 0px 10px 0px;
	font-size: 11px;
	}

/* ------------------------------------- 
 *	ページタイトル
 * ------------------------------------- */
.pagetitle {
	margin: 20px 0px 1px 0px;
	padding: 0px 10px 5px 10px;
	border-bottom: 3px solid #000000;
	font-size: 14px;
	clear: both;
	}

/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	margin: 50px 0px 50px 0px;
	text-align: center;
	}



/* ************************************************ 
 *	TOPコンテンツ
 * ************************************************ */

/* ------------------------------------- 
 *	お知らせ・おすすめエリアレイアウト
 * ------------------------------------- */
.top_items tr {
	text-align: center;
	}


.top_items td {
	font-size: 11px;
	text-align: center;
	padding-bottom: 10px;
	}

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */
.info_space {
	margin: 20px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	margin: 0px;
	}

/* ------------------------------------- 
 *	お知らせエリア
 *	箇条書きでお知らせを掲載する際にご利用ください
 *	※初期設定では適用されていません
 * ------------------------------------- */

#information ul {
	font-size: 11px;
	line-height: 160%;
	margin: 0px 20px 0px 15px;
	padding: 0px 0px 0px 0px;
	}


#information li {
	padding: 0px 0px 0px 20px;
	list-style-type: none;
	background: url(https://img.shop-pro.jp/tmpl_img/9/list_red.gif) no-repeat 6px 7px;
	}

#information p {
	margin: 10px 0px 20px 20px;
	}

/* ------------------------------------- 
 *	会員価格表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:5px 0px 0px;
}

.price_top {
	padding:0px;
	margin:0px;
}

.discount_rate_top {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}


/* ************************************************ 
 *	商品詳細　レイアウト
 * ************************************************ */

#detail {
	padding: 0px 0px 0px 0px;
	}

#detail .td1 {
	background: #FFF;
	}

#detail .td2 {
	background: #FFF;
	}

#detail .large {
	border: 1px solid #CCC;
	margin: 0px 0px 0px 0px;
	width: 300px;
	}

#detail .small {
	margin: 20px 0px 0px 0px;
	width: 200px;
	height: 200px;
	}


#detail p {
	font-size: 14px;
	margin: 0px;
	padding: 5px;
	border: 1px solid #CCC;
	background: #EEE;
	}

#detail ul {
	margin: 0px;
	padding: 5px;
	}

#detail li {
	padding: 0px 0px 0px 0px;
	list-style-type: none;
	background:no-repeat;
	}

/*会員専用価格の表示 商品詳細用*/
#detail p.regular_price_detail {
	padding:0px 0px 5px;
	margin:0px;
	text-decoration:line-through;
	border:none;
	background:none;
}

#detail p.price_detail {
	padding:0px;
	margin:0px;
	border:none;
	background:none;
}

#detail p.discount_rate_detail {
	padding:5px 0px 0px;
	margin:0px;
	color:#ff0000;
	border:none;
	background:none;
}

/* ------------------------------------- 
 *	商品詳細-購入数選択・「カートに入れる」ボタン
 * ------------------------------------- */

.product_num {
	width: 50px;
	}

.product_incart {
	margin: 10px;
	text-align: center;
	}

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

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

/* ------------------------------------- 
 *	この商品を買った人はこんな商品も買ってます
 * ------------------------------------- */

#together {
	width:850px;
	margin: 0px 0px 0px 0px;
	height:100%;
	}

#together .tog_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 3px solid #000000;
	}

#together .together_list {
	margin:10px 5px 0px 3px;
	float:left;
	width: 260px;
	text-align:center;
	}

/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */

#trackback {
	margin: 0px 0px 20px 0px;
	}

#trackback .tb_main_title {
	font-weight: bolder;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 5px solid #000000;
	}


#trackback .tb_url {
	font-size: 11px;
	padding: 5px 0px 5px 0px;
	}

#trackback .tb {
	margin: 10px 0px 10px 0px;
	border-top: 1px solid #CCC;
	border-left: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	}

#trackback .tb_date {
	font-size: 10px;
	padding: 10px 10px 10px 10px;
	}

#trackback .tb_title {
	font-weight: bold;
	padding: 0px 10px 10px 10px;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	}

#trackback .tb_state {
	padding: 5px 10px 5px 10px;
	}



/* ************************************************ 
 *	商品一覧　レイアウト
 * ************************************************ */


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 950px;
	height: 30px;
	color: #FFFFF;
	font-size:80%;
	background:no-repeat;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#FFFFF;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:<{$productlist_border}>;
	text-decoration:none;
	}

/* 会員専用価格の表示 商品一覧用 */
.regular_price_all {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}

.price_all {
	padding:0px;
	margin:0px;
}

.discount_rate_all {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}


/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品検索結果）
 * ------------------------------------- */

.sort_02 {
	width: 950px;
	height: 30px;
	color: <{$searchlist_sort_bgcolor}>;
	font-size:80%;
        margin: 10px 5px 30px 5px;
	background:no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:<{$searchlist_bgcolor}>;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:<{$searchlist_border}>;
	text-decoration:none;
	}

/* 会員専用価格の表示 商品検索結果用 */
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
	margin:0px;
}

.price_search {
	padding:0px;
	margin:0px;
}

.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
	margin:0px;
}


/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 950px;
	height: 30px;
	color: #00000;
	font-size:80%;
	background:no-repeat;
	margin-bottom: 15px;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト　商品左右幅、画像サイズ変更
 * ------------------------------------- */

.product_list {
	float: left;
	width: 200px;
        height: 300px;
	text-align: center;
	margin: 10px 0px 50px 15px;
        padding: 10px;
        border:1px solid #fff;
        }


.product_item {
	text-align:center;
	width:750 height：152
	margin:0px auto;
	}

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

.product_item .name {
	line-height: 120%;
	margin:10px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	}




.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}


/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	width:210px;
        height:200px;
	padding:0px;
	margin:0px;
	float:left;
	}

.checkitem .ci_img {
	width:150px;
	border: 1px solid #DACDB9;
	padding: 4px;
	margin-bottom:3px;
	}

/* -------------------------------------
*     商品オプション 表形式　
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #FFF;
     border-left:1px solid #FFF;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #FFF;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#FFF;
}
#option_tbl td {
     padding:5px;
     text-align:Center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #FFF;
}
.stock_zero {
     color:red;
}
/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */

/* ------------------------------------- 
 *	オプション表の罫線の色
 * ------------------------------------- */
#Option .option_table {
	background-color:#999;
}

/* ------------------------------------- 
 *	オプション　項目背景の色 
 * ------------------------------------- */
#Option .option_cell1 {
	text-align:left;
	color: #333333;
	background-color:#EEEEEE;
	margin: 2px;
	padding: 2px 10px 2px 10px;
	font-weight:bold;
	white-space:nowrap;
}

/* ------------------------------------- 
 *	オプション　価格背景の色
 * ------------------------------------- */
#Option .option_cell2 {
	text-align:left;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
}

/* ------------------------------------- 
 *	サブカテゴリリスト
 * ------------------------------------- */
.subcategory_list {
	float:center;
	width: 120px;
	text-align:center;
	margin: 10px 10px;
}

/* ------------------------------------- 
 *	会員専用価格の表示　オプション用
 * ------------------------------------- */
span.regular_price_stock {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

span.price_detail_stock {
	padding:0px;
	margin:0px;
}

span.discount_rate_stock {
	padding:0px;
	margin:0px;
	color:#ff0000;
}

/* ************************************************ 
 *	商品検索ページ
 * ************************************************ */
/*会員専用価格の表示 商品検索結果用*/
.regular_price_search {
	padding:0px 0px 2px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

.price_detail_search {
	padding:0px;
}

.discount_rate_search {
	padding:2px 0px 0px;
	color:#ff0000;
}

/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */

#ShopKeeper {
	margin: 20px auto;
	background: #999999;
	width: 900px;
	}


#ShopKeeper th {
	width: 150px;
	background: #EEE;
	border-top: 1px solid #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #FFF;
	color: #000;
	font-size: 11px;
	padding: 0px 5px 0px 5px;
	}

#ShopKeeper td {
	width: 300px;
	background: #FFF;
	padding: 5px;
	}

.SK p {
	margin: 0px 0px 10px 0px;
	padding: 15px 0px 0px 30px;
	border-top: 1px solid #CCC;
	}

.SK .area {
	padding: 0px 30px 20px 30px;
	}

.SK .title {
	background: #EEE;
	border-top: 1px solid #CCC;
	border-right: 1px solid #CCC;
	border-bottom: 1px dotted #CCC;
	border-left: 1px solid #CCC;
	padding: 5px;
	color: #000;
	}

.SK .note {
	background: #FFF;
	border-right: 1px solid #CCC;
	border-bottom: 1px solid #CCC;
	border-left: 1px solid #CCC;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	}

.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}


/* ************************************************ 
 *	プライバシーポリシー
 * ************************************************ */

#PrivacyExplain {
	margin: 20px;
	font-size: 12px;
width: 600px;
	}

#PrivacyExplain .title {
	margin: 20px 0px 0px 0px;
	padding: 5px 5px 10px 5px;
	border-top: 2px solid #CCC;
	color: #000;
	font-weight: bolder;
	}

#PrivacyExplain .note {
	font-size: 11px;
	line-height: 150%;
	margin: 10px 5px 20px 15px;
	}

#group-list {
	border-top:#ffffff dotted 1px;
	margin-top:10px;
}

/***************ピックアップスクロールバー(一つ前のチェックした商品)*************************/
.under-bar {
    border-top: 1px solid #dbdbdb;
    bottom: 0;
    box-shadow: 0 -2px 6px -3px rgba(0, 0, 0, 0.2);
    height: 100px;
    position: fixed;
    right: 0;
    top: auto;
    z-index: 999;
    width: 100%;
    opacity: 0.95;
background: -webkit-gradient(linear, left top, left bottom, from(#f2f2ef), to(#d6d6d4));
background: -ms-linear-gradient(top, #f2f2ef, #d6d6d4);
background: linear-gradient(to bottom, #f2f2ef, #d6d6d4);
}

.under-bar p.under-bar-header {
    font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3",serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 0;
    text-align: center;
}
.under-bar a img {
    bottom: -80px;
    left: -100%;
    margin: auto;
    max-height: 100px;
    max-width: 100px;
    padding: 5px;
    position: absolute;
    right: -100%;
}
.under-bar .right-body {
    float: left;
    margin: 0 0 0 125px;
    padding: 0 5px;
    width: 120%;
}
.under-bar .img-box {
    position: relative;
    width: 130px;
}

.under-bar p.under-title {
    color: #000000;
   font-family:"メイリオ", Osaka, "ヒラギノ角ゴ Pro W3",arial,sans-serif;
    font-size: 13px;
    font-weight: bold;
    margin: 0;
    padding: 5px 10px 5px;
}
.under-bar p.quick-instruction {
    color: #545454;
    font-size: 12px;
    font-weight: bold;
    line-height: 12px;
    margin: 0;
    overflow: hidden;
    padding: 0 5px;
}
.under-bar input[name="underbar-caart-button"] {
    background-color: #36b363;
    border: medium none;
    border-radius: 5px;
    bottom: 5px;
    color: #ffffff;
    font-size: 18px;
    height: auto;
    letter-spacing: 2px;
    margin: 0;
    padding: 12px;
    position: absolute;
    width: 20%;
}
.under-bar input[name="underbar-caart-button"]:hover
{
    opacity: 0.7;
}



