/* --- Reset End --- */

*{
	margin:0px;
	padding:0px;
	}
body {
  　width:100%;
	/*color: #333333;
	font-size: 12px;*/
	font-family: "Verdana", "ヒラギノ角ゴ Pro W3", "ＭＳ ゴシック", "Osaka‐等幅";
	line-height: 150%;
　　margin:0 auto;
}
img{
	border:none;
	}

#main h2 {
	margin-bottom: 5px;
}


#side h2 {
	margin-bottom: 10px;
}

/*ここからオリジナル*/

body{
    font-family: :"sans-serif";
}
#top{
	width:960px;
	margin:0 auto;
}
.box-top1{
	float:left;
	margin:0 auto 0 10px;
	}
.box-top1 img{
	height:70px;
	margin-top:10px;
}
	
.box-top2{
	float:right;
}.cf{
	clear:both;
}
/* SNS */
.follow-me {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin-top:30px;
}
.follow-me{
  text-align:right;
}
.follow-me li {
  display:inline;
  margin: 0 4px 0 0;
  padding: 0;
}
.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 30px; 
  line-height: 30px; 
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 30px; 
}
.follow-me li a[href*="facebook.com"]::before       { border-color: #3b5998; background-color: #3b5998; content: "\f09a"; }
.follow-me li a[href*="hatenablog.com"]::before     { content: "BLOG";
    font-family: Verdana;
    font-size:100%;
    font-weight: bold;
    border-color: #008fde; background-color: #008fde;  }
.follow-me li a[href*="instagram.com"]::before      { border-color: #125688; background-color: #125688; content: "\f16d"; }
.follow-me li a[href*="x.com"]::before        { border-color: #000000; background-color: #000000; content: "\e61a"; }
.follow-me li a[href*="vimeo.com"]::before          { border-color: #1ab7ea; background-color: #1ab7ea; content: "\f27d"; }
.follow-me li a[href*="youtube.com"]::before        { border-color: #cd201f; background-color: #cd201f; content: "\f16a"; }
.follow-me li a:hover::before {
  background-color: #fff;
}
.follow-me li a[href*="facebook.com"]:hover::before       { color: #3b5998; }
.follow-me li a[href*="hatenablog.com"]:hover::before     { color: #008fde; }
.follow-me li a[href*="instagram.com"]:hover::before      { color: #125688; }
.follow-me li a[href*="x.com"]:hover::before        { color: #000000; }
.follow-me li a[href*="vimeo.com"]:hover::before          { color: #1ab7ea; }
.follow-me li a[href*="youtube.com"]:hover::before        { color: #cd201f; }

/* /SNS */
/* メニュー */
button{
	display:none;
}
.drawer-menu {
  list-style-type: none;
  width: 960px;
  margin: -15px auto 25px auto;
  padding: 0;
}
.drawer-menu li {
  position:relative;
  width: 14%;
  float: left;
  margin: 0;
  padding: 0;
  text-align: center;
}
.drawer-menu li a {
  display: block;
  border-top: 0.5px solid #c0c0c0;
  border-bottom: 0.5px solid #c0c0c0;
  margin: 0;
  padding: 5px 0;
  color:#000000;
  font-size: 12px;
  font-weight: bold; 
  line-height: 1;
  height:25px;
  text-decoration: none;
  display: -webkit-flex;
  display: flex;
  -webkit-align-items: center; /* 縦方向中央揃え（Safari用） */
  align-items: center; /* 縦方向中央揃え */
  text-align:center;
  -webkit-justify-content: center; /* 横方向中央揃え（Safari用） */
  justify-content: center; /* 横方向中央揃え */
}
.drawer-menu li ul {
  list-style: none;
  position: absolute;
  z-index: 100;
  top: 100%;
  left: 0;
  width: 140%;
  margin: 0;
  padding: 0;
}
.drawer-menu li ul li {
  overflow: hidden;
  width: 100%;
  height: 0;
  color: #ffffff;
  transition: .5s;
}
.drawer-menu li ul li a {
  padding: 13px 15px;
  background: #ffffff;
  color: #000000;
  -webkit-justify-content: left; /* 横方向中央揃え（Safari用） */
  justify-content: left; /* 横方向中央揃え */
  font-size: 12px;
  font-weight: normal;
}
/* カーソルを合わせたとき */
.drawer-menu > li:hover > a {  background: #C0C0C0 }
.drawer-menu > li:hover li:hover > a {  background:  #C0C0C0}
.drawer-menu li:hover > ul > li {
  overflow: visible;
  height: 38px;
}
.drawer-menu li ul li ul {
  top: 0;
  left: 100%;
}
.drawer-menu li:last-child ul li ul {
  left: -100%;
  width: 100%;
}
.drawer-menu li ul li ul li a {  background: #ffffff }
.drawer-menu li:hover ul li ul li:hover > a {  background: #C0C0C0 }
.drawer-menu li ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: -20px;
  width: 0;
  height: 0;
  border: 5px solid transparent;
  border-left-color: #fff;
}
.drawer-menu li:last-child ul li ul:before {
  position: absolute;
  content: "";
  top: 13px;
  left: 200%;
  margin-left: -20px;
  border: 5px solid transparent;
  border-right-color: #fff;
}
.lady_color{
	color:#ff66b3;
}

/* 　/メニュー */
.cf{
  clear:both;
}
.contents {
  	width:960px;
	margin:20px auto;
}
.content2{
	width: 950px;
	margin-bottom:20px;
}
#bread{
	height:20px;
	padding-left:155px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	padding-top:5px;
	}

#leftbox{
	float:left;
	width:180px;
  font-size:90%;
}
.leftmenu{
	border:1px solid #CCCCCC;
	width:180px;
	padding-bottom:5px;
	}
.leftmenu img{
	margin-bottom:5px;

	}
.leftmenu ul{
 	text-align:left;
 	list-style-type:none;
	padding-left:10px;
	_display:inline;
	_position:relative;
	_left:10px;
		}

	
#center{
	float:left;
	width:770px;
	padding:0px 5px;
	}

/*#rightbox{
	float:left;
	width:100px;
	padding-left:8px;
	}
.rightmenu{
	border:1px solid #CCCCCC;
	width:100px;
	padding-bottom:5px;
	}
.rightmenu img{
	margin-bottom:5px;

	}
*/
a {
	text-decoration: none;
}

p {
	padding: 13px 0;
}



h1 {
	font-size: 10px;
	color:#ffffff;
	text-align:left;
	font-weight:lighter;
	display:inline;
	line-height:1.2em;
}

h2 {
	font-size:18px;
	display:block;
	text-align:center;
	background-image:url(https://www.seakong.com/color_me/images/h2bg.png);
	height:25px;
	margin-bottom:50px;
	padding-top:10px;
	width:100%;
}
h2 span{
	background-image:url(https://www.seakong.com/color_me/images/mainmenu.png);
	background-position:0px 8px;
	background-repeat:no-repeat;
	padding-left:15px;

}
*:first-child + html h2 span{  
	background-image:url(https://www.seakong.com/color_me/images/mainmenu.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:15px;
}  



.center{
	text-align:center;
	}
.right{
	text-align:right;
	}
.left{
	text-align:left;
	}
.m10t{
	margin-top:10px;
	}
.m10b{
	margin-bottom:10px;
	}

#item{
	width:636px;
	border:1px #CCCCCC solid;
	}
#item td{
	width:200%;
	border:1px #CCCCCC solid;
	}
.itemdate{	
	font-size:9px;
	width:200%;
	vertical-align:top;
	padding:0px;
	}
.cf{
  clear:both;
}
/* フッター */
#footerbg{
	text-align:center;
	width:100%;
	padding-top:15px;
	color:#808080;
	height:230px;
	line-height:1.2em;
	background: -moz-linear-gradient(-45deg, rgba(224,224,224,0) 0%, rgba(186,208,211,0.65) 99%); /* FF3.6-15 */
background: -webkit-linear-gradient(-45deg, rgba(224,224,224,0) 0%,rgba(186,208,211,0.65) 99%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(135deg, rgba(224,224,224,0) 0%,rgba(186,208,211,0.65) 99%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00e0e0e0', endColorstr='#a6bad0d3',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
	border-top:2px solid #dcdcdc;
	margin-top:30px;
	}

#footer{
    padding-top:20px;
    width:100%;
	margin:0px auto;
    text-align:left;
}
*:first-child + html #footer{
	font-size:13px;
	}
#footer table{
  margin:0 auto;
  width:230px;
  height:80px;
  line-height:1.5;
}
#footer td{
	vertical-align:top;
	}
.menu03{
	border:none;
	border-spacing:0px;
	}
.menu03 td{
	padding-left:10px;
	border-spacing:0px;
	font-size:90%;
	line-height:1.4;

	}
.menu03 a{
	color:#5f5f5f;
	text-decoration:none;
    }

*:first-child + html .menu03 a{
	color:#5f5f5f;
	text-decoration:none;
	font-size:13px;
	}

.menu03 a:hover{
	color:#cccccc;
	text-decoration:none;
	}
.f_link{
	background-image:url(https://www.seakong.com/images/mainmenu2.png);
	background-position:0px 5px;
	background-repeat:no-repeat;
	padding-left:10px;
		}
.square_btn{
    float:right;
    margin-right:20px;
     padding: 0.5em 1em;
    text-decoration: none;
    background: #f7f7f7;
    border-left: solid 6px #000000;/*左線*/
    color: #000000;/*文字色*/
    font-weight: bold;
    box-shadow: 0px 2px 2px rgba(0, 0, 0, 0.29);
}

.square_btn:hover {
    box-shadow: inset 0 0 2px rgba(128, 128, 128, 0.1);
    transform: translateY(2px);
}
/* /フッター */
/* トップページへ */
.page_top{
  width: 80px;
  height: 80px;
  position: fixed;
  right: 0;
  bottom: 0;
  opacity: 0.6;
}
.page_top a{
  position: relative;
  display: block;
  width: 80px;
  height: 80px;
  text-decoration: none;
}
.page_top a::before{
  font-family: FontAwesome;
  content: '\f102';
  font-size: 60px;
  color: #3f98ef;
  position: absolute;
  width: 70px;
  height: 70px;
  top: -60px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
}
.page_top a::after{
  content: 'PAGE TOP';
  font-size: 15px;
  color: #fff;
  position: absolute;
  top: 35px;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  text-align: center;
  color: #3f98ef;
}

  /* SNS */
ul.follow-me {
  list-style: none;
  overflow: hidden;
  padding: 0;
  margin:10px;
}
ul.follow-me{
  text-align:right;
}
ul.follow-me li {
  display:inline;
  margin: 0 4px 0 0;
  padding: 0;
}
ul.follow-me li a::before {
  border-style: solid;
  border-width: 1px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  color: #fff;
  display: inline-block;
  font-family: FontAwesome;
  font-size: 16px;
  height: 42px; /* Button height */
  line-height: 42px; /* Button height */
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
  text-align: center;
  width: 42px; /* Button width */
}
ul.follow-me li a[href*="facebook.com"]::before       { border-color: #3b5998; background-color: #3b5998; content: "\f09a"; }
ul.follow-me li a[href*="hatenablog.com"]::before     { content: "B!";
    font-family: Verdana;
    font-weight: bold;
    border-color: #008fde; background-color: #008fde;  }
ul.follow-me li a[href*="instagram.com"]::before      { border-color: #125688; background-color: #125688; content: "\f16d"; }
ul.follow-me li a[href*="twitter.com"]::before        { border-color: #55acee; background-color: #55acee; content: "\f099"; }
ul.follow-me li a[href*="vimeo.com"]::before          { border-color: #1ab7ea; background-color: #1ab7ea; content: "\f27d"; }
ul.follow-me li a[href*="youtube.com"]::before        { border-color: #cd201f; background-color: #cd201f; content: "\f16a"; }
ul.follow-me li a:hover::before {
  background-color: #fff;
}
ul.follow-me li a[href*="facebook.com"]:hover::before       { color: #3b5998; }
ul.follow-me li a[href*="hatenablog.com"]:hover::before     { color: #008fde; }
ul.follow-me li a[href*="instagram.com"]:hover::before      { color: #125688; }
ul.follow-me li a[href*="twitter.com"]:hover::before        { color: #55acee; }
ul.follow-me li a[href*="vimeo.com"]:hover::before          { color: #1ab7ea; }
ul.follow-me li a[href*="youtube.com"]:hover::before        { color: #cd201f; }


#copy{
		text-align:center;
		font-size:10px;
        margin:7px auto;		
		}
#copy a{
		color:#CCCCCC;
		text-decoration:none;
		
		}
.border{
	margin:20px 0px;
	background:#CCCCCC;
	height:1px;
	border:none;

	}
.box{
	padding:5px 10px;
	width:760px;

	}
 dt{ 
		color:#333333;
		font-weight:bold;
		margin-top:1em;
		background-image:url(https://www.seakong.com/color_me/images/blackarrow.gif);
		background-position:left;
		padding-left:20px;
		background-repeat:no-repeat;
		}
dd{ 
		color:#666666;
		margin-left:25px;
		width:200px;
		border-bottom:1px dotted #333333;
		margin-bottom:5px;
		padding-bottom:3px;
		}
.glayarrow { 
		color:#555555;
		font-weight:bold;
		margin-top:1em;
		background-image:url(https://www.seakong.com/color_me/images/glayarrow.gif)!important;
		background-position:left;
		padding-left:15px;
		margin-left:20px;
		background-repeat:no-repeat;
		}
small{
	font-size:10px;
	}
	
	
	
	
#type2{
	width:770px;
	line-height:1.5em;
	color:#000000;
	border:1px solid #CCCCCC;
	}
.onecolumn{
	width:100%;
	border-collapse:collapse;
	border:none;
	}
.bordlist{
	width:100%;
	border-collapse:collapse;
	border:none;
	}
.bordlist td{
	border:1px solid #CCCCCC;
	font-size:10px;
	padding-left:2px;
	padding-top:2px;
	}
.bordlist td{
	border:1px solid #CCCCCC;
	font-size:10px;
	padding-left:2px;
	padding-top:2px;
	}
.blandlink a{
	color:#3300FF;
	text-decoration:none;
	}
.modellink a{
	color:#66CC00;
	text-decoration:none;
	}
*:first-child + html .bordlist td{
	border:1px solid #CCCCCC;
	font-size:9px;
	padding-left:2px;
	padding-top:2px;
	}
.pageNav04c {
	/zoom: 1;
	position: relative;
	overflow: hidden;
	background: #fff;
	width:300px;
}


.pageNav04c ul {
	position: relative;
	left: 0%;
	float: left;
	list-style:none;
}

.pageNav04c ul li {
	position: relative;
	left: 0%;
	float: left;
	margin: 0;
}

.pageNav04c li span,
.pageNav04c li a {
	display: inline-block;
	margin: 0 1px 1px 0;
	padding: 1px 8px;
	background: #dedede;
	text-decoration: none;
	vertical-align: middle;
	color:#000000;
}
.pageNav04c li  .select{	
	background:#FF3399;
	color:#FFFFFF;
}
.pageNav04c li a:hover {
	background:#CC6699;
	color:#FFFFFF;
}
.clearfloat{
	margin:0px auto!important;
	float:none!important;
	}

/*ここまでオリジナル*/




/* ************************************************ 
 *	左右メニューのレイアウト
 * ************************************************ */

.side {
	margin-top:0px;
	width: 180px;
	padding: 0px 0px 10px 0px;
	overflow:hidden;
	background: #AFAFAF url(https://img07.shop-pro.jp/PA01114/614/etc/background_side.jpg?cmsp_timestamp=20200415105827) no-repeat;
	}



.list ul {
	line-height: 160%;
	margin: 10px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	}

.list li {
	list-style-type: none;
	background: url(https://img.shop-pro.jp/tmpl_img/8/list_white.gif) no-repeat 6px 7px;
	}

.list li a {
	color: #FFF;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	display: block;
	width: 100%;
	text-indent: 1em;
	}

.list li a:visited {
	color: #FFF;
	text-decoration: none;
	display: block;
	width: 100%;
	}

.list li a:hover {
	color: #000;
	text-decoration: none;
	/*background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;*/
	display: block;
	width: 100%;
	}

.list li a:active {
	color: #000;
	text-decoration: none;
	/*background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;*/
	display: block;
	width: 100%;
	}


/* ------------------------------------- 
 *	商品一覧表示のレイアウト
 * ------------------------------------- */

.product_list {
width:250px;
float:left;
text-align:center;
  margin:5px auto 5px auto;
}
.product_item {
	text-align:center;
  width:180px
	margin:0px auto;
	padding:5px;
	}

.product_item img {
	padding: 2px;

	}
/**	border: 1px #cccccc solid;**/
.product_item .name {
	line-height: 120%;
	margin:10px 0px 0px 0px;
	}
	
.product_item .name img{
	vertical-align:middle;
	}

.product_item .price {
	margin:5px 0px 0px;
	color: #333333;
	font-size:11px;
	}

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


.product_list a,
.product_list a:link,
.product_list a:visited {
	text-decoration:none;
	}

.product_list a:active,
.product_list a:hover {
	text-decoration:none;
	}


/* ------------------------------------- 
 *	ぱんくずリスト
 * ------------------------------------- */




/* ************************************************ 
 *	コンテンツ共通
 * ************************************************ */


.main_title {
	width:565px;
	height:30px;
	/*background: url(https://img.shop-pro.jp/tmpl_img/26/main_title_bg.jpg) no-repeat;*/
	color:#6d2916;
	margin-bottom:15px;
	font-weight:bold;
	}
	
.main_title td{
	padding-left:15px;
	}

.main_title td img{
	vertical-align:middle;
	}
	
/* ------------------------------------- 
 *	会員専用価格の表示　トップページ用
 * ------------------------------------- */
.regular_price_top {
	padding:0px;
	margin:0px;
	font-size:11px;
	text-decoration:line-through;
	color:#666666;
}

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

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

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

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

.info_bg {
	/*background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bg.jpg) 0px 0px repeat-y;*/
	padding:0px 0px 5px;
	width:565px;
	}

.info_title {
	/*background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_top_bg.jpg) 0px 0px no-repeat;*/
	color:#6d2916;
	font-weight:bold;
	padding:7px 15px;
	margin:0px;
	}

.info_text {
	color:#333333;
	padding:0px 15px;
	}
	
.info_text_bottom {
	margin-top:10px;
	}
	
.info_block {
	width:550px;
	margin:0px auto;
	padding:15px 0px 0px;
	background:#ffffff;
}
	
.info_bottom {
	/*background:transparent url(https://img.shop-pro.jp/tmpl_img/26/info_bottom_bg.jpg) 0px 0px no-repeat;*/
	height:5px;
	margin-bottom:20px;
	}

/* ------------------------------------- 
 *	フリースペース
 * ------------------------------------- */
.free_space {
	color:#333333;
	margin-bottom: 15px;
	}


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

#detail {
	border:none;
	border-collapse:collapse;
	border:0px;
	color:#333333;
	text-align:left
	}
#detail table{
	text-align:left
	}

#detail td{
	padding:2px 0px;
	vertical-align:top;
	}
.rightdatail{
	width:100%;
	}
#detail .expl {
	line-height:150%;
	text-align: left;
	margin: 10px 10px 5px 10px;
	font-size:11px;
	}

#detail .main_img {
	padding: 1px;
	border:1px #ccc solid;
	margin-bottom:5px;

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

	}

#detail .sub {
	text-align: center;
	margin-right:2px;
	
	}

#detail .sub img {
	width: 30px;
	padding: 4px;
	border:1px #ccc solid;
	}

#detail .table {
	background:#f3f3f3;
	text-align:left;
	margin:20px auto ;
	width:95%;
	}

#detail .table .cell_1 {
	width: 130px;
	height: 28px;
	color: #333;
	font-weight:bold;
	border-right: 2px #ffffff solid;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_2 {
	height: 28px;
	color: #666;
	background:#fafafa;
	border-bottom:2px #ffffff solid;
	}

#detail .table .cell_mar {
	margin: 0px 5px 0px 15px;
	}




/* ------------------------------------- 
 *	一覧表示　並び順を変更(商品一覧）
 * ------------------------------------- */
.sort_01 {
	width: 760px;
	height: 35px;
	color: #000000;
	font-size:80%;
	background-color:#eee8aa;
	margin-bottom: 1px;
	}

.sort_01 a,
.sort_01 a:link,
.sort_01 a:visited {
	color:#0000FF;
	text-decoration:none;
	}

.sort_01 a:active,
.sort_01 a:hover {
	color:#FF0000;
	text-decoration:none;
	}

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

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

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


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

.sort_02 {
	width: 564px;
	height: 28px;
	color: #432A16;
	font-size:80%;
	background: url(https://img.shop-pro.jp/tmpl_img/26/sort_bg.gif) no-repeat;
	margin-bottom: 1px;
	}

.sort_02 a,
.sort_02 a:link,
.sort_02 a:visited {
	color:#eb5050;
	text-decoration:none;
	}

.sort_02 a:active,
.sort_02 a:hover {
	color:#ff7a21;
	text-decoration:none;
	}

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

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

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

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

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

#together .tog_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	padding:5px 10px;
	background:#f9f4eb;
	}

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

#together img {
	padding: 4px;
	border: 1px #dacdb9 solid;
	}

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

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

	}

#trackback .tb_main_title {
	font-weight:bold;
	margin:30px 0px 5px;
	color:#6d2916;
	}


#trackback .tb_url {
	font-size:11px;
	padding:10px 13px;
	background:#f9f4eb;
	color:#6d2916;
	}

#trackback .tb {
	margin:0px 0px 5px;
	border:1px solid #dacdb9;
	}

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

#trackback .tb_title {
	padding: 0px 10px 10px 10px;
	color:#6d2916;
	}

#trackback .tb_body {
	line-height: 150%;
	padding: 10px 10px 10px 10px;
	border-top: 1px dotted #dacdb9;
	border-bottom: 1px dotted #dacdb9;
	}

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




/* ************************************************ 
 *	商品オプションページ
 * ************************************************ */
#Option .option_table {
	width: 564px;
	margin-bottom:5px;
	border-left: 1px solid #dacdb9;
	border-top: 1px solid #dacdb9;
	}

#Option .option_cell1 {
	font-size: 11px;
	text-align:left;
	font-weight:normal;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	padding-left: 6px;
	}

#Option .option_cell2 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 6px 2px 6px;
	}

#Option .option_cell3 {
	font-size:80%;
	text-align:left;
	padding:5px;
	border-right: 1px solid #dacdb9;
	border-bottom: 1px solid #dacdb9;
	background-color:#FFFFFF;
	padding: 2px 10px 2px 6px;
	}

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

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

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

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

#ShopKeeper {
	width: 564px;
	color:#333333;
	margin-bottom: 15px;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
	}


#ShopKeeper th {
	width: 160px;
	padding:10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	font-size: 80%;
	font-weight: normal;
	text-align:left;
	}

