﻿
/* Hタグ*/
h1, h2, h3, h4, h5, h6 {
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    text-rendering: optimizeLegibility;
    margin-bottom: 12px;
    margin-top: 10px;
    word-wrap: break-word;
    color: #202020;
    font-feature-settings: "palt";
}

h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    font-size: 2.2rem;
    letter-spacing: -0.01em;
    font-family: 'Segoe UI','Segoe WP', 'BIZ UDPGothic', 'Yu Gothic', Helvetica Neue, Helvetica, sans-serif;
    /*font-family: segoe-ui_light,'Segoe UI Light','Segoe WP', 'Yu Gothic', Helvetica Neue, Helvetica, sans-serif;  */
 
}

    h1.LongCharacter {
        font-size: 1.9rem;
        font-family: 'Segoe UI','Segoe WP', 'BIZ UDPGothic', 'Yu Gothic', Helvetica Neue, Helvetica, sans-serif;
        /*font-family: segoe-ui_light,'Segoe UI Light','Segoe WP', 'Yu Gothic', Helvetica Neue, Helvetica, sans-serif;*/
    }

@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
    h1 {
        font-family: 'Segoe UI','Segoe WP', 'BIZ UDPGothic', 'Yu Gothic', Helvetica Neue, Helvetica, sans-serif;
        /*font-family: segoe-ui_light,'Segoe UI Light','Segoe WP', 'Yu Gothic',Helvetica Neue,Helvetica,sans-serif;*/
    }

        h1.LongCharacter {
            font-family: 'Segoe UI','Segoe WP', 'BIZ UDPGothic', 'Yu Gothic', Helvetica Neue, Helvetica, sans-serif;
            /*
            font-family: segoe-ui_light,'Segoe UI Light','Segoe WP', 'Yu Gothic',Helvetica Neue,Helvetica,sans-serif;
            */
        }
}


h2 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 32px;
    color: #4c668b;
    /*font-size: 1.875rem;*/
    font-size: 1.75rem;
    font-weight: 400;
    /*font-size: 1.75rem;*/
    font-family: 'Segoe UI', 'Segoe WP', 'BIZ UDPGothic', 'Helvetica Neue', Helvetica, sans-serif;
    letter-spacing: -0.01em;
}

h3 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 36px;
    color: #404040;
    font-size: 1.26rem;
    /*font-size: 1.4375rem;*/
    /*font-size: 1.188rem;*/
    font-family: segoe-ui_semibold,Segoe UI Semibold,Segoe WP,'BIZ UDPGothic',Helvetica Neue,Helvetica,sans-serif;
    font-weight: 600;
    letter-spacing: -0.01em;
}

h4 {
    padding-top: 0px;
    padding-bottom: 0px;
    margin-top: 18px;
    margin-bottom: 6px;
    color: #202020;
    font-size: 1.188rem;
    /*font-family: segoe-ui_semibold,Segoe UI Semibold,Segoe WP,Helvetica Neue,Helvetica,sans-serif;*/
    font-family: segoe-ui_semibold,Segoe UI Semibold,Segoe WP,'BIZ UDPGothic',Helvetica Neue,Helvetica,sans-serif;
    font-weight: 600;
    /*font-size: 1.0rem;*/
}

h5 {
    margin-top: 36px;
    margin-bottom: 6px;
    font-size: 0.9rem;
    font-family: segoe-ui_semibold,Segoe UI Semibold,Segoe WP,'BIZ UDPGothic',Helvetica Neue,Helvetica,sans-serif;
    font-weight: 600;
    letter-spacing: 1px;
}

h6 {
    margin-top: 36px;
    margin-bottom: 6px;
    font-size: 0.8rem;
    font-family: segoe-ui_semibold,Segoe UI Semibold,Segoe WP,'BIZ UDPGothic',Helvetica Neue,Helvetica,sans-serif;
    font-weight: 700;
    letter-spacing: 1px;
}

h7 {
    display: block;
    margin-top: 36px;
    margin-bottom: 6px;
    font-size: 0.7rem;
    /*font-size: 0.8rem;*/
    font-family: segoe-ui_semibold,Segoe UI Semibold,Segoe WP,'BIZ UDPGothic',Helvetica Neue,Helvetica,sans-serif;
    font-weight: 800;
    letter-spacing: 1px;
}




/* PREタグ*/
pre {
    font-size: 0.9rem;
    line-height: 120%;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    /*
      margin-top: 16px;
      margin-bottom: 16px;
    */
    font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
}

