<!--

#ikou {
    background-color:#66cdaa;
	font-size: 15px;  
    margin:30px; 
    text-align: center;
	font-weight: bolder;
}

#ikou a{
    background-color:#66cdaa;
	font-size: 15px;  
    text-align: center;
	font-weight: bold;
}





/*--------------グローバルナビ１------------------------*/

.nav {
    padding: 0 0px;
    margin: 0 auto 1px;
    width: 100%;
    font-size: 100%;
    background: #555;
}
.nav li {
    list-style: none;
    float: left;
}
.nav li a {
    text-decoration: none;
    color: #fff;
    padding: 10px 20px 5px;
    display: block;
}
.nav li a:hover {
    background: #ff884d;
}
.fixed {
    position: fixed;
    top: -15;
    left: 0;
    width: 100%;
}

.clearfix:before,
.clearfix:after {
    content:"";
    display:table;

}
.clearfix:after {
    clear:both;
}
.clearfix {
    zoom:1;
}


/*---------　ヘッダー・フッター（新）--------------- */

.header-top {
 width:100%;
}

/*　ヘッダーの1 */

.header1 {
 width:100%;
}

.header1 td  {background:#f7f7f7; 
          padding:2px; 
          width: 14%; 
          margin-right: 2px; 
          border-radius: 2px; 
          border: 1px solid  #CCCCCC;
		  text-align:center;	
		 }

.header1 a       {
    display:block;width:100%;height:100%;
    font-size: 14px;
    font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-decoration:none;
		}
		
.header1 a:hover {
    background-color:#003300;
    background-color:#CCFFCC;text-decoration:none;
	font-size: 14px;
    font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-decoration:none;
	}
		
/*　ヘッダーの2 */
.header2 {
 width:100%;
}

.header2 td  {background:#f7f7f7; 
          padding:2px; 
          width: 12%; 
          margin-right: 2px; 
          border-radius: 2px; 
          border: 1px solid  #CCCCCC;
		  text-align:center;	
		 }

.header2 a       {
    display:block;width:100%;height:100%;
    font-size: 13px;
    font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-decoration:none;
		}
		
.header2 a:hover {
    background-color:#003300;
    background-color:#CCFFCC;text-decoration:none;
	font-size: 13px;
    font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	text-decoration:none;
	}

/*　フッター(新） */

.footer-end {
 width:100%;
}

.footer-end td  {
    font-size: 12px;	
    height: 40px;
    text-varigin:middle;
	text-align:center;
    background: #555; 
    padding:1px; 	 
	text-decoration:none;
	color: #fff;		  
		 }

.footer-end a       {
    display:block;width:100%;height:100%;
	text-decoration:none;
	color: #fff;

		}
		
.footer-end a:hover {
    background: #ff884d;
		}









/*--------------????????????????------------------------*/

a.thumbnail {
	display: block;
	float: left;
	margin: 0.3em 10px 0.3em 0;
}
a.thumbnail img{
	position: absolute;
}
a.thumbnail,
a.thumbnail img{
	width: 100px;
	height: 100px;
}
a.thumbnail:hover {
	border: none;
	cursor: default;
}
a.thumbnail:hover img {
	width: 100px;
	height: 100px;
}



/*--------------プルダウンメニュー------------------------*/
#menu li {
  position: relative;
  float: none;
  margin: 0;
  padding: 5px;
  width: auto;
  height: 20px;
  border: solid 1px #ccc;
  font-weight: bold;
}
#menu li:hover {
  color: #fff;
  background: #333;
}
#menu li ul {

  display: none;
  position: absolute;
  top: 20px;
  left: -1px;
  padding: 5px;
  width: auto;
  background: #eee;
  border: solid 1px #ccc;
}
#menu li ul li {
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
  border: none;
}
#menu li ul li a {
  width: auto;
  height: auto;
}
#menu li ul li a:hover {
  background: #999;
  color: #fff;
}



/*--------------プルダウンメニュー2------------------------*/

#menu2 li {
  display: block;
  top: 15px;

  padding: 5px;
  width: auto;
  background: #eee;
  border: solid 1px #ccc;
}

