@charset "UTF-8";
/* ----------------------------------------------
body
---------------------------------------------- */
body {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5em;
  color: #512a00;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: underline;
}


/* ********************
cast-list
******************** */
.goods-popup{
	text-align: left;
	padding: 35px 15px 15px 15px;
}

.goods-popup figure {
  line-height: 1em;
}

.goods-popup img{
	max-width: 100%;
	_width:100%;
}

.goods-popup h4 {
  border-bottom: 2px solid #ebebeb;
  margin: 0 0 4px 0;
  padding-bottom: 5px;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.goods-popup p {
  margin: 10px 0;
  font-size: 13px;
}

.goods-popup span {
  font-weight: bold;
}

/* SP ---------------------------- */
@media screen and (max-width : 320px){

	.goods-popup figure {
	  line-height: 1em;
	}
	.goods-popup figure img {
	  max-width: 100%;
	}

	.goods-popup h4 {
	  border-bottom: 2px solid #ebebeb;
	  padding: 4px 0;
	  text-align: center;
	  font-weight: bold;
	}

	.goods-popup p {
	  font-size: 12px;
	  padding: 10px 0;
	}

	.goods-popup span {
	  font-weight: bold;
	}


}




/* ----------------------------------------------
common style
---------------------------------------------- */
.red {
  color: #ff0000;
}

.darkred {
  color: #be1e0a;
}

b {
  font-weight: bold;
}

/* ********************
layout
******************** */
.a-center {
  text-align: center;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.is_none {
  display: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}
