﻿@charset "utf-8";
/* CSS Document */

/*--------------- ユニバーサルセレクタ ---------------*/
* {
	margin: 0;
	padding: 0;
}
/*--------------- 基本設定 ---------------*/
body {
	font-size: 12px;
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', 'メイリオ', Meiryo, Arial, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	line-height: 2em;
	color: #332219;
	-webkit-text-size-adjust: none;  /* 文字サイズ自動調整OFF */
	/*ここで背景のベースカラーを指定する*/
	background-color: #fff;
	background-image: url("../img/paper-bg-02.jpg");
	height: 100%;
	/*ここでパターンの大きさを指定する
	（※数字によってはストライプのグラデーションがずれるので注意）*/
}
/*--------------- リンクの基本設定 ---------------*/
a {
	outline: none;
	text-decoration: none;
	color: #000000 !important;
}
a:hover, a:active {
	color: #000000 !important;
	text-decoration: underline !important;;
}

.clear {
	clear: both;
}

hr{
	height: 0;
	margin: 0;
	padding: 0;
	border: 0;
}

/*--------------- 全体に関する設定 ---------------*/
img, a img {
	margin: 0;
	padding: 0;
	border: 0;
}
ul, ol {
	margin-bottom: 2em;
	line-height: 2em;
}
dl, dt, dd {
    margin: 0;
    padding: 0;
}
p {
	margin-bottom: 2em;
	font-size: 13px;
	line-height: 2em;
}
strong {
	font-weight: bold;
}
h2 {
	margin-bottom: 1em;
	font-size: 23px;
	line-height: 1.4em;
}
h3 {
	margin-bottom: 1.1em;
	padding: 1px 0 0 8px;
	font-size: 30px;
	font-weight: normal;
	line-height: 1em;
	border-left: 2px #991f1f solid;
}
h4 {
	margin: 4px 0 20px;
	padding: 0 0 0 5px;
	height: 7px;
	font-size: 15px;
	line-height: 0.6em;
	border-left: 7px #991F1F solid;
}

/*--------------- 最低限の分岐 ---------------*/
@media screen and (max-width:768px) {
	.pc {
		display: none;
	}

	body {
		width: 100% !important;
	}
}

@media screen and (min-width:769px) {
	.sp {
		display: none;
	}

	body {
		width: 100%;
	}
}

/*--------------- ワッパー ---------------*/
#wrapper {
	overflow: hidden;
}

/*--------------- ヘッダー ---------------*/
@media screen and (min-width:769px) {
	#header {
		width: 100%;
		height:68px;
		background-image: url(../img/header_menu_new.png);
		position: fixed;
		top: 0;
		left:0;
		right:0;
		margin:0;
		padding: 0;
		z-index:9999;
	}

	.header_title {
		width: 100%;
		height:48px;
		background-image: url(../img/header_bottom.png);
		background-repeat: repeat-x;
		margin: auto;
		z-index:9999;
		font-size: 16px;
		padding-top: 10px;
		font-weight: bold;
		margin-bottom: 8px;
	}

	#header_search {
		width:1080px;
		margin-left:auto;
		margin-right:auto;
	}

	#header_img {
		position: relative;
		width:312px;
		text-align:center;
		padding-top:8px;
		padding-right: 40px;
		float: left;
		z-index:0;
	}

	#header_main {
		position: relative;
		width:608px;
		padding-top: 0px;
		text-align:right;
		float:right;
	}
}

@media screen and (max-width:768px) {
	#header {
		width: 99%;
		height:68px;
		background-image: url(../img/header_menu_new.png);
		position: fixed;
		top: 0;
		//margin: auto;
		left:0;
		right:0;
		z-index:9999;
	}

	.header_title {
		width: 100%;
		height:48px;
		background-image: url(../img/header_bottom.png);
		background-repeat: repeat-x;
		margin: auto;
		z-index:9999;
		font-size: 1.2em;
		padding-top: 10px;
		font-weight: bold;
		margin-bottom: 8px;
	}

	#header_search {
		width:98%;
		margin-left:auto;
		margin-right:auto;
	}

	#header_img {
		position: relative;
		width:30%;
		text-align:center;
		padding-top:4‰vw;
		float: left;
		z-index:0;
	}

	#header_main {
		position: relative;
		width:36%;
		padding-right: 2%;
		padding-top: 0px;
		text-align:right;
		float:right;
	}
}

