@charset "UTF-8";
/* CSS Document */


*{
margin:0;
padding:0;
}


/* Reset
----------------------------------------------------*/

body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,p,pre,form,fieldset,input,textarea,p,blockquote,th,td {
	margin: 0;
	padding: 0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style: normal;
}

table {
	font-size: 100%;
}

caption,th {
	text-align: left;
}

h1,h2,h3,h4,h5,h6 {
	font-size: 100%;
}

textarea {
	font-size: 100%;
}

img,abbr,acronym,fieldset {
	border: 0;
}

li {
	list-style-type: none;
}


/* ====================　全体基本設定　==================== */

body {
margin: 0;
padding: 0;
text-align: center;
font-size:14px!important;
font-family: "ＭＳゴシック",sans-serif; 
color: #333333;
background: #FFFFFF url(../images/common/hdr_img01.jpg) repeat-x top center;
}

/* for IE8 */  
html>/**/body {
	font-size: 75%;
padding: 15px 0 0;
}
/* for IE7 */
*:first-child+html body {
	font-size: 75%;
padding: 15px 0 0;
}


table td{
font-size:100%;
margin: 0;
padding: 0;
}

a{
text-decoration: underline;
}

a:link{
color:#EA6000;
background:none!important;
}

a:visited{
color:#0167b3;
background:none!important;
}

a:hover{
color:#2d8dd5;
/* opacity:0.7;
-ms-filter: "alpha(opacity=70)"!important;
filter:alpha(opacity=70);*/
background:none!important;
}

img{
border:none;
margin:0;
}


img a{
border:none;
margin:0;
}



/* class
----------------------------------------------------*/

.fleft {
	float: left;
}

.fright {
	float: right;
}

.over {
	overflow: hidden;
	height: 100%;
}

.clear {
	clear: both;
}

.clear_fix:after {
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	content: ".";
}

*:first-child+html .clear_fix {
	height:1%;
}

* html .clear_fix {
	height: 1%;
}

.over {
	overflow: hidden;
	height: 100%;
}

.vis {
	position:absolute;
	overflow:hidden;
	width:0;
	height:0;
}


/* img
---------------------------------------- */

.imgL {
	float: left;
	margin-right: 10px;
}

