/* CSS Document */
body {
    color: #666666;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro";
    font-size: 14px;
	margin: 0 auto;
	width: 1000px;
}

a {
  color: #666666;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}

#contents {
  margin: 30px auto;
  width: 1000px;
}
#contents:after {
  content: ' ';
  clear: both;
  display: block;
}

#sidebar + #main {
  float: right;
  width: 670px;
  margin-left: 20px;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: '';
  display: table;
  clear: both;
}

.column {
  display: -ms-flex;
  display: -webkit-flex;
  display: flex;
}

ul {
  margin: 0;
  padding: 0;
}

/* 見出し */
h1
{
color: #FF6666;
display: block;
font-size: 10px;
margin: 0px;
text-align: right;
}

h2
{
font-size: 15px;
color: #666666;
margin: 0px;
font-weight: normal;
padding-left: 10px;
}

h3
{
font-size: 15px;
color: #666666;
margin: 0px;
font-weight: normal;
line-height: 18px;
}

h4
{
font-size: 15px;
color: #FFFFFF;
line-height: 18px;
font-weight: normal;
}

/*商品詳細*/
#item {
  width: 1000px;
}

#item div.sub_images {
  text-align:center;
  width: 960px;
  float: none;
  margin: 0 20px 0 ;
 
}

#item div.information1 {
	line-height: normal;
	background-color: #5d0102;
  
}

#item div.name {
	font-size: 24px;
	font-weight: bold;
	line-height: 30px;
	margin: 0px 100px 0px 100px;
	padding-top: 10px;
	color: #F0F0F0;
}


/*買い物かご周り*/

#item div.name_cart {
	font-size: 24px;
	line-height: 28px;
	font-weight: bold;
	color: #333;
}

#item div.price_cart {
	font-size: 26px;
	line-height: 30px;
	font-weight: bold;
	color: #D10003;
}

#item div.stock_cart {
	font-size: 20px;
	font-weight: bold;
	color: #0066cc;
}

dd#cart_submit_btn {
	line-height: 24px;
}

/*全体レイアウト
-----------------------------------------------------------*/
#item .line {
  margin: 0 0 8px 0;
  overflow: hidden;
}

#item div.main_original {
  width: 1000px;
  float: none;
}

#item div.left {
  width: 560px;
  float: left;
}

#item .icons,
#item .line .image {
  margin: 5px 5px 10px 5px;
}

#item .tag img {
  height: 20px;
}

/*メイン画像　image
-----------------------------------------------------------*/
.main_image_area {
  width: 980px;
  height: 550px;
}
.main_image_area .main_image {
  display: table-cell;
  vertical-align: middle;
  width: 960px;
  height: 570px;
  text-align: center;
}
.main_image_area .main_image img {
  max-width: 990px;
  max-height: 560px;
}
.main_image_area .zoomImg {
  max-height: none !important;
  max-width: none !important;
}

#item .image .img_main {
  width: 990px;
  height: 560px;
  text-align: center;
  vertical-align: middle;
  layout-grid-line: 560px;
}

#item .image .img_main .frame {
  width: 1000px;
}

/* 重なった風
-----------------------------------------------------------*/
.frame {
  display: inline-block;
  position: relative;
  *display: inline;
  *zoom: 1;
}

.frame:after {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
}

/*サムネイル画像　image_thu
-----------------------------------------------------------*/
#item .image_thu .color {
  padding-top: 4px;
  margin: 0 0 8px;
}

#item .image_thu .color dt {
  border-bottom-width: 1px;
  border-bottom-style: dotted;
  font-weight: bold;
}

#item .image_thu .color dd {
  display: inline-block;
  letter-spacing: normal;
  margin: 5px;
  vertical-align: top;
  width: 100px;
  text-align: center;
  *display: inline;
  *zoom: 1;
}

#item .image_thu .color dd .itemthum_img_ie8 {
  width: 100px;
}

#item .image_thu .color dd a {
  display: table-cell;
  display: block\9;
  width: 100px;
  height: 100px;
  line-height: 100px\9;
  border-width: 1px;
  border-style: solid;
  vertical-align: middle;
}

#item .image_thu .color dd a:hover {
  border-width: 1px;
  border-style: solid;
}

#item .image_thu .color dd a img {
  max-width: 100px;
  max-height: 100px;
  vertical-align: middle;
}

#item .image_thu .color dd a img:hover {
  opacity: 1.0;
}

#item .image_thu .color dd p {
  font-size: 11px;
  line-height: 110%;
  margin: 2px 0 4px 0;
}

/*　旧デザインページ　*/
#item table.old {
	color: #f0f0f0;
	margin: 5px 50px 0 50px;
　width: 900px;
}

#item td.g14 {
	color: #333;
}


/* 商品説明文 */
#product{
	width: 1000px;
	background-color: #5d0102;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
}

#product .maintext{
	width: 600px;
	color: #F0F0F0;
	font-size: 16px;
	line-height: 22px;
	margin: 20px 200px;
}

