@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, blockquote:before, blockquote:after, .pagenation li a
{
	color: #28a4ed; /* キーカラーを指定 */
}

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, .pagenation li a:hover, .pagenation li a:active
{
	background: #28a4ed; /* キーカラーを指定 */
}

h3, .style-h3, .open-link a span,.hidden-link a span, .spec-title, .main1c .button, .underline, .pagenation li a
{
	border-color: #28a4ed; /* キーカラーを指定 */
}


/*=== ヘッダー ===*/

#header {
	background: url(/puzzle/episode/img/topimage.jpg) top center no-repeat;
}

#header, .header-mask {
	height: 500px;
}

#header h1 {
	margin-top: 100px;
}

#header h1,
#header .description {
	width: 80%;
}

.question{
	color:#d2691e;
}

.col2-2 ul{
	background-color: #ffffe0;
	padding: 10px !important;
	font-size: 95% !important;
}

.col2-2 ul li{
	font-size: 95% !important;

}

.red{
	color:#ff7f50;
}

.red2{
	color:#dc143c;
}

.bold{
	font-weight:bold;
}

.padding-top30{
	padding-top:30px;
}

.padding-top20{
	padding-top:20px;
}

.padding-top10{
	padding-top:10px;
}

.padding-top0{
	padding-top:0px;
}

.margin-top0{
	margin-top:0px;
}

.float-right{
	float:right;
}

.youtube{
	text-align:center;
}

h2{
	border-top: none !important;
}

blockquote {
 font-style: normal;
}


/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {

.sp-textbox {
	margin-top: 130px;
}

.padding-top20{
	padding-top:0px;
}

.youtube {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
	margin-bottom: 30px;
}
.youtube iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}

}/* Media Query for SmartPhone */