@charset "utf-8";

/*----------------------------------------
    レイアウト / 全ページ共通
-----------------------------------------*/
::selection {
	background: transparent;
}
#digest_wrap #digest_inner_wrap {
	max-width: 1024px;
	margin: 0 auto;
	border: solid 1px #dedede;
}
.section {
	padding: 0 6px;
}
.section .contents {
	position: relative;
	padding: 20px 30px 45px;
	line-height: 1.1;
	background-color: #fff;
}
.section .contents.pd0 {
	padding: 0;
}
.contents img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
.main_text {
	font-size: 16px;
	line-height: 1.5;
}
.annotation {
	font-size: 12px;
	line-height: 1.6;
	text-indent: -0.6em;
	margin-left: 1em;
}
.cf {
	overflow: hidden;
	clear: both;
}
#fancybox-content {
	background-color: #fff;
}
.contents a {
	display: block;
}

/* border */
.border, .grayborder {
	width: 100%;
	padding: 0 2.9%;
	margin: 0;
	background-color: #fff;
	box-sizing: border-box;
}
.border span {
	display: block;
	height: 1px;
	background-color: #000;
}
.grayborder span {
	display: block;
	height: 1px;
	background-color: #c4c4c4;
}
/* ============================== Hide Text */
.hide {
    position: absolute;
    left: -9999px;
}


.fancybox-lock {
    overflow: auto !important;
    width: auto;
}