.header_search_img {
	padding-top: 10px;
}

.input_text {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  overflow:hidden;
  width: 174px;
  right:265px;
  top: 12px;
  height:32px;
  text-align:left;
}

.input_text2 {
  position: absolute;
  font-size: 18px;
  color: #ffffff;
  overflow:hidden;
  width: 150px;
  right:110px;
  top: 12px;
  height:32px;
  text-align:left;
}


/*--------------- コンテンツ ---------------*/

.category_list li {
	margin-top:10px !important;
	height:32px !important;
	border-bottom:1px solid #dcdcdc !important;
	overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.category_list li:hover {
	background-color: #f8f8ff;
}

@media screen and (min-width:769px) {
	.content_main {
		margin-top: 8px;
		margin-bottom: 8px;
		min-width: 641px;
		width:100%;
		font-size: 16px;
		padding: 7px;
		font-weight: bold;
	}

	.category_list {
		font-size:16px !important;
		width: 100%;
		text-align: center;
	}

	#contaner {
		width:1080px;
		padding-top: 24px;
		margin:0 auto;
	}

	#contents {
		width: 640px;
		height:auto;
		margin-left: 5px;
		float:left;
		padding: 5px;
	}

	#container_b {
		width: 220px;
		float: left;
	}

	#container_right{
		width:200px;
		float:left;
		margin-left: 15px;
	}

	.under {
	  clear: both;
	}

	.container_tweet {
		width: 100%;
	}

	.container_center {
		width: 810px;
		height:auto;
		margin-left: 5px;
		float:right;
		padding: 5px;
	}

	.container_center_left {
		width: 230px;
		margin-left: 5px;
		float:left;
	}

	.container_char_center {
		width: 340px;
		height:auto;
		margin-left: 5px;
		float:left;
		padding: 5px;
	}

	.container_char_right {
		width: 420px;
		margin-left: 5px;
		float:left;
		font-size: 16px;
		font-weight:bold;
	}

	.product_header_l1 {
		width:45%;
		padding-left: 2%;
		text-align:left;
	}

	.product_header_l2 {
		width:50%;
		text-align:right;
	}

	.content_meta {
		min-width: 641px;
		width:100%;
		color: #000;
		font-size: 16px;
		margin-top: 15px;
	}

	.content_meta2 {
		min-width: 641px;
		width:100%;
		color: #000;
		font-size: 16px;
		margin-top: 10px;
	}
}

@media screen and (max-width:768px) {
	.content_main {
		margin-top: 16px;
		margin-bottom: 16px;
		width:100%;
		font-size: 1.2em;
		padding: 7px;
		font-weight: bold;
	}

	.category_list {
		font-size:1.2em !important;
		width: 35%;
		text-align: center;
		float: left;
	}

	.category_list li {
		font-size: 0.8em !important;
	}

	#contaner {
		width:100%;
		padding-top: 24px;
		margin:0 auto;
	}

	#container_b {
		width: 220px;
		float: left;
	}

	#container_right{
		width: 95%;
		margin-left: 15px;
	}

	.under {
	  clear: both;
	}

	.container_tweet {
		padding-left: 20px;
		width: 58%;
		float: left;
	}

	.container_center {
		width: 100%;
		height:auto;
		padding: 5px;
	}

	.container_center_left {
		width: 97%;
		margin-left: 3%;
	}

	.container_char_center {
		width: 340px;
		height:auto;
		margin-left: 5px;
		float:left;
		padding: 5px;
	}

	.container_char_right {
		width: 420px;
		margin-left: 5px;
		float:left;
		font-size: 16px;
		font-weight:bold;
	}

	.product_header_l1 {
		display: none !important;
	}

	.product_header_l2 {
		width:90%;
		text-align:right;
	}

	.content_meta {
		width:100%;
		color: #000;
		font-size: 1.1em;
		margin-top: 15px;
	}

	.content_meta2 {
		width:100%;
		color: #000;
		font-size: 1.1em;
		margin-top: 10px;
	}
}

.list_top li {
	width: 180px;
	font-size: 14px;
	font-weight: bold;
	display: inline-block;
}

