@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(http://www.u-canshop.jp/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%;
}


.boy{
	font-size: 30px !important;
	line-height: 32px !important;
}

.box{
	margin-bottom: 8px !important;
}

.box img{
	border-radius: 9px;
	box-shadow: 0 1px 4px #aaa;
	margin-bottom: 8px !important;
}

.box a{
	text-decoration: none;
}

.link{
	margin-bottom: 8px !important;
	font-weight:bold;
}

.box .link {
  color: #1d54a7;
  font-weight: bold;
  line-height: 1.35;
  margin: 0 10px;
  text-decoration: underline;
  padding: 0;
}




.box .commnet {

    font-size: 15px;
    line-height: 1.35;
    margin: 8px 10px 0;
    clear: both;
    letter-spacing: 0.5px;

}


blockquote {
	margin: 20px 0 !important;
}


/*関連バナー*/

.ichiran{
	float: right;
	font-size: 80% !important;
}

#related_bnr{
	display:flex;
	flex-direction:row;
	flex-wrap:wrap;

}

#related_bnr2 {
  width: 1050px;
  margin: 0 auto;
}

#related_bnr2 h2 {
  font-size: 16px;
  font-weight: normal;
  border-bottom: 1px solid #bbb;
  padding-bottom: 3px;
	border-top:none;
}

#related_bnr2 h2::after{
  background:none;
}



#related_bnr p {
  width: 25%;
}

/*============ スマートフォン用 ===========*/
@media screen and (max-width: 767px) {

.sp-textbox {
	margin-top: 130px;
}

}/* Media Query for SmartPhone */