#product .mainimg{
	width: 800px;
	margin: 20px 100px 10px 100px;
}

#product .specs {
	width: 800px;
	background-color: #F5F5F5;
	color: #333;
	margin: 10px 100px;
}

#product .specs table {
	width: 100%;
}

#product .specs th {
	width: 20%;
	background-color: #e6e6e6;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}

#product .specs td {
	width: 80%;
	padding: 20px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

#product .other {
	width: 800px;
	background-color: #fff3d0;
	color: #333;
	margin: 25px 100px 50px 100px;
}

#product .other table {
	width:100%;
}

#product .other th {
	width: 20%;
	background-color: #fee9a8;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	vertical-align: middle;
}

#product .other td {
	width: 80%;
	padding: 20px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

#product .attention {
	width: 800px;
	background-color: #F5F5F5;
	color: #333;
	margin: 25px 100px 50px 100px;
}

#product .attention table {
	font-size: 16px;
	line-height: 24px;
	width:100%;
}

#product .attention th {
	width: 100%;
	background-color: #e6e6e6;
	font-weight: bold;
	vertical-align: middle;
	padding: 20px;
}

#product .attention td {
	width: 100%;
	padding: 20px;
	text-align: left;
}

#product .maintext2{
	width: 780px;
	color: #F0F0F0;
	font-size: 16px;
	line-height: 22px;
	margin: 20px auto;
}

#product .maintext2 a {
	color: #FF6E00;
}

/* 送料 */
#postage{
	width: 990px;
	background-color: #F0F0F0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
}

#postage p.confirmation{
	width: 970px;
	background-color: #5d0102;
	font-weight: bold;
	font-size: 18px;	
	color: #F8F8F8;
	padding: 10px;
	margin: 0;
	
}

#postage img.confirmation{
	margin: 30px 0px 5px 10px;
	float: left;
}

#postage .text{
	width: 510px;
	text-align: left;
	color: #333;
	font-size: 15px;
	margin: 20px 20px 15px 0px;
	float: right;
}

/* ご購入前に.. */
img.caution {
	width: 1000px;
	margin: 50px 0 0 0;
}

/* 配送 */
#delivery{
	width: 990px;
	background-color: #F0F0F0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
}

#delivery p.title{
	width: 970px;
	background-color: #5d0102;
	font-weight: bold;
	font-size: 18px;	
	color: #F8F8F8;
	padding: 10px;
	margin: 0;
	
}

#delivery .text{
	width: 900px;
	text-align: left;
	color: #333;
	font-size: 15px;
	margin: 15px 20px 15px 20px;
	
}

/* お知らせ */
#notice{
	width: 990px;
	background-color: #F0F0F0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
}

#notice p.title{
	width: 970px;
	background-color: #5d0102;
	font-weight: bold;
	font-size: 18px;	
	color: #F8F8F8;
	padding: 10px;
	margin: 0;
	
}

#notice .text{
	width: 900px;
	text-align: left;
	color: #333;
	font-size: 15px;
	margin: 15px 20px 15px 20px;
	line-height: 24px;
}


/*　検索　*/
input.txtarea {
  height: 10px;
  width: 100px;
}

input.submit {
  line-height:15px;
  height: 26px;
  width: 50px;
  margin: 10px 0 0 10px;
}


/***************************
  サイドナビあり商品ページ
***************************/
/* 商品説明文 */
#product_new{
	width: 900px;
	background-color: #5d0102;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow: hidden;
}

#product_new .maintext2{
	width: 780px;
	color: #F0F0F0;
	font-size: 16px;
	line-height: 22px;
	margin: 20px auto;
}

#product_new .mainimg{
	width: 800px;
	margin: 20px 50px 10px;
}

#product_new .specs {
	width: 800px;
	background-color: #F5F5F5;
	color: #333;
	margin: 10px 50px;
}

#product_new .specs table {
	width: 100%;
}

#product_new .specs th {
	width: 20%;
	background-color: #e6e6e6;
	vertical-align: middle;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
}


#product_new .specs td {
	width: 80%;
	padding: 20px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

#product_new .other {
	width: 800px;
	background-color: #fff3d0;
	color: #333;
	margin: 25px 50px 50px;
}

#product_new .other table {
	width:100%;
}

#product_new .other th {
	width: 20%;
	background-color: #fee9a8;
	font-size: 16px;
	font-weight: bold;
	line-height: 24px;
	vertical-align: middle;
}

#product_new .other td {
	width: 80%;
	padding: 20px;
	text-align: left;
	font-size: 16px;
	line-height: 24px;
}

#product_new .attention {
	width: 800px;
	background-color: #F5F5F5;
	color: #333;
	margin: 25px 50px 50px;
}

#product_new .attention table {
	font-size: 16px;
	line-height: 24px;
	width:100%;
}

#product_new .attention th {
	width: 100%;
	background-color: #e6e6e6;
	font-weight: bold;
	vertical-align: middle;
	padding: 20px;
}

