/* CSS Document */
/* CSS Document */
/* ************************************************ 
 * ------------------------------------------------
 *	共通設定
 * ------------------------------------------------
 * ************************************************ */


/* ------------------------------------- 
 *	ページ背景色（全体）
 *	ページ背景画像（全体）
 *	フォント色（全体）
 *	フォントサイズ（全体）
 * ------------------------------------- */
 body {
	background-color:#DEDCC7;
	background-image:url(https://img.shop-pro.jp/tmpl_img/1/all_bg.gif);
	color:#333333;
	font: 12px/150% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";	background-repeat: repeat;
	margin: 0px;
	padding: 0px;
}

/* ------------------------------------- 
 *	リンクの文字/通常時(link,visited,active)
 *	リンクの文字/マウスが当たっている時(hover)
 * ------------------------------------- */
a:link {color:#990033; text-decoration:none;}
a:visited {color:#990033; text-decoration:none;}
a:active {color:#990033; text-decoration:underline;}
a:hover {color:#FF0000; text-decoration:underline;}


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

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

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

img {
	border:0px;
	margin: 0px;
	padding: 0px;
}

input, select, textarea {
	margin: 0px;
	padding: 0px;
}


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

/* ************************************************ 
 *	複数ページで使用しているクラス
 * ************************************************ */

.bold {
	font-weight: midam;
}

.nodata {
	font-size: 14px;
	font-weight: bolder;
}

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

.navi_list {
widt-
	background: #FFFFFF;
	margin: 10px 0 10px 0;
	padding: 2px;
}


/* ************************************************ 
 *	背景
 * ************************************************ */

.container_bg {
	background-image:url(https://img.shop-pro.jp/tmpl_img/1/content_bg.gif) ;
	background-repeat: repeat-y;
	width: 900px;
	margin:0px auto;
}


/* ------------------------------------- 
 *	ショップタイトルのサイズ、色
 * ------------------------------------- */
.title_box {
	width: 900px
	padding: 0 0 0 0;
}

#title_size a {
	font: 22px/130% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";

	font-weight: bold;
	color: #660000;
}


/* ------------------------------------- 
 *	ショップタイトルエリア設定
 * ------------------------------------- */


.title_middle {
	background-color: #FFF;
	margin: 0;
	width: 900px;
}


/* ------------------------------------- 
 *	検索エリア設定
 * ------------------------------------- */
.search_top {
	background-repeat: no-repeat;
	width: 360px;
	height: 0px;
}

.search_middle {
	background-repeat: repeat-y;
	width: 360px;
}

.search_bottom {
	background-repeat: no-repeat;
	width: 360px;
	height: 0px;
	margin-bottom: 0px;
}

.search_type {
	width:180px;
}

.search_word {
margin:10px 0 10px 0;
	width:145px;
}


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

#content {
	width: 900px;
	background-color:#FFF;
	margin-left:auto;
	margin-right:auto;
	margin-top:0px;
}

#content_side {
	margin:0 10px 0;
}

#content_main {
	margin:0 10 0;
}


.category {
	margin: 0 0 0 0;
}


.category ul {
	margin: 0px;
	padding: 0px;
}
	
#group-list {
	/*border-top:#663 dotted 1px;*/
	margin-top:0px;
	padding-top:5px;
	padding-bottom:0px;
}

.group-listImg {
	margin:0px 0px 2px;
	padding:0px;
}

/* ------------------------------------- 
 *	商品カテゴリｰエリア背景色
 * ------------------------------------- */
.category li {
	width:180px;
	text-align:left;
	color: #FFF;
	font-size: 13px;
	list-style-type: none;
	background-color: #FFFFFF;
	padding: 0px;
	margin: 0px;
}
.category_g li {
	width:160px;
	text-align:left;
	background-position: 3px 7px;
	border-bottom: 1px dashed #333300;
	color: #FFF;
	font-size: 13px;
	list-style-type: none;
	margin: 0px 0;
	padding: 3px 3px 3px 17px;
	background-image: url(https://img12.shop-pro.jp/PA01063/059/etc/categoryicon.gif);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
}
.category span {
	display: none;
}

/* ------------------------------------- 
 *	商品カテゴリｰエリア文字色（通常時・リンクが当たっている時）
 * ------------------------------------- */
.category li a,
.category li a:link,
.category li a:visited,
.category_g li a,
.category_g li a:link,
.category_g li a:visited {
	color:#333300;
	text-decoration:none;
	display: block;
}

.category li a:active,
.category li a:hover,
.category_g li a:active,
.category_g li a:hover {
	color:#993333;
	text-decoration:none;
	display: block;
}

/* ------------------------------------- 
 *	各メニュータイトル文字色
 * ------------------------------------- */
.linktitle {
	background-image:url(https://img.shop-pro.jp/tmpl_img/1/linktitle.gif);
	background-repeat: no-repeat;
	font-size: 14px;
	font-weight: bolder;
	color:#333300;
	padding: 5px 0 5px 10px;
	border-bottom: 1px dashed #333300;
	margin: 15px 10px 10px 10px;
	background-position: 0px center;
	text-align: left;
}


.linktext {
	font-size: 12px;
	line-height: 120%;
	margin: 0;
}


.linktext ul {
	margin: 0px;
	padding: 0px;
	}

.linktext li {
	background: url(https://img.shop-pro.jp/tmpl_img/1/list.gif) no-repeat;
	background-position: 1px 4px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

.owner_photo {
	border : 1px solid #666;
	float: left;
	margin: 0 5px 5px 0;
}

/* ------------------------------------- 
 *	カートの中 - 背景色
 * ------------------------------------- */
.cart_box {
	background: url(https://img.shop-pro.jp/tmpl_img/1/cart_bg.gif);
	background-color : #666666;
	border : 1px solid #666;
	padding: 5px;
}

/* ------------------------------------- 
 *	カートの中 - 商品名・価格ボタン色/枠線色
 * ------------------------------------- */
.cart_item {
	border-left: 3px solid #CCCC99;
	background-color : #FFF;
	margin: 0 0 5px 0;
	padding: 3px;
}

/* ************************************************ 
 *	フッター
 * ************************************************ */

#footer {
	width: 900px;
	padding:10px 0;
	background-color:#FFF;
}

.footer_link {
	background-color: #D4D49B;
	border-top: 1px solid #FFFFFF;
	padding: 5px 10px;
	margin: 0 10px;
	text-align: center;
}


.copyright {
	
}




/*
------------------------TOP---------------------------------
------------------------------------------------------------
------------------------------------------------------------
*/



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

/* ------------------------------------- 
 *	お知らせエリア
 * ------------------------------------- */
.info_top {
	background-color:#FFFFFF;
	background-repeat: no-repeat;
	width: 640px;
	height: 10px;
	margin-top:0px;
}

.info_middle {
	background-color:#FFFFFF;
	background-repeat: repeat-y;
	padding:0px;
	width: 640px;
	height:250px;
}

.info_bottom {
	background-color:#FFFFFF;
        width: 640px;
        height: 100px;
}

.info_area {
width:650px;
height:180px;
	padding: 0 10px;
}
/* ------------------------------------- 
 *	一覧表示　商品数と表示数
 * ------------------------------------- */
.pagenavi {
	width: 690px;
	height: 150px;
	color: #432A16;
	font-size:10%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/pagenavi_bg.gif) no-repeat;
	margin-bottom: 15px;
	}
/* ------------------------------------- 
 *	おすすめ商品エリア
 * ------------------------------------- */
.recommend_area {
	width: 650px;
	margin-top:20px;
	margin-left:20px;
margin-bottom:10px;
line-height: 120%;
}

.recommend_list {
	float:left;
	width: 175px;
	height: 190px;
	padding:0 20px;
	text-align:center;
	margin:0px;
}
.free_space {
 border:1px solid #CCC;
 /* padding:0px; */
	margin-bottom: 100px;
	}

.recommend_item {
	width: 100px;
}


.recommend_price {
	font-weight: bolder;
}

/* ------------------------------------- 
 *	最近チェックした商品
 * ------------------------------------- */
 
#checkitem {
    margin: 0 15px 15px 10px;
}

#checkitem .ci_main_title {
	border-bottom: 5px solid #D4D49B;
	font-weight: bolder;
	margin-top: 20px;
	padding-bottom: 5px;
	text-align: left;
	}

.checkitem_list {
	margin:10px 0;
	float:left;
	padding: 0 11px;
	width: 100px;
	text-align:center;
	}

.checkitem .ci_img {
	width:100px;
	margin-bottom:3px;
	}




/* ************************************************ 
 *	商品一覧
 * ************************************************ */


/* ------------------------------------- 
 *	お知らせ・おすすめ商品背景
 * ------------------------------------- */
.subcategory_list {
	float:left;
		text-align:light;
margin: 0px 10px;

	}

.productlist_sort_menu1 {
	background: #CCCC99 url(https://img.shop-pro.jp/tmpl_img/1/category.gif) no-repeat;
	background-position: 3px 7px;
border: 1px solid #FFFFFF;
	color: #FFF;
	font-family:"ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	font-size: 12px;
	list-style-type: none;
	margin: 3px 0;
	padding: 3px 3px 3px 16px;
}

.productlist_sort_menu2 {
	border: 1px solid #660000;
}


.productlist_page {
	margin: 10px 0;
}

.productlist_border {
	border-top: 5px solid #FFFFFF;
}

.productlist_name {
	font-size: 16px;
        background-color:#FFFFFF;
	/*background: #CCCCCC;*/
	padding: 3px;
}

.productlist_price {
	/*background: #CCCCCC;*/
        background-color:#FFFFFF;
	font-size: 12px;
	margin:2px 0;
	padding: 3px;
}

.productlist_explain {
	background: #FFF;
	font-size: 12px;
	line-height: 210%;
}




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

/* 商品名の背景色 */
.product_img_main {
	border-bottom: 1px solid #666666;
	margin: 10px 0 10px 0;
}

.product_img_sub {
	border-bottom: 1px solid #666666;
	margin: 10px 0 10px 0;
}

.product_name {
	font-weight: bold;
	font-size: 16px;
	padding: 5px;
}

.product_explain {
	margin: 10px 0;
}

.product_cell1 {
	text-align:left;
	background :#CCCCCC;
	padding: 2px;
	font-weight:bold;
	white-space:nowrap;
}

.product_cell2 {
	padding: 2px;
}

.product_sales {
	font-weight:bold;
	color:red;
}

.product_num {
	width:60px;
}

.product_incart {
	margin: 15px 0;
}


.product_doing {}

.product_doing ul {
	margin: 0px;
	padding: 0px;
	}

.product_doing li {
	background: url(https://img.shop-pro.jp/tmpl_img/1/list.gif) no-repeat;
	background-position: 1px 4px;
	list-style-type: none;
	margin: 0;
	padding: 0 0 0 10px;
}

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

#together {
	margin: 0px 20px 0px 15px;
	height:100%;
	}

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

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

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

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

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


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

#trackback .tb {
	margin: 10px 10px 10px 10px;
	border-top: 20px solid #D4D49B;
	border-left: 10px solid #D4D49B;
	border-right: 10px solid #D4D49B;
	border-bottom: 20px solid #D4D49B;
	}

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

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

#trackback .tb_body {
	line-height: 250%;
	padding: 10px 10px 10px 10px;
	border-top: 5px dotted #D4D49B;
	border-bottom: 5px dotted #D4D49B;
	}

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


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