.list_title li{
	font-size: 14px;
	font-weight: bold;
}

.list_title li:before {
    content: '▶ ';
}

.list_title li:after {
    content: url(../img/line_short.png);
}

.container_news {
	width: 800px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.list_news li{
	font-size: 14px;
	font-weight: bold;
}

.list_news_date {
	width: 20%;
	float: left;
}

.list_news_title {
	width: 80%;
	float: right;
}

.snsb {
	overflow: hidden;
	height: 20px;
}

.snsb ul {
	font-size: 0;
	margin-top:8px;
}

.snsb li {
	width: 100px;
	float: left;
	margin-right: 8px;
}

.snsb iframe {
	margin: 0 !important;
}

/*
.content_title {
	background: url(../img/h_4-5.jpg) no-repeat;
	width: 854px;
	height:54px;
	color: #ffffff;
	font-size: 18px;
	font-weight: bold;
	overflow: hidden;
	padding-left: 20px;
	padding-top:16px;
}
*/
.content_title {
	width: 100%;
	height:48px;
	background-image: url(../img/header_bottom.png);
	background-repeat: repeat-x;
	margin: auto;
	z-index:9999;
	font-size: 20px;
	padding-top: 6px;
	font-weight: bold;
	margin-bottom: 8px;
	color: #000;
}

.content_product_price {
	width: 100%;
	height: 120px;
	padding-top: 60px;
	padding-left: 24px;
	padding-right: 24px;
	text-align: left;
}

.content_product_price_info {
	font-size: 40px;
	color: red;
	margin-left:auto;
	margin-right: auto;
}

div.content_meta_date {
   text-align: left;
   float: left;
   color: #000;
}
div.content_meta_tag {
   text-align: right;
   float: right;
   color: #7d0000;
}
div.content_meta_tag2 {
   text-align: right;
   #float: left;
   color: #7d0000;
}

.content_main {
	margin-top: 8px;
	margin-bottom: 8px;
	//min-width: 641px;
	width:100%;
	font-size: 16px;
	padding: 7px;
	font-weight: bold;
}

.content_main ul {
	width: 100%;
}

.content_main li {
	display: inline-table;
	vertical-align: top;
}

.content_main_list {
	width: 100%;
	margin-top: -4px;
	margin-bottom: 48px;
	padding-top : 10px;
	padding-bottom : 10px;
	padding-left : 24px;
	padding-right : 24px;
	//border:4px solid #000;
}

hr.content_footer_min {
	width:100%;
	border-bottom: 4px dotted #000;
	margin-top: 8px;
	margin-bottom: 8px;
}

hr.content_footer {
	//min-width: 641px;
	width:100%;
	border-bottom: 4px dotted #000;
}

hr.content_end {
	min-width: 641px;
	width:100%;
	height: 35px;
	background: url("../img/line_content.png") no-repeat;
	margin-left: auto;
	margin-right: auto;
	border: 0px none;
	margin-bottom: 15px;
}

.content_main_list table td {
	font-size: 16px;
	font-weight: bold;
	height: 45px;
}

.error_column {
	color: red;
}

.regist_buttons li {
	margin-top: 16px;
	width: 45%;
	margin-left: 2%;
	display: inline-table;
}

.button_ok {
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 30px;
	background-color: red;
	width: 100%;
	color: #fff;
}

.button_else {
    font-size: 1.4em;
    font-weight: bold;
    padding: 10px 30px;
	background-color: #000;
	width: 100%;
	color: #fff;
}

.content_main t {
	height: 32px;
}
.content_main tr:nth-child(even) {
	background: #eee;
}

// 以下は吹き出し
div.tipd_say{
      list-style-type: none;
      margin-bottom: 20px;
      width:100%;
      display:block;
      color:#000;
      /*background-color: rgba(255,255,255,0.4);*/
      /*padding:5px;*/

    }

    .tipd_say_left{
      margin-right: auto;
    }
    
    .tipd_say_right{
      margin-left: auto;
    }
    .tipd_say_text {
      position: relative;
      padding: 7px 15px;
      color:#777;
      max-width : 60% ; /* IE8以下とAndroid4.3以下用フォールバック */
      max-width: -webkit-calc(100% - 130px);
      max-width: calc(100% - 130px);
      min-height: 36px;
      -webkit-border-radius:6px; 
      -moz-border-radius:6px; 
      border-radius:6px;
	  margin-bottom: 5px;
    }

    .tipd_say_text_left{
      float:left;
      margin-left: 20px;
      background: #ecf0f1;
    }
    .tipd_say_text_right{
      float:right;
      margin-right: 20px;
      background: #ffdab9;
    }

    .tipd_say_text:after {
      
      top: 25px;
      border: solid transparent;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none;
      border-color: rgba(255, 255, 255, 0);
      border-width: 5px;
      margin-top: -5px;
    }

    .tipd_say_text_left:after {
      right: 100%;
      border-right-color: #ecf0f1;
    }

    .tipd_say_text_right:after {
      left: 100%;
      border-left-color: #ffdab9;
    }

    .tipd_say_img{
      height:50px;
      width:50px;
      background-size:cover;
      -webkit-border-radius:10px; 
      -moz-border-radius:10px; 
      border-radius:10px;
    }

.tipd_say_right{
  margin-left: auto;
}
.tipd_say_text {
  position: relative;
  padding: 7px 15px;
  color:#777;
  max-width : 60% ; /* IE8以下とAndroid4.3以下用フォールバック */
  max-width: -webkit-calc(100% - 130px);
  max-width: calc(100% - 130px);
  min-height: 36px;
  -webkit-border-radius:8px; 
  -moz-border-radius:8px; 
  border-radius:8px;
  z-index:0;
}

.tipd_say_text_left{
  float:left;
  margin-left: 20px;
  background: #ecf0f1;
}
.tipd_say_text_right{
  float:right;
  margin-right: 20px;
  background: #e2f1f1;
}

.tipd_say_text:after {
  
  top: 25px;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(255, 255, 255, 0);
  border-width: 5px;
  margin-top: -5px;
}

.tipd_say_text_left:after {
  right: 100%;
  border-right-color: #ecf0f1;
}

.tipd_say_text_right:after {
  left: 100%;
  border-left-color: #e2f1f1;
}

.tipd_say_img{
  height:50px;
  width:50px;
  background-size:cover;
  -webkit-border-radius:10px; 
  -moz-border-radius:10px; 
  border-radius:10px;
}

.tipd_say_img_left{
  background-image:url(../img/c0.png);
  float:left;
}

.tipd_say_img_right{
  background-image:url(../img/d0.png);
  float:right;
}

.tipd_say_img_left_m{
  background-image:url(../img/c_master.png);
  float:left;
}

.tipd_say_img_left_0{
  background-image:url(../img/c0.png);
  float:left;
}

.tipd_say_img_right_0{
  background-image:url(../img/d0.png);
  float:right;
}

.tipd_say_img_left_1{
  background-image:url(../img/c1.png);
  float:left;
}

.tipd_say_img_right_1{
  background-image:url(../img/d1.png);
  float:right;
}

.tipd_say_img_left_2{
  background-image:url(../img/c2.png);
  float:left;
}

.tipd_say_img_right_2{
  background-image:url(../img/d2.png);
  float:right;
}

.tipd_say_img_left_3{
  background-image:url(../img/c3.png);
  float:left;
}

.tipd_say_img_right_3{
  background-image:url(../img/d3.png);
  float:right;
}

.tipd_say_img_left_4{
  background-image:url(../img/c4.png);
  float:left;
}

.tipd_say_img_right_4{
  background-image:url(../img/d4.png);
  float:right;
}


.tipd_say_img_right_n{
  background-image:url(../img/c_guest.png);
  float:right;
}

.form_button{
  width:100%;
  background-color: #7d0000;
  color: #ffffff;
  font-weight: bold;
}

#memo_box{
	width:520px;
	height:140px;
	color: #000;
	font-size:90%;
	background-color:#fff;
	border: thin solid #eeeeee;
	font-size: 15px;
	line-height: 16px;
}