#ShopKeeper td {
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	padding:10px;
	text-align:left;
	}
	
#ShopKeeper td table th,
#ShopKeeper td table td,
#ShopKeeper td table,
#ShopKeeper td table {
	border-right:none;
	border-top:none;
	border-left:none;
	border-bottom:none;
	}
	
#ShopKeeper th img,
#ShopKeeper td img {
	vertical-align:middle;
	}
	
/* 検索結果 */
.txt-search {
	padding:5px 10px;
	background:#f6eddf;
	border-bottom:#ffffff solid 1px;
	}

.txt-hitNum {
	margin-bottom:15px;
	padding:5px 10px;
	background:#f6eddf;
	}

.txt-search strong,
.txt-hitNum strong {
	color:#6d2916;
	font-weight:bold;
	}

/* オプションリンク */
.txt-optionLink {
	margin-bottom:15px;
	font-weight:bold;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}
ul.product-linkList li {
	margin-bottom:5px;
	padding:0px 0px 0px 15px;
	background:transparent url(https://img.shop-pro.jp/tmpl_img/26/icon_side01.gif) no-repeat 0px 5px;
	line-height:0px;
}

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

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

.pe_title {
	color: #432A16;

	border-top: 1px solid #dacdb9;
	padding-top: 15px;
	}

.pe_note {
	line-height: 150%;
	margin:5px 5px 20px 30px;
	}
/* -------------------------------------
*     商品オプション 表形式
* ------------------------------------- */
#option_tbl {
     border-collapse:collapse;
     margin:10px auto 0;
     border-top:1px solid #ccc;
     border-left:1px solid #ccc;
     width:100%;
}
#option_tbl th{
     padding:5px;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