pre code {
    font-size: 0.9rem;
    line-height: 120%;
    font-weight: 400;
    margin-top: 0;
    margin-bottom: 0;
    /*
    margin-top: 16px;
    margin-bottom: 16px;
    */    
   font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;  
}

  pre.CodeHighlighter {
    font-size: 0.9rem;
    line-height: 100%;
    font-weight: 400;
    border-left: solid 1px #d3d6db;
    border-right: solid 1px #d3d6db;
    border-top: solid 1px #d3d6db;
    border-bottom: solid 1px #d3d6db;
    background-color: #f9f9f9;
    margin-top: 16px;
    margin-bottom: 16px;
    /*
    white-space: pre;
    overflow:scroll;  
    */
  }


div.CodeHeader + pre {
  margin-top: 0px;
}


/* ULタグ*/
ul {
  margin: 0px 0px 0px 0px;
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

ul ul {
    margin: 0px 0px 0px 0px;
    padding-left: 16px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
}

ul ul ul {
    margin: 0px 0px 0px 0px;
    padding-left: 16px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
}

ul li {
  margin: 0px 0px 0px 0px;

  padding-top: 2px;
  padding-bottom: 2px;
  list-style: disc;
  padding-left: 2px;
  /*list-style-image: url("res/list-level1.png");*/
}

  ul ul li {
    margin-left: 0px;
    margin-right: 0px;

    padding-top: 2px;
    padding-bottom: 2px;
    list-style: none;
    padding-left: 2px;
    list-style-image: url("../html5-drag-and-drop-element_files/res/list-level2.png");
  }

  ul ul ul li {
    margin-left: 0px;
    margin-right: 0px;

    padding-top: 2px;
    padding-bottom: 2px;
    list-style: none;
    padding-left: 2px;
    list-style-image: url("../html5-drag-and-drop-element_files/res/list-level3.png");
  }

/* ÓLタグ*/
ol {
  margin-left: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  padding-left: 16px;
  padding-top: 4px;
  padding-bottom: 4px;
  padding-right: 4px;
}

  ol ol {
    list-style-type: lower-roman;
    margin-left: 0px;
    margin-top: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
    padding-left: 16px;
    padding-top: 1px;
    padding-bottom: 1px;
    padding-right: 2px;
  }

    ol ol ol {
      list-style-type: upper-roman;
      margin-left: 0px;
      margin-top: 0px;
      margin-bottom: 0px;
      margin-right: 0px;
      padding-left: 16px;
      padding-top: 1px;
      padding-bottom: 1px;
      padding-right: 2px;
    }

  ol li {
    margin-left: 0px;
    margin-right: 0px;
    padding-top: 2px;
    padding-bottom: 2px;
    padding-left: 2px;
  }

/* 本文 */
/*
.Paragraph {
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: 2px;
  margin-right: 2px;
}
   */

figure {
    margin-left: 0;
    margin-right: auto;
    margin-top: 16px;
    margin-bottom: 8px;
}


input {
    font-family: "Segoe UI", SegoeUI, "Courier New", "Helvetica Neue", Helvetica, "BIZ UDPGothic", "Yu Gothic UI", "Meiryo UI", Arial, sans-serif;
}

textarea {
    font-family: "Segoe UI", SegoeUI, "Courier New", "Helvetica Neue", Helvetica, "BIZ UDPGothic", "Yu Gothic UI", "Meiryo UI", Arial, sans-serif;
    line-height: 1.25;
}


.FormattedText {
  font-size: 1.0rem;
  text-align: left;
  border-top: solid 1px #C0E0E0;
  border-bottom: solid 1px #C0E0E0;
  border-left: solid 1px #C0E0E0;
  border-right: solid 1px #C0E0E0;
  background-color: #f5f5f5;
  margin-top: 16px;
  margin-bottom: 16px;
  padding-top: 1em;
  padding-bottom: 1em;
  padding-left: 1em;
  padding-right: 1em;
  /*
  margin-left: 16px;
  margin-right: 16px;
    */
  word-wrap: break-word;
}

.NoFrameImage {
  border: none 0px #000000;
  margin-top: 8px;
  margin-bottom: 8px;
}

/* code */
code.standard {
  margin-left: 4px;
  margin-right: 4px;
  padding-left: 7px;
  padding-right: 7px;
  padding-top: 3px;
  padding-bottom: 3px;
  background-color: #f9f9f9;
  border: solid 1px #d3d6db;
  font-size: 0.8rem;
  font-family: Consolas,Menlo,Monaco,Lucida Console,Liberation Mono,DejaVu Sans Mono,Bitstream Vera Sans Mono,Courier New,monospace,sans-serif;
}


/* Frame Style */
@font-face {
  font-family: 'iconfont';
  src: url('../html5-drag-and-drop-element_files/font/iconfont.eot?p201801119');
  src: url('../html5-drag-and-drop-element_files/font/iconfont.eot?p201801119') format('embedded-opentype'), url('../html5-drag-and-drop-element_files/font/iconfont.ttf?p201801119') format('truetype'), url('../html5-drag-and-drop-element_files/font/iconfont.woff?p201801119') format('woff'), url('../html5-drag-and-drop-element_files/font/iconfont.svg?p201801119') format('svg');
  /*
  src: url("../fonts/docons.eot?1") format("embedded-opentype"), url("../fonts/docons.ttf?1") format("truetype"), url("../fonts/docons.svg?1") format("svg");
    */
  font-weight: normal;
  font-style: normal;
}

/* Frame Base Style */
.frame {
  margin-top: 16px;
  margin-bottom: 16px;
  padding: 16px;
  border-radius: 6px 6px 6px 6px;
}
  .frame > div.caption {
    margin-bottom:8px;
  }
  .frame > div.content {
      font-size:1.0rem;

    margin-top: 0px;
    margin-bottom: 0px;
  }

  .frame > div.caption:before {
    margin-left: 4px;
    margin-right: 4px;
    margin-bottom: 8px;
    font-family: iconfont;
  }

  /* Note Style */
  .frame.note {
    /*
    background-color: #dcefff;
    border-color: #bacfe8;
      */
    background-color: #d9f6ff;
    border-color:#bff1ff;
  }

    .frame.note > div.caption {
      color: #006d8c;
    }

      .frame.note > div.caption:before {
        content: "\e900";
      }

  /* Imoortant Style */
  .frame.important {
    background-color: #eee9f8;
    border-color: #daceef;
  }

    .frame.important > div.caption {
      color: #351e5e;
    }

      .frame.important > div.caption:before {
        content: "\e901";
      }

  /* Message Style */
  .frame.message {
    background-color: #efefef;
    border-color: #d3dfdd;
  }

    .frame.message > div.caption {
      color: #3d454c;
    }

      .frame.message > div.caption:before {
        content: "\e902";
      }

  /* Code Style */
  .frame.code {
    background-color: #e9eef1;
    border-color: #dae3ea;
  }

    .frame.code > div.caption {
      color: #205f85;
    }

      .frame.code > div.caption:before {
        content: "\e903";
      }

  /* Tip Style */
  .frame.tip {
    background-color: #e9faf5;
    border-color: #cfebe3;
  }

    .frame.tip > div.caption {
      color: #006449;
    }

      .frame.tip > div.caption:before {
        content: "\e904";
      }


  /* Caution Style */
  .frame.caution {
    background-color: #fdefec;
    border-color: #fbe3de;
  }

    .frame.caution > div.caption {
      color: #ac2e15;
    }

      .frame.caution > div.caption:before {
        content: "\e905";
      }

  /* Warning Style */
  .frame.warning {
    background-color: #fdedee;
    border-color: #f9d2d4;
  }

    .frame.warning > div.caption {
      color: #7e1116;
    }

    .frame.warning > div.caption:before {
    content: "\e906";
    }

/* Table */
.StandardTable {
  border: solid 1px #808080;
  margin-top: 8px;
  margin-bottom: 8px;
  margin-left:0px;
  margin-right:0px;
  padding: 0px 0px 0px 0px;
  border-collapse: collapse;
  border-spacing: 0px;
}

    .StandardTable caption {
        text-align: center;
        margin: 4px 0px 4px 0px;
        padding: 0px 0px 0px 0px;
        font-size: 14px;
        font-weight: 700;
    }

    .StandardTable tbody tr td {
        border: solid 1px #808080;
        margin: 0px 0px 0px 0px;
        padding: 2px 2px 2px 2px;
    }

    .StandardTable thead tr th {
        border: solid 1px #808080;
        margin: 0px 0px 0px 0px;
        padding: 2px 2px 2px 2px;
        background-color: #b7dbff;
    }

    .StandardTable tfoot tr td {
        border: solid 1px #808080;
        margin: 0px 0px 0px 0px;
        padding: 2px 2px 2px 2px;
        background-color: #D0D0D0;
    }


/* ListTable */
.ListTable {
    border-collapse: collapse;
}

  .ListTable caption {
      text-align: center;
      margin: 4px 0px 4px 0px;
      padding: 0px 0px 0px 0px;
      font-size: 14px;
      font-weight: 700;
  }


  .ListTable tr td {
      padding: 8px 0px 8px 16px;
      border-top: 1px solid;
      border-color: #E3E3E3;
        
  }


/* Figure */
.StandardFig {
  border-style: none;
  margin-top: 4px;
  margin-bottom: 4px;
  margin-left: auto;
  margin-right: auto;
  max-width: 95%;
}

/*Preタグの上に入るコードヘッダ*/
div.CodeHeader {
  font-size: 0.9rem;
  line-height: 1.2;
  font-weight: 400;
  border-top: solid 1px #d3d6db;
  border-left: solid 1px #d3d6db;
  border-right: solid 1px #d3d6db;
  background-color: #f5f5f5;
  margin-top: 16px;
  margin-bottom: 0px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 16px;
  padding-right: 16px;
}



/* PCサイズ画面用 */

@media (min-width: 460px) {

  /*Hタグ*/
  h1 {
  }

    h1.LongCharacter {
    }

  h2 {
    /*color:#df0041;*/
    /*border-bottom: 1px #404040 solid;*/

  }

  h3 {
    /*
    padding-top: 38px;
    padding-bottom: 4px;
    */
    /*margin-top: 36px;
    margin-bottom: 12px;
      */
    /*border-left: 16px #E0E0E0 solid;*/
 
    /*border-bottom: 1px #B0B0B0 solid;*/
    /*border-bottom:4px #F0F0F0 solid;*/
    /*padding-left:4px;*/
  }

  h4 {
    /*  
      padding-top: 36px;
    padding-bottom: 4px;

      margin-top: 24px;
    margin-bottom: 8px;
     

    padding-left: 0px;
    border-left: none;
       */
    /*
    border-left: 8px #62b3ff solid;
    border-bottom: 2px #62b3ff solid;
  */
  }

  h5 {
    /*
    margin-top: 16px;
    margin-bottom: 4px;
    border-left: none;
      */
    /*
  border-left: 4px #006fd7 solid;
  border-bottom: 1px #006fd7 solid;
  */
    /*
    background-image: url("res/bullet-level1.png");
    background-repeat: no-repeat;
    background-position-y: 5px;
    */
  }

  h6 {
    /*
    margin-top: 16px;
    margin-bottom: 4px;

    padding-left: 16px;
    border-left: none;
       */
    /*
  border-left: 4px #ffbd1d solid;
  border-bottom: 1px #ffbd1d solid;
  */
    /*
    background-image: url("res/bullet-level2.png");
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: 5px;
        */
  }

  h7 {
    /*
    display: block;
    margin-top: 16px;
    margin-bottom: 4px;

    padding-left: 16px;
    border-left: none;
       */
    /*
  border-left: 4px #ffbd1d solid;
  */
    /*
    background-image: url("res/bullet-level3.png");
    background-repeat: no-repeat;
    background-position-x: 4px;
    background-position-y: 5px;
       */
  }

  /*ULタグ*/

  ul {
    margin: 0px 0px 0px 0px;
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 24px;
  }

    ul ul {
      margin: 0px 0px 0px 0px;
      padding-left: 24px;
      padding-top: 1px;
      padding-bottom: 1px;
      padding-right: 24px;
    }

      ul ul ul {
        margin: 0px 0px 0px 0px;
        padding-left: 24px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-right: 24px;
      }

    ul li {
      /*
      margin-left: 0px;
      list-style: none;
      padding-left: 2px;
      list-style-image: url("res/list-level1.png");
        */
    }

    ul ul li {
      margin-left: 0px;
      list-style: none;
      padding-left: 2px;
      list-style-image: url("../html5-drag-and-drop-element_files/res/list-level2.png");
    }

    ul ul ul li {
      margin-left: 0px;
      list-style: none;
      padding-left: 2px;
      list-style-image: url("../html5-drag-and-drop-element_files/res/list-level3.png");
    }


  /*OLタグ*/

  ol {
    margin: 0px 0px 0px 0px;
    padding-left: 32px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-right: 24px;
  }

    ol ol {
      list-style-type: lower-roman;
      margin: 0px 0px 0px 0px;
      padding-left: 24px;
      padding-top: 1px;
      padding-bottom: 1px;
      padding-right: 24px;
    }

      ol ol ol {
        list-style-type: upper-roman;
        margin: 0px 0px 0px 0px;
        padding-left: 24px;
        padding-top: 1px;
        padding-bottom: 1px;
        padding-right: 24px;
      }


  /* 本文 */
  /*
  .Paragraph {
    margin-top: 5px;
    margin-bottom: 5px;
    margin-left: 0px;
    margin-right: 0px;
  }
  */

  .FormattedText {
    /*
    font-size: 14px;
    text-align: left;
    border-top: solid 1px #C0E0E0;
    border-bottom: solid 1px #C0E0E0;
    border-left: solid 1px #C0E0E0;
    border-right: solid 1px #C0E0E0;
    background-color: #F0F0F0;
    margin-top: 8px;
    margin-bottom: 8px;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    word-wrap: break-word;
      */
  }

  .NoFrameImage {
    border: none 0px #000000;
    margin-top: 8px;
    margin-bottom: 8px;
  }

  /* Table */
  .StandardTable caption {
    text-align: left;
  }

  .ListTable caption {
      text-align: left;
  }

  /* Figure */
  .StandardFig {
    margin-top: 8px;
    margin-bottom: 16px;
    max-width: none;
  }
}