#ShopKeeper {
	background-color:#87876a;
	margin-left:10px;
	width:510px;
}

#ShopKeeper th {
	color: #333333;
	background-color:#CCCCCC;
	width:180px;
	text-align:left;
	padding-left:10px;

}

#ShopKeeper td {
	background-color:#FFFFFF;
}

/* お支払い方法など、サブエリアの枠 */
.sub_area {
	border : 1px solid #666;
	width:510px;
	margin-bottom:10px;
	margin-left:10px;
}

/* サブエリアのタイトル */
.sub_title {
	font-weight:bold;
	margin-top:10px;
	margin-left:10px;
}

.sub_note {
	margin-bottom:15px;
	margin-left:10px;
}

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




/* ************************************************ 
 *	商品検索結果
 * ************************************************ */

.searchlist_sort_menu1 {
	background: #CCCCCC;
	border: 1px solid #CCCCCC;
	color: #FFF;
	font-weight: bold;
}

.searchlist_sort_menu2 {
	border: 1px solid #CCCCCC;
}


.searchlist_page {
	margin: 10px 0;
}

.searchlist_border {
	border-top: 1px solid #999;
}

.searchlist_name {
	font-size: 14px;
	background: #E9E9C4;
	padding: 3px;
}

.searchlist_price {
	background: #E9E9C4;
	font-weight: bold;
	margin:2px 0;
	padding: 3px;
}

