@charset "UTF-8";
/* ----------------------------------------------------
作成日: 2015.05.25
最終更新日: 2023.02.13
作成者: TS
最終編集者: kavos
調整內容: 平台調整資料回傳方式 line:187

common.css： 共通設定
---------------------------------------------------- */

* {
	margin: 0;
	padding: 0;
}
body {
	height: 100%;
	font-size: 14px;
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	line-height: 1.6;
	color: #404345;
}
html { height: 100%; }
h1 { }
h2 { }
h3 { }
h4 { }
h5 { }
dt { font-weight: bold; }
p { }
address, small {
	width: 960px;
	margin: 0 auto;
	padding: 0;
	font-size: 12px;
	text-decoration: none;
	text-align: center;
	display: block;
}
strong {
	text-decoration: none;
	color: #fb0159;
	font-weight: bold;
}
table {
	margin: 0 0 20px 0;
	border-collapse: collapse;
}
table.short { margin: 0 auto 20px; }
table th {
	padding: 1em;
	background: #f4f4f4;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	font-weight: bold;
	vertical-align: middle;
}
table th:first-child {
	border-left: none;
	border-right: 1px solid #c2c2c2;
}
table tr.point th {
	background: #000000;
	color: #f9ea00;
	border-right: none;
}
table td {
	padding: 1em;
	border-top: 1px solid #c2c2c2;
	border-left: 1px solid #c2c2c2;
	border-bottom: 1px solid #c2c2c2;
	vertical-align: middle;
}
table td:first-child { border-left: none; }
a:link, a:visited {
	/*color:#00b5aa;*/
	text-decoration: none;
	outline-width: 0;
}
a:hover, a:active {
	color: #01e2d4;
	text-decoration: underline;
	outline-width: 0;
}
ul.disc { margin-bottom: 28px; }
ul.disc li {
	margin-bottom: 0.2em;
	padding: 0 0 0 1em;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/icon_li.png) no-repeat left 6px;
}
#mainArea ul.disc li img {
	display: block;
	margin-left: -14px;
}
ol.decimal, ul.logfile {
	margin-bottom: 28px;
	padding: 0 0 0 2em;
	list-style: decimal;
}
ol.decimal li , ul.logfile li{ margin-bottom: 0.2em; }
ol.decimal li ul li, ul.logfile li ul li , ul.logfile li:nth-child(2),ul.logfile li:nth-child(3){list-style: none;}
#mainArea ol.decimal li img {
	display: block;
	margin-left: -28px;
}
ol.number { margin-bottom: 1em; }
ol.number li {
	padding-left: 2em;
	text-indent: -2em;
}
ol.decimal li ol.decimal, ol.decimal li ol.number { margin-bottom: 0.2em; }
/* ----------------------------------------------------
共通パーツ
---------------------------------------------------- */

/* class */
a.icon-link, a.icon-detail, a.icon-relation {
	margin-left: 4px;
	margin-right: 16px;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
a.icon-link {
	padding-left: 16px;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/icon_link.png) no-repeat left center;
}
a.icon-detail {
	padding-left: 33px;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/icon_detail.png) no-repeat left center;
}
a.icon-relation {
	padding-left: 33px;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/icon_relation.png) no-repeat left center;
}
/* NEW! */
.new {
	margin-left: 1em;
	font-size: 12px;
	font-weight: bold;
	color: #fb0159;
	display: inline-block;
	vertical-align: top;
}
/* time */
p.time { color: #727679; }
strong.time {
	font-size: 20px;
	color: #fb0159;
}
/* attention */
p.attentionMark, dl.attentionBox dd p {
	color: #fb0159;
	font-size: 12px;
}
dl.attentionBox dd ul, ul.attentionMark { margin: 0 auto 1.5em; }
dl.attentionBox dd ul li, ul.attentionMark li {
	padding-left: 1em;
	text-indent: -1em;
	color: #fb0159;
	font-size: 12px;
}
ul.attentionMark li ul.disc li {
	padding: 0;
	text-indent: 0;
}
#mainArea dl.attentionBox {
	margin: 0 auto 1em;
	padding: 20px 20px 0.1em;
	background: #eef0f0;
	color: #fb0159;
}
#mainArea dl.attentionBox dt {
	padding: 0 0 0 1.3em;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/icon_attention_dt.png) no-repeat left 5px;
	font-size: 16px;
	font-weight: bold;
}
#mainArea dl.attentionBox dd { padding: 0; }
#mainArea dl.attentionBox p { margin-bottom: 1.5em; }
/* btn */
div.btnWrap {
	margin: 0 -10px 1em;
	text-align: center;
}
a.formBtnS, input.formBtnS,button.formBtnS {
	width: 220px;
	height: 60px;
	margin: 0 10px;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/sprite_btn.png) no-repeat 0 -80px;
	line-height: 60px;
	text-align: center;
	font-size: 18px;
	font-weight: bold;
	color: #161616;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