.imgLbtm {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.imgR {
	float: right;
	margin-left: 10px;
}

.imgRbtm {
	float: left;
	margin-right: 15px;
	margin-bottom: 10px;
}

.imgBottom {
	vertical-align:bottom;
}

.imgTop {
	vertical-align:top;
}


/* text
---------------------------------------- */
.left {
	text-align: left;
}

.right {
	text-align: right;
}

.center {
	text-align: center;
}

.txt_narrow {
	letter-spacing: -1px;
}

.txt_space {
	letter-spacing: 1px;
}

.txt_indent {
	text-indent: 1em;
}


/* fontsizecolorweight
---------------------------------------- */
.small {
	font-size: x-small;
}

.large {
	font-size: medium;
}

.white {
	color: #fff;
}

.gray {
	color: #999;
}

.red {
	color: #f00;
}

.blue {
	color: #06f;
}

.bold {
	font-weight: bold;
}

.noSize {
	font-size:0;
	line-height:0;
}

/* margin
---------------------------------------- */

.m_all_5 { 
margin:5px;
}
.m_5 { 
margin:5px 0;
}
.m_10 { 
margin:10px 0;
}
.m_15 { 
margin:15px 0;
}
.m_20 { 
margin:20px 0;
}
.m_30 { 
margin:30px 0;
}
.m_60 { 
margin:60px 0;
}
.m_top5 { 
margin-top: 5px;
}
.m_top10 { 
margin-top: 10px;
}
.m_top15 { 
margin-top: 15px;
}
.m_top20 { 
margin-top: 20px;
}
.m_top25 { 
margin-top: 25px;
}
.m_top30 { 
margin-top: 30px;
}
.m_top35 { 
margin-top: 35px;
}

m_bottom-10{
margin-bottom: -10px;
}

.m_bottom5 { 
margin-bottom: 5px;
}
.m_bottom10 { 
margin-bottom: 10px;
}
.m_bottom15 { 
margin-bottom: 15px;
}
.m_bottom20 { 
margin-bottom: 20px;
}
.m_bottom30 { 
margin-bottom: 30px;
}
.m_left5 { 
margin-left: 5px;
}
.m_left10 { 
margin-left: 10px;
}
.m_left15 { 
margin-left: 15px;
}
.m_left20 { 
margin-left: 20px;
}
.m_left30 { 
margin-left: 30px;
}
.m_right5 {
margin-right: 5px;
}
.m_right10 { 
margin-right: 10px;
}
.m_right15 { 
margin-right: 15px;
}
.m_right20 { 
margin-right: 20px;
}
.m_right30 { 
margin-right: 30px;
}

.p_top5 { 
padding-top: 5px;
}
.p_top10 { 
padding-top: 10px;
}
.p_top15 { 
padding-top: 15px;
}
.p_top20 { 
padding-top: 20px;
}
.p_top30 { 
padding-top: 30px;
}

.m_top-67 { 
margin-top: -67px!important;
}

.p_top-60 { 
margin-top: -60px!important;
}

.p_bottom10 { 
padding-bottom: 10px;
}

.padding10 {
	padding: 10px;
}
.padding15 {
	padding: 15px;
}
.padding20 {
	padding: 20px;
}
.padding30 {
	padding: 30px;
}


/*-----　見出し共通　------*/

.align_right{
text-align:right;
clear:both;
width:100%;
line-height:1;
}

.align_center{
text-align:center;
}


.title{
margin:0 0 20px 0;
}


.cap01{
margin:0 0 15px 0;
}


.cap02{
margin:20px 0 15px 0;
}


.textnavi{
clear:both;
text-align:center;
font-size:12px;
padding:15px 0 0 0;
}



.icon_front{
vertical-align:middle;
margin:0 5px 0 0;
padding:0 0 0 2px;
}


.icon_back{
vertical-align:middle;
margin:0 0 0 5px;
padding:0 0 0 2px;
}



.cap_maru{
background-color:#fbeae0; padding:8px 15px; margin:0 0 15px 0;
}


.cap_maru p{
font-size:125%;
font-weight:bold;
background:url(../images/common/icon_maru.gif) no-repeat;
margin:0;
padding:2px 0 0 30px;
}


.cap_maru02{
background-color:#fbeae0; padding:8px 15px; margin:25px 0 15px 0;
}


.cap_maru02 p{
font-size:125%;
font-weight:bold;
background:url(../images/common/icon_maru.gif) no-repeat;
margin:0;
padding:2px 0 0 30px;
}


/*-----　フォント共通　------*/

.font10{
font-size:10px;
}

.font12{
font-size:12px;
}

.font14{
font-size:14px;
}

.font16{
font-size:16px;
}


.font10_b{
font-size:10px;
font-weight:bold;
}

.font14_b{
font-size:14px;
font-weight:bold;
}

.font16_b{
font-size:16px;
font-weight:bold;
}


.red{
color:#ff0000;
}

.red_b{
color:#ff0000;
font-weight:bold;
}

/* 星評価
---- */
.star-rating-div {
  display:inline-flex;
	align-items: center;
}
.star-rating {
  position: relative;
  display:inline-block;
  font-size: 16px;
}
.star-rating .star-rating-item{
  position:absolute;
  overflow: hidden;
}
.star-rating .star-rating-item:before{
  white-space: nowrap;
  content:"★★★★★";
  color: #ffcc33;
}
.star-rating:after {
  content:"★★★★★";
  color: #ccc;
}
/* 星評価入力(RateYo!版)
---- */
.rating-box {
  position: relative;
  display: inline-flex;
}
.rating-box .rateYo {
  display: inline-flex;
  margin-right: 10px;
  left: 0;
  position: relative;
}
.rating-box .input-div {
  display: inline-flex;
	align-items: center;
}
.rating-box .rating-input {
  background: #fff;
  border: 1px solid #888;
  border-radius: 5px;
  color: #000;
  font-size: 16px;
  font-weight: bold;
  padding: 0 5px;
  width: 40px;
}
.rating-box .counter {
  background: #000;
  border-radius: 5px;
  color: #fff;
  display: none;
  font-size: 14px;
  font-weight: bold;
  left: -9999px;
  padding: 2px;
  position: absolute;
  text-align: center;
  top: -27px;
  width: 35px;
  z-index: 999;
}
.rating-box .counter:before {
  border-top: 8px solid #000;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  border-bottom: 8px solid transparent;
  bottom: -16px;
  content: "";
  left: 50%;
  margin-left: -7px;
  position: absolute;
}
.rating-box .rateYo:hover + .counter {
  display: block;
}

/* 他のショップリンク 商品詳細
---- */
.shop_links {
	vertical-align: middle;
}

.shop_links a {
	display: inline-flex;
	vertical-align: middle;
	border-radius: 4px;
	font-weight: bold;
	padding: 7px 10px;
	border:1px solid #D8B29A;
	box-shadow: 1px 1px 1px #B88766;
	cursor: pointer;
}

/* object-fit: cover;
---- */
.list-image {
	position: relative;
	width: 120px;
	height: 90px;
	display: inline-block;
	overflow: hidden;
}
.list-image img {
	position: absolute;
	width: auto;
	height: auto;
	top: 50%;
	left: 50%;
	min-height: 100%;
	min-width: 100%;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}
@supports ( object-fit: cover ) {
	.list-image img {
			position: static;
			height: 100%;
			width: 100%;
			left: 0;
			-o-object-fit: cover;
			object-fit: cover;
			top: 0;
			-ms-transform: none;
			-moz-transform: none;
			-webkit-transform: none;
			transform: none;
	}
}