@charset "utf-8";


/* ---------- ---------- ---------- 
	::index::

 A. Hidden Area
 B. Footer
 C. ContentsArea
 D. KeyVisual

---------- ---------- ---------- */

@media print {
/* start print media style */



/* A. Hidden Area
---------- ---------- ---------- */
#HeaderArea .dl-HeaderUtility ,
#HeaderArea .dl-HeaderLinks {
	display: none;
}
#GlobalNavWrap {
	display: none;
}
#BreadcrumbsWrap {
	height: 0;
	overflow: hidden;
}
#SubContentsArea{
	display: none;
}
#GlobalLocationsWrap{
	display: none;
}
#FooterArea .dl-FooterSection {
	display: none;
}
.dl-SocialButtons {
	display: none;
}



/* B. Footer Area
---------- ---------- ---------- */
#Pagetop {
	display: none !important;
}
#FooterWrap {
	border-top: 1px solid #414141;
	background: none;
}
#FooterWrap #FooterArea{
	padding-top: 0;
}
#FooterWrap .dl-FooterSection--Copyright {
	display: block;
	border-top: none;
}
#FooterWrap .dl-FooterCopyright {
	color: #4c4c4c;
}
#FooterWrap .dl-FooterGrid__Col--R {
	display: none;
}


/* C. Contents Area
---------- ---------- ---------- */
/* ContentsArea_Double
---------- ---------- */
.dl-ContentsArea_Double #ContentsArea #MainContentsArea {
	margin-right: auto;
	margin-left: auto;
	float: none;
}

/* D. Key Visual
---------- ---------- ---------- */
#KeyVisualWrap {
	position: relative;
}
.dl-KeyVisualPrintBackground {
	display: block;
}
#ContentsArea {
	margin-top: 40px!important;
	padding-top: 0!important;
}

#ContentsInner {
	padding-top: 0!important;
}

/* end print media style */
}