.searchlist_explain {
	background: #FFF;
	font-size: 10px;
	line-height: 130%;
}




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	background-color:#999;
}

#Option .option_cell1 {
	text-align:left;
	color: #333333;
	background-color:#cccccc;
	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;
}

.product_name {
	margin:10px 0px 10px 0px;
	font-weight: bold;
	font-size: 15px;
	padding: 5px;
}

.option_btn{
	margin-top:10px;
}




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

#PrivacyExplain {
	margin:20px;
	text-align:left;
}

.privacy_title {
	margin:10px 10px 10px 20px;
	color: #333333;
}

.privacy_note {
	margin:0px 10px 20px 20px;
}
/*------------------お客様の声---------------------*/
.voice {
	margin: 0px;
	padding: 10px;
}
.voice_name {
	margin-top: 0px;
	margin-right: 10px;
	margin-bottom: 0px;
	margin-left: 10px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 10px;
	text-align: right;
}
.voice_text {
	line-height:150%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 2px;
	margin-left: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 2px;
	padding-left: 0px;
}
.voice_title {
	padding: 0px;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #34330A;
	border-bottom-color: #34330A;
	text-align: center;
	line-height: 29px;
	height: 29px;
	background-color: #CBCC99;
	color: #34330A;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	font-size: 16px;
        width: 690px;
}
.voice_waku {
	padding: 10px;
	border: 1px solid #CCCCCC;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
        width: 668px;
}


