@charset "UTF-8";
/*
* Theme Name: テンプレート01_05
* Author: Iscream Design
* Version: 1.5
* Description:
*/
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  font-style: normal;
  font-weight: normal;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: '';
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-bottom: 1px solid #ddd;
  margin: 0px;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
img {
  max-width: 100%;
  height: auto;
  border: none;
  vertical-align: middle;
}
strong { font-weight: bold;}


body {
  position: relative;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 15px;
  line-height: 1.6;
  color: #000;
  min-width: 1054px;
}

a { color: #000;}
a:hover { color: #999; text-decoration: none;}

.container { width: 1054px;}

@media only screen and (max-width: 800px) {
  body { min-width: 0px;}
  .container { width: 100%;}
}

/************************************ header_01　左ロゴ・下メニュー*/

.header_contact{
	display: -webkit-flex; /* Safari */
	display: flex;
	-webkit-align-items: center;
	align-items: center;
}
/* .header_contact li { display: inline-block; vertical-align: middle; margin: 0px 5px 10px;} */
.header_logo{
	width: 256px;
	margin-right: 20px;
}
.header_tel,
.header_reserve{
	margin-right: 10px;
}
.header_table{
	flex: 1;
}

@media only screen and (max-width: 800px) {
	.header_contact{
		-webkit-flex-wrap: wrap; /* Safari */
		flex-wrap: wrap;
		-webkit-justify-content: center;
		justify-content: center;
	}
	.header_logo{
		width: auto;
	}
	.header_contact li{
		width: +100%;
		margin-right: 0;
		margin-bottom: 20px;
	}
	.header_contact .header_table{
		margin-bottom: 0;
	}
  .header_01 h1 { padding-right: 70px;}
}

/*グローバルメニュー*/
.header_01 .gNavi > ul { background: url(https://83ba6e.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/shared/gn_bg.png) no-repeat center 50%;}
.header_01 .gNavi > ul > li { float: left; width: 14.2857%;}
.header_01 .gNavi > ul > li > a { display: block; text-decoration: none; color: #794712;}
.header_01 .gNavi > ul > li > a:hover { color: #ffae21;}

/* ドロップダウンメニュー */
.gNavi .dd {
  position: relative;
  z-index: 9999;
}
.gNavi .dd ul {
  width: 100%;
  position: absolute;
  display: none;
}
.gNavi .dd ul li a {
  display: block;
  padding: 10px;
  font-size: 14px;
  text-align: center;
  text-decoration: none;
  background-color: #FFFFFF;
  color: #794712;
  border-bottom: dotted 1px #A6AEAD;
}
.gNavi .dd ul li:last-child a { border-bottom: none;}
.gNavi .dd ul li a:hover { color: #ffae21;}
@media only screen and (max-width: 800px) {
  /* ハンバーガーメニュー */
  .humberger {
    background: #98cf37;
    border-radius: 4px;
    cursor: pointer;
    display: block;
    position: fixed;
    top: 5px;
    right: 5px;
    width: 50px;
    height: 50px;
    z-index: 10000;
  }
  .humberger span {
    background: #fff;
    border-radius: 15px;
    position: absolute;
    left: 10px;
    width: 30px;
    height: 3px;
    transition: 0.4s;
  }
  .humberger span:nth-of-type(1) { top: 9px;}
  .humberger span:nth-of-type(2) { top: 17px;}
  .humberger span:nth-of-type(3) { top: 25px;}
  .humberger:after {
    color: #fff;
    content: 'MENU';
    display: block;
    font-size: 10px;
    text-decoration: none;
    text-align: center;
    transition: 0.4s;
    position: absolute;
    left: 0;
    bottom: 1px;
    width: 100%;
  }
  .is-open .humberger:after { content: 'CLOSE';}
  .is-open .humberger span:nth-of-type(1) {
    -webkit-transform: translateY(6px) rotate(-45deg);
    -ms-transform: translateY(6px) rotate(-45deg);
    transform: translateY(6px) rotate(-45deg);
  }
  .is-open .humberger span:nth-of-type(2) { opacity: 0;}
  .is-open .humberger span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    -ms-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
  /* ナビ本体 */
  .sp-navi { -webkit-text-size-adjust: 100%;}
  .sp-navi.is-open .sp-navi-inner {
    opacity: 1;
    visibility: visible;
    z-index: 9999;
  }
  .sp-navi .sp-navi-inner {
    background: #fefbe8;
    overflow-y: auto;
    opacity: 0;
    visibility: hidden;
    position: fixed;
    top: 0;
    left: 0px;
    height: 100%;
    width: 100%;
    transition: .5s;
  }
  .sp-navi .sp-navi-inner > ul { padding: 60px 20px 20px;}
  .sp-navi .sp-navi-inner > ul > li {
    margin: 0 0 25px;
    position: relative;
  }
  .sp-navi .sp-navi-inner > ul > li > a {
    border-bottom: 4px solid #98cf37;
    display: inline-block;
    color: #333;
    font-size: 20px;
    padding: 0 0 10px;
    text-decoration: none;
  }
  .sp-navi .sp-navi-inner > ul > li > ul { padding: 25px 0 0 15px;}
  .sp-navi .sp-navi-inner > ul > li > ul > li { margin-bottom: 10px;}
  .sp-navi .sp-navi-inner > ul > li > ul > li > a {
    color: #333;
    font-size: 18px;
    text-decoration: none;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel {
    background: #fff;
    border-radius: 5px;
    padding: 15px 5px;
    margin: 35px 0 0;
    text-align: center;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel a {
    border-color: #333;
    color: #333;
    font-size: 25px;
    margin-bottom: 10px;
    padding-bottom: 0;
  }
  .sp-navi .sp-navi-inner > ul > li.sp-tel .time { margin: 5px 0 0;}
}


/************************************ コンテンツ*/
.contents {
  float: left;
  width: 740px;
}
@media only screen and (max-width: 800px) {
  .contents {
    float: none;
    width: auto;
  }
}

/************************************ タイトル*/

.pagettl {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 30px;
  color: #794712;
  line-height: 1.1;
  background: url(https://151808.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/under/pagettl.jpg) no-repeat center top;
  background-size: cover;
  padding: 100px 0px;
}

.heading_back {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 21px;
  color: #fff;
  line-height: 1.2;
  background-color: #98cf37;
  border-left: solid 3px #49b552;
  padding: 10px 13px;
}
.heading_btmline, .postdata h4 {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 21px;
  line-height: 1.2;
  border-bottom: solid 2px #98cf37;
  padding-bottom: 7px;
}
.heading_leftcircle, .postdata h5{
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 18px;
  line-height: 1.2;
  color: #1e9413;
  background: url(https://60cb49.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/shared/h5.png) no-repeat left 0.3em;
  padding-left: 20px;
}
.heading_small {
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 16px;
  line-height: 1.2;
  color: #794712;
}

@media only screen and (max-width: 800px) {
  .pagettl { font-size: 26px; padding: 40px 0px;}
}


/************************************ サイドバー*/
.rNavi {
  float: right;
  width: 250px;
}

.link_arrow a { display: block; text-decoration: none; border-bottom: dotted 1px #ccc; background: url(https://29bd3a.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/shared/ico_arrow_orange.png) no-repeat left 50%; padding: 10px 0px 10px 15px;}

@media only screen and (max-width: 800px) {
  .rNavi {
    float: none;
    width: auto;
    max-width: 250px;
    margin: auto;
  }
}

/************************************ フッター */

/************************************ footer_01 */

.footer_nav li { display: inline-block;}
.footer_nav li:after { content: " | ";}
.footer_nav li:last-Child:after { content: "";}
.footer_nav li a { text-decoration: none;}
.footer_nav li a:hover { text-decoration: underline;}

@media only screen and (max-width: 800px) {
  .footer_01 .back-green .fo24 { font-size: 20px !important;}

  .pagetop_btn { width: 60px;}
}

/************************************ページトップボタン*/
.pagetop_btn {
  position: fixed;
  right: 20px;
  bottom: 0px;
  padding-bottom: 20px;
  display: none;
  z-index: 999;
}

/************************************テーブル (01_04 追加)*/
.table-bordered {
  border-collapse: collapse;
  border: solid 1px #ccc;
  width: 100%;
}
.table-bordered th, .table-bordered td {
  border: solid 1px #ccc;
  padding: 10px;
  vertical-align: middle;
}
.table-bordered th {
  width: 20%;
  color: #FFFFFF;
  text-align: center;
  background-color: #98cf37;
  border: none;
}

/************************************テーブルレスポンシブ仕様 (01_04 追加)*/
@media only screen and (max-width: 800px) {
  .sp-listlayout {
    border: none !important;
  }
  .sp-listlayout tr {
    display: block;
  }
  .sp-listlayout th {
    border: none !important;
    display: list-item;
    list-style: none;
	text-align:left;
    width: 100% !important;
  }
  .sp-listlayout td {
    border: none !important;
    display: list-item;
    list-style: none;
    width: 100% !important;
  }
  .sp-listlayout {
    table-layout: fixed;
  }
  .sp-listlayout * {
    word-wrap: break-word;
  }
}
/************************************フォーム (01_04 追加)*/

.mw_wp_form {
  font-size: 13px;
  margin: 0 0 20px;/**
  * ボタン
  *//**
  * その項目のエラーのwrapper
  */
  /**
  * 必須マーク
  */
  /**
  * 各項目のwrapper
  */
  /**
  * 注釈
  */ }
.mw_wp_form dl {
  border-top: #dddddd solid 1px;
  border-left: #dddddd solid 1px;
  border-right: #dddddd solid 1px;
  margin: 0;
  padding: 0;
  overflow: hidden;
  zoom: 1;
}
.mw_wp_form .formend/*管理画面内でフォームの最後のdlに class="formend" を記入*/ {
  border-bottom: #dddddd solid 1px !important;
}
.mw_wp_form dl dt, .mw_wp_form dl dd {
  margin: 0;
  padding: 20px 0 15px 10px;
}
.mw_wp_form dl dt {
  float: left;
  font-weight: bold;
  padding-right: 20px;
  width: 25%;
  position: relative;
}
.mw_wp_form dl dt .mwform-require {
  position: absolute;
  top: 20px;
  right: 20px;
}
.mw_wp_form dl dd {
  overflow: hidden;
  zoom: 1;
  border-left: #dddddd solid 1px;
}
.mw_wp_form dl dd input, .mw_wp_form dl dd textarea, .mw_wp_form dl dd select {
  border: #cccccc solid 1px;
  border-radius: 3px;
  margin: 0;
  max-width: 88%;
  padding: 9px 12px;
  vertical-align: middle;
}
.mw_wp_form dl dd textarea {
  width: 90%;
}
.mw_wp_form dl dd label {
  margin: 0 10px 0 2px;
}
.mw_wp_form dl dd label input[type="checkbox"], .mw_wp_form dl dd label input[type="radio"] {
  margin: 0 5px 0 0;
}
.mw_wp_form p.mwform-btn {
  margin-top: 10px;
  text-align: center;
}
.mw_wp_form p.mwform-btn input {
  background-color: #f5f5f5;
  border: #dddddd solid 1px;
  border-radius: 3px;
  color: #000;
  cursor: pointer;
  font-weight: normal;
  padding: 10px 20px;
}
.mw_wp_form p.mwform-btn input + input{
	margin-left: 10px;
}


.mw_wp_form p.mwform-btn input:active, .mw_wp_form p.mwform-btn input:hover {
  background-color: #eee;
}
.mw_wp_form .mwform-errors {
  margin: 5px 0 0;
  overflow: hidden;
  zoom: 1;/**
  * エラーメッセージ
  */
}
.mw_wp_form .mwform-errors .mwform-error {
  float: left;
  margin: 0 10px 0 0;
}
.mw_wp_form .mwform-errors .mwform-error span {
  background-color: #F7CCE6;
  border: #ee4d89 solid 1px;
  border-radius: 3px;
  color: #EE4D89;
  display: inline-block;
  font-size: 85%;
  padding: 3px 6px 2px;
}
.mw_wp_form .mwform-require {
  color: #fff;
  background-color: #ff0000;
  font-size: 85%;
  padding: 1px 5px;
}
.mw_wp_form .mwform-field {
  margin: 0 0 5px;
}
.mw_wp_form .mwform-note {
  font-size: 85%;
}

@media screen and (max-width: 480px) {
  .mw_wp_form dl dt {
    float: none;
    width: auto;
    padding-bottom: 10px;
  }
  .mw_wp_form dl dd {
    padding-top: 0;
    border-left: none;
  }
}



/************************************アーカイブ関連*************************************/

/************************************詳細はこちらボタン(01_04 追加)*/
/* more-btn */
.more-btn a {
  background-color: #98cf37;
  font-family: "秀英丸ゴシック B", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif";
  font-size: 14px;
  color: #FFFFFF;
  padding: 8px 40px;
  text-decoration: none;
  display: inline-block;
  border-radius: 30px;
}
.more-btn a:after { content: url(https://5d0d3a.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/shared/ico_arrow.png); margin-left: 15px;}
.more-btn a:hover {
  opacity: 0.7;
}

/*WP用 投稿表示*/
.topics_sec article ul { padding-left: 1.5em;}
.topics_sec article ul li { list-style: outside disc;}
.topics_sec article p { margin-bottom: 15px;}
.topics_sec article p:last-Child { margin-bottom: 0px;}

ol { padding-left: 2em;}
ol li { list-style: outside decimal;}


/* スライドショー */
/* .viewer
------------------------- */
.viewer {
  margin: 0 auto;
  width: 1344px;
  position: relative;
  overflow: hidden;
}
@media only screen and (max-width: 800px) {
  .viewer {
    width: 100%;
  }
}
.viewer ul {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.viewer ul li {
  top: 0;
  left: 0;
  width: 100%;
  position: absolute;
}
.viewer ul li img {
  width: 100%;
}


.list_disc { padding-left: 20px;}
.list_disc li { list-style: outside disc;}

.list_indent { padding-left: 1em;}
.list_indent li { text-indent: -1em;}

.postdata p,
.postdata ul,
.postdata ol {
  margin-bottom: 20px;
}
.postdata ul li {
  list-style: disc;
}
.postdata ol li {
  list-style: decimal;
}
.postdata strong{
  font-weight: bold;
}
.postdata em{
  font-style: italic;
}
.postdata a{
  text-decoration: underline;
}
.postdata a:hover{
  text-decoration: none;
}

/* コンタクト注意文 */
.contact_mobile li {
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  padding-left: 20px;
  background-repeat: no-repeat;
  background-position: left 40%;
}
.contact_mobile .docomo { background-image: url(https://5b57a6.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/icon01.png);}
.contact_mobile .softbank { background-image: url(https://ff0701.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/icon02.png);}
.contact_mobile .au { background-image: url(https://cd0031.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/icon03.png);}
.contact_mobile .ymobile { background-image: url(https://21fab6.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/icon04.png);}


/************************************ ORIGINAL ***********/

.rob.mg10 { margin: 0px -10px;}
.rob.mg10 .coll-1, .rob.mg10 .coll-2, .rob.mg10 .coll-3, .rob.mg10 .coll-4, .rob.mg10 .coll-5, .rob.mg10 .coll-6, .rob.mg10 .coll-7, .rob.mg10 .coll-8, .rob.mg10 .coll-9, .rob.mg10 .coll-10, .rob.mg10 .coll-11, .rob.mg10 .coll-12 { padding: 0px 10px;}

.iframe_wrap { position: relative; width: 100%; padding-top: 50%;/* 高さ÷幅 */}
.iframe_wrap iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.fo30 { font-size: 30px;}

.slide_wrap .pos-ab { width: 100%; left: 0px; bottom: 0px; z-index: 200;}

.top_art01 .box { border-radius: 10px; padding: 5px; display: table; width: 100%;}
.top_art01 .box_inner { display: table-cell; vertical-align: middle;}
.top_art01 .box_inner.back-green { width: 245px; border-top-left-radius: 8px; border-bottom-left-radius: 8px;}
.top_art01 .box02 { padding: 20px 35px;}
.top_art01 dl { border-bottom: solid 1px #ccc; padding-bottom: 10px; margin-bottom: 15px;}
.top_art01 dl:last-child { margin-bottom: 0px;}
.top_art01 dl span { display: inline-block; border-radius: 3px; padding: 2px 25px; vertical-align: middle;}

.top_text01 span { display: inline-block; background: url(https://a18ccd.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/top_art02_ttl01.png) no-repeat left bottom, url(https://88ae7d.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/top_art02_ttl02.png) no-repeat right bottom; padding: 0px 25px;}

.top_art02 .back-white { border: solid 4px #98cf37; border-radius: 10px; overflow: hidden; max-width: 320px; margin: auto;}
.top_art02 .box_inner { padding: 15px 20px;}

.radius10 { border-radius: 10px; overflow: hidden;}

.top_art04 a { display: block; text-decoration: none;}
.top_art04 .box { background: url(https://947461.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/top_art04_line.png) no-repeat center top; padding: 20px 30px;}

.top_art04 .list_check li { background: url(https://546f37.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/shared/ico_check.png) no-repeat left 0.3em; padding-left: 22px;}

.top_art05 { padding: 25px 25px 5px;}
.top_art05 .box_inner { overflow: hidden; padding-left: 25px;}
.top_art05 h2 { border-bottom: solid 1px #fff; padding-bottom: 10px;}

.business-calendar .attr0 { color: #fff; background:#ffae21;}
.business-calendar .attr1 { color: #fff; background:#1e9413;}
.business-calendar { font-size: 13px;}
.business-calendar caption { border: none; padding: 0px 0px 10px;}
.business-calendar th { background-color: #98cf37; color: #fff;}
.business-calendar td { padding: 8px 3px;}

.faq_category { display: inline-block;}
.faq_category li { display: inline-block; vertical-align: top;}
.faq_category li:after { content: " / ";}
.faq_category li:last-child:after { content: "";}

.faq_dl { display: table; width: 100%;}
.faq_dl dt, .faq_dl dd { display: table-cell; vertical-align: top;}
.faq_dl dt { width: 1.5em;}
.faq_dl dd { padding-top: 3px;}

.list_check li { background: url(https://f96b4d.claudeassets.com/20240103010735im_/https://www.hirado-dent.com/wp-content/themes/temp01_05/images/under/ico_check.png) no-repeat left 0.3em; padding-left: 20px;}

@media only screen and (max-width: 800px) {
  .fo30 { font-size: 26px;}

  .top_art01 .box, .top_art01 .box_inner { display: block; width: 100% !important;}
  .top_art01 .box_inner.back-green { padding: 15px; border-radius: 8px;}
  .top_art01 .box02 { padding: 20px 10px;}

  .top_art04 a { max-width: 320px; margin: auto;}
  .top_art04 .box { padding: 20px 15px;}

  .top_art05 { padding: 25px 15px 5px;}
  .top_art05 .left { float: none !important;}
  .top_art05 .box_inner { padding: 0px;}
}

.map {
  position: relative;
  padding-bottom: 56.25%;
  padding-top: 30px;
  height: 0;
  overflow: hidden;
}
.map.footer-map{
  padding-bottom: 35.5%;
}
.map iframe,
.map object,
.map embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 800px) {
  .map {
    padding-bottom: 75%!important;
  }
}

/*
     FILE ARCHIVED ON 01:28:36 Mar 27, 2023 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 12:10:59 Jul 03, 2026.
     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):
  captures_list: 0.514
  exclusion.robots: 0.056
  exclusion.robots.policy: 0.044
  esindex: 0.01
  cdx.remote: 10.303
  LoadShardBlock: 57.222 (3)
  PetaboxLoader3.datanode: 75.82 (5)
  load_resource: 91.822
  PetaboxLoader3.resolve: 64.128
  loaddict: 15.273
*/