#memo_box_s{
	overflow: auto;
	width:520px;
	height:200px;
	color: #000;
	background-color:#fff;
	border: thin solid #eeeeee;
}

.hide_form {
	display: none;
}

.clearfix {
  height: 1px;
}

.clearfix:after {
  content: ".";  
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
  min-height: 1px;
}

.search_form_wrap {
  	min-width:240px;
	text-align :center;
}

#link_a{
	position: absolute;
	top:485px;
	left:180px;
}

#link_a2{
	position: absolute;
	top:822px;
	left:6px;
}

#link_b{
	position: absolute;
	top:485px;
	left:400px;
}

#link_b2{
	position: absolute;
	top:822px;
	left:485px;
}

#link_c2{
	position: absolute;
	top:822px;
	left:247px;
}

#staff{
	font-size:11px;
	line-height:11px !important;
}

#ill_staff{
	font-size:11px;
	text-align:right;
}

.notice_comic {
    background-color: #ffffff;
    border:solid 2px #7fcfe2;
    -webkit-border-radius:10px 10px 10px 10px;
    -moz-border-radius:10px 10px 10px 10px;
    border-radius:10px 10px 10px 10px;
    width: 80%;
    height: 110px;
    padding: 10px;
    line-height: 14px;
}

.notice_comic-text {
    font-size: 14px;
    color: #000000;
}