#menu2 ul li {
  list-style:none;
  height: auto;
  margin: 0;
  padding: 0;
  width: auto;
  border: none;
}
#menu2 ul li a {
  width: auto;
  height: auto;
}
#menu2 ul li a:hover {
  background: #999;
  color: #fff;
}







/*--------------フリックのコード------------------------*/

/* #flickscroll
--------------------------- */
#flickscroll {
    margin: 0 auto;
    width: 400px;
    height: 400px;
    text-align: left;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}
#flickscroll ul {
    top: 0;
    left: 0;
    height: 400px;
    position: absolute;
    overflow: hidden;
}
#flickscroll ul li {
    width: 400px;
    height: 400px;
    float: left;
    display: inline;
    overflow: hidden;
}
 
/* #flickthumb
--------------------------- */
#flickthumb {
    margin: 10px auto;
    width: 400px;
    height: 100px;
    text-align: center;
}
#flickthumb ul {
    width: 400px;
    height: 100px;
}
#flickthumb ul li {
    width: 100px;
    height: 100px;
    float: left;
    cursor: pointer;
    display: inline;
}
#flickthumb ul li.active {
    filter:alpha(opacity=100)!important;
    -moz-opacity: 1!important;
    opacity: 1!important;
}
 
 
/* =======================================
    ClearFixElements
======================================= */
#flickscroll ul:after,
#flickthumb ul:after {
    content: ".";
    height: 0;
    clear: both;
    display: block;
    visibility: hidden;
}
 
#flickscroll ul,
#flickthumb ul {
    display: inline-block;
    overflow: hidden;
}


/*--------------フリックのコード　終わり------------------------*/








/*--------------ブロックを消す------------------------*/
#smart_wrapper{
 display:none;
}



/*--------------商品テーブル　index画像------------------------*/
.gazou {
padding:2%;
}


.table td{
   text-align: left;
   vertical-align: top;   
}





/*--------------商品テーブル　均等割------------------------*/
.table1 {
 width:100%;
}

.table1 td{
 width:33%;
   text-align: left;
   vertical-align: top;   
}




/*--------------商品テーブル　2分割@------------------------*/

.table2 {
 width:100%;
}

.table2 tr{
 width:auto;
   text-align: left;
}



body {  
   text-align: center;  
   width:100vw;
} 
 

	
.main{
	font-size:13px; /*標準のフォントサイズ*/		 
    text-align: left;  
 }	



/*---------------ボディ------------------------*/
p {
	color:#4d1b1b ;
	font-size: 13px;
    font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;

}

img {
    max-width: 100%;
    height: auto;
}


img, embed, object, video {
  max-width: 100%;
}

table td{
	color:#666666 ;
	font-size: 13px;
}


a{
    color:#008800;
	font-size: 13px;
    text-decoration:underline;
font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	
}

a:hover{
    background-color:#F6E3CE;text-decoration:none;
	font-size: 13px;
    font-family:"メイリオ", Meiryo,"ＭＳ Ｐゴシック",sans-serif;	
}

.footer-line{
	border-top:#999999 solid 1px;
	clear:both;
}



/*-------------中央ワイド指定------------------------------*/

.header{
    height:auto;
}

.right{
	float:right;
	width:15%;
    height:auto;
}

.left{
	float:left;
	width:15%;
    height:auto;
}

.content{
    margin-left:15%;
    margin-right:15%;	
	width:70%;
    height:auto;
}

.footer{
	clear:both;
	text-indent:10px;
}

/*--ｐサイズ指定---*/




/*-------------中央ワイド指定------------------------------*/


/*--ｐ横並び指定---*/








/*-------------スマートフォン　2分割 ------------------------------*/
.SM-header{
    height:auto;
}

.SM-right{
	float:right;
	width:auto;
    height:auto;
}

.SM-left{
	float:left;
	width:auto;
    height:auto;
}



.SM-footer{
	clear:both;
	text-indent:10px;
}



/*---------------入れ込み タイトル　表札top------------------------*/

.hti-header{  
     width:auto;
}

.hti-right{
	float:right;
	width:35%;	
	height:auto;
}

