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


body {
	font-size:12px;
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	color:#333333;
	background:url(https://img05.shop-pro.jp/PA01105/647/etc/bg.jpg) repeat-y center;
	margin: 0px;
	padding: 0px;
           line-height:1.7;
	}

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


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

img {
	border: 0px;
	}


a:link {
	color:#004080;
	text-decoration: none;
	}

a:visited {
	color: #004080;
	text-decoration: none;
	}

a:active {
	color:#004080;
	text-decoration: none;
	}

a:hover {
	color:#0033ff;
	text-decoration:underline;
	}

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

/*ページ中央の枠線の色*/
#center {
	background: #FFF;
	margin: 0px 5px 0px 5px;
	}



/* ************************************************ 
 *	ヘッダ
 * ************************************************ */
h1{
	background:url(https://img05.shop-pro.jp/PA01105/647/etc/bg_h1.jpg) repeat-x;
	color:#FFFFFF;
	font-size:10px;
	letter-spacing:0.1em;
	height:16px;
	padding:0;
	margin:0;
	font-weight:normal;
	text-align:center;
	}


#header {
	margin: 10px auto 0 auto;
	width: 960px;
	height:60px;
	}
#header #logo{
	border:0;
	width:480px;
	height:50px;
	float:left;
	margin-left:10px;
           padding:0;
	}
#header #topnavi {
	text-align:right;
	display:block;
	height:30px;
	padding:8px 10px 0 0;
	float:right;
	width:420px;
	}
#key{
	margin:0 auto 10px auto;
	padding:0;
	width:960px;
	}

/* ************************************************ 
 *	左側メニュー
 * ************************************************ */
#side_l {
	width: 200px;
	padding: 0;
	display:block;
	float:left;
	mardin:0;
	}
#side_l img{
	border:0;
	margin:0;
}
#box_dgry{
	display:block;
	border-bottom:1px solid #333333;
	border-left:1px solid #333333;
	border-right:1px solid #333333;
	border-top:none;
	padding:5px;
	margin: -5px 0 15px 0;
}
#box_dgry ul{
	margin:0;
	padding:0;
}
#box_dgry li{
	list-style:none;
	margin:0;
	padding:0;
}

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

#search {
	width: 130px;
	margin: 10px auto;
	}

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

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


#group-list {
	border-top:#ffffff dotted 1px;
	margin-top:10px;
}
/* ------------------------------------- 
 *	カート
 * ------------------------------------- */
.cart {
	font-size: 11px;
	margin: 2px;
	padding:3px;
	background: #FFF;
	line-height:1.5;
	border-bottom:1px dashed #CCCCCC;
	}

.cart input {
	margin: 5px;
	}
/* ************************************************ 
 *	中央
 * ************************************************ */
#mid{
	width:500px;
	display:block;
	float:left;
	margin:0 10px;
	padding:0;
}

/* ************************************************ 
 *	右側メニュー
 * ************************************************ */
#side_r {
	width: 200px;
	padding: 0px;
	display:block;
	float:right;
	}
#side_r img{
	padding:0;
	margin:0;
	}
#side_r .tlimg img {
	padding:0;
	margin:0;
	border-top:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	}
#box_wgry{
	display:block;
	border-bottom:1px solid #ccc;
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
	border-top:none;
	padding:5px;
	margin:-5px 0 15px 0;
}

/* 会員専用ページ */
#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;
	}



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

#footer {
	font-size: 10px;
	padding:5px 0 10px 0;
	margin:10px 0 0 0;
	text-align: center;
	clear:both;
	display:block;
	border-top:3px solid #666666;
	letter-spacing:0.1em;
	line-height:20px;
	color:#ffffff;
	background-color:#000000;
	}
#footer .ftl{
	color:#D0E8FF;
	text-decoration:none;
	}

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

/* ------------------------------------- 
 *	ページタイトル
 * ------------------------------------- */
h2 {
	margin: 0;
	padding: 10px 0 10px 20px;
	height:40px;
	background:url(https://img05.shop-pro.jp/PA01105/647/etc/bg_h2.jpg) no-repeat;
	width:510px;
	font-size: 14px;
	letter-spacing:0.2em;
	color:#FFFFFF;
	}

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

/* ************************************************ 
 *	パンくずリスト
 * ************************************************ */

/* ------------------------------------- 
 *	パンくずリスト
 * ------------------------------------- */
#navi_list {
	margin:0;
	padding:0;
	width:510px;
	color:#FF0000;
	font-size:10px;
          clear:both;
}

/* ************************************************ 
 *	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: 20px;
	}

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

#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/8/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;
}


/* ************************************************ 
 *	商品検索ページ
 * ************************************************ */
/*会員専用価格の表示 商品検索結果用*/
.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;
	width: 450px;
	}