.notice_comic-staff {
    font-size: 11px;
	line-height: 11px;
    color: #000000;
}

.notice_comic-icon {
	vertical-align: middle;
}

.notice_comic-text-alert {
    font-size: 14px;
    color: #00BFFF;
}

.navi2 {
	width: 100%;
	padding-top: 16px;
	font-size: 14px;
	font-weight: bold;
}

.navi2 li {
	display: inline-table;
	width: auto;
    margin-left: 4px;
	margin-top: -4px;
}

.ec_header {
	width :96px;
}

.ec_header li {
	display: inline-table;
	width :44px;
}

.product_header li {
	list-style: none;
	display: inline-block;
}

.product_new_header {
	text-align: center;
	line-height: 16px;
}

.selectWrap{
  width: 60%;
  position: relative;
  display: inline-block;
}

.selectWrap::after {
  content: '';
  width: 6px;
  height: 6px;
  border: 0px;
  border-bottom: solid 2px #b4b3b3;
  border-right: solid 2px #b4b3b3;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 50%;
  right: 10px;
  margin-top: -4px;
}

.product_new_header_select {
	-webkit-appearance: none;
	  -moz-appearance: none;
	  appearance: none;
	  border: none;
	  outline: none;
	  width: 30%;
	  height: 30px;
	  background: transparent;
	  position: relative;
	  z-index: 1;
	  padding: 0 40px 0 10px;
}

.product_new_header_select		::-ms-expand {
    display: none;
}

.product_new_list {
	width: 100%;
}

@media screen and (min-width:769px) {
	.product_new_list li {
		width: 28%;
		margin-left: 3%;
		margin-bottom: 32px;
		list-style: none;
		display: inline-block;
		border-bottom:1px solid #dcdcdc !important;
		vertical-align: top;
	}

	.product_header {
		width: 100%;
		margin-top:50px;
		height: 32px;
		font-size: 16px;
		border-bottom:1px solid #dcdcdc;
		color: #282828 !important;
	}

	.ec_login {
		border:solid 2px #000;
		width: 97%;
		padding: 2%;
		text-align: center;
	}

	.ec_login_td_list1 {
		width: 20%;
	}

	.ec_login_td_list2 {
		width: 80%;
	}
}

@media screen and (max-width:768px) {
	.product_new_list li {
		width: 44%;
		margin-left: 3%;
		margin-bottom: 32px;
		list-style: none;
		display: inline-block;
		border-bottom:1px solid #dcdcdc !important;
		vertical-align: top;
	}

	.content_title {
	}

	.product_image {
		margin-top: 16px;
	}

	.product_header {
		width: 96%;
		margin-top:50px;
		margin-left: auto;
		margin-right: auto;
		height: 32px;
		font-size: 16px;
		border-bottom:1px solid #dcdcdc;
		color: #282828 !important;
	}

	.ec_login {
		width: 95%;
		padding: 2%;
		text-align: center;
	}

	.ec_login_td_list1 {
		width: 100%;
		display: block;
	}

	.ec_login_td_list2 {
		width: 100%;
		display: block;
	}

	.product_new_header_select {
		width: 40% !important;
	}

	.regist_user td {
		font-size: 16px;
		font-weight: bold;
		padding-left: 8px;
		width: 100%;
		float: left;
	}
	.regist_user_guest_mobile td {
		height: auto !important;
		padding-bottom : 26px;
	}

	.regist_user_guest_mobile input[type="text"] {
		width: 50%;
	}

	.regist_user_guest_mobile input[type="button"] {
		width: 45%;
		margin-top: -8px;
	}

	.regist_user_guest_mobile textarea {
		width: 95%;
		margin-top: -52px;
	}
	
}