#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:5px;
     text-align:center;
     border-bottom:1px solid #ccc;
     border-right:1px solid #ccc;
}
.stock_zero {
     color:red;
}
<!--Fatcat カスタマイズ-->

.style1 {color: #333333}
.style2 {
	color: #000000;
	font-weight: bold;
}
.style3 {color: #666666}
.style4 {color: #FF0000}
.style5 {color: #003366}
.style11 {font-size: 10px}
.style12 {font-size: 12px}
.style17 {font-size: 10}

<!--Fatcat カスタマイズ End-->

.accordion {text-align: center;}
.accordion .inner {display: none;}
.accordion .inner li ul{display: none;}
.accordion p{cursor: pointer; padding: 3px;}
.accordion .inner li ul li{padding: 7px 0 0 0;}
.accordion .inner li > p{cursor: pointer;}

.accordion li p,.accordion li a {
   text-align: left;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	}
.accordion li a:visited {
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	}
.accordion li a:hover {
	color: #000;
	text-decoration: none;
	/*background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;*/
	width: 100%;
	}
.accordion li a:active {
	color: #000;
	text-decoration: none;
	/*background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;*/
	width: 100%;
	}
.inner li ul li {
   text-align: left;
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	}
.inner li ul li a:visited {
	color: #ffffff;
	text-decoration: none;
	width: 100%;
	}
.inner li ul li a:hover {
	color: #000;
	text-decoration: none;
	/*background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;*/
	width: 100%;
	}
.inner li ul li a:active {
	color: #000;
	text-decoration: none;
	/*background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;*/
	width: 100%;
	}
#myaccount a{
	color: #ffffff;
	text-decoration: none;
	width:100%;
}
#myaccount a:hover {
	color: #000;
	text-decoration: none;
	/*background: #FFF url(https://img.shop-pro.jp/tmpl_img/8/list_red.gif) no-repeat 6px 7px;*/
	width:100px;
	}
#myaccount{
    border-top:15px groove #EEEEEE;
  width:180px;
  padding-top:10px;
padding-bottom:10px;
}
.leftmenu_style {
  border-top:15px groove #EEEEEE;
  width:180px;
  color:#ffffff;
  padding-top:10px;
padding-bottom:10px;
  ｝
