@charset "UTF-8";

/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */

/* Document
========================================================================== */

/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/

html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  margin: 0;
  padding: 0;
}

/* Sections
========================================================================== */

/**
* Remove the margin in all browsers.
*/

body {
  margin: 0;
  padding: 0;
}

/**
* Render the `main` element consistently in IE.
*/

main {
  display: block;
}

/**
* Correct the font size and margin on `h1` elements within `section` and
* `article` contexts in Chrome, Firefox, and Safari.
*/

h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
}

/* Grouping content
========================================================================== */

/**
* 1. Add the correct box sizing in Firefox.
* 2. Show the overflow in Edge and IE.
*/

hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/* Text-level semantics
========================================================================== */

/**
* Remove the gray background on active links in IE 10.
*/

a {
  background-color: transparent;
}

/**
* 1. Remove the bottom border in Chrome 57-
* 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
*/

abbr[title] {
  border-bottom: none;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
* Add the correct font weight in Chrome, Edge, and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/**
* 1. Correct the inheritance and scaling of font size in all browsers.
* 2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
* Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/**
* Prevent `sub` and `sup` elements from affecting the line height in
* all browsers.
*/

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
========================================================================== */

/**
* Remove the border on images inside links in IE 10.
*/

img {
  border-style: none;
}

/* Forms
========================================================================== */

/**
* 1. Change the font styles in all browsers.
* 2. Remove the margin in Firefox and Safari.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  /* 1 */
  line-height: 1.15;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
* Show the overflow in IE.
* 1. Show the overflow in Edge.
*/

button,
input {
  /* 1 */
  overflow: visible;
}

/**
* Remove the inheritance of text transform in Edge, Firefox, and IE.
* 1. Remove the inheritance of text transform in Firefox.
*/

button,
select {
  /* 1 */
  text-transform: none;
}

/**
* Correct the inability to style clickable types in iOS and Safari.
*/

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
}

/**
* Remove the inner border and padding in Firefox.
*/

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
* Restore the focus styles unset by the previous rule.
*/

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
* Correct the padding in Firefox.
*/

fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
* 1. Correct the text wrapping in Edge and IE.
* 2. Correct the color inheritance from `fieldset` elements in IE.
* 3. Remove the padding so developers are not caught out when they zero out
*    `fieldset` elements in all browsers.
*/

legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
* Add the correct vertical alignment in Chrome, Firefox, and Opera.
*/

progress {
  vertical-align: baseline;
}

/**
* Remove the default vertical scrollbar in IE 10+.
*/

textarea {
  overflow: auto;
}

/**
* 1. Add the correct box sizing in IE 10.
* 2. Remove the padding in IE 10.
*/

[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
* Correct the cursor style of increment and decrement buttons in Chrome.
*/

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
* 1. Correct the odd appearance in Chrome and Safari.
* 2. Correct the outline style in Safari.
*/

[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
* Remove the inner padding in Chrome and Safari on macOS.
*/

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
* 1. Correct the inability to style clickable types in iOS and Safari.
* 2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
========================================================================== */

/*
* Add the correct display in Edge, IE 10+, and Firefox.
*/

details {
  display: block;
}

/*
* Add the correct display in all browsers.
*/

summary {
  display: list-item;
}

/* Misc
========================================================================== */

/**
* Add the correct display in IE 10+.
*/

template {
  display: none;
}

/**
* Add the correct display in IE 10.
*/

[hidden] {
  display: none;
}

body {
  line-height: 1.75;
  font-family: "Helvetica Neue",
    Arial,
    "Hiragino Kaku Gothic ProN",
    "Hiragino Sans",
    Meiryo,
    sans-serif;
  color: #333;
  letter-spacing: 0.02em;
  font-size: 100%;
  background-color: #fff;
  word-wrap: break-word;
}

blockquote {
  border: 1px solid #CCCCCC;
  margin: 0.5em;
  padding: 0.8em;
  font-size: 100%;
  color: #000;
  background-color: #f6f6f6;
}

#header {
  background-color: #3366CC;
  color: #ffffff;
}

#navigator {
  background-color: #F2F4FD;
  border-top: 2px solid #eee;
  border-bottom: 2px solid #eee;
}

.head,
.foot,
#main,
.navi,
.pan2 {
  min-width: 640px;
  max-width: 780px;
  margin: 0 auto;
}

.head {
  margin: 0 auto;
  padding: 0.5em 0;
}

.navi {
  text-align: center;
  letter-spacing: 0;
  margin: 0 auto;
  padding: 0;
}

.navi ul {
  display: table;
  table-layout: fixed;
  width: 100%;
  font-size: 93%;
  font-weight: bold;
  border-collapse: separate;
  border-spacing: 5px 0;
  margin: 0;
  padding: 0;
}

.navi li {
  display: table-cell;
  background-image: none;
  text-indent: 0;
  letter-spacing: 0;
  padding: 0;
  margin: 0;
  line-height: 2.5em;
}