.product_new_list img:hover {
	opacity: 0.5 ;
}

.product_new_price {
	font-size: 20px;
	font-weight: bold;
	color: #666;
	text-align: center;
}

.product_new_price_m {
	font-size:13px;
	color:#dcdcdc;
}

.product_image {
	width: 48%;
	margin-right: 2%;
	float: left;
}

.product_image_list {
	width: 40%;
	margin-right: 2%;
}

.product_main_img {
	border: 1px solid #000;
	object-fit: contain;
	min-height: 280px;
	background-color: #fff;
}

.product_detail {
	width: 50%;
	float: right;
	margin-bottom: 10px;
}

.product_content_list {
	padding-left: 2%;
	width: 55%;
	line-height: 18px;
}

.product_cart_list {
	padding-left: 2%;
	width: 55%;
	line-height: 18px;
}

.product_thumbnails {
	width: 60%;
	margin-bottom: 10px;
}

.product_title {
	font-size: 1.8vw;
	color:#000;
	margin-top: 0px;
	line-height: 1.8vw;
}

.product_price {
	font-size: 34px;
	color: red;
}

.product_price2 {
	font-size: 14px;
	color: #000;
}

.product_price3 {
	font-size: 12px;
	font-weight: none;
	color: #000;
}

.product_price_cart1 {
	font-size: 22px;
}

.product_price_cart2 {
	font-size: 26px;
	color: red;
}

.product_price_cart3 {
	font-size: 12px;
}

.product_price_cart_address {
	font-size: 14px;
	color: blue;
}

.saler_name {
	font-size: 16px;
	color: #000;
	margin-top: 0px;
}

.product_buy {
	margin-top: 18px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
}

.ec_login input{
	border-radius: 5px;
	height: 24px;
	font-size: 16px;
}

.no_cart_btn {
	display: inline-block;
	padding: 0.6em 0.5em;
	text-decoration: none;
	color: #000 !important;
	border: solid 2px #000000;
	border-radius: 3px;
	transition: .4s;
	width: 100%;
	height: 48px;
	font-size: 12px;
	line-height: 12px;
	background: #a0a0a0;
	text-align: center;
}

.cart_btn {
	display: inline-block;
	padding: 1.0em 0.5em 1.0em;
	text-decoration: none;
	color: #000 !important;
	border: solid 2px #000000;
	border-radius: 3px;
	transition: .4s;
	width: 95%;
	background: #FF6347;
	text-align: center;
}

.cart_btn2 {
	display: inline-block;
	padding: 1.0em 0.5em;
	text-decoration: none;
	color: #fff !important;
	border: solid 2px #000000;
	border-radius: 3px;
	transition: .4s;
	width: 95%;
	background: #FF69B4;
	text-align: center;
}

.square_btn {
	display: inline-block;
	padding: 1.0em 0.5em;
	text-decoration: none;
	color: #fff !important;
	border: solid 2px #000000;
	border-radius: 3px;
	transition: .4s;
	width: 100%;
	background: red;
	text-align: center;
}

.cart_btn:hover {
	background: #f0f0f0;
	color: gray;
}

.cart_btn2:hover {
	background: #f0f0f0;
	color: gray;
}

.square_btn:hover {
	background: #f0f0f0;
	color: gray;
}

.product_footer li {
	width: 23%;
	text-align:center;
}

.product_footer li:hover {
	background: #f0f0f0;
	color: gray;
}

/*--------------- ポップアップ ---------------*/
.level1 {
    margin: 0px;
    padding: 0px;
    position: absolute;
    top: 67px;
    left: -9999px;
    width: 14px;
    font-weight: normal;
    clear: both;
}

.level1 li {
    display: block;
    top: 2px;
    width: 280px;
    height: 27px;
    line-height: 24px;
    color: #fff;
    background: url('../img/subnavi_bak.gif') top left no-repeat;
    font-weight: normal;
}