#product_new .attention td {
	width: 100%;
	padding: 20px;
	text-align: left;
}

#product_new .maintext2 a {
	color: #FF6E00;
}

/* 送料 */

#postage_new {
	width: 890px;
	background-color: #F0F0F0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
}

#postage_new p.confirmation{
	width: 870px;
	background-color: #5d0102;
	font-weight: bold;
	font-size: 18px;	
	color: #F8F8F8;
	padding: 10px;
	margin: 0;
	
}

#postage_new img.confirmation{
	margin: 30px 0px 5px 10px;
	float: left;
}

#postage_new .text{
	width: 510px;
	text-align: left;
	color: #333;
	font-size: 15px;
	margin: 20px 20px 15px 0px;
	float: right;
}

/* ご購入前に.. */

img.caution_new {
	width: 1000px;
	margin: 50px 0 0;
}

/* 配送 */
#delivery_new {
	width: 890px;
	background-color: #F0F0F0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
}

#delivery_new p.title{
	width: 870px;
	background-color: #5d0102;
	font-weight: bold;
	font-size: 18px;	
	color: #F8F8F8;
	padding: 10px;
	margin: 0;
	
}

#delivery_new .text{
	width: 800px;
	text-align: left;
	color: #333;
	font-size: 15px;
	margin: 15px 20px 15px;
	
}

/* お知らせ */
#notice_new {
	width: 890px;
	background-color: #F0F0F0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 5px;
}

#notice_new p.title{
	width: 870px;
	background-color: #5d0102;
	font-weight: bold;
	font-size: 18px;	
	color: #F8F8F8;
	padding: 10px;
	margin: 0;
	
}

#notice_new .text{
	width: 800px;
	text-align: left;
	color: #333;
	font-size: 15px;
	margin: 15px 20px 15px;
	line-height: 24px;
}

.foot_n {
width: 1000px;
margin: 0 auto;
}

/** カテゴリー **/
#category .itemlist .item {
width: 158px;
}


/** エクセレントCSS **/
.text12 {
  font-size: 13px;
  line-height: 1.4;
}

/***************************
  サイドナビ
***************************/
#sidebar {
  float: left;
  width: 300px;
}

#sidebar h2 {
	margin: 0 0 10px;
	padding: 0;
}

/* 商品カテゴリー */
#sidebar .itemCat a {
	display: table;
	margin: 0 auto 15px;
}

#sidebar .itemCat a p {
	margin: 5px 0;
}

#sidebar .Catimg {
	margin-top: 10px;
}

/* 展示場案内 */
#sidebar .exhibition {
	background-color: #5d0102;
	box-sizing: border-box;
	padding: 15px;
}

#sidebar .exhibition a {
	display: table;
	margin: 0 auto;
}

#sidebar .exhibition p {
	color: #ffffff;
	margin: 
}

#sidebar .exhibition ul {
	border-top: dotted 2px #d9b2be;
	margin: 0;
	padding: 0;
}

#sidebar .exhibition ul li {
	border-bottom: dotted 2px #d9b2be;
	list-style-type: none;
	padding: 3px 0;
}




/***************************
  フッター
***************************/
footer h2 {
	background-image: url(https://www.rakuten.ne.jp/gold/sepia/antique/images/bar-back.gif);
	margin: 0 0 20px;
	padding: 0;
}

footer .inner {
	display: table;
	margin: 0 30px 50px;
}

footer .column {
  flex-wrap: wrap;
}

footer .column a {
	display: block;
	margin: 0 15px 20px;
}

footer .column a p {
	margin: 5px;
}

/***************************
  本日の特集
***************************/
.special {
	background: #5d0102;
	width: 670px;
	padding: 2% 2% 4%;
	box-sizing: border-box;
}
.special .ttl {
	color: #fff;
	font-size: 30px;
	text-align: center;
	font-weight: bold;
}
.special .text-center {
	text-align: center;
}
.special .btn-square {
	width: 80%;
	display: inline-block;
	margin: 1.5em 0;
	padding: 1em 1em;
	text-decoration: none;
	background: #e94f4f;/*ボタン色*/
	color: #FFF;
	font-weight: bold;
	border-bottom: solid 4px #b43f3f;
	border-radius: 3px;
}
.special .btn-square:active {
	/*ボタンを押したとき*/
	-webkit-transform: translateY(4px);
	transform: translateY(4px);/*下に動く*/
	border-bottom: none;/*線を消す*/
}
.special .list {
	width: 100%;
	box-sizing: border-box;
}
.special .list ul, .special .list li {
	list-style: none;
	padding: 0;
}
.special .list ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
}
.special .list li {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 2%;
	box-sizing: border-box;
}
.special .list li:nth-child(3n) {
	margin-right: 0;
}
.special .txt {
	color: #fff;
	padding: 2%;
}
.special .txt span {
	font-size: 24px;
	font-weight: bold;
}

/* ヘッダー検索窓 */
.searchBox .searchTxt {
  padding: 3px 5px;
  width: 120px;
}