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

body {
	font-family: "Helvetica", "Helvetica neue", "Avenir", "Source Sans Pro", "游ゴシック体", "Yu Gothic", "YuGothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", "sans-serif", sans-serif;
	font-size: 15px;
	line-height:200%;
	background-color:#ffffff;
	color:#000000;
	margin: 0 0 15px 0;
	padding: 0px;
	text-align: center;
	}

img {
	padding: 10px 0 20px 0;
  	font-size: 14px;
	}

p {
	padding: 0px;
	font-size: 15px;   
	}

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

input, select, textarea {
	}

ul,ol,li {
	margin: 0px;
	padding: 0px;       
	}

li {
	padding-top:5px;
	padding-bottom:5px;
	list-style-type: none;
    line-height: 190%;
	font-size: 15px;
	}

.bold {
	font-weight: bold;
	}

.cell_mar {
	margin: 5px;
	}

a:link    { color: #000000;text-decoration: none}
a:visited { color: #000000;text-decoration: none}
a:active  { color: #000000;text-decoration: none}
a:hover   { color: #999999;text-decoration: none}


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

#header {
	color: #fff;
	background-color: #fff;
	}

.title {
	width: 1280px;
	height: 100px;
	background-color: #fff;
	text-align: right;
	border-color: none;
	padding: 0px;
	}

/*マイアカウント / SHOPPING CART*/
.menu_top {
	font-size: 14px;
	letter-spacing: normal;
	text-align: right;
	padding-top: 20px;
	}

/* ------------------------------------- 
 *	ADD TO CART 7.5.2018
 * ------------------------------------- */
.button {
    border: none;
    color: white;
    padding: 10px 50px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 15px;
    margin: 4px 2px;
    -webkit-transition-duration: 0.3s; /* Safari */
    transition-duration: 0.3s;
    cursor: pointer;
}

.button {
    background-color: white;
    color: black;
    border: 1px solid #000000;
}

.button:hover {
    background-color: #000000;
    color: white;
}

/* ------------------------------------- 
 *	サーチアイコン
 * ------------------------------------- */

.searchIcon {
	img: http://img12.shop-pro.jp/PA01067/275/etc/seach_brown.gif;
	}


/* ------------------------------------- 
 * 左側メニュー sidemenu=カート, オススメ商品 RECOMMENDED ITEMS /フリーページ お客様へのご注意）
 * ------------------------------------- */

.sidemenu {
	width:400px;
	}

.side_title {
  	padding-top: 20px;
	font-weight: bold;
    letter-spacing: 1px;
  	padding-bottom: 5px;
	}

.side_text {
	height: 13px;
	padding: 0 0 5px 0; 
	}


/* ---------------------------------------------------------- 
 *	SHOPPING カートの中 - 商品名・価格ボタン色/枠線色
 * -------------------------------------------------------- */
.cart_item {
  	color: #999999;
	font-size:11px;
	}


/* ---------------------------------------------------------- 
 *	コンテンツ共通_midashi
 * ---------4---------------------------------------------- */
.main_title {
	width: 840px;
	margin-bottom: 15px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;	
    letter-spacing: 1px;
	}

/* ************************************************ 
 *	TOPコンテンツ info+news
 * ************************************************ */

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

.info_bg {
	margin-bottom: 15px;
	}

.info_title {
	width: 840px;
	font-weight: bold;
	padding-bottom: 5px;
	border-bottom: 1px solid #666;
    letter-spacing: 1px;
	}

.info_text {
	color:#000000;
	padding-top: 10px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#000000;
	}

/* ------------------------------------- 
 *	会員専用ページ
 * ------------------------------------- */
div#btn_members_logout {
	padding:0px;
	text-align:center;
}

div#btn_members_login {
	padding:0px;
	text-align:center;
}

div#btn_members_signup {
	border-top:1px #cccccc;
	padding:7px 0px 0px;
	margin:7px 0px 0px;
	text-align:center;
}

p.txt_members_desc {
	line-height:1.1em;
	margin:0px;
	font-size:11px;
	padding:0px 0px 7px;
}

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

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

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

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

/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 800px;
	color: #000000;
	margin: 0px auto;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#000000;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#999;
	}

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

.sort_02 {
	width: 800px;
	color: #666;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#666;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#999;
	}

/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 800px;
	margin-bottom: 10px;
	}

/* ------------------------------------- 
 *	商品一覧表示のレイアウト 商品検索後 Pro・Ingridなど
 * ------------------------------------- */
<!-- CATEGORY LIST 一覧-->
.list img {
	padding: 30px 0 20px 0;
}

.list th {
	padding: 20px 40px 30px 0px;
}