.navi a {
  display: block;
}

.navi a:hover {
  opacity: 0.90;
  background-color: #DDE9FF;
}

.foot {
  margin: 0 auto;
  padding: 1em 0;
  text-align: center;
}

#header h1 {
  font-size: 135%;
  letter-spacing: 0.06em;
  margin: 0;
  padding: 0 0 0 0.5em;
}

#header p {
  margin: 0;
  padding: 0.1em 0.1em 0.4em 1em;
  letter-spacing: 0;
  font-size: 95%;
}

#header a,
#header a:visited,
#footer a,
#footer a:visited {
  color: #ffffff;
  text-decoration: none;
}

a:hover {
  opacity: 0.80;
}

#footer {
  background-color: #3366CC;
  color: #ffffff;
}

ul {
  margin: 1em 1em;
  padding: 0px;
}

ul li {
  padding-left: 24px;
  margin-left: 0px;
  background-image: url(https://zapanet.info/blog/images/style/right.gif);
  background-repeat: no-repeat;
  background-position: left center;
  list-style-image: none;
  list-style-type: none;
}

dl {
  margin: 1em 1em;
  padding: 0px;
}

dl dt {
  padding-left: 24px;
  margin-left: 0px;
  background-image: url(https://zapanet.info/blog/images/style/right.gif);
  background-repeat: no-repeat;
  background-position: left center;
  list-style-image: none;
  list-style-type: none;
}

dl dd {
  padding-left: 24px;
  margin-left: 24px;
  background-image: url(https://zapanet.info/blog/images/style/right.gif);
  background-repeat: no-repeat;
  background-position: left center;
  list-style-image: none;
  list-style-type: none;
}

.item dl {
  margin: 1em 0.5em;
  font-size: 100%;
}

.item dt {
  background-color: #f0f0f0;
  padding: 0.5em 0 0.5em 1em;
  margin: 0;
  background-image: none;
  border-bottom: 1px solid #bbb;
  color: #000;
  box-sizing: border-box;
}

.item dd {
  background-image: none;
  margin: 0 0 1em 1em;
  padding: 0.5em;
  border-bottom: 1px solid #bbb;
  border-left: 1px solid #bbb;
  box-sizing: border-box;
}

.toplist {
  margin: 0px 4px 0px 4px;
}

.toplist ul {
  border: 5px dotted #aec8f7;
  margin: 1.5em 0 0 0;
  padding: 1em 1.3em;
  background-color: #F2F4FD;
  border-radius: 2em 2em 2em 2em;
}

.pagenavi {
  clear: both;
  float: none;
  margin: 1em 0 1em 0;
  overflow: hidden;
}

.pagenavi .before {
  padding-left: 0.5em;
  text-align: left;
  float: left;
}

.pagenavi .next {
  padding-right: 0.5em;
  text-align: right;
  float: right;
}

.backlink{
  padding-left: 0.5em;
}

#pan1 {
  background-color: #f3f3f3;
  border-top: 1px solid #AAA;
  border-bottom: 1px solid #AAA;
}

.pan2 {
  font-size: 93%;
  padding: 0.5em 0;
  text-indent: 1em;
}

.post1 {
  text-align: right;
  padding: 0 0.5em 0.8em 0;
  margin-top: -1em;
  margin-bottom: 2em;
  border-bottom: 5px dotted #aec8f7;
}

.post2 {
  text-align: right;
  padding: 0.5em;
  border-top: 5px dotted #aec8f7;
}

.itembody {
  margin: 0 0.5em;
}

.itemmore {
  margin: 2em 0.5em;
}

h2 {
  font-size: 128%;
  background-color: #DDE9FF;
  padding: 0.7em 1em;
  margin: 2.5em 0 1.8em 0;
  position: relative;
  letter-spacing: 0;
}

h2::before {
  position: absolute;
  content: '';
  top: 100%;
  left: 0;
  border: none;
  border-bottom: solid 15px transparent;
  border-right: solid 20px rgb(149, 158, 155);
}

h3 {
  font-size: 120%;
  position: relative;
  background: #DDE9FF;
  box-shadow: 0px 0px 0px 5px #dfefff;
  border: dashed 2px white;
  padding: 0.4em 0.4em 0.4em 1.2em;
  color: #454545;
  width: 88%;
  margin: 2.2em 0 1.2em 0;
}

h3:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 18px 18px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

h4 {
  font-size: 112%;
  position: relative;
  padding: 8px 26px 8px 52px;
  background: #EAEEFB;
  color: #2d2d2d;
  line-height: 1.3;
  border-bottom: solid 3px #8b9cc3;
  z-index: -2;
  width: 70%;
  margin: 1.8em 0 1.2em -15px;
}

h4:before {
  position: absolute;
  content: '';
  left: -2px;
  top: -2px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px white;
  border-bottom: solid 79px transparent;
  z-index: -1;
}

h4:after {
  position: absolute;
  content: '';
  right: -3px;
  top: -7px;
  width: 0;
  height: 0;
  border: none;
  border-left: solid 40px transparent;
  border-bottom: solid 79px white;
  z-index: -1;
}

h5 {
  font-size: 100%;
  margin: 1.8em 0 1.2em 0;
  position: relative;
  background: #EAEEFB;
  box-shadow: 0px 0px 0px 3px #dfefff;
  border: dashed 2px white;
  padding: 0.2em 0.4em 0.2em 1.2em;
  color: #454545;
  width: 70%;
}

h5:after {
  position: absolute;
  content: '';
  left: -7px;
  top: -7px;
  border-width: 0 0 15px 15px;
  border-style: solid;
  border-color: #fff #fff #a8d4ff;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.15);
}

img {
  border: none;
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

pre {
  overflow: auto;
  white-space: pre-wrap;
  word-wrap: break-word;
}

code {
  text-indent: 0;
  font-weight: 700;
}

.s_code {
  font-size: 93%;
  border: 1px solid #CCCCCC;
  margin: 1em;
  padding: 0.2em 1em;
  background-color: #f6f6f6;
}

.catinfo {
  border: 1px solid #CCCCCC;
  margin: 1em;
  padding: 0.8em;
  background-color: #EEE;
}

.more {
  margin: 0.8em 0;
}

.sharelist {
  margin: 1em 0;
}

.sharelist ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0;
  font-size: 88%;
  margin: 0;
  padding: 0;
}

.sharelist li {
  flex: 1;
  height: 30px;
  line-height: 30px;
  text-align: center;
  background-image: none;
  margin: 0 2px;
  padding: 0;
}

.sharelist a {
  display: block;
  color: #ffffff;
  text-decoration: none;
  border-radius: 20px;
}

.sharelist a::after {
  content: attr(title);
  font-weight: bold;
  vertical-align: top;
}

.sharelist a:hover {
  opacity: 0.80;
}

.sharelist .twitter {
  background: #55acee;
  border-bottom: solid 4px rgba(0, 0, 0, 0.25);
}

.sharelist .facebook {
  background: #3B5998;
  border-bottom: solid 4px rgba(0, 0, 0, 0.25);
}

.sharelist .hatebu {
  background: #008FDE;
  border-bottom: solid 4px rgba(0, 0, 0, 0.25);
}

.sharelist .pocket {
  background: #EB4654;
  border-bottom: solid 4px rgba(0, 0, 0, 0.25);
}

.sharelist .line {
  background: #1dcd00;
  border-bottom: solid 4px rgba(0, 0, 0, 0.25);
}

.ga {
  text-align: center;
  padding: 0.5em 0;
  margin: auto;
  height: 90px;
  border-bottom: 1px solid #CCCCCC;
}

.gas {
  margin: 1em 0;
  padding: 1em 0;
  border-top: 2px solid #CCCCCC;
  border-bottom: 2px solid #CCCCCC;
  background: #F9F9F9;
}

#main table {
  border: 1px solid #999999;
  font-size: 96%;
}

#main th {
  border: 1px solid #CCCCCC;
  text-align: center;
  background-color: #F3F3F3;
}