a.formBtnS:hover, input.formBtnS:hover,button.formBtnS:hover {
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/sprite_btn.png) no-repeat -220px -80px;
	text-decoration: none;
}
a.formBtnL, input.formBtnL {
	width: 350px;
	height: 80px;
	margin: 0 auto;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/sprite_btn.png) no-repeat 0 0;
	line-height: 80px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	color: #161616;
	display: block;
}
a.formBtnL:hover, input.formBtnL:hover {
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/sprite_btn.png) no-repeat -350px 0;
	text-decoration: none;
}
input.formBtnS, input.formBtnL {
	font-family: "メイリオ", "ＭＳ Ｐゴシック", sans-serif;
	padding: 0;
	border: none;
	outline: none;
}
/* box */
.box {
	margin: 0 auto 1em;
	padding: 20px 20px 0.1em;
	background: #eef0f0;
}
/* ssBox */
.ssBox { margin: 0 auto 20px;  *zoom:1;
}
.ssBox:after {
	content: "";
	display: block;
	clear: both;
}
.ssBox > p {
	width: 340px;
	margin: 0 0 14px;
	padding: 0 5px;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
.ssBox > p img {
	width: 340px;
	height: auto;
}
.textBoxL {
	width: 340px;
	margin: 0 0 14px;
	padding: 0 5px;
	float: left;
}
.textBoxR {
	width: 340px;
	margin: 0 0 14px;
	padding: 0 5px;
	float: right;
}
/* pager */
ul.pager {
	width: 100%;
	height: 36px;
	margin: 0 auto 1em;
	text-align: center;
	position: relative;
}
ul.pager li {
	width: 36px;
	height: 34px;
	border-bottom: 2px solid #00b5aa;
	line-height: 36px;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
ul.pager li a {
	height: 36px;
	margin: 0 0 -2px 0;
	background: #e4e4e4;
	display: block;
}
ul.pager li a:hover {
	background: #01e2d4;
	color: #ffffff;
}
ul.pager li.pager-prev, ul.pager li.pager-prev-edge {
	width: 40px;
	height: 36px;
	margin: 0 10px 0 0;
	padding: 0 0 0 20px;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/pager.png) no-repeat left bottom;
	border: none;
	text-align: left;
	color: #a8a8a8;
}
ul.pager li.pager-prev-edge {
	position: absolute;
	left: 0;
}
ul.pager li.pager-prev a, ul.pager li.pager-prev-edge a {
	width: 40px;
	margin: 0 0 0 -20px;
	padding: 0 0 0 20px;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/pager.png) no-repeat left top;
	color: #ffffff;
}
ul.pager li.pager-prev a:hover, ul.pager li.pager-prev-edge a:hover { background: url(https://images.happytuk.co.jp/template/globalPortal/image/pager.png) no-repeat left center; }
ul.pager li.pager-next, ul.pager li.pager-next-edge {
	width: 40px;
	height: 36px;
	margin: 0 0 0 10px;
	padding: 0 20px 0 0;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/pager.png) no-repeat right bottom;
	border: none;
	text-align: right;
	color: #a8a8a8;
}
ul.pager li.pager-next-edge {
	position: absolute;
	right: 0;
}
ul.pager li.pager-next a, ul.pager li.pager-next-edge a {
	width: 40px;
	margin: 0 -20px 0 0;
	padding: 0 20px 0 0;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/pager.png) no-repeat right top;
	color: #ffffff;
}
ul.pager li.pager-next a:hover, ul.pager li.pager-next-edge a:hover { background: url(https://images.happytuk.co.jp/template/globalPortal/image/pager.png) no-repeat right center; }
.pagerWrap {
	width: 100%;
	margin: 0 auto 1em;
	text-align: center;
	position: relative;
}
.pagerWrap ul.pager {
	height: 0;
	margin: 0;
	top: -36px;
}
.pager-back {
	height: 36px;
	text-align: center;
	line-height: 36px;
}
/* signature */
.signature { text-align: right; }
/* in mainArea */
#mainArea h1 {
	width: 700px;
	min-height: 30px;
	margin: 0 auto 10px;
	font-size: 30px;
	line-height: 30px;
	color: #161616;
	font-weight: bold;
}
#mainArea h2 {
	min-height: 24px;
	margin: 0 0 28px;
	padding: 12px 0;
	border-bottom: 1px solid #c2c2c2;
	font-size: 24px;
	line-height: 24px;
	color: #161616;
	font-weight: bold;
}
#mainArea h3 {
	min-height: 20px;
	margin: 0 0 28px;
	font-size: 20px;
	line-height: 20px;
	color: #161616;
	font-weight: bold;
}
#mainArea h4 {
	min-height: 14px;
	margin: 0 0 14px;
	padding: 0 0 0 1em;
	font-size: 14px;
	line-height: 14px;
	color: #161616;
	font-weight: bold;
}
#mainArea h5 {
	min-height: 14px;
	margin: 0 0 14px;
	font-size: 14px;
	line-height: 14px;
	color: #161616;
	font-weight: bold;
}
#mainArea ul { /*margin-bottom:28px;*/
}
#mainArea dl { /*margin-bottom:28px;*/
}
#mainArea dl dt {
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/icon_dt.png) no-repeat 3px center;
	font-weight: bold;
}
#mainArea dl dd { }
#mainArea p { margin-bottom: 1.5em; }
#mainArea hr {
	border: none;
	border-bottom: 5px solid #c2c2c2;
	display: block;
}
#mainArea .ss01 {
	border: 1px solid #c7c7c7;
	margin: 0 auto 14px;
	display: block;
}
#mainArea .ss02 {
	margin: 0 4px 14px;
	border: 1px solid #c7c7c7;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