.hti-left{
	float:left;
	width:65%;	
	height:auto;
}

.hti-footer{
	border-top:#999999 solid 1px;
	clear:both;
}







/*---------------入れ込み タイトル　2分割------------------------*/

.ti-header{  
}

.ti-right{
	float:right;
	width:auto;
    height:auto;
}

.ti-left{
	float:left;
	width:auto;
    height:auto;
}

.ti-footer{
	border-top:#999999 solid 1px;
	clear:both;
}



/*---------------入れ込み 商品　3分割------------------------*/

.header3{
    height:auto;
}

.right3{
	float:right;
	width:30%;
    height:auto;
}

.left3{
	float:left;
	width:30%;
    height:auto;
}

.content3{
    margin-left:30%;
    margin-right:30%;	
	width:auto;
    height:auto;
}

.footer3{
	clear:both;
	text-indent:10px;
}


/*---------------入れ込み ボタン　2分割------------------------*/

.bo-header{  

}

.bo-right{
	float:right;
	width:40%;
    height:auto;
    text-align: left; 
}

.bo-left{
	float:left;
	width:auto;
    height:auto;
}

.bo-footer{
	border-top:#999999 solid 1px;
	clear:both;
}





/*-----------------index line up------------------*/


h1 {
	font-size: 14px; color: #666666;
}

h2 {
	border-bottom-color: #ff884d;
	border-left-color: #ff884d;
	border-left-width: 1em;
	border-bottom-style: dotted;
	border-left-style: outset;
	font-size: 14px;
}

h3 {
	border: thin dotted #ffa072;
	font-size: 100%;
}

h4 {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #6666CC;
	border-right-color: #6666CC;
	border-bottom-color: #6666CC;
	border-left-color: #6666CC;
}

h5 {
	border-top-width: thick;
	border-right-width: thick;
	border-bottom-width: thick;
	border-left-width: thick;
	border-right-style: dotted;
	border-left-style: dotted;
	border-top-color: #be4d48;
	border-right-color: #be4d48;
	border-bottom-color: #be4d48;
	border-left-color: #be4d48;
    font-size: 14px;
}

h6 {
	border-bottom-color: #847d71;
	border-left-color: #8b7d63;
	border-left-width: 1em;
	border-bottom-style: dotted;
	border-left-style: outset;
	font-size: 12px;
}


h7 {
	font-size: 14px; color: #08298A;
}

h8 {
	border-bottom-color: #6666CC;
	border-left-color: #6666CC;
	border-left-width: 1em;
	border-bottom-style: dotted;
	border-left-style: outset;
	font-size: 12px;
}




/*--------------------------------------------*/

/*--------------表札トップページ------------------------*/
/*--------------商品table 下線---------------*/
.line{
border-bottom:#999999 solid 1px;
}

/*--------------2分割　説明　スライドショー------------------------*/

.sl-table {
 width:100%;
}

.sl-table tr{
 width:50%;
 
}







/*----------- 履歴部分 -------------*/

#recent{
	border:#cccccc solid 1px;
	height:150px;
	width:200%;
	padding-left:10px;
	line-height:120%;
	overflow:auto;
	scrollbar-face-color:#cccccc;
	scrollbar-highlight-color: #cccccc;
	scrollbar-shadow-color: #cccccc;
	scrollbar-3dlight-color: #ddd;
	scrollbar-arrow-color: #999999;
	scrollbar-track-color: #ddd;
	scrollbar-darkshadow-color: #cccccc;
	font-size: 13px;
	color:#666666 ;
}


#recent li{
	list-style-type:none;
}


/*--------------商品紹介　2分割　画像-説明------------------------*/

.table3 {
 width:100%;
}

.table3 tr{
   width:auto;
   text-align: left;
}



/*-----------hyosatsu表札slide2　　下段-------------*/
#slide {
	width:auto;/*表示の範囲です。中の要素によって適宜変えてください*/
	height:120px;/*表示の範囲です。中の要素によって適宜変えてください*/
	overflow:hidden;/*普通に考えるとoverflow:hidden;は必要です*/
	position:relative;/*スライドが絶対配置で移動するので、positionはrelativeである必要があります*/
	margin:0 auto;
}
#slideIn {
	position:absolute;/*スライドが絶対配置で移動するので、positionはabsoluteである必要があります*/
	left:0;/*必要です*/
	top:0;/*必要です*/
}
#slide li {
	float:left;/*横移動する場合は、あらかじめｆloat:left;しておきます*/
	width:120px;
	height:120px;
	margin-right:10px;
}