#main td {
  border: 1px solid #CCCCCC;
}

.g_search {
  margin: 1em 1em 2em 1em;
}

.strongbold {
  font-weight: bold;
}

.strong100r {
  font-size: 100%;
  font-weight: bold;
  color: red;
}

.strong125 {
  font-size: 125%;
  font-weight: bold;
}

.strong125r {
  font-size: 125%;
  font-weight: bold;
  color: red;
}

.strong150 {
  font-size: 150%;
  font-weight: bold;
}

.strong150r {
  font-size: 150%;
  font-weight: bold;
  color: red;
}

.strong200 {
  font-size: 200%;
  font-weight: bold;
}

.strong200r {
  font-size: 200%;
  font-weight: bold;
  color: red;
}

@media screen and (max-width:650px) {

  body {
    letter-spacing: 0.01em;
    font-size: 100%;
  }

  .head,
  .foot,
  #main,
  .navi,
  .pan2 {
    min-width: initial;
    width: 100%;
    margin: 0 auto;
  }

  #header h1 {
    font-size: 115%;
  }

  #header p {
    font-size: 93%;
  }
  
.ga {
  height: 100px;
  vertical-align: middle;
}
  .navi ul {
    display: table;
    table-layout: auto;
    width: 100%;
    font-size: 82%;
    font-weight: bold;
    border-collapse: separate;
    border-spacing: 2px 0;
    margin: 0;
    padding: 0.4em 0;
  }

  .navi li {
    font-weight: normal;
    display: inline-block;
    padding: 0.1em 0.35em;
    line-height: 1.7em;
  }

  .shareList {
    font-size: 76%;
  }

  .shareList__item {
    height: 26px;
    line-height: 26px;
    text-align: center;
  }
}