#mainArea .ss03 {
	margin: 0 auto 14px;
	display: block;
}
/* ----------------------------------------------------
レイアウト
---------------------------------------------------- */

noscript { }
noscript p {
	text-align: center;
	font-weight: bold;
	padding: 1em;
}
#container {
	min-width: 960px;
	min-height: 100%;
	/*background: url(https://images.happytuk.co.jp/template/globalPortal/image/visual.jpg) no-repeat center 89px;*/
	font-family: "メイリオ", "ＭＳ Ｐゴシック";
	overflow: hidden;
	position: relative;
}
p.pagetop {
	position: fixed;
	right: 30px;
	bottom: 30px;
	z-index: 9999;
}
p.pagetop a {
	width: 60px;
	height: 50px;
	display: block;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/pagetop.png) no-repeat center top;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}
p.pagetop a:hover { background: url(https://images.happytuk.co.jp/template/globalPortal/image/pagetop.png) no-repeat center bottom; }
ul.snsList { height: 20px; }
ul.snsList li {
	margin: 0 0 0 10px;
	display: inline-block;
 *display:inline;
 *zoom:1;
	vertical-align: top;
}
ul.snsList li:first-child { margin: 0; }
ul.snsList li.sns-fb span { vertical-align: baseline !important; }
header ul.snsList { /*position:absolute;
	top:15px;
	right:10px;*/
margin: 10px 10px 0px 0px; }
#mainArea + ul.snsList { display: none; }
/* ----------------
header
---------------- */
header {
	width: 100%;
	/*height:40px;*/
	margin: 0 0 201px;
}
#headerInfo {
	height: 40px;
	background: #ffffff;
	border-bottom: 1px solid #d6d6d6;
}
header #sega {
	position: absolute;
	top: -7px;
	left: 10px;
	display:none;
}
header #sega img { /*width:91px;*/	
height: 60px; }
header h1 {
	width: 270px;
	height: 135px;
	position: absolute;
	top: 102px;
	left: 50%;
	margin-left: -135px;
}
header h1 a {
	width: 270px;
	height: 135px;
	display: block;
}
header h1 a img { display: none; }
#headerInfo ul.snsList {
	/*margin: -5px 20px 0px; */
	padding-left: 10px;
	border-left-color: rgb(217, 217, 217);
	border-left-width: 1px;
	border-left-style: solid;
	float: right;
}
#loginInfo {
	margin: 10px 10px 0px 0px;
	font-size: 12px;
	float: right;
}
#loginInfo p { display: inline-block; }
#loginInfo .btn_logout { display: inline-block; }
#loginInfo .btn_login { display: inline-block; }
#contents .topicpath li { display: inline-block; }
#loginInfo .btn_logout {
	border-radius: 2px;
	width: 90px;
	height: 20px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 20px;
	/*margin-right: 110px;*/
}
#loginInfo .btn_login {
	border-radius: 2px;
	width: 90px;
	height: 20px;
	text-align: center;
	color: rgb(255, 255, 255);
	line-height: 20px;
	margin-left: 10px;
}
#loginInfo .btn_logout:hover { text-decoration: none; }
#loginInfo .btn_login:hover { text-decoration: none; }
#loginInfo .btn_logout { background: rgb(84, 84, 84); }
#loginInfo .btn_logout:hover { background: rgb(139, 139, 139); }
#loginInfo .btn_login { background: rgb(7, 179, 185); }
#loginInfo .btn_login:hover { background: rgb(0, 225, 233); }
/* gNav */
header nav {
	width: 100%;
	height: 40px;
	background: #202020;
	position: relative;
	top: 50px;
	z-index: 1;
}
header nav #menuBtn { display: none; }
header nav ul {
	width: 960px;
	height: 40px;
	margin: 0 auto;
	position: relative;
 *zoom:1;
}
header nav ul:after {
	content: "";
	display: block;
	clear: both;
}
header nav ul li {
	margin: 0;
	float: left;
}
header nav ul li#gNav01 {
	width: 90px;
	display: none;
}
header nav ul li#gNav02, header nav ul li#gNav03, header nav ul li#gNav04 {
	width: 290px;
	height: 70px;
	display: none;
}
header nav ul li#gNav05, header nav ul li#gNav06, header nav ul li#gNav07, header nav ul li#gNav08 {
	width: 240px;
	height: 40px;
}
header nav ul li a {
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/nav.png) no-repeat;
	display: block;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}