.level1 li a {
    display: block;
    top: 2px;
    width: 280px;
    height: 27px;
    line-height: 24px;
    color: #fff;
    background: url('../img/subnavi_bak.gif') top left no-repeat rgba(120,120,120,0.7);
    font-weight: normal;
}

.level1 li a span {
    display: block;
    top: 2px;
    width: 280px;
    height: 27px;
    line-height: 24px;
    color: #fff;
	text-align: left;
    background: url('../img/subnavi_bak.gif') top left no-repeat rgba(120,120,120,0.7);
    font-weight: normal;
}

.level1 li {
    border: solid #888;
    border-width: 0 0 1px 0;
}

.level1 li a span {
    padding: 2px 0 0 8px;
    text-indent: 8px;
}

.level1 li a:hover {
    background: url('../img/subnavi_bak_on.gif') top left no-repeat #474747;
}

.level1 li a:hover span {
    background: #666;
}

.level1 li.on li a,
.level1 li.on li a span
{
    background: transparent;
}

.level1 li.sfhover li a,
.level1 li.sfhover li a span 
{
    background: transparent;
}

.level1 li.sfhover li a:hover {
    background: url('../img/subnavi_bak_on.gif') top left no-repeat #474747;
}

#enquete-content {
	font-size: 14px;
}

#enquete-content input[type="text"] {
	width: 100%;
}

#enquete-content textarea {
	width: 100%;
}


.required {
	color: red;
}

/*--------------- フッター ---------------*/
#footer {
	width: 100%;
	margin-top: 30px;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	background-color: #282828;
	color: #fff;
}

#footer a {
	color: #fff !important;
}

#footer a:hover, a:active {
	color: #fff !important;
	text-decoration: underline !important;
}

@media screen and (min-width:769px) {

	#footer {
		height: 64px;
	}

	#footer ul {
		width: 100%;
		margin: 0 auto;
		padding:0;
	}

	#footer li {
		display: inline-table;
		list-style: none;
		color: #fff;
		text-align:left;
		font-size: 14px;
		padding-top: 8px;
		margin-right: 16px;
	}

}

@media screen and (max-width:768px) {

	#footer ul {
		width: 90%;
		margin: 0 auto;
		padding:0;
	}

	#footer li {
		list-style: none;
		color: #fff;
		text-align:left;
		font-size: 14px;
		padding-top: 8px;
	}

	#footer li:before {
		content: '>';
	}

}

.footer-body {
    margin: 0 auto;
    width: 830px;
    height: 150px;
	text-align: left;
	color: #fff;
	font-size:12px;
}

.footer-column {
    float: left;
    margin: 15px 0;
    padding: 0 15px;
    height: 120px;
}

.footer-column.logo {
    width: 128px;
	padding-top: 16px;
    border-right: 1px solid #FFF;
}

.footer-column.shopInfo {
    width: 350px;
	padding-top: 16px;
    font-size: 12px;
    border-right: 1px solid #FFF;
	color: #fff;
}

.footer-column.contact {
    padding: 0 0 0 15px;
    width: 325px;
	padding-top: 16px;
    text-align: left;
	color: #fff;
}

.shopInfo-list {
	color: #fff;
}

.shopInfo-list dd {
	line-height:14px;
	color: #fff;
}

.shopInfo-list dt {
	line-height:14px;
	color: #fff;
}

.shopInfo-item {
	clear: both;
	float: left;
	width: 70px;
	text-justify: distribute-all-lines;
}

.shopInfo-item + dd {
	margin-left: 70px;
}

#copy {
	text-align:center;
	color: #fff;
	font-size: 14px;
	letter-spacing: 0.1em;
}

.ec_banner img {
	border: 1px solid #000;
}

.ec_banner a:hover {
	opacity: 0.5 ;
}

.recentry_view_list {
	margin-top: 16px;
	width :100%;
	overflow-x: hidden;
}

.recentry_view_list li {
	vertical-align: top;
	list-style: none;
	display: inline-block;
	width: 20%;
	margin-right: 2%;
}

.recentry_view_list img {
	width: 100%;
}

.recentry_view_list img:hover {
	opacity: 0.6;
}

.recentry_view_list p {
	line-height: 14px;
}


