/* ************************************************ 

　※はじめに※

	「初心者設定」にて変更可能な指定は、#666633
	のように、<{$----}>の独自タグで指定しています。

	「初心者設定」項目の該当箇所には、
	"■初心者設定：設定項目名"　の形式でコメント
		を記載しています。

 * ************************************************ */


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


/*■初心者設定：フォントサイズ、色（全体）*/
body {
	background:url(https://img.shop-pro.jp/tmpl_img/14/bg_all.jpg);
	
	color:#666633;
	font: 12px/140% "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	}

/*■初心者設定：リンク文字色（通常時）（マウスが当たってる時）*/
a:link    {color: #669900; text-decoration: none;}
a:visited {color: #669900; text-decoration: none;}
a:active  {color: #669900; text-decoration: none;}
a:hover   {color: #3333CC ; text-decoration: none;}


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

img { border:none;}


ul {
	}

li {
	list-style-type:none;
	}


.small {font-size:10px;}

.bold { font-weight:bolder;}

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

img#navi_img{
position:absolute;
top:127px;
padding:0px;
margin:0px;

}

hr.bug{
 clear:both;
 width:0px;
}
/* ------------------------------------- 
 *	ページレイアウト
 * ------------------------------------- */

#wrapper {
	width:753px;
	margin-left:16px;
	background:url(https://img.shop-pro.jp/tmpl_img/14/bg_wrap.jpg) repeat-y;
	background-position:left;
	}

#top {
	background:url(https://img.shop-pro.jp/tmpl_img/14/bg_top.jpg) no-repeat;
	background-position:left;
	}

#main {
	width:525px;
	float:left;
	padding:0 18px 40px 22px;
	}

	.menu2 {
		background:url(https://img.shop-pro.jp/tmpl_img/14/menu2_bg.gif) no-repeat;
		text-align:center;
		padding:50px 0;
		margin-top:40px;
		}
		
	.copy {
		background:url(https://img.shop-pro.jp/tmpl_img/14/copy.gif) no-repeat;
		background-position:15px 0px;
		text-align:center;
		padding:12px 0;
		font-size:10px;
		margin-top:20px;
		}


/*サイドメニュー　bodyに対し絶対位置指定*/
#side {
	width:172px;
	position:absolute;left:581px;top:0px;
	background:url(https://img.shop-pro.jp/tmpl_img/14/bg_wrap_right.jpg) repeat-y;
	padding-top:4px;
	}



/* ************************************************ 
 *	ヘッダー
 * ************************************************ */
 
#header {
	width:568px;
	height:140px;
	margin-top:0px;
	margin-left:0px;
	 background:url(https://img06.shop-pro.jp/PA01022/495/etc/pz_title.jpg) no-repeat;
text-indent:-9999em;
outline:0px;
	}

/*logoレイアウト用*/
.logo_tbl {
	padding-top:20px;padding-left:24px;
	}

/*■初心者設定：ショップのタイトルの文字色、サイズ*/
.logo {
	color:#FFF;
	font-size:22px;
	font-weight:bolder;
	margin:5px 0px 5px 16px;
	line-height:130%;
	
	}

/*■初心者設定：ショップのタイトルの文字色*/
.logo a:link    {color: #FFF; text-decoration: none;}
.logo a:visited {color: #FFF; text-decoration: none;}
.logo a:active  {color: #FFF; text-decoration: none;}
.logo a:hover   {color: #FFFCE4 ; text-decoration: none;}


.menu {
	width:144px;
	}



/* ************************************************ 
 *	メイン
 * ************************************************ */
 
/* ------------------------------------- 
 *	各ページ共通
 * ------------------------------------- */

#main .top {background:url(https://img.shop-pro.jp/tmpl_img/14/main_top.gif) no-repeat;height:65px;}

/*■初心者設定：コンテンツタイトル文字色（共通）*/
#main .title {
	padding:35px 0px 0px 35px;
	font-weight:bolder;
	font-size:15px;
	color:#A9775D;
	}

#main .middle {
	background:url(https://img.shop-pro.jp/tmpl_img/14/main_bg.gif) repeat-y;
	padding:0px 30px;
	}

#main .bottom {
	background:url(https://img.shop-pro.jp/tmpl_img/14/main_bottom.gif) no-repeat;
	margin-bottom:5px;
	}
	
#main .bottom img { width:1px; height:13px;}


/*■初心者設定：コンテンツサブタイトル文字色（商品一覧・商品検索結果・商品詳細ページ共通）*/
.title2 {
	color:#656500;
	font-weight:bolder;
	border-bottom:1px dotted #CDB1A1;
	padding:10px 0;
	}


.pagenavi {margin:10px 0 0 0;}


.item_line {
	border-bottom:1px dotted #CDB1A1;
	margin-bottom:0px;
	}

.item_line img { width:1px; height:1px;}





















.tbl_calendar {
  border: none !important;
  border-collapse: collapse !important;
  border-spacing: 0 !important;
}
.tbl_calendar th, .tbl_calendar td {
  padding: 2px !important;
  text-align: center !important;
  border-bottom: 1px solid #ccc !important;
}


/* ------------------------------------- 
 *	商品リスト（３列）
 * ------------------------------------- */

.item_box {
	float:left;
	width:140px;
	margin:15px 5px;
	}

.item_box img {
	border:5px solid #E7DECD;
	display:block;
	}



/* ------------------------------------- 
 *	商品一覧（１列）
 * ------------------------------------- */
 
.cat_list {}

.cat_list table {
	margin-top:15px;
	}

.cat_list_item {
	width:130px;
	padding:0 10px;
	}

.cat_list_item img {
	border:5px solid #E7DECD;
	display:block;
	}
	
.cat_list p { margin-top:5px;}


/* ------ サブカテゴリ ------ */

.subcat { margin-bottom:20px;}



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

.detail { margin:15px 0;}

.detail .img_main img {
	border:5px #E7DECD solid;
	margin:0 20px 20px 0;
	}
	
.detail .img_sub {
	width:110px;
	}

.detail .img_sub img {
	width:100px;
	display:block;
	border:5px #DEDEDE solid;
	margin-bottom:20px;
	}
	
.detail .expl {
	line-height:130%;
	border-bottom:1px dotted #CDB1A1;
	border-top:1px dotted #CDB1A1;
	padding:15px 0;
	margin-right:20px;
	}


.detail .spec td { background:#E7DECD;}
.detail .spec p  { margin:10px;}


.detail .option { margin-top:5px;}


.detail input { margin-top:15px;}


.detail .etc {
	border-top:1px dotted #CDB1A1;
	margin-top:10px;
	line-height:180%;
	}


/* ------------------------------------- 
 *	トラックバック
 * ------------------------------------- */
 
.tb {
	border-bottom:1px dotted #CDB1A1;
	padding:15px 0;
	}

.tb_date {
	font-size:x-small;
	}

.tb_title {
	margin:5px 0;
	}

.tb_state {
	text-align:right;
	margin-top:10px;
	}


/* ------------------------------------- 
 *	オプション
 * ------------------------------------- */

#option {
	margin:20px 10px;
	padding:10px;
	background:#FFF;
	}

.option_table { margin:15px 0;}

.option_cell1 {
	background:#E7DECD;
	padding:5px;
	}

.option_cell2 {
	padding:5px;
	}

.option_btn {
	margin:15px 0;
	}

/* ------------------------------------- 
 *	検索結果
 * ------------------------------------- */
 
.search_result {
	border-bottom:1px dotted #CDB1A1;
	padding:10px 0;
	}

.nodata {
	margin-top:40px;
	text-align:center;
	}


/* ------------------------------------- 
 *	特定商取引法に基づく表記
 * ------------------------------------- */

.sk th {
	width:120px;
	text-align:left;
	font-weight:normal;
	padding-top:10px;
	}

.sk td {
	padding-top:10px;
	}

/*■初心者設定：販売業者情報表の登録内容文字色*/
.sk p {
	color:#666;
	margin-left:15px;
	}

.payment_table{
	width:400px;
	margin:0px 0px 10px 0px;
}

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


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

/*■初心者設定：本文の文字色*/
.policy {
	color:#666;
	padding:15px 0 ;
	border-top:1px dotted #CDB1A1;
	}

/*■初心者設定：項目タイトル文字色*/
.policy_title {
	color:#666633;
	margin-bottom:10px;
	}


/* ************************************************ 
 *	サイドメニュー
 * ************************************************ */

.link {
	width:165px;
	margin-left:7px;
	margin-bottom:10px;
	}

/*■初心者設定：右サイドメニュータイトル文字色*/
.link .title_or, .title_gr, .title_bl, .title_rd, .title_pi, .title_gray {
	position:relative;
	top:-5px;
	color:#FFF;
	padding:10px 0 14px 23px;
	}

.link .title_or  {background:url(https://img.shop-pro.jp/tmpl_img/14/link_title_or.gif) no-repeat;}
.link .title_gr  {background:url(https://img.shop-pro.jp/tmpl_img/14/link_title_gr.gif) no-repeat;}
.link .title_bl  {background:url(https://img.shop-pro.jp/tmpl_img/14/link_title_bl.gif) no-repeat;}
.link .title_rd  {background:url(https://img.shop-pro.jp/tmpl_img/14/link_title_rd.gif) no-repeat;}
.link .title_pi  {background:url(https://img.shop-pro.jp/tmpl_img/14/link_title_pi.gif) no-repeat;}
.link .title_gray{background:url(https://img.shop-pro.jp/tmpl_img/14/link_title_gray.gif) no-repeat;}


.link .top	{ background:url(https://img.shop-pro.jp/tmpl_img/14/link_top.gif) no-repeat;}
.link .middle 	{ background:url(https://img.shop-pro.jp/tmpl_img/14/link_bg.gif) repeat-y;}
.link .bottom 	{ background:url(https://img.shop-pro.jp/tmpl_img/14/link_bottom.gif) no-repeat;}
.link .top img, .link .bottom img { width:1px; height:15px;}

.link .text {
	padding:0 10px;
	}

.link ul {
	padding:0px 10px;
	}

.link li {
	list-style-type:none;
	padding-bottom:5px;
	}


/* ------------------------------------- 
 *	検索
 * ------------------------------------- */

.link .search {
	width:120px;
	margin-bottom:5px;
	margin-left:10px;
	}

.link .btn {
	margin-left:30px;
	}


/* ------------------------------------- 
 *	Profile
 * ------------------------------------- */

.link .owner_photo {
	display:block;
	text-align:center;
	margin-bottom:5px;
	}