#ShopKeeper th {
	width: 150px;
	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 #cccccc;
	border-right: 1px solid #cccccc;
	border-bottom: 1px dotted #cccccc;
	border-left: 1px solid #cccccc;
	padding: 5px;
	color: #000;
	}

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

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


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

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

#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;
	}
/* ************************************************ 
 *	RSS
 * ************************************************ */
#rss{
	display:block;
	margin:10px;
	text-align:left;
	}
#rss img{
	margin:0 10px;
	float:left;
	}


/* ************************************************ 
 *	フリーページ
 * ************************************************ */
#freepg h2{
	margin: 0;
	padding: 10px 0 10px 20px;
	height:40px;
	background:url(https://img05.shop-pro.jp/PA01105/647/etc/bg_ttlwt.jpg) repeat-x;
	width:500px;
	font-size: 16px;
	letter-spacing:0.2em;
	color:#666666;
}
#freepg h3{
	margin:10px;
	padding: 5px 10px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:15px solid #666666;
	border-top:1px solid #666666;
	font-size: 13px;
	line-height:20px;
	letter-spacing:0.2em;
	color:#666666;
	font-weight:bold;
	background:#eeeeee;
}
#freepg img{
	padding: 3px;
	border:1px solid #cccccc;
}
#freepg p{
	margin: 0 0 10px 10px;
	line-height:1.6;
}
/* ************************************************ 
 *	RUSTY TEAM
 * ************************************************ */
#team h2{
	margin: 0;
	padding: 10px 0 10px 20px;
	height:40px;
	background:url(https://img05.shop-pro.jp/PA01105/647/etc/bg_ttlwt.jpg) repeat-x;
	width:500px;
	font-size: 16px;
	letter-spacing:0.2em;
	color:#666666;
}
#team h3{
           text-align:left;
	margin:10px;
	padding: 5px 10px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:15px solid #666666;
	border-top:1px solid #666666;
	font-size: 13px;
	line-height:20px;
	letter-spacing:0.2em;
	color:#666666;
	font-weight:bold;
	background:#eeeeee;
          clear:both;
}

#team img{
	padding:0;
	border:none;
	float:left;
	margin: 0 10px 10px 0;
	width:240px;
}

/* ************************************************ 
 *	RUSTY　ARTページ
 * ************************************************ */
#art{
	width:90px;
           margin:5px;
           display:block;
           height:240px;
           font-size:10px;
           text-align:center;
           float:left;
}
#art img{
	padding: 2px;
	border:1px solid #cccccc;
           height:220px;
}
/* ************************************************ 
 *	RUSTY　HISTORYページ
 * ************************************************ */
#history{
	border:1px solid #cccccc;
	width:110px;
           margin:3px;
           display:block;
	padding:5px 3px;
           height:115px;
           font-size:10px;
           text-align:center;
           float:left;
	line-height:12px;
}

#history img{
	height:100px;
	padding:0;
	margin:0;
	border:0;
}
/* ************************************************ 
 *	カタログページ
 * ************************************************ */

#catalog h2{
	margin: 0;
	padding: 10px 0 10px 20px;
	height:40px;
	background:url(https://img05.shop-pro.jp/PA01105/647/etc/bg_ttlwt.jpg) repeat-x;
	width:500px;
	font-size: 16px;
	letter-spacing:0.2em;
	color:#666666;
}
#catalog h3{
           text-align:left;
	margin:10px;
	padding: 5px 10px;
	border-right:1px solid #666666;
	border-bottom:1px solid #666666;
	border-left:15px solid #666666;
	border-top:1px solid #666666;
	font-size: 13px;
	line-height:20px;
	letter-spacing:0.2em;
	color:#666666;
	font-weight:bold;
	background:#eeeeee;
}

#catalog img{
	padding:0;
	border:none;
	margin-bottom:10px;
}
#catalog table td{
	padding:5px;
	vertical-align: top;
}
/* ************************************************ 
 *	Finless
 * ************************************************ */

#freepg #fls{
	display:block;
	margin:10px;
	padding: 5px;
	width:100px;
}
#freepg #fls img{
	padding: 3px;
	border:1px solid #cccccc;
	margin-bottom:10px;
}

/* ************************************************ 
 *	TEAM OTWページ
 * ************************************************ */
#tm{
	width:106px;
           margin:5px;
           display:block;
           height:120px;
           font-size:10px;
           text-align:center;
           float:left;
}
#tm img{
	padding: 2px;
	border:1px solid #cccccc;
	width:100px;
}
/* ************************************************ 
 *	REPORT ページ
 * ************************************************ */
#rp{
	width:126px;
           margin:5px;
           display:block;
           height:120px;
           font-size:10px;
           text-align:center;
           float:left;
}
#rp img{
	padding: 2px;
	border:1px solid #cccccc;
	width:120px;
}


/* ************************************************ 
 *	特定商取引法
 * ************************************************ */
