/* ************************************************ 
 *	共通設定
 * ************************************************ */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	border: 0;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	margin: 0;
	outline: 0;
	padding: 0;
	vertical-align: baseline;
	color: #222;
	text-shadow: 0 0 1px #888;
}
:focus {/* remember to define focus styles! */
	outline: 0;
}

body {
	background-color: #555;
	line-height: 1.6;
	font-family: "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
ol, ul {
	list-style: none;
}
table {/* tables still need 'cellspacing="0"' in the markup */
	border-collapse: separate;
	border-spacing: 0;
}
table td, table th {vertical-align:middle;}
a:visited {
	color: #555;	
}
a:hover{
	text-decoration: none;
}
a:active {
	text-decoration: none;
}

/* __________________ rayout __________________ */
#page {
 width: 960px;
 margin: 0 auto;
 padding: 0 20px;
 background: url(https://sutobai.com/_img/store1207/bg_page.png) center top repeat-y;
 position: relative;
}
#main,#foot {
 background: url(https://sutobai.com/_img/store1207/bg.gif) top left repeat;
}
#main {
	padding: 25px;	
}
#content {
}
#primary {
	float: right;
	width: 650px;
 position: relative;
}
#secondary{
	float: left;
	width: 235px;
}


/* ___________________共通___________________ */
/* ヘッダー ________ */
#branding {
 background: #a80000 url(https://sutobai.com/_img/store1207/logo.png) top left no-repeat;
 border-top: 30px solid #444;
 border-bottom: 2px solid #444;
 height: 145px;
}
#branding h1{
}
#branding h1 a {
	position: absolute;
 display: block;
 overflow: hidden;
 width: 260px;
 height: 110px;
}
#branding h1 a span {
	display: block;
	padding-top: 110px;
	height: 110px;
}
#branding h2 {
	margin: -26px 5px 0;
	padding: 3px 0 0;
	width: 550px;
	overflow: hidden;
	color: #fff;
	font-size: 0.9em;
	font-weight: bold;
	float: left;
	font-family: "Trebuchet MS", Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
#branding .searchbox {
	margin: -29px 5px 0;
	padding: 0;
	float: right;
	font-family: "Trebuchet MS", Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
#branding .searchbox a {
	color: #fff;
	font-weight: bold;
	font-size: 0.8em;
}
#branding .searchbox form {
	display: inline;
}
#branding #head_freebox {
	width: 680px;
	height: 91px;
	margin: 0 0 0 260px;
 padding: 10px;
	text-align: right;
	overflow: hidden;
 line-height: 1.2;
}
#access ul{
	clear: both;
	margin: 0 0 0 257px;
}
#access ul li{
	float: left;
}
#access ul li a{
	margin: 6px 3px 0;
	padding: 1px 5px 2px;
	display: block;
}
#access ul li a img{
	display: block;
}
#access ul li a:hover{
	background: #ddd;
}
#access ul li.header_facebook_button{
	float: right;
}
#access ul li.header_facebook_button a{
	margin: 6px 0 0 0;
	padding: 2px 3px 4px 2px;
}
#access ul li.header_facebook_button a:hover{
    background: transparent;
}
#access ul li.header_facebook_button a img{
    height: 23.5px;
    width: auto;
}
#access ul li.header_instagram_button{
    float: right;
}
#access ul li.header_instagram_button a{
    margin: 6px 0 0 0;
    padding: 2px 3px 4px 2px;
}
#access ul li.header_instagram_button a img{
    height: 24px;
    width: auto;
}
#access ul li.header_instagram_button a:hover{
    background: transparent;
}

/* サイド ________ */
#secondary .side_in {
	font-family: "Trebuchet MS", Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
#secondary .side_in h4 {
	font-family: "Trebuchet MS", Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
 font-weight: bold;
 padding: 3px 0 0;
 border-bottom: 1px solid #444;
}
#secondary .side_in ul, #secondary .side_in ol {
 margin: 0 0 15px 10px;
}
#secondary .side_in li{
 padding: 3px 0 0;
 font-size: 0.8em; /* カテゴリーのみelement style */
}
#secondary .side_in ol li {
 font-size: 0.8em;
}
#secondary .side_in p.viewcart{
 font-size: 0.8em;
 text-align: right;
 margin-bottom: 10px;
}
#secondary .side_in p.total{
 font-size: 0.85em;
}

/* フッター ________ */
#foot {
	clear: both;
}
#foot ul {
	border-top: 3px solid #444;
	padding: 0 0 0 15px;
	font-family: "Trebuchet MS", Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
}
#foot ul li {
 float: left;
 padding: 1px 15px 3px 0;
 font-size: 0.9em;
}
#foot address{
	clear: both;
	padding: 3px 10px 4px;
	background: #444;
	color: #fff;
	font-family:Georgia, "Times New Roman", Times, serif;
	font-weight: bold;
	font-size: 0.8em;
	text-align: right;
}

/* その他共通項目 ________ */
/* breadcrumbs */
.breadcrumbs {
 position: absolute;
 text-align: right;
 font-size: 0.75em;
 top: -15px;
 width: 650px;
}
.breadcrumbs img {
 display: none !important;
}

/* 補助テキスト */
.assistive-text {
	position: absolute !important;
	clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
	clip: rect(1px, 1px, 1px, 1px);
}

.footstamp {
	margin-top: 10px 0px;
}


/*送料無料*/
.subtotal {
	padding:5px 0;
}

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

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

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

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

