/* <system section="theme" selected="rikunabi"> */
@import url("https://cdn.blog.st-hatena.com/css/theme/rikunabi/rikunabi.css?version=d521df40822702b2798181e2322e97");
/* </system> */

.related-entries {

display:none;

}

.test-related-entries{

display:none;

}

/*SNSボタン*/

/* スマホにも表示するのでインラインで書く */
.btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  line-height: 18px;
  color: #333333;
  background: #ffffff;
  background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f5f5f5));
  background: -ms-linear-gradient(top, #ffffff, #f5f5f5);
  background: -moz-linear-gradient(top, #ffffff 0%, #f5f5f5 100%);
  text-align: center;
  vertical-align: middle;
  border-radius: 2px;
  background-clip: padding-box;
  cursor: pointer;
  font-size: 12px;
  text-decoration: none;
  font-weight: bold;
  border: 1px solid rgba(0, 0, 0, 0.2);
  text-decoration: none !important;
}

.btn-primary {
  color: #fff !important;
  background: #ed1c24;
  background: -webkit-gradient(linear, left top, left bottom, from(#ed1c24), to(#d01018));
  background: -ms-linear-gradient(top, #ed1c24, #d01018);
  background: -moz-linear-gradient(top, #ed1c24 0%, #d01018 100%);
}

.btn-large {
  font-size: 90%;
  padding: .6em 1em;
  border-radius: 5px;
  background-clip: padding-box;
}

.btn-label {
  background: #fff;
  color: #d01018 !important;
  padding: .1em .2em;
  font-size: 75%;
  margin-left: .5em;
  vertical-align: top;
  border-top-right-radius: 2px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  border-radius: 2px;
  background-clip: padding-box;
}

.ul-social-buttons {
  margin: 10px 0;
  padding: 0;
  display: block;
  list-style: none;
 }

.ul-social-buttons li {
  float: left;
  margin: 2px 5px 2px 0;
}

.ul-social-buttons:after {
  display: block;
  visibility: hidden;
  font-size: 0;
  height: 0;
  clear: both;
  content: ".";
}

.ul-social-buttons .twitter-share-button {
    width: 100px !important;
}

.ul-social-buttons .li-plus1 {
    width: 75px;
}

.ul-social-buttons .li-pocket iframe {
    width: 110px !important;
}



/* 見出しデザインh2*/
 .entry-content h2{
    color: #444444;
    padding: 10px 15px; 
    border-left: 10px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    }
/* 見出しデザイン*/
 .entry-content h3{
    color: #444444;
    padding: 10px 15px; 
    border-left: 10px solid #FF0000;
    border-bottom: 1px solid #FF0000;
    }

.fixedNext {
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 10000;
}

.fixedJisedai {
    position: fixed;
    top: 220px;
    width: 100%;
    z-index: 10000;
}

.fixedMangaBanner {
    position: fixed;
    top: 440px;
    width: 100%;
    z-index: 10000;
}

a.entry-see-more {
    display: inline-block;
    width: 100%;  
    height: 50px;  
    margin:5px 0 5px 0; 
    line-height: 50px;  
    background-color: #FF0000; 
    border-radius: 4px;  
    text-align: center;
    color: #fff; 
    font-size: 16px; 
    text-decoration: none;
}
a.entry-see-more:hover {
    color:#FFF; 
    background-color: #FF0040; 
}

  /* あなたの志向にあった求人 */
  .tk_jobofferrow {
    margin: 15px -12px 40px;
    padding: 10px 0;
    background-color: #fefce3;
    border-radius: 4px;
    display: table;
    border-collapse: separate;
    border-spacing: 22px 0;
  }
  .tk_jobofferrow > * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }

  .tk_jobofferbox {
    display: table-cell;
    width: 330px;
    background-color: #fff;
    border: solid 1px #e0e0e0;
    border-radius: 2px;
  }
  .tk_jobofferbox .tk_jobofferbox_image {
    height: 100%;
  }
  .tk_jobofferbox .tk_jobofferbox_image > img {
    height: auto;
    width: auto;
    margin: 0 auto;
    display: block;
    max-width: 100%;
  }
  .tk_jobofferbox .tk_jobofferbox_text {
    padding: 10px 10px 15px;
  }
  .tk_jobofferbox .tk_jobofferbox_text .tk_jobofferbox_texttitle {
    font-size: 16px;
    font-weight: bold;
    line-height: 16px;
    color: #262626;
  }
  .tk_jobofferbox .tk_jobofferbox_text .tk_jobofferbox_textdescription {
    color: #808080;
  }
  .tk_jobofferbox_anchor {
    text-decoration: none;
  }

  .tk_jobofferboxIcon {
    vertical-align: middle;
    display: inline-block;
    overflow: hidden;
    text-indent: 100%;
    white-space: nowrap;
    word-wrap: normal;
  }
  .tk_jobofferboxIcon.tk_jobofferboxIcon_new {
    background-image: url(//next.rikunabi.com/rnc/parts/img/top/sprite.png);
background-position: -26px -146px;
    width: 32px;
    height: 12px;
  }

  .tk_jobofferbox_textdescription {
    font-size: 12px;
  }
  

/* PCのカテゴリ名デザイン変更 */
  .categories {
	font-size:80%;
	}
　.categories a{
	padding:0.3em 0.5em;}

/* 11/18 デザイン変更 TOP */
.page-index #main #main-inner {
    border: 1px solid #bdccd4;
}

.archive-header-category {
    margin-bottom: 1em!important;
}

.archive-header-category .archive-heading {
    font-weight: 700;
    margin-bottom: 15px;
    line-height: 30px;
    font-size: 120%;
    border-bottom: 1px solid #bdccd4;
    color: #ed1c24;
    position: relative;
}

.archive-header-category .archive-heading:after {
content: "";
position: absolute;
display: block;
bottom: -1px;
left: 0;
z-index: 999;
width: 200px;
border-bottom: 1px solid #ed1c24;
}

.archive-description {
    font-size: 14px;
}

.page-index #main .hatena-module-body {
    padding: 0 10px;
    border: none;
}

.page-index #main .hatena-module {
    margin-bottom: 0;
}

.page-index #main .hatena-urllist li {
    padding: 10px 0;
    margin-bottom: 0;
}

.page-index #main .hatena-urllist li:last-child {
    padding: 10px 0;
    margin-bottom: 0;
    border-bottom: 1px solid #bdccd4;
}

