@charset "shift_jis";

/*============ 商品ページ個別CSS ===========*/

/* ページ固有の色を下記3つの要素に同一で入力 (白ヌキ文字を置いても読める程度の濃さで）*/

h2 .itemtitle, .open-link a:hover span, .open-link a:active span, .hidden-link a:hover span, .hidden-link a:active span, #container .main1c .button:hover,#container .main1c .button:active
{
	color: #e5c14b; /* キーカラーを指定 */
}

h2::before, h2::after, .accordion-block div, .tab-menu dl dt, .open-link a span,.hidden-link a span, p.point-number, .topimage h1, .whole-bg, .main1c .button, .whole-topimage, h3::before, .spec-title::before, .style-h3::before
{
	background: #e5c14b; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline
{
	border-color: #e5c14b; /* キーカラーを指定 */
}

.toha{
	border: solid 1px;
	padding: 10px;
	font-size: 90% !important;
	background-color: #fdffd8;
}

.toha2{
	border-bottom: solid 1px;
	font-weight: bold;
	margin-bottom: 10px;
	display: inline-block;
}

.padding50{
	padding-top: 50px;
}

.copy{
	font-weight: bold;
	font-size: 120%;
	display: inline-block;
	margin-bottom: 10px;
}

.margin0{
	margin-bottom:10px !important;
}

.katsunou_img{
	margin: 0px 50px;
}



.katsunou_img2{
	margin: 50px 50px;
}

.katsunou_img3{
	margin: 0px 100px;
}

.balloon1 {
  position: relative;
  display: inline-block;
  margin: 1.5em 0;
  padding: 7px 10px;
  min-width: 120px;
  max-width: 100%;
  color: #555;
  font-size: 16px;
  background: #e0edff;
	margin-left: 100px;
	margin-top:0px;
}

.balloon1:before {
  content: "";
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-top: 15px solid #e0edff;
}

.balloon1 p {
  margin: 0;
  padding: 0;
}

.bold{
	font-weight:bold;
}

.red{
	color:#ff4800;
}

.osusume{
	border: solid 1px #666;
	padding: 30px;
	font-size: 95%;
	margin-top: 90px;
}

.answer{
	float:right;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {


  /* ここにスマホ専用のCSSを記入 */

.promotion_movie{
	width:100%;
}

}/* Media Query for SmartPhone */