/* ************************************************ 
 *	トップ
 * ************************************************ */

/*会員専用ページ*/
#btn_members_login,
#btn_members_logout {
	margin:0px 0px 15px;
}

#btn_members_signup span,
#btn_members_logout span {
	margin:0px 0px 3px;
	display:block;
	font-size:11px;
	line-height:1.1em;
}

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

.price_top {
	padding:0px;
}

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


/* ************************************************ 
 *	商品一覧・検索結果一覧の表示
 * ************************************************ */
#primary .top_information {
 padding: 10px;
 margin-bottom: 10px;
 font-size: 0.9em;
 text-align: center;
}

#primary h3{
 font-family: "Trebuchet MS", Helvetica, "メイリオ",Meiryo,"ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Osaka,"ＭＳ Ｐゴシック",sans-serif;
font-weight: bold;
padding: 3px 0 0;
border-bottom: 1px solid #444;
 clear: both;
}
#primary .listbox {
 margin: 0 0 10px 5px;
}
#primary .itemarea, #primary .subcategory {
 width: 215px;
 margin: 15px 0;
 text-align: center;
 float: left;
}
#primary .itemarea p, #primary .subcategory p {
 font-size: 0.8em;
 text-align: right;
 padding: 0 10px;
}
#primary .itemarea .itemname {
 font-size: 0.85em;
 text-align: left;
 padding: 3px 5px 0;
}

/*商品一覧：サブカテゴリーの表示*/
.subcategory {
	margin: 0px 20px 10px 0px;
	width:120px;
	float:left;
}

/*並べ替え条件指定*/
.sort {
	padding: 5px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
 font-size: 0.9em;
}
.pagenavi {
	padding: 10px 0px;
 font-size: 0.9em;
}
.sortbottom, .pagenavibottom {text-align: right;}

#group-list {
	border-top:1px dotted #768FBE;
	padding-top:5px;
	margin-top:10px;
}

.group-list-link {
	margin:5px 0px 0px;
}

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

.price_all {
	padding:0px;
}

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

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
.checkitem_list {
	margin: 10px 0 10px 15px;
	}
.checkitem {
 float: left;
 width: 100px;
 margin-right: 5px;
}
.checkitem .ci_img {
	width:100px;
	}

/* ************************************************ 
 *	商品詳細
 * ************************************************ */


/*商品詳細ページの詳細テキストレイアウト*/
#detail div.product_explain {
 clear: both;
	margin: 10px 0px;
	padding: 10px 0px;
	border-top: 1px dotted #CCC;
	border-bottom: 1px dotted #CCC;
	font-size: 0.9em;
	font-weight: normal;
	color: #333;
	line-height: 170%;
}

#detail h4 {
	margin: 20px 0px;
	font-size: 11px;
	line-height: 200%;
 font-weight: normal;
}

#detail .button {
	margin-top: 10px;
}

.large {
}

.small {
	width:150px ;
	margin:0px 10px 0px 0px;
	float:left;
}

/*会員専用価格 商品詳細用*/
.regular_price_detail {
	padding:0px 0px 2px;
	text-decoration:line-through;
}

.price_detail {
	padding:0px;
}

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

#detail table.table {
 font-size: 0.9em;
}

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

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

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

#together {
	margin: 0px 0px 20px 0px;
 font-size: 0.9em;
	}

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

#together .together_list {
	margin:10px 3px 3px 3px;
	float:left;
	width: 130px;
	text-align:left;
	}

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

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

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

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

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

/*table レイアウト　商品詳細の価格表*/
.table {
	background: #CCC;
}

.table th {
	font-weight: bolder;
	background: #EEE;
	border-bottom: 1px solid #FFF;
	border-left: 1px solid #FFF;
	padding: 3px;
	text-align: center;
	width: 120px;
}

.table td {
	background: #FFF;
	padding: 3px;
}

/* ************************************************ 
 *	商品検索ページ
 * ************************************************ */
#primary .search_result {
 font-size: 0.85em;
 padding: 5px 0;
}

/*会員専用価格 商品検索結果用*/
.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:0px 0px 0px 5px;
	color:#ff0000;
}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */

#Option {
	padding:0px 10px 10px 10px;
}

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

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

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

.option_btn {
	margin-top:10px;
}

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

.price_detail_stock {
	padding:0px;
}

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

/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:separate;
     margin:10px auto 0 0;
 border-spacing: 1px;
 font-size: 0.85em;
}
#option_tbl th{
     padding:3px;
 width: 120px;
}
#option_tbl td input{
     float:none;
     margin:0 0 5px;
     width:auto;
}
#option_tbl th,
#option_tbl td.none {
     background:#eee;
}
#option_tbl td {
     padding:3px;
     text-align:center;
 background: #fff;
 width: 120px;
}
.stock_zero {
     color:red;
}

/* -------------------------------------
*     フリーページ
* ------------------------------------- */
#freepage p{
 font-size: 0.9em;
 padding: 10px 50px 10px 25px;
}
#freepage ol {
 font-size: 0.9em;
 padding: 10px 50px;
}
#freepage ol li{
 list-style: decimal
}

/* >>begin______________________clearfix______________________ */
.clearfix:after {
	content: ".";
	display:block;
	height: 0;
	clear: both;
	visibility: hidden;
}

.clearfix{ display: inline-block; }

/* Hides From IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix {display:block; }
/* End hide from IE-mac */
/* ______________________clearfix______________________end<< */