@charset "euc-jp";
#container .ttl_h2 {
  font-size: 200%;
  color: #a05c15;
  margin: 0 0 32px;
  line-height: 1.6em;
}
.prd_opt_src {
  display: none !important;
}
.product_image {
  margin-bottom: 0;
}
.product_image_main {
  float: left;
  width: 74.468%;
  background: #f8f8f8;
}
.product_image_main img {
  display: block;
  margin: 0 auto;
  max-width: 100%;
  height: auto;
}
.product_image_thumb {
  float: right;
  width: 24.468%;
}
.product_image_thumb li {
  float: left;
  cursor: pointer;
  margin-bottom: 10px;
  margin-left: 6.521%;
  width: 43.478%;
}
.product_image_thumb img {
  max-width: 100%;
  width: auto;
  height: auto;
}

.product_exp {
  clear: both;
  padding-top: 2em;
  line-height: 1.6;
}

.product_info_block {
  padding-top: 2em;
}
.product_spec_block {
  float: left;
  width: 65%;
  margin-bottom: 3em;
}
.product_spec_block table {
  width: 100%;
}
.product_spec_table {
  border-top: 1px solid #e3ceb9;
}
.product_spec_table th {
  background: #fcfaf8;
  font-weight: bold;
  padding: 1em .5em 1em 1em;
  border-right: 1px solid #e3ceb9;
  border-bottom: 1px solid #e3ceb9;
}
.product_spec_table td {
  overflow: hidden;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  border-bottom: 1px solid #e3ceb9;
}
.product_spec_table th {  
  width: 33.333%;
}
.product_spec_table td {
  width: 66.666%;
}
.product_spec_table select {
  width: 90%;
}
.product_order_form input {
  float: left;
  margin-right: .3em;
  padding: .3em;
  width: 3em;
  text-align: right;
}
.product_order_form .text-titles-list__detail-text {
  width: 85%;
  text-align: left;
}
.product_unit {
  padding: .3em;
  float: left;
}
.product_init {
  display: none;
}
.product_option_table td div {
  margin-bottom: .5em;
}
.product_info_lst {
  float: right;
  width: 30%;
  margin-bottom: 2em;
}
.product_info_lst .icon {
  margin-bottom: .7em;
}
.product_review {
  text-align: right;
}
.product_review a {
  font-weight: bold;
  color: #444;
}
.product_review a:hover{
  text-decoration: none;
}
.product_review .icon {
    display: inline-block;
}
.detail-links{
  clear: both;
}
.detail-links--lst{
  text-align: center;
}
.detail-links--lst li {
  display: inline-block;
  padding: 0 10px;
  margin: 0 0 5px;
}
.social_share {
  margin-top: 1.5em;
  text-align: center;
}
.social_share li {
  margin-bottom: .5em;
}

.product_cart_btn {
  display: block;
  margin-top: 4px;
  color: #fff;
  text-align: center;
  font-weight: bold;
  font-size: 123.076%;
}
.product_addcart_btn {
  width: 100%;
  margin: 0 0 4px;
  padding: 1.2em 0;
  border: none;
  border-radius: 0;
  background-color: #df7676;
  cursor: pointer;
  -webkit-appearance:none;
}
.product_quick_order_btn {
  width: 100%;
  padding: .8em 0;
  background-color: #c67f7f;
  text-decoration: none;
}
.product_member_sale_msg {
  color: #df7676;
}
a.product_quick_order_btn:link,
a.product_quick_order_btn:visited{
  color: #fff;
}
.product_addcart_btn:hover,
.product_quick_order_btn:hover{
  opacity: .8;
}
.stock_error {
  margin: .5em 0;
  color: #f00;
  font-weight: bold;
  font-size: 123.076%;
  line-height: 3;

}

.trackback_block {
  clear: both;
}
.trackback_url {
  padding: .5em;
  width: 60%;
}
.together_block {
  clear: both;
}

