#wrapper {
	font-size: 14px;
	line-height: 1.5;
	background: #EBE3CE;
}
.pan-inner,.main-body {
	width: 950px;
	margin: 0 auto;
	text-align: left;
}
.main-body {
	font-size: 15px;
	color: #333;
	overflow: hidden;
	background: #fff;
}
.bg-sp{display: none;}
/*.youtube {
	text-align: center;
	padding: 25px 0;
	margin: 20px 0 40px;
	background: #000;
}*/
.boxwrap {
	position: relative;
	margin: 40px 0 60px;
}
.box_last {
	width: 790px;
	margin: 0 auto 60px;
}
	.box_last ul li {
		list-style-type: disc;
		margin-left: 10px;
		list-style-position: outside;
	}
.box_headline {
	position: absolute;
	top: -40px;
	left: 45px;
	padding: 5px;
	background: #F15921;
	border-radius: 20px;
}
.box_headline .hl_01 {
	position: relative;
	color: #fff;
	padding: 0 52px 0 20px;
	line-height: 1.6;
}
	.box_headline .hl_01:after {
		display: inline-block;
		content: "";
		background-image: url(../img/icn-arrow.png);
		background-repeat: no-repeat;
		width: 55px;
		height: 55px;
		position: absolute;
		top: -10px;
		right: -10px;
	}
.box_headline .hl_02 {
	color: #fff;
	padding: 0 20px 0 22px;
	font-weight: bold;
	line-height: 1.6;
}

.gdtv {
	width: 790px;
	margin: 0 auto 20px;
	border-left: 30px solid #f1ef21;
}
	.gdtv_inner {
		background: #f3f3f3;
		padding: 20px 30px;
	}
	.gdtv_inner .inner_left {
		float: left;
		width: 50%;
	}
	.gdtv_channel a:hover,.gdtv_channel a:hover img {
		opacity: 1;
	}
	.gdtv-last {
		border-left: none;
		width: 820px;
		margin:0 auto 20px;
	}
.about-score {
	padding: 16px 22px 5px;
	background: #f9f9f9;
}
.box_arrow {
	position: absolute;
	bottom: -29px;
	left: 46px;
	z-index: 999;
}
.btn_pre {
	display: inline-block;
	margin-top: 5px;
	padding: 10px 15px;
	border-radius: 8px;
	background: #0165F6;
	color: #fff;
	font-weight: bold;
}
.btn_pre_sp{
	display: none !important;
	}


@media screen and (max-width: 519px) {

	.pan-inner,.main-body,.gdtv-last {
		width: 100%;
	}
	.main-body img {
		width:100%;
		max-width: 100%;
		height: auto;
	}

	.boxwrap {
		margin: 10px 0;
	}
	.box_arrow {
		display: none;
	}
	.gdtv {
		width: 100%;
		border: 10px solid #f1ef21;
		box-sizing: border-box;
	}
		.gdtv_inner {
			padding: 10px;
			box-sizing: border-box;
		}
			.gdtv_inner .inner_left {
				float: none;
				width: 100%;
			}
	.popupPhotoWrap{
		display: none !important;
	}

	.btn_pre_sp{
	width: 90%;
		text-align: center;
		display: inline-block !important;
	margin-top: 5px;
	padding: 10px 15px;
	border-radius: 8px;
	background: #0165F6;
	color: #fff;
	font-weight: bold;
}
	.about-score {
		padding: 12px;
	}
	.box_last {
		width: 100%;
		padding: 10px;
		box-sizing: border-box;
	}
		.box_last ul li {
			margin-left: 30px;
		}

	.box_headline {
		position: initial;
		font-size: 18px;
		border-radius: 0;
		overflow: hidden;
	}

		.bg-pc {display: none !important;}
		.bg-sp {display: block !important; }
		.box_headline .hl_01,
		.box_headline .hl_02 {
			display: block;
			padding: 0 10px;
		}
		.box_headline .hl_02 {
			margin-left: 30px;
		}
		.box_headline .hl_01:after {
			background-size: 45%;
			top: 28px;
			left: 10px;
		}


}