header nav ul li#gNav02 a, header nav ul li#gNav03 a, header nav ul li#gNav04 a {
	width: 290px;
	height: 70px;
}
header nav ul li#gNav05 a, header nav ul li#gNav06 a, header nav ul li#gNav07 a, header nav ul li#gNav08 a {
	width: 240px;
	height: 40px;
}
header nav ul li#gNav01 a {
	width: 90px;
	height: 70px;
	background-position: 0 -40px;
}
header nav ul li#gNav01.selected a, header nav ul li#gNav01 a:hover { background-position: 0 -150px; }
header nav ul li#gNav02 a { background-position: -90px -40px; }
header nav ul li#gNav02.selected a, header nav ul li#gNav02 a:hover { background-position: -90px -150px; }
header nav ul li#gNav03 a { background-position: -380px -40px; }
header nav ul li#gNav03.selected a, header nav ul li#gNav03 a:hover { background-position: -380px -150px; }
header nav ul li#gNav04 a { background-position: -670px -40px; }
header nav ul li#gNav04.selected a, header nav ul li#gNav04 a:hover { background-position: -670px -150px; }
header nav ul li#gNav05 a { background-position: 0 0; }
header nav ul li#gNav05.selected a, header nav ul li#gNav05 a:hover { background-position: 0 -110px; }
header nav ul li#gNav06 a { background-position: -240px 0; }
header nav ul li#gNav06.selected a, header nav ul li#gNav06 a:hover { background-position: -240px -110px; }
header nav ul li#gNav07 a { background-position: -480px 0; }
header nav ul li#gNav07.selected a, header nav ul li#gNav07 a:hover { background-position: -480px -110px; }
header nav ul li#gNav08 a { background-position: -720px 0; }
header nav ul li#gNav08.selected a, header nav ul li#gNav08 a:hover { background-position: -720px -110px; }
/* ----------------
mainArea
---------------- */
#mainArea {
	width: 840px;
	min-height: 450px;
	margin: 0 auto 450px;
	padding: 40px 30px 30px;
	background: #f9f9fa;
	border-top: 40px solid #000000;
	border-bottom: 4px solid #000000;
	position: relative;
}
#mainArea .topicpath ul {
	width: 730px;
	height: 40px;
	margin: 0 auto;
	padding: 0 15px;
	list-style: none;
	font-size: 12px;
	line-height: 40px;
	color: #ffffff;
	word-break: break-all;
	position: absolute;
	top: -40px;
	left: 0;
 *zoom:1;
}
#mainArea .topicpath ul:after {
	content: "";
	display: block;
	clear: both;
}
#mainArea .topicpath ul li {
	color: #ffffff;
	float: left;
}
#link_top {
	position: absolute;
	top: -35px;
	right: 5px;
}
#link_top a {
	height: 30px;
	padding: 0 10px 0 28px;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/arrow.png) no-repeat 10px center #3a3a3a;
	font-size: 12px;
	line-height: 30px;
	color: #ffffff;
	display: block;
}
#link_top a:hover { background: url(https://images.happytuk.co.jp/template/globalPortal/image/arrow.png) no-repeat 10px center #696969; }
/* ----------------
footer
---------------- */