.maincomment{
  margin: 0 0 24px;
  padding: 24px;
  border-top: 2px solid #efefe2;
  border-bottom: 2px solid #efefe2;
}
.maincomment img{
  max-width: 100%;
}
.subarea {
  border: 1px solid #f1e7dd;
  margin: 0 0 16px;
  padding: 0 16px 16px;
  overflow: hidden;
  border-radius: 4px;
}
.subarea .subttl {
  padding: 8px 16px 4px;
  box-sizing: border-box;
  width: calc(100% + 32px);
  background: #f9f9f3;
  -webkit-transform: translateX(-16px);
  -ms-transform: translateX(-16px);
  -o-transform: translateX(-16px);
  transform: translateX(-16px);
  font-weight: bold;
  font-size: 130%;
  border-bottom: 4px solid #a05c15;
  color: #a05c15;
  margin: 0 0 12px;
}
.subarea .subcomment {
  margin: 12px 0 0;
}
.subarea img{
  float: right;
  margin: 12px 0 0 10px;
}
.reviewlist_ttl{
  margin: 0 0 15px;
  text-align: center;
  color: #a05c15;
  font-weight: bold;
  font-size: 140%;
}
.reviewlist_ttl:before, .reviewlist_ttl:after {
  content: '¡ú¡ú¡ú';
  font-size: 70%;
  padding: 0 6px;
  color: #fbd332;
  -webkit-transform: translateY(-2px);
  -ms-transform: translateY(-2px);
  -o-transform: translateY(-2px);
  transform: translateY(-2px);
  display: inline-block;
  letter-spacing: .2em;
}
.reviewlist_cont {
  padding: 20px;
  background: #ffffff;
  border-radius: 4px;
}
.reviewlist_cont:not(:last-child){
  margin: 0 0 10px;
}
.reviewlist_datas {
  overflow: hidden;
  zoom: 1;
  margin-bottom: 10px;
}
.icon_star {
  float: left;
  width: 75px;
  overflow: hidden;
}
.review_poster li {
  float: left;
  margin-left: 10px;
}
.review_poster li {
  list-style: none;
}
.reviewlist {
  padding: 20px;
  margin-bottom: 15px;
  background: #f8f8f8;
  clear: both;
}
.review_ttl,
.shopcomment_ttl {
  font-size: 120%;
  font-weight: bold;
  margin-bottom: 10px;
  color: #a05c15;
}
.review_img {
  float: right;
  margin: 0 0 15px 15px;
  max-width: 250px;
}
.reviewlist_content {
  overflow: hidden;
  zoom: 1;
}
.shopcomment {
  margin-top: 10px;
  margin-bottom: 10px;
  background: #eee;
  padding: 15px;
  border-radius: 6px;
}

 @media screen and (max-width: 499px) { 
   .col-xs-12 img {
     width: 100%;
     margin-bottom:10px;
	}
 }

/* youtube */
.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  margin-bottom:20px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

/** 3½Å¥¬¡¼¥¼¥±¥Ã¥È **/
#subcatch {
	margin-bottom: 20px;
}
#subcatch h2 {
	text-align: center;
	font-weight: bold;
	color: #a05c15;
	border-bottom: 1px solid #a05c15;
	margin: 40px 0 0;
	padding: 0;
}
#subcatch p {
	text-align: center;
	color: #a05c15;
	margin: 5px 0;
	padding: 0;
}
#subcatch img {
	width: 100%;
}

#maincontent {
	margin: 0 20px;
}
#maincontent .topcontent {
	margin-bottom: 40px;
	width: 100%;
	overflow: hidden;
}
#maincontent .topcontent .contenttxt-l {
	float: left;
	width: 55%;
}
#maincontent .topcontent .contenttxt-l h2, .topcontentttl {
	font-size: 26px;
	font-weight: normal;
	color:#8DCCCA;
	margin: 0 0 10px;
	padding: 0;
}
#maincontent .topcontent .contenttxt-l p {
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0 10px 0 0;
}
#maincontent .topcontent .contenttxt-l img {
	width: 90%;
}
#maincontent .topcontent .contentimg-r {
	float: right;
	width: 45%;
}
#maincontent .topcontent .contentimg-r img {
	width: 100%;
}

#maincontent .pointcontent {
	background-color: #EBF5F7;
	margin-bottom: 40px;
	padding: 30px 30px;
}
#maincontent .pointcontent .pointbox {
	overflow: hidden;
	margin-bottom: 30px;
}
#maincontent .pointcontent .pointbox h3 {
	font-size: 26px;
	font-weight: normal;
	color:#8DCCCA;
	margin: 0 0 10px;
	padding: 0;
}
#maincontent .pointcontent .pointbox h4 {
	font-size: 20px;
	font-weight: bold;
	text-align: left;
	margin: -5px 0 10px;
	padding: 0;
}
#maincontent .pointcontent .pointbox .contentimg-l {
	float: left;
	width: 40%;
}
#maincontent .pointcontent .pointbox .contentimg-l img {
	width: 100%;
}
#maincontent .pointcontent .pointbox .contenttxt-r {
	float: right;
	width: 60%;
}
#maincontent .pointcontent .pointbox .contenttxt-r p {
	font-size: 18px;
	margin: 0;
	padding: 0 0 0 20px;
}

