@charset 'utf-8';
/* structure */
/* font-size */
/* font color */
/* bg color */
/* border-color */
body {
  -webkit-font-smoothing: antialiased;
  background: #f0f0f6;
  color: #1a1a1a;
  font: 14px/1.6 'Arial', 'Helvetica', Sans-serif;
  margin: 0;
  padding: 0;
}
#content {
  background: #fff;
  padding-bottom: 75px;
}
#content-inner {
  width: 960px;
  margin: 0 auto;
  padding-top: 10px;
  zoom: 1;
}
#content-inner:after {
  content: "";
  display: block;
  clear: both;
}
#wrapper {
  float: left;
  width: 710px;
}
#box2 {
  float: right;
  margin-top: -70px;
  width: 210px;
}
#bottom-editarea {
  clear: both;
}
#blog-title {
  display: none;
}
/* common tag */
a {
  color: #0071c5;
  font-weight: bold;
  text-decoration: none;
}
a:hover {
  color: #005492;
}
img {
  border: none;
}
.keyword {
  color: #1a1a1a;
  font-weight: normal;
  border-bottom: 1px solid #cccccc;
}
.keyword:hover {
  color: #1a1a1a;
  border-bottom-color: #1a1a1a;
}
::-webkit-input-placeholder {
  color: #ffffff;
}
::-moz-placeholder {
  color: #ffffff;
}
:-moz-placeholder {
  color: #ffffff;
}
:-ms-input-placeholder {
  color: #ffffff;
}
/* header */
#header {
  font-size: 100%;
  text-align: left;
  background: #fff;
  height: 87px;
  position: fixed;
  width: 100%;
  z-index: 10;
  zoom: 1;
}
#header:after {
  content: "";
  display: block;
  clear: both;
}
#header a:hover {
  text-decoration: none;
}
#header h1 {
  float: left;
  line-height: 0;
  margin: 30px 0 0;
  padding: 0;
}
#header img {
  height: 22px;
  width: 143px;
}
.index #header,
.ads #header,
.contact #header,
.rule #header {
  border-bottom: 1px solid #ebebeb;
}
#header.fixed {
  border-bottom: 1px solid #ebebeb;
  height: 54px;
}
#header.fixed h1 {
  margin-top: 17px;
  overflow: hidden;
  width: 40px;
}
#header.fixed h1 a:hover {
  opacity: .65;
}
#header.fixed .h-information a,
#header.fixed .h-press a,
#header.fixed .h-recruit a {
  border-top-width: 5px;
  padding-top: 25px;
}
.header-inner {
  display: relative;
  margin: 0 auto;
  width: 960px;
}
#topcategory {
  float: right;
  font-size: 108%;
  line-height: 0;
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#topcategory li {
  display: inline;
}
.category-description {
  margin: 0 auto;
  width: 960px;
  padding-bottom: 30px;
}
.h-information a,
.h-press a,
.h-recruit a {
  border-top: 10px solid #bedbf1;
  display: block;
  float: left;
  padding-top: 36px;
  width: 120px;
}
.h-information a:hover,
.h-press a:hover,
.h-recruit a:hover {
  border-top-color: #0071c5;
}
.h-press a {
  border-top-color: #0071c5;
}
.category-path {
  background: #fff;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #ebebeb;
  color: #0071c5;
  font-size: 93%;
  font-weight: bold;
  margin: 0;
  position: absolute;
  top: 87px;
  width: 100%;
  z-index: 100;
  zoom: 1;
}
.category-path:after {
  content: "";
  display: block;
  clear: both;
}
.category-path ul {
  list-style-type: none;
  margin: 0 auto;
  padding: 0;
  width: 960px;
}
.category-path li {
  display: table-cell;
  padding-left: 18px;
  vertical-align: middle;
}
.category-path a {
  color: #888888;
}
.category-path a:hover {
  color: #005492;
}
.category-path a:hover strong {
  color: #005492;
}
.category-path strong {
  border-top: 1px solid #0071c5;
  color: #0071c5;
  display: inline-block;
  font-weight: bold;
  padding: 14px 0 15px;
}
.category-path.fixed {
  border: none;
  display: inline-block;
  height: 54px;
  left: 50%;
  line-height: 54px;
  margin: 0 0 0 -435px;
  padding: 0;
  position: fixed;
  top: 0;
  width: auto;
}
.category-path.fixed ul {
  display: inline-block;
  width: auto;
}
.category-path.fixed strong {
  border: none;
  color: #0071c5;
  padding: 0;
}
.category-path.fixed .main-category {
  display: none;
}
#top-editarea {
  background: #fff;
}
#category-header {
  width: 960px;
  font-size: 128%;
  font-weight: normal;
  margin: 0 auto;
  padding: 200px 0 25px;
}
.main-category {
  border-right: 1px solid #ebebeb;
  padding-right: 20px;
}
.entry-footer {
  padding-top: 10px;
}
.hatena-star-container {
  display: none;
}
/* footer */
#footer-menu {
  zoom: 1;
  padding: 20px 0 50px 0;
}
#footer-menu:after {
  content: "";
  display: block;
  clear: both;
}
#footer-menu a {
  color: #666668;
}
#footer-menu a:hover {
  color: #005492;
}
#footer-menu ul {
  list-style-type: none;
}
.f-category {
  margin: 0 auto;
  padding: 0 0 20px;
  width: 960px;
}
.f-category ul {
  font-size: 86%;
  margin: 15px 0 0;
  padding: 0 0 20px;
}
.f-category ul a {
  font-weight: normal;
}
.f-category .f-contact ul {
  font-size: 100%;
  margin: 0;
  padding: 0;
}
.f-category .f-contact ul a {
  font-weight: bold;
}
.f-category .f-contact li {
  margin-bottom: 15px;
}
.f-top,
.f-information,
.f-press,
.f-recruit,
.f-contact {
  float: left;
  width: 190px;
  margin: 0;
}
#hatena-signature {
  border-top: 1px dotted #b0b0d0;
  clear: both;
  color: #666668;
  margin: 0 auto;
  padding: 15px 0 0;
  width: 960px;
}
#hatena-signature ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
#hatena-signature li {
  display: inline;
}
#hatena-signature a {
  display: inline-block;
  padding-right: 15px;
  font-size: 78%;
  font-weight: normal;
}
#hatena-signature .www a {
  font-size: 115%;
  font-weight: bold;
  width: 175px;
}
.copyright {
  display: inline-block;
  font-size: 78%;
}
/* footer nav */
.pager {
  clear: both;
  background: #fff;
  height: 45px;
  font-size: 86%;
  padding: 20px 0 0 0;
}
.pager-arrow {
  display: none;
}
.pager-next a {
  background-position: right center;
  background-repeat: no-repeat;
  float: right;
}
.pager-prev a {
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
}
/* footer nav */
#footer-nav {
  background: #fff;
  height: 45px;
  padding: 0 0 75px 0;
}
.footer-nav-list {
  zoom: 1;
  border-top: 1px solid #ebebeb;
  list-style-type: none;
  margin: 0 auto;
  padding: 15px 0 0;
  width: 960px;
}
.footer-nav-list li {
  display: inline;
}
.footer-nav-list a {
  display: block;
}
.footer-nav-list:after {
  content: "";
  display: block;
  clear: both;
}
.footer-nav-next a {
  background-position: right center;
  background-repeat: no-repeat;
  float: right;
  padding-right: 20px;
  -webkit-background-size: 8px 13px;
  background-size: 8px 13px;
  background-image: url('https://hatenacorp.jp/images/hatenaportal/company/next-arrow@2x.png');
  background-image: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://hatenacorp.jp/images/hatenaportal/company/next-arrow.png', sizingMethod='crop');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://hatenacorp.jp/images/hatenaportal/company/next-arrow.png',sizingMethod='crop')";
}
.footer-nav-prev a {
  background-position: left center;
  background-repeat: no-repeat;
  float: left;
  padding-left: 20px;
  -webkit-background-size: 8px 13px;
  background-size: 8px 13px;
  background-image: url('https://hatenacorp.jp/images/hatenaportal/company/prev-arrow@2x.png');
  background-image: none\9;
  filter: progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://hatenacorp.jp/images/hatenaportal/company/prev-arrow.png', sizingMethod='crop');
  -ms-filter: "progid:DXImageTransform.Microsoft.AlphaImageLoader(src='https://hatenacorp.jp/images/hatenaportal/company/prev-arrow.png',sizingMethod='crop')";
}
.footer-nav-list {
  zoom: 1;
  border-top: 1px solid #ebebeb;
  list-style-type: none;
  margin: 0 auto;
  padding: 15px 0 0;
  width: 960px;
}
.footer-nav-list li {
  display: inline;
}
.footer-nav-list a {
  display: block;
}
.footer-nav-list:after {
  content: "";
  display: block;
  clear: both;
}
/* module */
.hatena-module-title {
  display: none;
}
.hatena-module-title a {
  background: transparent;
  padding: 0;
  font-weight: normal;
  color: #1a1a1a;
}
.hatena-module {
  border-top: 1px solid #ebebeb;
  float: right;
  font-size: 86%;
  padding-top: 15px;
  width: 210px;
}
.hatena-module.hatena-module-archive {
  border-top: none;
  padding-bottom: 15px;
  min-height: 250px;
}
.hatena-module ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}
.hatena-module a {
  background: transparent url(https://hatenacorp.jp/images/hatenaportal/company/list-bullet.png) 0 8px no-repeat;
  display: block;
  padding: 0 0 3px 12px;
}
.hatena-module span {
  color: #888888;
  display: block;
  padding: 0 0 15px 12px;
}
.archive-module-months,
.archive-module-button {
  display: none !important;
}
.search-form {
  zoom: 1;
}
.search-form:after {
  content: "";
  display: block;
  clear: both;
}
.search-form input {
  border: 1px solid #ebebeb;
  vertical-align: middle;
}
.search-form input.search-module-input {
  float: left;
  font-size: 12px;
  padding: 3px 3px 3px 12px;
  width: 141px;
  background: #fff !important;
  margin: 0;
  border-color: #cbcbcb;
  -moz-box-shadow: 0 1px 0 #ffffff, inset 1px 2px 2px #eeeeee;
  -webkit-box-shadow: 0 1px 0 #ffffff, inset 1px 2px 2px #eeeeee;
  box-shadow: 0 1px 0 #ffffff, inset 1px 2px 2px #eeeeee;
  -webkit-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.search-form input.search-module-button {
  float: left;
  height: 23px;
  width: 23px;
  text-indent: -999px;
  border-color: #ccc;
  background: #cbcbcb url(https://www.hatena.ne.jp/css/hatena/search.png) 0 50% no-repeat;
  cursor: pointer;
  margin-left: -1px;
  font-size: 12px;
  -moz-box-shadow: 0 1px 0 #ffffff;
  -webkit-box-shadow: 0 1px 0 #ffffff;
  box-shadow: 0 1px 0 #ffffff;
  vertical-align: middle;
  _background: #80aaff;
  _text-indent: 0;
  _width: 40px;
  _color: #fff;
}
/* index */
.page-index #main .hatena-module {
  font-size: 100%;
  float: none;
  width: auto;
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #999999;
  margin: 5px 0 0;
  padding: 0;
  zoom: 1;
}
.page-index #main .hatena-module:after {
  content: "";
  display: block;
  clear: both;
}
.page-index #main .hatena-module:last-child .entry-title {
  border: none;
}
.page-index #main a {
  font-weight: normal;
  background: none;
  padding: 0;
}
.page-index #main .urllist-date-link {
  font-size: 100%;
  clear: both;
  float: left;
  margin: 0;
  padding: 8px 0;
  display: inline-block;
  width: 110px;
}
.page-index #main .urllist-date-link a {
  color: #888888;
}
.page-index #main .urllist-title-link {
  font-size: 100%;
  border-bottom: 1px solid #ebebeb;
  float: right;
  width: 600px;
  color: #1a1a1a;
  display: block;
  margin: 0;
  padding: 8px 0;
}
.page-index #main .urllist-title-link:hover {
  background: #f0f0f6;
}
.page-index #main li:last-child .urllist-title-link {
  border: none;
}
.page-index .entry-content,
.page-index .entry-footer {
  display: none;
}
/* entry */
.categories {
  display: none;
}
.page-entry #content {
  padding-bottom: 80px;
}
.page-entry .date,
.page-entry .entry-title {
  display: none;
}
.page-entry .entry-content {
  margin: 15px 0 0;
  padding-top: 5px;
  text-align: center;
  border-top: 1px solid #ebebeb;
  border-bottom: 1px solid #ebebeb;
}
.page-entry pre {
  display: inline-block;
  text-align: left;
  padding-bottom: 25px;
  max-width: 40em;
}
.page-entry .hatena-fotolife img {
  border: 1px solid #ebebeb;
  margin: 15px 0;
}
.page-entry .entry-footer-section {
  display: none;
}
.page-entry .customized-footer {
  margin-top: 15px;
}
.page-entry .pager {
  display: none;
}
#press-release {
  width: 80%;
  margin: 0 auto;
  font-family: "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
  font-size: 14px;
  -webkit-font-smoothing: antialiased;
  line-height: 1.7;
  color: #1a1a1a;
}
#press-release * {
  margin: 0;
  padding: 0;
}
#press-release a {
  font-weight: bold;
  color: #0071c5;
  text-decoration: none;
  word-wrap: break-word;
}
#press-release header {
  margin-bottom: 25px;
}
#press-release p {
  margin-bottom: 18px;
}
#press-release .press-release-header-top {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 20px 0;
}
#press-release .press-release-header-top span {
  -ms-flex: 1;
  -webkit-flex: 1;
  flex: 1;
}
#press-release .header-top-date {
  text-align: center;
}
#press-release .header-top-name {
  text-align: right;
}
#press-release h2 {
  padding: 25px 0;
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
}
#press-release h2 span {
  display: block;
  width: 80%;
  font-size: 16px;
  line-height: 1.6;
  text-align: center;
  margin: 0 auto;
}
#press-release footer {
  margin-top: 25px;
}
#press-release footer .press-release-footer-text {
  padding: 25px 0;
  margin-bottom: 25px;
  border-top: 2px solid #1a1a1a;
  border-bottom: 2px solid #1a1a1a;
}
#press-release footer h6 {
  font-size: 14px;
  line-height: 1.7;
  margin-bottom: 5px;
}
#press-release footer dt {
  float: left;
  clear: both;
}
#press-release footer address {
  font-style: normal;
  margin-bottom: 25px;
}
#press-release #footer {
  zoom: 1;
  padding: 20px 0 50px 0;
}
#press-release #footer:after {
  content: "";
  display: block;
  clear: both;
}
#press-release #footer a {
  color: #666668;
}
#press-release #footer a:hover {
  color: #005492;
}
#press-release #footer ul {
  list-style-type: none;
}
#press-release .f-top,
#press-release .f-information,
#press-release .f-ir,
#press-release .f-press,
#press-release .f-recruit,
#press-release .f-contact {
  float: left;
  width: 160px;
  margin: 0;
}
#press-release .press-release-note {
  font-size: 12px;
}
/* archive */
.page-archive #main-inner h2 {
  font-size: 86%;
  color: #888888;
  margin: 0;
}
.archive-entries,
.page-entries-year-month-day,
.page-search {
  border-bottom: 1px solid #ebebeb;
  border-top: 1px solid #999999;
  margin: 5px 0 0;
  padding: 0;
  zoom: 1;
}
.archive-entries:after,
.page-entries-year-month-day:after,
.page-search:after {
  content: "";
  display: block;
  clear: both;
}
.archive-entries .archive-entry:last-child .entry-title,
.page-entries-year-month-day .archive-entry:last-child .entry-title,
.page-search .archive-entry:last-child .entry-title {
  border: none;
}
.archive-entries .date,
.page-entries-year-month-day .date,
.page-search .date {
  font-size: 100%;
  clear: both;
  float: left;
  margin: 0;
  padding: 8px 0;
}
.archive-entries .date a,
.page-entries-year-month-day .date a,
.page-search .date a {
  font-weight: normal;
}
.archive-entries .entry-title,
.page-entries-year-month-day .entry-title,
.page-search .entry-title {
  font-size: 100%;
  border-bottom: 1px solid #ebebeb;
  float: right;
  margin: 0;
  padding: 0;
  width: 600px;
}
.archive-entries .entry-title-link,
.page-entries-year-month-day .entry-title-link,
.page-search .entry-title-link {
  color: #1a1a1a;
  display: block;
  font-weight: normal;
  padding: 8px 0;
}
.archive-entries .entry-title-link:hover,
.page-entries-year-month-day .entry-title-link:hover,
.page-search .entry-title-link:hover {
  background: #f0f0f6;
}
.archive-entries time,
.page-entries-year-month-day time,
.page-search time {
  display: inline-block;
  width: 110px;
  color: #888888;
}
.archive-entries .entry-description,
.page-entries-year-month-day .entry-description,
.page-search .entry-description,
.archive-entries .social-buttons,
.page-entries-year-month-day .social-buttons,
.page-search .social-buttons,
.archive-entries .entry-thumb,
.page-entries-year-month-day .entry-thumb,
.page-search .entry-thumb {
  display: none;
}
.page-search .entry-content,
.page-entries-year-month-day .entry-content,
.page-search .entry-footer,
.page-entries-year-month-day .entry-footer {
  display: none;
}
@media screen and (max-width: 1000px) {
  #header-container {
    display: none;
  }
  /* base */
  #category-header,
  #content-inner,
  .category-path ul,
  .category-description,
  .f-category,
  .footer-nav-list,
  #hatena-signature,
  .header-inner {
    box-sizing: border-box;
    width: 100%;
  }
  #category-header,
  .category-description,
  #content-inner {
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
  .header-inner {
    border-left: 20px solid #fff;
  }
  .category-path {
    font-size: 86%;
    height: 40px;
    line-height: 40px;
    padding: 0;
  }
  .category-path li {
    padding: 0 0 0 20px;
  }
  .category-path li.main-category {
    display: none;
  }
  .category-path strong {
    border: none;
    padding: 0;
  }
  .interview .category-path a {
    padding: 0;
  }
  .category-path.fixed {
    background: #fff;
    border-top: 1px solid #ebebeb;
    border-bottom: 1px solid #ebebeb;
    height: 40px;
    left: 0;
    line-height: 40px;
    margin: 0;
    padding: 0;
    top: 54px;
    width: 100%;
  }
  #category-header {
    padding-top: 189px;
  }
  #content {
    padding-bottom: 50px;
  }
  #footer-menu {
    border-left: 20px solid #f0f0f6;
    border-right: 20px solid #f0f0f6;
  }
  .pager {
    height: auto;
    padding: 50px 0 15px;
    margin: 0;
  }
  #footer {
    border-left: 20px solid #f0f0f6;
    border-right: 20px solid #f0f0f6;
  }
  #footer-nav {
    height: auto;
    padding: 50px 0 15px;
    margin: 0;
    border-left: 20px solid #fff;
    border-right: 20px solid #fff;
  }
  .footer-nav-list {
    text-align: center;
  }
  .footer-nav-social {
    border-bottom: 1px solid #ebebeb;
    float: none;
    margin-bottom: 15px;
    padding-bottom: 15px;
  }
  .pager-next {
    display: inline-block;
    float: none;
  }
  .pager-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-top ul,
  .f-information ul,
  .f-ir ul,
  .f-press ul,
  .f-recruit ul,
  .f-contact ul {
    display: inline;
  }
  .f-top li,
  .f-information li,
  .f-ir li,
  .f-press li,
  .f-recruit li,
  .f-contact li {
    display: inline;
  }
  .f-ir ul {
    padding-bottom: 0;
  }
  #wrapper {
    float: none;
    width: 100%;
    margin-bottom: 20px;
  }
  #box2,
  .hatena-module {
    float: none;
    width: 100%;
  }
  #box2 {
    margin-top: 0;
  }
  .archive-entries .entry-title,
  .page-search .entry-title,
  .page-entries-year-month-day .entry-title {
    float: none;
    width: auto;
  }
  .page-index #main .hatena-module {
    border-bottom: none;
  }
  .page-index #main .urllist-title-link {
    float: none;
    width: auto;
  }
}
@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;
  }
}
@media screen and (max-width: 600px) {
  /* header */
  #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-press a,
  #header.fixed .h-recruit a {
    padding-top: 20px;
  }
  .index #header,
  .ads #header,
  .contact #header,
  .rule #header {
    height: 49px;
  }
  #topcategory {
    font-size: 100%;
  }
  .h-information a,
  .h-press a,
  .h-recruit a {
    border-top: 5px solid #fff;
    padding: 20px 15px 20px 0;
    width: auto;
  }
  .h-press a {
    border-color: #0071c5;
  }
  .information .h-information a {
    border-top: 5px solid #0071c5;
  }
  .category-path {
    background: #fff;
    height: 30px;
    line-height: 30px;
    padding: 0;
    position: fixed;
    top: 49px;
  }
  .category-path li {
    padding: 0 0 0 15px;
  }
  .category-path li:nth-child(2) {
    padding-left: 20px;
  }
  .category-path.fixed {
    height: 30px;
    line-height: 30px;
    top: 49px;
  }
  #category-header {
    padding-top: 116px;
  }
  .category-description {
    margin: 0;
    padding: 0 0 20px;
  }
  /* footer */
  #footer-menu {
    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;
  }
  /* common */
  #content {
    padding-bottom: 40px;
    padding-top: 0;
  }
  #side-content {
    padding: 0;
  }
  .image-text-banner {
    float: none;
    margin: 0 0 10px 0;
    text-align: center;
    width: 100%;
    zoom: 1;
  }
  .image-text-banner:after {
    content: "";
    display: block;
    clear: both;
  }
  .image-text-banner img {
    float: none;
    height: auto;
    margin-right: 10px;
    width: 210px;
  }
  .image-text-banner h3 {
    padding: 0;
  }
  #box2,
  .hatena-module {
    border: none;
    padding: 0;
  }
  #box2 ul,
  .hatena-module ul {
    border-top: 1px solid #ebebeb;
  }
  #box2 ul a,
  .hatena-module ul a {
    border-bottom: 1px solid #ebebeb;
    background: none;
    padding: 8px 0;
    text-align: center;
  }
  #box2 ul li:last-child,
  .hatena-module ul li:last-child {
    margin-bottom: 20px;
  }
  #box2 ul li:last-child a,
  .hatena-module ul li:last-child a {
    border-bottom: none;
  }
  .archive-entries {
    font-size: 86%;
  }
  .archive-entries .entry-title {
    width: 100%;
  }
  .archive-entries .entry-title-link {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
    padding: 28px 0 8px 0;
    margin-top: -23px;
  }
  .archive-entries .date {
    float: none;
    padding: 8px 8px 0 0;
    margin-bottom: -4px;
  }
  .archive-entries time {
    padding-right: 10px;
    width: auto;
  }
  .search-form {
    margin-bottom: 20px;
  }
  .search-form input.search-module-input {
    float: left;
    font-size: 16px;
    padding: 10px 42px 10px 10px;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .search-form input.search-module-button {
    height: 42px;
    width: 42px;
    background: #cbcbcb url(https://www.hatena.ne.jp/css/hatena/search.png) 50% 50% no-repeat;
    font-size: 16px;
    margin-left: -42px;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
  }
  .page-index #main {
    font-size: 86%;
  }
  .page-index #main .urllist-item.recent-entries-item {
    border-bottom: 1px solid #ebebeb;
  }
  .page-index #main .urllist-date-link {
    padding-right: 10px;
    padding-bottom: 0px;
    width: auto;
  }
  .page-index #main .urllist-date-link a {
    border-bottom: none;
  }
  .page-index #main .urllist-title-link {
    text-overflow: clip;
    white-space: normal;
    overflow: visible;
    text-align: left;
    border-bottom: none;
  }
}
@media screen and (max-width: 600px) {
  /* press */
  .page-entry .entry-content {
    border: 1px solid #ebebeb;
    padding: 10px;
  }
  .page-entry pre {
    width: 100%;
    word-wrap: break-word;
    overflow: hidden;
    font-size: 86%;
  }
  .page-entry .hatena-fotolife img {
    max-width: 98%;
  }
  #press-release {
    width: auto;
  }
  #press-release h2 span br {
    display: none;
  }
}
