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

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

a {
	color: #6699ff;
        text-decoration:none;
}

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

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

img {
	border: 0px;
}

.clear {
	clear: both;
}

.clear02 {
	clear: both;
	height:10px;
}


h2 {
  color: #ffffff;
  background-image:url('https://img08.shop-pro.jp/PA01208/233/etc/ttl_bs.jpg');
  background-repeat:no-repeat;
	margin:10px auto;
	width:724px;
 font-size:12pt;
 padding:4px;
 
 }

h3 {
  color: #ffffff;
	margin:5px auto;
	width:724px;
 font-size:11pt;
 padding:4px;
 border-bottom:1px dotted #ffffff;
  }

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

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

/*ヘッダー（ページタイトル、グローバルメニュー）*/
#header {
 width:100%;
 height:80px;

 text-decoration:none;
 color:#ffffff;
 font-size:12px;
}

.headleft {
 width:345px;
 height:80px;
 float:left;
 margin-top:10px;
}


.headright {
 float:right
 width:600px;
 height:80px;
 background-image:url('https://img08.shop-pro.jp/PA01208/233/etc/headbs.jpg');
 background-repeat:no-repeat;
 text-align:right;
 margin-left:345px;
}


#mainmenu {
    height:27px;
    margin:0 auto;
    width:970px;
}

.menu a {
    background: linear-gradient(to bottom, #bbb, #555);
   border-radius:13px;
    text-decoration:none;
    width:159px;
    height:27px;
    font-size:10pt;
  　font-weight:bold;
    float:left;
    margin-right:2px;
    color:#000000;
    text-align:center;
    padding-top:3px;
    display:block;
}

.menu a:hover {
 background: linear-gradient(to bottom, #fff, #666);

 text-decoration:none;

}

/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- 
*/

.prdbnr {
 width:352px;
 float:left;
}


.l_m{
 width:247px;
 heigth:26px;
 text-align:center;
}


#photos {
 width:998px;
 heigth:495px;
}

.list {
 width:175px;
 float:left;
 margin-bottom:1em;
}


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

.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;
}

.bnrttl{
font-size:8pt;
width:210px;
border-bottom:1px solid #dddddd;
margin:5px 0;
color:#ffffff;
}


/*　画面右側の幅　*/
.main {
	float: left;
	width: 730px;
}

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

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

/*    NEWS    */

.date_info {
 color:#ff3866;
 margin-top:15px;
 font-size:9pt;
 padding-top:5px;
}


.news {
 color:#ffffff;
 margin-bottom:5px;
 font-size:9pt;
 padding:10px;
 border-bottom:1px dotted #ffffff
}


/*     FAQ    */

.ico_q {
 width:25px;
 color:#00a0e9;
 font-size:large;
 text-align:center;
 float:left;
 margin-right:5px;
}

.ico_a {
 width:25px;
 color:#ffffff;
 font-size:large;
 text-align:center;
 float:left;
 margin-right:5px;
}


.blk_q {
 width:670px;
 margin-left:30px;
 margin-top:20px;
}
.catch_q {
 color:#00a0e9;
 font-size:large;
 font-weight:bold;
}

.blk_a {
 width:600px;
 margin-left:100px;
}
.catch_a {
 color:#eb613b;
 font-size:large;
 font-weight:bold;
}

.answer_blk {
 width:550px;
 font-family: "メイリオ", "ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "HiraKakuProN-W3", "Osaka","Arial","Helvetica","sans-serif";
 font-size:small;
 line-height:150%;
 float:left;
}





/*　フッター（コピーライト）　*/
.footer {
 width:100%;
 clear:left;
 text-align:right;
}

.footnavi {
 width:95%;
 border-top:1px solid #ffffff;
 text-align:center;
 }

.footnavi a {
 text-decoration:none;
 color:#ffffff
}

.footnavi a:hover {
 text-decoration:underline;
}


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

/*--      Race history      --*/
.r_leftblk {
 width:250px;
 float:left;
}

.r_rightblk {
 width:450px;
 float:left;
}

/*-- jShowOff module styles --*/

#features, #slidingFeatures, #labelFeatures, #basicFeatures, #thumbFeatures {
 background: #fff;
 position: relative;
 overflow: hidden;
 width: 998px;
 height: 495px;
}
.jshowoff {
	width: 998px;
	}
.jshowoff div {	
	width: 965px;
	height: 495px;

	}
.jshowoff div, .jshowoff img, .jshowoff {

	}
#basicFeatures, .jshowoff.basicFeatures, .jshowoff.basicFeatures img, .jshowoff.basicFeatures div {

	}

/* -------------------------------------
*     bxslider
* -------------------------------------
*/
/* 枠線の削除 */
.bx-wrapper,.bx-viewport {
-webkit-box-shadow: 0 0 5px #000 !important;
box-shadow: 0 0 5px #000 !import000;
border: 5px solid #000 !important;
background: #000 !important;
}
.bx-wrapper img {
  width: 100% !important;
  height: auto !important;
}

/* -------------------------------------
*     商品オプション 表形式
* -------------------------------------
*/
#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;
}