.page-index #main #main-inner .hatena-module:last-child .hatena-urllist li:last-child {
    border-bottom: none;
}

.page-index #main .hatena-urllist li .urllist-title-link {
    font-size: 14px;
}

.page-index #main .hatena-urllist li .urllist-title-link:before {
    display: none;
}

.page-index #main .hatena-urllist li .urllist-image {
    display: block;
    margin: 0 10px 0 0;
}

.page-index #main .hatena-urllist li:not(:first-child) .urllist-image {
    display: block;
    margin: 0 10px 0 0;
}

.page-index .urllist-date-link {
    margin: 0;
    text-align: right;
}

.page-index #main .hatena-urllist li:not(:first-child) .urllist-date-link {
    display: block;
}

.page-index #main .hatena-module-title {
    display: none;
}

/* 11/18 デザイン変更 記事一覧 */
.page-archive .archive-entries {
    padding: 0 10px;
}

.page-archive .archive-entries .entry-title {
    font-size: 14px;
}

.page-archive .archive-entries .archive-entry {
    position: relative;
    margin: 10px 0;
    padding: 0;
    min-height: 110px;
}

.page-archive .archive-entries .archive-entry:last-child {
    border-bottom: none;
    margin-bottom: 0;
}

.page-archive .archive-entries .entry-description {
    display: none;
}

.page-archive .archive-entries .entry-thumb {
    position: absolute;
    top: 0;
    left: 0;
    width: 140px;
    height: 100px;
    background-size: cover;
}

.page-archive .archive-entries .archive-entry-header,
.page-archive .archive-entries .categories {
    padding-left: 150px;
}

.page-archive .archive-entries .date {
    text-align: right;
}