#row h3{
	margin: 0;
	padding: 15px 0 10px 20px;
	height:30px;
	background:url(https://img05.shop-pro.jp/PA01105/647/etc/bg_ttlbk.jpg) repeat-x;
	width:500px;
	font-size: 14px;
	letter-spacing:0.2em;
	color:#FFFFFF;
	}

#row table{
	margin: 0 10px 10px 0;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
           width:100%;
	}
#row table th{
	padding:5px 10px;
	background:#eeeeee;
	text-align:right;
	font-weight:nomal;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
           width:130px;
           line-height:1.7;
	}
#row table td{
	padding:5px 10px;
	background:#ffffff;
	font-weight:nomal;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	line-height:1.7;
	}




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

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

#row .payment_img {
	width:30px;
	height:30px;
	margin:3px;
}
#otw{
	width:110px;
           margin:5px;
           display:block;
           height:140px;
           font-size:10px;
           text-align:center;
           float:left;
}
#otw img{
	padding: 2px;
	border:1px solid #cccccc;
	width:104px;
}

#tour table{
	margin: 0 10px 10px 0;
	border-top:1px solid #cccccc;
	border-left:1px solid #cccccc;
           width:100%;
	}
#tour table th{
	padding:5px 10px;
	background:#eeeeee;
	text-align:center;
	font-weight:nomal;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
           line-height:1.7;
	}
#tour table td{
	padding:5px 10px;
	background:#ffffff;
	font-weight:nomal;
	border-right:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	line-height:1.7;
	}
#price table {
	font-size: 12px;
	border-left:solid 1px #cccccc;
	border-top:1px solid #cccccc;
}
#price table th {
	padding:3px 5px;
	text-align:center;
	background:#C1E0FF;
	letter-spacing:0.1em;
	border-bottom:double 3px #cccccc;
	border-right:1px solid #cccccc;
	line-height:2;
}
#price .yellow{
	padding:3px 5px;
	line-height:2;
	background:#FFFFCC;
	border-bottom:solid 1px #cccccc;
	border-right:1px solid #cccccc;
	font-weight:bold;
}
#price .first{
	padding:3px 5px;
	line-height:1.5;
	border-bottom:solid 1px #cccccc;
	border-right:1px dashed #cccccc;
}
#price .last{
	padding:3px;
	line-height:1.5;
	text-align:right;
	border-bottom:solid 1px #cccccc;
	border-right:1px solid #cccccc;
	width:80px;
}
#price .last2{
	padding:3px 5px;
	line-height:1.5;
	border-bottom:solid 1px #cccccc;
	border-right:1px solid #cccccc;
}
/**************************************/
/* スライドショー　                   */
/**************************************/
#slideshow {
	margin: 0 auto 15px auto;
	width: 960px;
	height:230px;
	padding:0;
	}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: 0 !important;
	-webkit-box-shadow: 0 !important;
	box-shadow: 0 !important;
	border: 0 !important;
	left: 0 !important;
	background: #fff !important;
}
/**************************************/
/* shadowbox                         */
/**************************************/
#shadowbox {
  position: fixed;
  margin: 0;
  padding: 0;
  top: 0;
  left: 0;
  z-index: 999;
  text-align: left;
  visibility: hidden;
  display: none;
}

#shadowbox img {
  border: none;
}

#shadowbox * {
  outline: 0; /* Disable dotted outline in Firefox */
}

#sb-overlay {
  position: relative;
  width: 100%;
  height: 100%;
}

#sb-wrapper {
  position: absolute;
  display: block;
  visibility: hidden;
  left: 50%;
  top: 50%;
}

#sb-body,
#sb-content,
#sb-cover {
  position: absolute;
  width: 100%;
  height: 100%;
}

#sb-body {}

#sb-content { background: black }

#sb-cover {
  background: black;
}

#sb-close,
#sb-next,
#sb-prev {
  position: absolute;
  display: none;
  background: url("shadowbox-icons.png") no-repeat;
  cursor: pointer;
}

#shadowbox.active #sb-close,
#shadowbox.has-next #sb-next,
#shadowbox.has-prev #sb-prev {
  display: block;
}

#sb-close {
  top: 0;
  right: 0;
  width: 60px;
  height: 40px;
  background-position: 50% 0;
  margin: -18px -30px 0 0;
}

#sb-next {
  right: 0;
  top: 50%;
  width: 60px;
  height: 46px;
  background-position: 50% -40px;
  margin: -20px -40px 0 0;
}

#sb-prev {
  left: 0;
  top: 50%;
  width: 60px;
  height: 46px;
  background-position: 50% -86px;
  margin: -20px 0 0 -37px;
}
ul.slide{
	margin:20px 0;
	padding:0;
}
ul.slide li{
	list-style:none;
	float:left;
	margin:5px;
	}