/* ************************************************ 
 *	十六島のり特集ページ
 * ************************************************ */
.upurui_text {
	font-size:large;
	font-weight:bold;
	color: #FF9900;
}
.toku_upurui_table {
	margin: 0px;
	padding: 0px;
	font-size: small;
	border-top-width: 1px;
	border-right-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-left-style: solid;
	border-top-color: #999999;
	border-right-color: #999999;
	border-left-color: #999999;
}
.toku_upurui_table th {
	margin: 0px;
	padding: 2px;
	font-size: small;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-right-style: solid;
	border-bottom-style: solid;
	border-right-color: #999999;
	border-bottom-color: #999999;
}
.toku_upurui_table td {
	margin: 0px;
	padding: 2px;
	font-size: small;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #999999;
}
.toku_upurui_dot {
	padding-bottom: 10px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #CCCCCC;
	padding-top: 10px;
}
/* ************************************************ 
 *	年末年始	
 * ************************************************ */
#info_closed {
	padding:10px;
	text-align: center;
	border: 1px dotted #CC0000;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 20px;
	margin-left: 0px;
	width: 668px;
}
 #info_closed h2 {
	color:#CC0000;
	margin: 0px;
	padding: 0px;
	line-height: 150%;
}
.info_closed_dl {
	margin: 0px;
	padding: 0px;
}
.info_closed_dt {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 1em;
}
.info_closed_dd {
	margin: 0px;
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 2em;
}
/* ************************************************ 
 *	期間限定	
 * ************************************************ */
.gentei {
	font-size: 14px;
	font-weight: bolder;
	color:#CC3300;
	margin-top: 15px;
	margin-right: 0px;
	margin-bottom: 10px;
	margin-left: 0px;
	padding-top: 5px;
	padding-right: 0px;
	padding-bottom: 5px;
	padding-left: 0px;
	line-height: 100%;
	text-align: center;
	border-top-width: 2px;
	border-bottom-width: 2px;
	border-top-style: dotted;
	border-bottom-style: dotted;
	border-top-color: #CC3300;
	border-bottom-color: #CC3300;
	width: 690px;
}
/* ************************************************ 
 *	サイトマップ全体のボックス	
 * ************************************************ */
#cmsp_map {
  margin:5px;
  padding:20px 0 20px 20px;
}

/*大項目*/
#cmsp_map div {
  margin:5px 0px;
  padding:0px;
  font-weight:bold;
}

/*サブカテゴリーを囲む*/
#cmsp_map dl {
  margin:0px;
  padding:0px;
}

/*サブカテゴリー名*/
#cmsp_map dt {
  margin:5px 0px 0px 15px;
  padding:0px;
}
/*サブカテゴリー内の商品リストを囲む*/
#cmsp_map dd {
  margin:0px 0px 0px 10px;
  padding:0px;
}

/*商品リスト*/
#cmsp_map ul {
  margin:0px 0px 15px 0px;
  padding:0px;
}

#cmsp_map li {
  margin:5px 0px 0px 30px;
  padding:0px;
  font-weight:normal;
  list-style-type:disc;
  list-style-image:none;
  background:none;
}
/* ************************************************ 
 *	ぢげもん経歴
 * ************************************************ */
.history {
	margin: 0 0 20px 0;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #666666;
	border-bottom-color: #666666;
}
.history th.h_center {
	margin: 0px;
	background-color: #E6E6E6;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
	font-weight: normal;
}
.history td.h_center {
	margin: 0px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}
.history th.h_bottom {
	margin: 0px;
	background-color: #E6E6E6;
	font-weight: normal;
}
.history td.h_bottom {
	margin: 0px;
}