/*--------------indxページ------------------------*/

/*---------------メイン　入れ込み 2分割------------------------*/

.ma-header{  
	width:100%;

}

.ma-right{
	float:right;
	width:15％;
    height:auto;
   text-align: left;		
}

.ma-left{
	float:left;
	width:85％;
    height:auto;
   text-align: left;	
}

.ma-footer{
	border-top:#999999 solid 1px;
	clear:both;
}



/*-------------メイン　-商品テーブル　------------------------*/
.ma-table {
 width:100%;
}

.ma-table td{
 width:50%;
   text-align: left;
}








/*---------------入れ込み トップタイトル------------------------*/

.top-header{  
width:100%;
}

.top-right{
	float:right;
	width:40%;
    height:auto;
}

.top-left{
	float:left;
	width:60%;
    height:auto;


}

.top-footer{
	border-top:#999999 solid 1px;
	clear:both;
}

/*---------------入れ込み トップタイトル2  表札------------------------*/

.top2-header{  
width:100%;
}

.top2-right{
	float:right;
	width:40%;
    height:auto;
}

.top2-left{
	float:left;
	width:60%;
    height:auto;
}

.top2-footer{
	border-top:#999999 solid 1px;
	clear:both;
}




/*---------------index  商品テーブル------------------------*/

.ta-header{  
width:100%;
}

.ta-right{
	float:right;
	width:15%;
    height:auto;
}

.ta-left{
	float:left;
	width:80%;
    height:auto;
}

.ta-footer{
	border-top:#999999 solid 1px;
	clear:both;
}

/*---------------index  商品テーブル内　画像左　文字右------------------------*/

.ta2-header{  
width:100%;
}

.ta2-right{
	float:right;
	width:auto;
    height:auto;
   text-align: left;
	color:#666666 ;
	font-size: 13px;   
   text-valign: top;
}

.ta2-left{
	float:left;
	width:auto;
    height:auto;
   text-align: left;
   text-valign: top;
}

.ta2-footer{
	border-top:#999999 solid 1px;
	clear:both;
}

/*---------------test table-----------------------*/


.sample_01{
width: 100%;
border-collapse: collapse;
}
.sample_01 th{
width: 25%;
padding: 6px;
text-align: left;
vertical-align: top;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}
.sample_01 td{
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}


/*---------------test table-　商品、商品、伝言板----------------------*/

.sh-header{
    height:auto;
	width:100%;
}

.sh-right{
	float:right;
	width:16%;
    height:auto;
   text-align: left;
	color:#666666 ;
	font-size: 13px;   
}

.sh-left{
	float:left;
	width:42%;
    height:auto;
   text-align: left;
	color:#666666 ;
	font-size: 13px;   
}

.sh-content{
	width:auto;
    height:auto;
   text-align: left;
	color:#666666 ;
	font-size: 13px;   

}

.sh-footer{
	clear:both;
	text-indent:10px;
}


/*---------------index  下段2分割------------------------*/

.sh2-header{  
width:100%;
}

.sh2-right{
	float:right;
	width:15%;
    height:auto;
}

.sh2-left{
	float:left;
	width:75%;
    height:auto;
}

.sh2-footer{
	border-top:#999999 solid 1px;
	clear:both;
}



/*-------------商品テーブル 他　陶器、石など　------------------------*/
.hoka {
 width:100%;
}

.hoka  td{
 width:25%;
   text-align: left;
}


/*---------------商品単品ページ------------------------*/
/*---------------入れ込み　2分割------------------------*/

.wari1-header{  

}

.wari1-right{
	float:right;
	width:50%;
    height:auto;
    text-align: left; 
}

.wari1-left{
	float:left;
	width:auto;
    height:auto;
}