footer {
	width: 100%;
	min-height: 340px;
	margin: 0;
	padding: 20px 0 0px;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/footer.png) repeat center top;
	font-size: 12px;
	color: #7d7c7c;
	position: absolute;
	bottom: 0;
}
footer dl {
	width: 960px;
	height: 30px;
	margin: 0 auto 30px;
	padding: 10px 0 0;
	background: url(https://images.happytuk.co.jp/template/globalPortal/image/footer_info.png) no-repeat center top;
	text-align: center;
	font-size: 14px;
	color: #ffffff;
	position: relative;
}
footer dl dt {
	padding: 0 0 0 1em;
	border-left: 1px solid #707477;
	line-height: 1;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
footer dl dt:first-child { border-left: none; }
footer dl dt.cero {
	width: 0;
	height: 0;
	text-indent: -9999px;
	line-height: 0;
	font-size: 0;
}
footer dl dd {
	padding: 0 1em 0 0;
	line-height: 1;
	display: inline-block;
 *display:inline;
 *zoom:1;
}
footer dl dd.cero {
	padding: 0;
	position: absolute;
	right: 0;
	top: 108px;
}
footer ul#attention {
	width: 960px;
	margin: 0 auto 20px;
}
footer ul.attention {
	margin: 30px auto 0px;
	padding: 0px 0px 120px;
	text-align: center;
	color: rgb(125, 124, 124);
	font-size: 12px;
}
/****** regist ******/
.steps { display: inline-block; }
.steps li {
	float: left;
	list-style: none;
}
#mainArea section.active { display: block; }
#mainArea section.hidden { display: none; }
ul.steps li {
	float: left;
	height: 54px;
	text-indent: -9999px;
	background-position: center top;
	background-repeat: no-repeat;
}
ul.steps li.step1 {
	width: 162px;
	background-image: url(https://images.happytuk.co.jp/template/globalPortal/image/step1_regist.gif);
}
ul.steps li.step2 {
	width: 176px;
	background-image: url(https://images.happytuk.co.jp/template/globalPortal/image/step2_regist.gif);
}
ul.steps li.step3 {
	width: 176px;
	background-image: url(https://images.happytuk.co.jp/template/globalPortal/image/step3_regist.gif);
}
ul.steps li.step4 {
	width: 150px;
	background-image: url(https://images.happytuk.co.jp/template/globalPortal/image/step4_regist.gif);
}
ul.steps .active { background-position: center bottom; }

ul.steps li.wd_step1 {
	width: 162px;
	background-image: url(https://images.happytuk.co.jp/template/globalPortal/image/step1_withdrawal.gif);
}
ul.steps li.wd_step2 {
	width: 176px;
	background-image: url(https://images.happytuk.co.jp/template/globalPortal/image/step2_withdrawal.gif);
}
ul.steps li.wd_step4 {
	width: 150px;
	background-image: url(https://images.happytuk.co.jp/template/globalPortal/image/step3_withdrawal.gif);
}

#bannerArea {
	position: absolute;
	right: 50px;
	display: block;
	margin-top: 12px;
}
.attention { color: red; }
#ssl_seal {
	position: absolute;
	top: 40px;
	right: 0px;
}
#ssl_seal tr td {
	border-top: 0px;
	border-bottom: 0px;
}


#answer .contentArea table td img{
	max-width:600px;
}


	.box_ro, .box_ro2 {
	    padding: 3px;
	    margin-bottom:5px;
	    color: white;
	    box-shadow: 0px 2px 2px #FFF inset;
	    border-radius: 5px;
	}
	.box_ro{
	    background-color: #F63;
	}
	.box_ro2 {
	    background-color: #28abe7;
	}
	.content{
		margin-top:50px;
		margin-bottom:50px;
		margin-left: 40px;
		margin-right: 40px;
	}
	.content ul{
		list-style-type: none;
	}
	#question, #answer{
		width: 100%;
	    height: auto;
	    padding: 16px 16px 16px 60px;
	    border-top: 2px solid rgb(255, 255, 0);
	    border-bottom: 1px solid #d9d9d9;
	    word-break: break-all;
	    position: static;
	    left: 0;
	    top: 0;
	}
	.contentArea > table:first-child > tbody > tr > td:first-child,
	.contentArea > table:first-child > tbody > tr > td:last-child {
	display: none;
	}
	.buttonArea{
		text-align: center;
	}
	#redirectButton{
		margin-top:50px;
		margin-bottom: 20px;
	}
	.contentArea > table > *{
		border: 1px solid #c2c2c2;
	}
	
	#inquiryList ul {
	    padding-bottom: 20px;
	    list-style: none;
	}
	#inquiryList li{
	    min-height: 19px;
	    padding: 15px 20px 15px 50px;
	    border-left: 1px solid #d9d9d9;
	    border-right: 1px solid #d9d9d9;
	    border-bottom: 1px solid #d9d9d9;
	}
	#inquiryList a:link{
		color: #2a4bc6;
	    text-decoration: none;
	    outline-width: 0;
	    outline: none;
	    background: none;
	    margin: 0px;
	    padding: 0px;
	    border: 0px currentColor;
	    border-image: none;
	    font-size: 100%;
	    vertical-align: baseline;
    }
/*
     FILE ARCHIVED ON 22:59:58 Apr 02, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 03:59:01 Dec 11, 2019.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  exclusion.robots.policy: 0.137
  esindex: 0.009
  RedisCDXSource: 0.639
  load_resource: 149.047
  CDXLines.iter: 9.72 (3)
  PetaboxLoader3.datanode: 1450.609 (4)
  exclusion.robots: 0.147
  LoadShardBlock: 1448.826 (3)
  PetaboxLoader3.resolve: 131.606
  captures_list: 1461.546
*/