@charset "UTF-8";
/* DIV Table */
/*最初に箱の設定*/
table{
  width:auto;
  border-spacing:0;
  border-collapse:separate;
  /border-collapse:collapse; /* ie6,7 */
  border-right:1px solid #333333;
  border-bottom:1px solid #333333;
  table-layout:fixed;
  word-break:break-all;
  word-wrap:break-word;
}

th, td{
  border-top:1px solid #333333;
  border-left:1px solid #333333;
  padding:5px;
}
/*----------------------------------------------------
 .table02 レスポンシブ対応を考えた table レイアウト
 横に長い場合 overflow-x と inline-block を使用した例
----------------------------------------------------*/
.table02 th	{ width: 13%; border-bottom: 1px solid #bfbfbf; border-left: 1px solid #bfbfbf;}
.table02 td	{ text-align: center; border-bottom: 1px solid #bfbfbf; border-left: 1px solid #bfbfbf; border-right: 1px solid #bfbfbf;}
.table02 td:first-child	{ text-align: left; }
.table02 { border-top: 1px solid #bfbfbf; }
@media only screen and (max-width: 800px) { 
	.table02 { 
		display: block; 
		width: 100%; 
		margin: 0 -10px;
		border-top: 1px solid #1a1a1a;
	}
	.table02 thead{ 
		display: block; 
		float: left;
		overflow-x:scroll;
	}
	.table02 tbody{ 
		display: block; 
		width: auto; 
		overflow-x: auto; 
		white-space: nowrap;
	}
	.table02 th{ 
		display: block;
		width:auto;
		border-bottom: 1px solid #1a1a1a;
		border-left: 1px solid #1a1a1a;
	}
	.table02 tbody tr{ 
		display: inline-block; 
		margin: 0 -3px;
	}
	.table02 td{ 
		display: block;
		border-bottom: 1px solid #1a1a1a;
		border-left: 1px solid #1a1a1a;
		border-right: 1px solid #1a1a1a;

	}
}

/*----------------------------------------------------
 .table03 レスポンシブ対応を考えた table レイアウト
	  リスト風にした場合 list-item を使用した例
----------------------------------------------------*/
.table03 th, .table03 td	{ width: 20%; text-align: left; }
@media only screen and (max-width: 480px) { 
	.table03	{ margin: 0 -10px; }
	.table03 tr {
		display:block;
		margin-bottom: 10px;
	}
	.table03 th {
		display:block;
		width: 100%;
	}
	.table03 td {
		display: list-item;
		width: 90%;
		margin-left: 10%;
		border:none;
	}
}
/*----------------------------------------------------
	.table04
----------------------------------------------------*/
.table04 th	{ width: 13%; }
.table04 td	{ text-align: center; }
.table04 td:first-child	{ text-align: left; }
@media only screen and (max-width: 800px) { 
    .table04 {
		display: block; 
		width: 100%; 
		margin: 0 -10px;
/*        overflow-x: scroll; */
        overflow-x: auto;

    }
    /* 見出し行を消す */
    .table04 th {
        display: none;
    }
 
    /* セルをブロックとして表示 */
    .table04 td {
/*        display: block; */
        text-align: center;
    }
 
    /* 最初の項目に背景色を付ける */
    .table04 td:nth-child(1) {
        margin-top:20px;
        background-color: #1a1a1a;
    }
 
    /* セルに見出し代わりの文字を付加 */
/*     .table04 td:nth-child(1):before {
        content: 'カット名：';
    }

    .table04 td:nth-child(2):before {
        content: '価格：';
    } */

	.table04 thead{ 
		display: block; 
		float: left;
		overflow-x:scroll;
	}
	.table04 tbody{ 
		display: block; 
		width: auto; 
		overflow-x: auto; 
		white-space: nowrap;
	}

	.table04 tbody tr{ 
		display: inline-block; 
		margin: 0 -3px;
	}
	.table04 td{ 
		display: block;
	}
}
#top #contents_inner .price_list .flexbox{
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: stretch;
  align-items: stretch;
  border: 1px solid #aaa;
  text-align: center;
  height: 150px;
  padding: 10px;
  margin: 20px;
}

#top #contents_inner .price_list .table2 div{
 text-align: center;
}

#top #contents_inner .price_list .table01 td {
        text-align: center;
}
/* テーブルに横スクロールバーを表示 */
@media screen and (max-width: 640px) {
    .table-scroll {
/*        overflow-x: scroll; */
        overflow-x: auto;

    }
    /* 見出し行を消す */
    .table01 th {
        display: none;
    }
 
    /* セルをブロックとして表示 */
    .table01 td {
/*        display: block; */
        text-align: center;
    }
 
    /* 最初の項目に背景色を付ける */
    .table01 td:nth-child(1) {
        margin-top:20px;
        background-color: #1a1a1a;
    }
 
    /* セルに見出し代わりの文字を付加 */
/*     .table01 td:nth-child(1):before {
        content: 'カット名：';
    }

    .table01 td:nth-child(2):before {
        content: '価格：';
    } */
}