.list td {
	padding: 5px 5px 10px 0px;
}

/* -------------------------------------
 *  商品一覧表示のレイアウト WOMEN/MEN
 * ------------------------------------- */
.product_list {
    float: left;
    width: 200px;
    padding-bottom: 40px;
    }

.product_item {
    margin: 0px auto;    
    }

.product_item img {
    padding: 0px;
    }

.product_item .name {
    margin:0;
    }

.product_item .expl {
    font-size: 11px;
    line-height:120%;
    text-align: left;
    margin:5px 0;
    }

/* ------------------------------------- 
 *	ぱんくずリスト_pro>brown>jjj
 * ------------------------------------- */
.footstamp {
	width: 800px;
	height: 28px;
	margin-bottom: 7px;
	font-size: 12px;
	}


/* ------------------------------------- 
 *	商品が無い時の表示
 * ------------------------------------- */
.nodata {
	width: 90%;
	padding-top: 15px;
	padding-left:5px;
	text-align: left;
	}

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

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

.discount_rate_all {
	padding:2px 0px 0px;
	margin:0px;
}

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

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

.discount_rate_search {
	padding:2px 0px 0px;
	margin:0px;
}


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


/*商品詳細罫線*/
.main_title_04 {
	color: #fff;
	font-weight: bold;
	padding: 0px 0px 5px 25px;
	border-bottom: 1px #999 solid;
	}

/*商品画像SMALL+LARGE*//////////////////////////////////////////////////
#detail {
	padding: 25px 5px 0px 0px;
	margin-bottom: 10px;
	border: 0px;
  	border-style: none;
  	border-color: #fff;
	}

#detail .td1 {
	border-bottom: 1px #ccc; 
	padding-top: 5px;
	padding-bottom: 5px;
	font-weight: bold;
	margin-bottom: 5px;
	}

#detail .td2 {
	border-bottom: 1px #ccc; 
	padding-top: 5px;
	padding-bottom: 5px;
	margin-bottom: 5px;
	}

#detail .large {
 	border-style: none; 
	border: 0px #fff;
	margin: 0px;
	margin-bottom: 10px;
	}

#detail .small {
  	border-style: none; 
	border: 0px #fff;
	margin:0px;
	width: 150px;
	margin-bottom: 5px;
	}

#detail p {
	font-size: 12px;
	line-height: 190%;
	margin: 0px 0px 20px 0px;
	padding: 0px;
	}

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

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

#detail a:hover {
	text-decoration:none;
   	border-style: none; 
	}

#detail:hover .small{
	border: 0px;
  	border-color: #fff;
   	border-style: none; 
	}

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

.product_num {
	width: 50px;
	}

.product_incart {
	margin: 20px 0px 0px 0px;
	}

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

#together {
	margin-top: 20px;
    width=800px;
	}

#together .tog_main_title {
	font-weight: bold;
	margin-top:30px;
	padding-bottom:5px;
	border-bottom: 1px solid #999;
	}

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

#together img {
	padding: 6px;
	}

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

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

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


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

#trackback .tb {
	margin: 11px 0px 10px 0px;
	border: 1px solid #ccc;
	}

#trackback .tb_date {
	font-size: 11px;
	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  #999;
	border-bottom: 1px #999;
	}

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

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

.price_detail {
	padding:0px;
	margin:0px;
	font-weight:bold;
}

.discount_rate_detail {
	padding:0px 0px 5px;
	margin:0px;
	font-weight:bold;
}

/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 800px;
	margin-bottom:20px;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;

	font-weight:normal;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size: 11px;
	text-align:left;
	border-right: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size: 11px;
	text-align:left;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}
	
/* 会員専用価格の表示 オプション用 */
.regular_price_stock {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
}

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

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


/* ************************************************ 
 *	特定商取引法・お支払い方法・配送設定について
 * ************************************************ */
.payment_img {
	width:30px;
	height:30px;
	margin:3px;
}

#ShopKeeper {
	width: 800px;
	color:#000000;
	margin-bottom: 15px;
	}


#ShopKeeper th {
	width: 400px;
	height: 28px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 11px;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-bottom: 1px solid #cccccc;
	text-align:left;
	}


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

#PrivacyExplain {
	color:#000000;
	margin-bottom: 15px;
	}

.pe_title {
	color: #000;
	border-top: 1px solid #cccccc;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}


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

#footer {
	width: 1280px;
	height: 80px;
	font-size: 11px;
	text-align: center;
	margin-top: 50px;
	background-color: #fff;
	}

#menu_2 {
	text-align: center;
	padding: 0px;
	}

#copy {
	text-align: center;
	padding-top: 10px;
	}