@import "https://www.hatena.ne.jp/css/hatenaportal/company-press.css";

#header {
    font-family: 'Arial', 'Helvetica', Sans-serif;
}
.entry-header{
    max-width: 40em;
    margin: 0 auto;
}
.entry-header .entry-date{
    display: block!important;
    max-width: 40em;
    margin: 0 auto;
}
.entry-header .entry-date a{
    pointer-events: none;
    font-family: monospace;
    font-size: 14px;
    line-height: 1.7;
    font-weight: normal;
    color: #1a1a1a;
}
/*.entry-header .entry-date .date-year::after{*/
/*    content: "年";*/
/*}*/
/*.entry-header .entry-date .date-month::after{*/
/*    content: "月";*/
/*}*/
/*.entry-header .entry-date .date-day::after{*/
/*    content: "日　/　株式会社はてな";*/
/*}*/
/*.entry-header .entry-date .hyphen{*/
/*    display: none;*/
/*}*/
.entry-header .entry-title{
    display: block!important;
    font-size: 14px;
    line-height: 1.7;
    padding: 25px 0;
    margin: 15px 0;
    border-top: 2px solid #1f1f1f;
    border-bottom: 2px solid #1f1f1f;
}
.entry-header .entry-title a{
    pointer-events: none;
    font-family: monospace;
    font-weight: normal;
    color: #1a1a1a;
}
#header.fixed .h-ir a {
  border-top-width: 5px;
  padding-top: 25px;
}
.h-ir a {
  border-top: 10px solid #bedbf1;
  display: block;
  float: left;
  padding-top: 36px;
  width: 120px;
}
.h-ir a:hover {
  border-top-color: #0071c5;
}
.ir .h-ir a {
  border-top-color: #0071c5;
}
.entry-inner {
    padding: 40px 0 20px 0;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
}
.entry-footer{
    max-width: 40em;
    margin: 0 auto;
}
.entry-content{
    margin: 0 0 0!important;
    border-top: none!important;
    border-bottom: none!important;
}
@media screen and (max-width: 1000px){
    .entry-inner {
        border-bottom: none;
    }
}
@media screen and (max-width: 600px){
    .entry-inner {
        padding: 0;
        border: 1px solid #ebebeb;
    }
    .entry-header{
        padding: 10px 10px 0px 10px;
    }
    .entry-header .entry-title{
        margin: 15px auto;
    }
    .page-entry .entry-content {
        border: none;
        padding: 0 10px 10px 10px!important;
    }
    .page-entry .entry-content pre{
        padding-bottom: 0;
    }
    .entry-footer{
        padding: 0 10px;
    }
}
.entry-content {
    font-family: monospace;
    font-size: 14px;
    line-height: 1.7;
    text-align: left!important;
    line-height: 1.7;
    padding: 0 0 25px 0!important;
    max-width: 40em;
    margin: 25px auto 0 auto!important;
}
.entry-content hr{
    border-top: 2px solid #1a1a1a;
}
.entry-content pre {
    display: inline-block;
    text-align: left;
    line-height: 1.7;
    padding-bottom: 25px;
    max-width: 40em;
    white-space: pre;
    white-space: pre-wrap;
    white-space: pre-line;
    white-space: -moz-pre-wrap;
    word-wrap: break-word;
}
.entry-content hr{
    border-top: 2px solid #1a1a1a;
}
.entry-content pre hr{
    border-top: 2px solid #1a1a1a;
}
.entry-footer-section{
    display: none;
}
.pager{
    display: none;
}

#content {
    padding-bottom: 80px;
}

/* footer */
#footer {
  zoom: 1;
  padding: 20px 0 50px 0;
}
#footer:after {
  content: "";
  display: block;
  clear: both;
}
#footer a {
  color: #666668;
}
#footer a:hover {
  color: #005492;
}
#footer ul {
  list-style-type: none;
}
.f-top,
.f-information,
.f-ir,
.f-press,
.f-recruit,
.f-contact {
  float: left;
  width: 160px;
  margin: 0;
}
@media screen and (max-width: 1000px) {
  #footer {
    border-left: 20px solid #f0f0f6;
    border-right: 20px solid #f0f0f6;
  }
  #footer-nav {
    height: auto;
    padding: 50px 0 15px;
    margin: 0;
  }
  .footer-nav-list {
    text-align: center;
  }
  .footer-nav-next {
    display: inline-block;
    float: none;
  }
  .footer-nav-prev {
    display: none;
  }
  .f-category  ul {
    margin-top: 0;
  }
  .f-category  a {
    display: inline-block;
    padding-right: 10px;
  }
  .f-category .f-contact {
    margin-bottom: -5px;
  }
  .f-category .f-contact a {
    display: block;
    margin-bottom: 5px;
  }
  .f-top,
  .f-information,
  .f-ir,
  .f-press,
  .f-recruit,
  .f-contact {
    float: none;
    margin-bottom: 10px;
    width: 100%;
  }
  .f-contact ul {
    display: inline;
  }
  .f-contact li {
    display: inline;
  }
  .f-ir ul {
    padding-bottom: 0;
  }
  .f-ir li {
    display: inline;
  }
  .note {
    float: none;
    width: 100%;
  }
  .note-image {
    text-align: center;
  }
  .note-image img {
    max-width: 210px;
  }

}
@media screen and (max-width: 700px) {
  #footer {
    padding-bottom: 20px;
  }
  #footer-nav {
    display: none;
  }
  .f-category  a {
    display: block;
  }
  .f-category  li li a {
    display: inline-block;
  }
  #hatena-signature li.www, #hatena-signature li.copyright {
    display: block;
  }
  #header.fixed .h-ir a {
    padding-top: 20px;
  }
  #header h1 {
    margin: 0;
    padding: 18px 0;
  }
  #header img {
    height: 13px;
    width: auto;
  }
  #header.fixed h1 {
    margin: 0;
    width: auto;
  }
  #header.fixed .h-information a,
  #header.fixed .h-ir a,
  #header.fixed .h-press a,
  #header.fixed .h-recruit a {
    padding-top: 20px;
  }
  .index #header,
  .ads #header,
  .contact #header,
  .solutions #header,
  .rule #header {
    height: 49px;
  }
  #topcategory {
    font-size: 86%;
  }
  .h-information a,
  .h-press a,
  .h-recruit a {
    border-top: 5px solid #fff;
    padding: 20px 15px 20px 0;
    width: auto;
  }
  .h-ir a {
    border-top: 5px solid #0071c5;
    padding: 20px 15px 20px 0;
    width: auto;
  }
  .category-path {
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: fixed;
    top: 49px;
  }
  #category-header {
    padding-top: 116px;
  }
}