#top #contents_inner .price_list .table2 caption {
/* border:solid 1px #fff;   /*枠線　左から 線のスタイル 幅 色になっています */
 font-size: 1em;
 margin-left: auto;
 margin-right: auto;
 margin-bottom: 0.5em
}
#top #contents_inner .price_list .table2 table {
/* border:solid 1px #fff;   /*枠線　左から 線のスタイル 幅 色になっています */
 background: #000000;
 width:386px;
 margin-left: auto;
 margin-right: auto
}
#top #contents_inner .price_list .table2 th {
/* border:solid 1px #1a1a1a;   /*枠線　左から 線のスタイル 幅 色になっています */
 font-size: 1em
}
#top #contents_inner .price_list .table2 td {
/* border:solid 1px #1a1a1a;   /*枠線　左から 線のスタイル 幅 色になっています */
 font-size: 1em
 display: block;
 text-align: left;
}
#top #contents_inner .price_list .table3_td td {
/* border:solid 1px #1a1a1a;   /*枠線　左から 線のスタイル 幅 色になっています */
 font-size: 1em
/* display: block; */
 text-align: left;
}
/* 1em=Font Size=1 */
/* 1em はフォントサイズの大きさだけ文字間隔をあける */
/* <p style="letter-spacing: 1em;"> */

.nav {
  width: 100%;
}
.nav ul {
  text-align: center;
}
.nav ul li {
  display: inline-block;
  width: 25%;  /* 任意のwidth */
}

.tips-table-ul-title {
	margin:0 auto;
	display: table;
/*	border-top: 1px solid #666; */
/*	border-bottom: 1px solid #666; */
}
.tips-table-ul-title li {
	display: table-cell;
	width: 460px;
	height: 30px;
/*	border-left: 1px solid #666; */
	background-color: #1A1A1A;
	text-align: center;
	vertical-align: middle;
}

.tips-table-ul-title li:last-child {
	border-right: 1px solid #1A1A1A;
}
.tips-table-ul-title a {
	display: table-cell;
	width: 120px;
	height: 30px;
	vertical-align: middle;
}
.tips-table-ul-title a:hover {
	background-color: #bb8;
}

.tips-table-ul {
	margin:0 auto;
	display: table; 
/*	border-top: 1px solid #666; */
/*	border-bottom: 1px solid #666; */
}
.tips-table-ul li {
	display: table-cell;
	width: 120px;
	height: 30px;
/*	border-left: 1px solid #666; */
	background-color: #1A1A1A;
	text-align: center;
	vertical-align: middle;
}
.tips-table-ul li.t1 {
	display: table-cell;
	width: 285px;
	height: 30px;
/*	border-left: 1px solid #666; */
	background-color: #1A1A1A;
	text-align: center;
	vertical-align: middle;
}
.tips-table-ul li.t2 {
	display: table-cell;
	width: 95px;
	height: 30px;
/*	border-left: 1px solid #666; */
	background-color: #1A1A1A;
	text-align: left;
	vertical-align: middle;
}