#btmcontent {
	padding: 20px 20px;
	background-color: #CAD9D9;
	overflow: hidden;
}
#btmcontent .btmcontentttl {
	font-family: "¾®ÄÍÌÀÄ« Pr6N","£Í£Ó ÌÀÄ«";
	color: #003448;
	border-bottom: 4px solid #8DCCCA;
	margin: 0 0 30px;
}
#btmcontent .btmcontentttl h2 {
	display: inline;
	font-size: 34px;
	font-weight: bold;
	margin: 0 20px 0 0;
	padding: 0;
}
#btmcontent .btmcontentttl p {
	display: inline;
	font-size: 20px;
}
#btmcontent .btmcontent-l {
	float: left;
	width: 70%;
}
#btmcontent .btmcontent-l .btmcontentbox {}
#btmcontent .btmcontent-l .btmcontentbox h3 {
	font-size: 18px;
	font-weight: bold;
	margin: 0 0 3px;
	padding: 0;
	color: #003448;
}
#btmcontent .btmcontent-l .btmcontentbox p {
	font-size: 18px;
	margin: 0 0 20px;
	padding: 0 25px 0 0;
}
#btmcontent .btmcontent-r {
	float: right;
	width: 30%;
}
#btmcontent .btmcontent-r img {
	width: 100%;
	margin-bottom: 20px;
}
#btmcontent .btmcontent-r h3 {
	font-size: 16px;
	text-align: center;
	color: #fff;
	margin: 0;
	padding: 10px 5px;
	background-color: #003448;
}
#btmcontent .btmcontent-r p {
	font-size: 18px;
	margin: 0;
	padding: 15px 8px;
	background-color: #fff;
}
#btmcontent .centerimg {
	text-align: center;
}
#btmcontent .centerimg img {
	width: 50%;
}


@media screen and (max-width:991px) {
	#maincontent {
		margin: 0 10px;
	}
	#maincontent .topcontent {
		margin-bottom: 40px;
		width: 100%;
		overflow: hidden;
	}
	#maincontent .topcontent .contenttxt-l {
		float: none;
		width: 100%;
	}
	#maincontent .topcontent .contenttxt-l h2, .topcontentttl {
		font-size: 28px;
		font-weight: normal;
		color:#8DCCCA;
		margin: 0 0 10px;
		padding: 0;
	}
	#maincontent .topcontent .contenttxt-l p {
		font-size: 22px;
		margin: 0 0 20px;
		padding: 0 10px 0 0;
	}
	#maincontent .topcontent .contenttxt-l img {
		width: 80%;
		display: block;
		margin: 0 auto 20px;
	}
	#maincontent .topcontent .contentimg-r {
		float: none;
		width: 80%;
		display: block;
		margin: 0 auto 20px;
	}
	
	#maincontent .pointcontent {
		background-color: #EBF5F7;
		margin-bottom: 40px;
		padding: 20px 20px;
	}
	#maincontent .pointcontent .pointbox {
		overflow: hidden;
		margin-bottom: 20px;
	}
	#maincontent .pointcontent .pointbox h3 {
		font-size: 28px;
		font-weight: normal;
		color:#8DCCCA;
		margin: 0 0 10px;
		padding: 0;
	}
	#maincontent .pointcontent .pointbox .contentimg-l {
		float: none;
		width: 100%;
		margin-bottom: 5px;
	}
	#maincontent .pointcontent .pointbox .contenttxt-r {
		float: none;
		width: 100%;
	}
	#maincontent .pointcontent .pointbox .contenttxt-r p {
		font-size: 20px;
		margin: 0;
		padding: 0;
	}
	
	#btmcontent {
		padding: 10px 10px;
		background-color: #CAD9D9;
		overflow: hidden;
	}
	#btmcontent .btmcontentttl {
		font-family: "¾®ÄÍÌÀÄ« Pr6N","£Í£Ó ÌÀÄ«";
		color: #003448;
		border-bottom: 3px solid #8DCCCA;
		margin: 0 0 20px;
	}
	#btmcontent .btmcontentttl h2 {
		display: block;
		font-size: 36px;
		font-weight: bold;
		margin: 0;
		padding: 0;
		line-height: 1.2em;
	}
	#btmcontent .btmcontentttl p {
		display: block;
		font-size: 22px;
		line-height: 1.2em;
		margin: 0 0 10px;
		padding: 0;
	}
	#btmcontent .btmcontent-l {
		float: none;
		width: 100%;
	}
	#btmcontent .btmcontent-l .btmcontentbox {}
	#btmcontent .btmcontent-l .btmcontentbox h3 {
		font-size: 20px;
		font-weight: bold;
		margin: 0 0 3px;
		padding: 0;
		color: #003448;
	}
	#btmcontent .btmcontent-l .btmcontentbox p {
		font-size: 20px;
		margin: 0 0 20px;
		padding: 0 25px 0 0;
	}
	#btmcontent .btmcontent-r {
		float: none;
		width: 100%;
	}
	#btmcontent .btmcontent-r img {
		display: inline;
		float: left;
		width: 50%;
		margin-bottom: 20px;
	}
	#btmcontent .btmcontent-r h3 {
		font-size: 18px;
		text-align: center;
		color: #fff;
		margin: 0;
		padding: 10px 5px;
		background-color: #003448;
		clear: both;
	}
	#btmcontent .btmcontent-r p {
		font-size: 20px;
		margin: 0;
		padding: 15px 8px;
		background-color: #fff;
	}
	#btmcontent .centerimg img {
		width: 80%;
	}
}