/* =====================================================================


  


===================================================================== */
/*/////---example---//////
    html:lang(en) {
      body {}
    }
*/
/* =====================================================================


===================================================================== */
pre {
    width: auto !important;
    padding: 0 20px 1em !important;
    white-space: pre-wrap;
    word-wrap: break-word;
    overflow: auto;
  }
  pre code {
    font-size: 95%;
    line-height: 1.7;
    background-color: transparent;
  }
  
  code {
    padding: 2px 4px;
    font-size: 120%;
    color: #c7254e;
    background-color: #f9f2f4;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
  }
  
  .pln {
    color: #272727 !important;
  }
  
  .com {
    color: #888 !important;
  }
  
  @media screen {
    .str {
      color: #080;
    }
  
    .kwd {
      color: #008;
    }
  
    .com {
      color: #800;
    }
  
    .typ {
      color: #606;
    }
  
    .lit {
      color: #066;
    }
  
    .pun, .opn, .clo {
      color: #660;
    }
  
    .tag {
      color: #008;
    }
  
    .atn {
      color: #606;
    }
  
    .atv {
      color: #080;
    }
  
    .dec, .var {
      color: #606;
    }
  
    .fun {
      color: red;
    }
  }
  @media print, projection {
    .str {
      color: #060;
    }
  
    .kwd {
      color: #006;
      font-weight: bold;
    }
  
    .com {
      color: #600;
      font-style: italic;
    }
  
    .typ {
      color: #404;
      font-weight: bold;
    }
  
    .lit {
      color: #044;
    }
  
    .pun, .opn, .clo {
      color: #440;
    }
  
    .tag {
      color: #006;
      font-weight: bold;
    }
  
    .atn {
      color: #404;
    }
  
    .atv {
      color: #060;
    }
  }
  pre.prettyprint {
    padding: 30px;
    border: solid 1px #bbc2c9 !important;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    background: #f8f8f8;
  }
  
  ol.linenums {
    margin-top: 0;
    margin-bottom: 0;
  }
  
  li.L0, li.L1, li.L2, li.L3, li.L4, li.L5, li.L6, li.L7, li.L8 {
    list-style-type: none;
  }
  li.L1, li.L3, li.L5, li.L7, li.L9 {
    background: #eee;
  }
  
  .l-wrapper {
    padding-top: 90px;
  }
  
  .accordionBox-module {
    border: none;
    position: fixed;
    z-index: 10000;
    background: #fff;
    width: 100%;
  }
  
  .l-adjustAnchor {
    padding-top: 87px;
    margin-top: -87px;
  }
  
  .mainHeading__title {
    margin: 30px 0;
  }
  
  .heading-module {
    border-bottom: solid 1px #bbc2c9;
    padding-bottom: 10px;
    margin-bottom: 40px;
    overflow: hidden;
  }
  
  .heading-module__title {
    float: left;
    font-size: 1.75rem;
    line-height: 1.6;
  }
  
  .heading-module__class {
    float: right;
    font-size: 90%;
    padding-top: 10px;
    padding: 2px 15px;
    color: #c7254e;
    background-color: #f9f2f4;
    margin-top: 10px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
  }
  
  @media only screen and (max-width: 767px) {
    .heading-module__title {
      font-size: calc(1.375rem + 6 * (100vw - 320px) / 448);
    }
  }
  .previewBox__inner, .detailBox__inner {
    margin-bottom: 60px;
  }
  
  .codeBox__inner {
    clear: both;
    margin-bottom: 60px;
  }
  .codeBox__inner:last-child {
    margin-bottom: 0;
  }
  
  .detailBox__wrapper, .previewBox__wrapper, .codeBox__wrapper {
    width: auto;
    max-width: 1600px;
    padding: 0 10%;
    margin: 0 auto;
    position: relative;
  }
  
  @media only screen and (max-width: 767px) {
    .detailBox__wrapper, .previewBox__wrapper, .codeBox__wrapper {
      padding: 0 6.25%;
    }
  }
  .codeBox {
    position: relative;
  }
  .codeBox .clipboard__btn {
    position: absolute;
    top: 0;
    right: 0;
    z-index: 10;
    display: block;
    padding: 5px 15px;
    font-size: 12px;
    color: #767676;
    cursor: pointer;
    background-color: #fff;
    border: 1px solid #bbc2c9;
    -moz-border-radius: 0 4px 0 4px;
    -webkit-border-radius: 0;
    border-radius: 0 4px 0 4px;
  }
  .codeBox .clipboard__btn:hover {
    color: #fff;
    background-color: #626262;
  }
  
  .previewBox__wrapper--m {
    width: auto;
    max-width: 800px;
    padding: 0 10%;
    margin: 0 auto;
    position: relative;
  }
  
  @media only screen and (max-width: 767px) {
    .l-wrapper {
      padding-top: 54px;
    }
  
    .l-adjustAnchor {
      padding-top: 54px;
      margin-top: -54px;
    }
  
    .previewBox__inner, .detailBox__inner {
      margin-bottom: 10%;
    }
  
    .codeBox__inner {
      clear: both;
      margin-bottom: 10%;
    }
    .codeBox__inner:last-child {
      margin-bottom: 0;
    }
  
    .l-contentsBox-module {
      margin-bottom: 10%;
    }
  
    .previewBox__wrapper--m {
      padding: 0 6.25%;
    }
  }
  .pageNav__item {
    position: relative;
  }
  .pageNav__item ul {
      min-width: 250px;
      display: none; 
      position: absolute;
      text-align: left;
      background: #fff;
  }
  .pageNav__item ul li a{
      background: #fff;
      padding: 10px 15px;
      font-size: 0.88rem;
      border: 1px solid #F3F3F3;
      border-top: none;
  }
  .pageNav__item ul li a:hover{
      background: #F8F8F8;
  }