.tips-table-ul li.t3 {
	display: table-cell;
	width: 285px;
	height: 30px;
/*	border-left: 1px solid #666; */
	background-color: #1A1A1A;
	text-align: left;
	vertical-align: middle;
}
.tips-table-ul li.t3_1 {
	display: table-cell;
	width: 285px;
	height: 30px;
/*	border-left: 1px solid #666; */
	background-color: #1A1A1A;
	text-align: left;
	color: red;
	font-size: 90%;
	vertical-align: middle;
}
.tips-table-ul li.t3_2 {
	display: table-cell;
	width: 370px;
	height: 30px;
/*	border-left: 1px solid #666; */
	background-color: #1A1A1A;
	text-align: left;
	color: white;
	font-size: 90%;
	vertical-align: middle;
}

.tips-table-ul li.t4 {
	display: table-cell;
	width: 95px;
	height: 30px;
/*	border-left: 1px solid #666; */
	background-color: #1A1A1A;
	text-align: left;
	vertical-align: middle;
}
.tips-table-ul li.t4_1 {
	display: table-cell;
	width: 95px;
	height: 30px;
/*	border-left: 1px solid #666; */
	background-color: #1A1A1A;
	text-align: left;
	vertical-align: middle;
}
.tips-table-ul li.t4_2 {
	display: table-cell;
	width: 15px;
	height: 30px;
/*	border-left: 1px solid #666; */
	background-color: #1A1A1A;
	text-align: left;
	vertical-align: middle;
}


.tips-table-ul li:last-child {
	border-right: 1px solid #1A1A1A;
}
.tips-table-ul a {
	display: table-cell;
	width: 360px;
	height: 30px;
	vertical-align: middle;
}
.tips-table-ul a:hover {
	background-color: #0000ff;
}

.tips-table-ul span {
	color: white;
}
}
/*表もどき */

.MyTable {
  display:table;
  margin:0 auto;
  width:480px;
}

.MyTable div.row{
  display:table-row;
}

.MyTable div.cell{
  display:table-cell;
  border: 1px solid #ff6a00;
}

.MyTable2 {
  position: relative;
  left: 50%;
  float: left;
}
.MyTable2 li{
  position: relative;
  left: -50%;
  float: left;
  
  list-style: none;
  background: #1A1A1A;
  padding: 5px;
  margin-right: 5px;
}
.MyTable2 p{
  clear: both;
}

.hyoumodoki {margin:0 auto;
/* display: table */
 width:30em;
 color: white;
/* font-family: 'Lobster', cursive; */
 text-align:ceter;  /* 表示位置（横）の設定　一行目なので...  */
}

 .hyoumodoki br{clear:both;}

 .hyoumodoki div.t0{display:block;
 float:left;
 margin:0 0 1px 1px;
 padding:4px;
 width:29.15em;
 border:1px solid #666;
 text-align:center;  /* 表示位置（横）の設定　一行目なので...  */
 color: white;
/* font-family: 'Lobster', cursive; */
 }

 .hyoumodoki  div.t1{display:block;
 float:left;
 margin:0 0 1px 1px;
 padding:4px;
 width:9em;
 border:1px solid #666;
 }

 .hyoumodoki  div.t2{display:block;
 float:left;
 margin:0 0 1px 1px;
 padding:4px;
 width:20em;
 border:1px solid #666;
 }


.hyoumodoki1 {margin:0 auto;
/* display: table */
 width:25em;
 text-align:ceter;}
 .hyoumodoki1 br{clear:both;}

 div.t0{display:block;
 float:left;
 margin:0 0 1px 1px;
 padding:4px;
 width:22.15em;
 border:1px solid #666;
 text-align:center;  /* 表示位置（横）の設定　一行目なので...  */
 color: white;
/* font-family: 'Lobster', cursive; */

 }

 div.t1{display:block;
 float:left;
 margin:0 0 1px 1px;
 padding:4px;
 width:5em;
 border:1px solid #666;
 }

 div.t2{display:block;
 float:left;
 margin:0 0 1px 1px;
 padding:4px;
 width:10em;
 border:1px solid #666;
 }

 div.t3{display:block;
 float:left;
 margin:0 0 1px 1px;
 padding:4px;
 width:7em;
 border:1px solid #666;
 }

.th4{height:4em}