.wari1-footer{
	border-top:#999999 solid 1px;
	clear:both;
}


/*-----------コラム ページ-------------*/

.tex1 td {
vertical-align: top;
}

.tex2 {
  text-align:center;   
}

/*-----------コラム 記事-------------*/

.colB-M{
	width:100%; 
 
}

.colB-R{
    float:right;
	width:20%;    
	text-align:right;	
}

.colB-L{
    float:left;
	width:80%;    
	text-align:left;
	padding:5px;
}	

.colB-footer{
	border-top:#999999 solid 1px;
	clear:both;
}

.clear{
	border-top:#999999 solid 1px;
	clear:both;
}/*-----------コラム の下段クリヤー-------------*/



.col-header{  
width:100%;
}

.col-right{
	float:right;
	width:70%;
    height:auto;
}

col-left{
	float:left;
	width:30%;
    height:auto;
}

.col-footer{
	border-top:#999999 solid 1px;
	clear:both;
}




/*-----------コラム 記事 終わり-------------*/



/*--製作例P　サイズ指定--*/

.seisaku {
   width:auto;
      }

.seisaku tr td {
   height:80;
   }

.seisaku tr td img{
   width:100;
   height:74;
   }


.seisaku tr td p img{
   width:320;
   height:240;
   }


/*-----------use タイトル-------------*/
.useT-M{
	width:100%; 
 
}

.useT-L{
    float:left;
	width:30%;    
	text-align:center;
	font-size:10px;
	padding:5px;
}	

.useT-L h1{  
    line-height: 60px;/*上下のセンタリング*/
    text-align: center; 
	font-size:14px;
	color: #333333;
}
	
.useT-R{
    float:right;
	width:30%;    
	text-align:center;	
}

.useT-R p{
	font-size:10px; 
}



/*-----------useA(W800 390-390)-------------*/

.useA-M{
	width:100%; 
	text-align:left; 
}

.useA-L{
    float:left;
	width:70%;    
	text-align:left;
	padding:5px;
}	
	
.useA-R{
    float:right;
	width:30%;    
	text-align:center;	
}

/*-----------useB(W850 600-230)-------------*/
.useB-M{
	width:100%; 
 
}

.useB-L{
    float:left;
	width:70%;    
	text-align:left;
	padding:5px;
}	
	
.useB-R{
    float:right;
	width:30%;    
	text-align:left;	
}


/*-----------use 機能門柱　商品紹介(W600 280-280)-------------*/

.useKM-L{
    float:left;
	width:50%;    
	text-align:left;
}	
	
.useKM-R{
    float:right;
	width:50%;    
	text-align:left;	
}




/* ナビゲーター　リスト */
ol.topic-path {
margin: 0; /* マージン（上下左右） */
padding: 7px 5px; /* パディング（上下、左右） */
background-color: #f9f9f9; /* 背景色 */
list-style-type: none; /* リストマーク非表示 */
font-size: 90%; /* 文字サイズ */
}
/* リスト項目 */
ol.topic-path li {
padding-left: 5px; /* 左パディング */
display: inline; /* 項目を横並び */
}
/* リスト項目（最初の項目） */
ol.topic-path li.first {
padding-left: 25px; /* 左パディング */
background: url(https://kageboshi.jp/image/list-p/topic-path-home-gray.png) no-repeat left; /* ホーム記号（※） */
}
/* リンクエリア */
ol.topic-path li a {
padding-right: 18px; /* 右パディング */
background: url(https://kageboshi.jp/image/list-p/topic-path-gray.gif) no-repeat right; /* 矢印記号（※） */
}
/* リンク色 */
ol.topic-path li a {
color: #00991a;
font-size: 100%; /* 文字サイズ */
}
/* リンク色（マウスオーバー） */
ol.topic-path li a:hover {
color: #98fb98;
font-size: 100%; /* 文字サイズ */
}


/* フッター紹介　リスト */
.table4 {
 width:100%;
}

.table4 td  {background:#f7f7f7; 
          padding:10px; 
          width: auto; 
          margin-right: 6px; 
          border-radius: 2px; 
          border: 1px solid  #CCCCCC;
		 }