#top #contents_inner .price_list .table div{
/*    display: table-cell; */
    display: inline-block;
    width:386px;    /* 箱の横幅 auto(内容に応じて自動）・% 設定でもOK*/
    height:auto;    /* 箱の高さ px単位・% 設定でもOK */

/*    float:left;     /* 箱を左から順番にならべてね！の指定 */
/*    margin: 0 auto;   /* 箱と箱の間のスペース設定 左から　上 左右 下　の幅を設定しています */
    padding: 5px 10px;   /* 箱の中の文字と箱の幅のスペース設定　左から　上下 左右 */
    text-align:center;  /* 表示位置（横）の設定　一行目なので...  */
    color: white;
/*    font-family: 'Lobster', cursive; */
}

/* 1行目の設定 */
#top #contents_inner .price_list div#box01{ 
/*    display: table-cell; */
    display: inline-block;

    width:392px;    /* 箱の横幅 auto(内容に応じて自動）・% 設定でもOK*/
    height:auto;    /* 箱の高さ px単位・% 設定でもOK */

/*    float:left;     /* 箱を左から順番にならべてね！の指定 */
/*    margin:auto;   /* 箱と箱の間のスペース設定 左から　上 左右 下　の幅を設定しています */
    padding:5px 10px;   /* 箱の中の文字と箱の幅のスペース設定　左から　上下 左右 */
    border:solid 1px #fff;   /*枠線　左から 線のスタイル 幅 色になっています */
    border-collapse:collapse;   /*箱が重なる部分の線を重ねて1本にみせる指定 */
/*    font-weight:bold;   /* 太文字にしてみます */
    font-size:15px; /*文字の大きさ設定 */
    background-color:#000;   /* 一行目なので見出しらしく背景色をつけてみます */
    text-align:center;  /* 表示位置（横）の設定　一行目なので...  */
}

/* 1行目の設定 */
#top #contents_inner .price_list div.box01{ 
    width:272px;    /* 箱の横幅 auto(内容に応じて自動）・% 設定でもOK*/
    border:solid 1px #fff;   /*枠線　左から 線のスタイル 幅 色になっています */
    border-collapse:collapse;   /*箱が重なる部分の線を重ねて1本にみせる指定 */
/*    font-weight:bold;   /* 太文字にしてみます */
    font-size:15px; /*文字の大きさ設定 */
    background-color:#000;   /* 一行目なので見出しらしく背景色をつけてみます */
    text-align:center;  /* 表示位置（横）の設定　一行目なので...  */
}

#top #contents_inner .price_list div.box01_1{ 
    width:120px;    /* 箱の横幅 auto(内容に応じて自動）・% 設定でもOK*/
    border:solid 1px #fff;   /*枠線　左から 線のスタイル 幅 色になっています */
    border-collapse:collapse;   /*箱が重なる部分の線を重ねて1本にみせる指定 */
/*    font-weight:bold;   /* 太文字にしてみます */
    font-size:15px; /*文字の大きさ設定 */
    background-color:#000;   /* 一行目なので見出しらしく背景色をつけてみます */
    text-align:center;  /* 表示位置（横）の設定　一行目なので...  */

}
 
/* 2行目以降の設定 */
#top #contents_inner .price_list div.box02{ 
    width:272px;    /* 箱の横幅 auto(内容に応じて自動）・% 設定でもOK*/
    border:solid 1px #fff;   /*枠線　左から 線のスタイル 幅 色になっています */
    background-color:#000;   /* 一行目なので見出しらしく背景色をつけてみます */
    font-size:12px; /* 文字の大きさ設定 見出しより小さくしました */
    text-align:left;  /* 表示位置（横）の設定　一行目なので...  */
}

#top #contents_inner .price_list div.box03{ 
    width:120px;    /* 箱の横幅 auto(内容に応じて自動）・% 設定でもOK*/
    border:solid 1px #fff;   /*枠線　左から 線のスタイル 幅 色になっています */
    background-color:#000;   /* 一行目なので見出しらしく背景色をつけてみます */
    font-size:12px; /* 文字の大きさ設定 見出しより小さくしました */
    color: white;
}