@charset "UTF-8";
#eyecatch {
  position: relative;
  background: url(../img/headline/headline_h1_bg.jpg) no-repeat right 0 #3C8ECC;
}

#eyecatch.job {
  background: url(../img/headline/joboffer_h1_bg.jpg) no-repeat right 0 #3C8ECC;
}

#eyecatch h1 {
  position: absolute;
  top: 25px;
  left: 20px;
  padding-left: 40px;
  background: url(../img/common/icon_spread.jpg) no-repeat left center;
}

/*=======================================================
カテゴリメニュー（上）
=======================================================*/

nav.category {
  margin-bottom: 30px;
  padding: 10px;
  border: solid 1px #CCC;
  background: #FAF7ED;
}

nav.category h2 {
  margin-bottom: 1em;
  padding-bottom: 8px;
  border-bottom: dotted 1px #CCC;
  color: #666666;
  font-size: 108%;
  font-weight: bold;
}

nav.category h2:before {
  content: "\f150";
  margin-right: .3em;
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  font-size: 121%;
  color: #A59F91;
}

nav.category li {
  display: block;
  float: left;
  margin: 0 0.5em 0.5em 0;
  padding-right: 0.5em;
  border-right: solid 1px #999;
  line-height: 1.2;
  white-space: nowrap;
  /* IE7以下対策 */
}

/*=======================================================
記事リスト（トップ・アーカイブ）
=======================================================*/

#article-column article.arc-item {
  margin: 2.5em 0;
}

#article-column article.arc-item header {
  position: relative;
  min-height: 120px;
  padding-left: 130px;
}

#article-column article.arc-item header p.thumb {
  position: absolute;
  top: 0;
  left: 0;
  margin: 0;
}
	

#article-column article.arc-item h3 {
  margin-bottom: 1em;
  font-size: 100%;
  font-weight: bold;
}
#article-column article.arc-item h3 a {
  text-decoration: none;
}

#article-column article.arc-item p {
  margin: 0;
}

#article-column article.arc-item footer {
  position: relative;
  min-height: 35px;
  margin: 15px 0;
  padding: 5px;
  background: #F7F7F7;
  border: solid 1px #CCC;
  font-size: 93%;
}

#article-column article.arc-item footer:before {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 20px;
  top: -13px;
  border: 6px solid;
  border-color: transparent transparent #CCC #CCC;
}

#article-column article.arc-item footer:after {
  content: ' ';
  position: absolute;
  width: 0;
  height: 0;
  left: 21px;
  top: -10px;
  border: 5px solid;
  border-color: transparent transparent #F7F7F7 #F7F7F7;
}

#article-column article.arc-item footer dl {
  padding: 0 0 0 45px;
}

#article-column article.arc-item footer dt {
  display: inline;
  margin-right: 0.5em;
  color: #000;
}

#article-column article.arc-item footer dd {
  display: inline;
  margin-right: 1em;
}

#article-column article.arc-item footer dd p {
  margin: 0;
}

#article-column article.arc-item footer p.writer-thumb {
  position: absolute;
  top: 5px;
  left: 5px;
  margin: 0;
}

#article-column article.arc-item footer li {
  float: left;
  margin-right: 0.5em;
}

/*=======================================================
記事リスト（求人情報の場合）
=======================================================*/

#article-column.job {
  width: 740px;
  float: none;
}

#article-column.job dt {
  width: 5em;
  float: left;
  clear: left;
  font-weight: bold;
}

#article-column.job dd {
  padding-left: 5em;
}

/*=======================================================
執筆者プロフィール
=======================================================*/

.prof {
  margin-bottom: 3em;
}

.prof header {
  position: relative;
  /*width: 230px;*/
  width: 100%;
  margin-bottom: 1em;
  padding: 0.5em 0 0 280px;
  min-height: 180px;
  color: #333;
}

.prof header h3 {
  font-size: 150%;
}

@media screen and (max-width:480px) {
  .prof header {
    position: relative;
    /*width: 230px;*/
    width: 100%;
    margin-bottom: 1em;
		padding: 0.5em 0 0 0;
    min-height: 180px;
    color: #333;
  }
  .prof header h3 {
    font-size: 150%;
		padding-top: 12rem;
  }
}

#main-area .prof header p {
  margin: 0;
}

.prof header p.pic {
  position: absolute;
  top: 0;
  left: 0;
}

.prof header p {
  font-size: 91%;
}

.prof header dl.prof-link {
  margin-top: 1em;
  padding: 1em 0;
  border-top: dotted 1px #CCC;
}

.prof header dl.prof-link dt {
  float: left;
  clear: left;
  width: 12px;
  height: 12px;
}

.prof header dl.prof-link dd {
  padding-left: 15px;
  font-size: 91%;
  word-wrap: break-word;
}

/*=======================================================
詳細ページ
=======================================================*/

/* メタデータ */

#entry header {
  margin: 0 0 1.5em 0;
  border-bottom: dotted 1px #CCC;
}

#entry footer {
  margin: 1.5em 0;
  border-bottom: dotted 1px #CCC;
}

#entry header h2 {
  padding: 0;
  border: none;
  font-size: 200%;
  font-weight: normal;
}

#entry .social, #entry .tags {
  padding: 0.5em 0;
  border-top: dotted 1px #CCC;
}

#entry .tags dt, #entry .tags dd {
  float: left;
  margin-right: 0.7em;
}

#entry .meta-data {
  padding: 7px 7px;
  border-top: solid 3px #C7C7C7;
  background: #F5F5F5;
  font-size: 91%;
}

#entry .meta-data dl {
  position: relative;
  padding-left: 50px;
  min-height: 35px;
}

#entry .meta-data dt {
  display: inline;
  margin-right: 0.5em;
}

#entry .meta-data dd {
  display: inline;
  margin-right: 1em;
}

#entry .meta-data dd.date {
  width: 400px;
}

#entry .meta-data dd.thumb {
  position: absolute;
  top: 0;
  left: 0;
}

/* 記事末尾の記事リスト群 */

.foot-artlinks {
  margin: 40px 0;
}
.foot-artlinks h2 span {
  border: solid 1px #1a4673;
  padding: 0 14px;
  margin-left: 3px;
  color: #1a4673;
  line-height: 10px;
  font-size: 14px;
  vertical-align: middle;
}

.foot-artlinks li {
  display: inline-block;
  width: 150px;
  margin-right: 16px;
  margin-bottom: 16px;
  vertical-align: top;
}

.foot-artlinks img {
  display: block;
}

.foot-artlinks-nopic li {
  padding-top: .5em;
  padding-bottom: .5em;
  padding-left: 15px;
  border-bottom: dotted 1px #CCC;
  background: url(../img/common/arrow_blue_small.png) no-repeat 0 center;
  line-height: 1.5;
}

/* 前後ナビ */

#foot-nav {
  border-top: dotted 1px #CCC;
}

#entry #foot-nav ul {
  padding-left: 0;
  list-style-type: none;
}

#foot-nav li {
  width: 180px;
  font-size: 108%;
  font-weight: bold;
}

#foot-nav li img {}

#foot-nav li span {
  display: block;
  font-size: 85%;
  color: #666;
}

#prev {
  float: left;
}

#next {
  float: right;
}

/*=======================================================
#secondary-column
=======================================================*/

#main-area #secondary-column h2 {
  margin-bottom: 1em;
  padding: 5px 10px 5px 25px;
  background: url(../img/common/arrow_white_down.png) no-repeat 8px center #1A4673;
  color: #FFF;
  font-size: 116%;
  line-height: 1.5em;
  font-weight: bold;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -o-border-radius: 3px;
  -ms-border-radius: 3px;
}

#main-area #secondary-column h2 a {
  color: #FFF;
}

#secondary-column section {
  margin: 3em 0;
}

#secondary-column section:first-child {
  margin-top: 0;
}

#secondary-column section li {
  padding: 0.5em 0 0.5em 15px;
  ;
  border-bottom: dotted 1px #CCC;
  background: url(../img/common/arrow_glay.png) no-repeat 0 center;
  /* font-size: 91%; */
}

/*執筆者リスト*/

#secondary-column section.writers {
  margin-bottom: 2em;
}

#secondary-column section.writers a {
  color: #333;
  text-decoration: none;
}

#secondary-column section.writers a:hover {
  text-decoration: underline;
}

#secondary-column section.writers li {
  padding: 7px 0;
  border-bottom: solid 1px #EDEDED;
  background: none;
}

#secondary-column section.writers dl {
  position: relative;
  padding: 0 0 0 70px;
  min-height: 60px;
}

#secondary-column section.writers dt {
  font-size: 133%;
  font-weight: bold;
}

#secondary-column section.writers dd {
  line-height: 1.4;
}

#secondary-column section.writers dd.thumb {
  position: absolute;
  top: 0;
  left: 0;
}

#secondary-column section.writers ul.contributor li div {
  margin-left: 45px;
  line-height: 1.4;
}

#secondary-column section.writers ul.contributor li div a {
  display: block;
  font-size: 133%;
  font-weight: bold;
  vertical-align: middle;
}

#secondary-column section.writers ul.contributor li img {
  float: left;
}

/*タグクラウド*/

#secondary-column section.tag-cloud ul {
  overflow: hidden;
}

#secondary-column section.tag-cloud li {
  float: left;
  margin: 0 0.2em 0.2em 0;
  padding: 0;
  border: none;
  background: none;
  font-size: 11px;
}

#secondary-column section.tag-cloud li a {
  display: block;
  padding: 0.2em 0.8em;
  border: solid 1px #ADD6EA;
  line-height: 1;
  vertical-align: middle;
  background: #E1F0F7;
  color: #3399CA;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  -ms-border-radius: 5px;
}

#secondary-column section.tag-cloud a#open {
  cursor: pointer;
}

#secondary-column section.tag-cloud ul#toggler {
  display: none;
}

/*=======================================================
連載記事用
=======================================================*/

.seriesbox {
  padding-top: 1em;
  border-top: solid 1px #CCC;
}

.seriesbox figure {
  width: 150px;
  float: left;
}

.seriesbox .inner {
  margin: 1em 0;
}

#main-area .seriesbox p {
  width: 330px;
  float: right;
  margin: 0;
}

.serieslist-box {
  position: relative;
  min-height: 100px;
  padding-left: 160px;
  border-bottom: dotted 1px #CCC;
}

.serieslist-box .imgset {
  position: absolute;
  top: 0;
  left: 0;
}

.serieslist-box h3 {
  font-size: 125%;
  font-weight: bold;
}

.series-desc ul {
  margin: 2em 0;
  padding-left: 15px;
  list-style-type: disc;
}

.series-desc ol {
  margin: 2em 0;
  padding-left: 15px;
  list-style-type: decimal;
}

.series-desc ul li, .series-desc ol li {
  margin-bottom: 0.3em;
}

.series.thumb {
  width: 120px;
  height: 120px;
  background: url(../img/common/noimage_120_120.gif) no-repeat 0 0;
}

/*=======================================================
連載ページャー用
=======================================================*/

.series-linkpages {
  margin: 3em 0;
  text-align: center;
  font-size: 109%;
  font-weight: bold;
  line-height: 1em;
  vertical-align: middle;
}

.series-linkpages a {
  margin: 0;
  padding: 5px 8px !important;
  border: solid 1px #2B73B0;
}

.series-linkpages .current {
  margin: 0;
  padding: 5px 8px;
  color: #FFF;
  border: solid 1px #2B73B0;
  background: #2B73B0;
}

.series-linkpages .prev, .series-linkpages .next {
  display: none;
}

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

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

@media screen and (max-width: 640px) {
  #entry header h2 {
    font-size: 1.2rem;
    margin-top: 1.5rem;
  }
  #article-column article.arc-item header p.thumb img {
    max-width: 80px;
    max-height: 80px;
  }
  #article-column article.arc-item header {
    min-height: 80px;
    padding-left: 90px;
  }
  #article-column article.arc-item header p.thumb {
	width:70px;
	height:70px;
  }
  #foot-nav li {
    width: 45%;
  }
  #foot-nav li img {
    width: 100%;
    height: auto;
  }
  .getshare {
    width: 45% !important;
  }
  .foot-artlinks li {
    zoom: 1;
    width: 100%;
    display: block;
  }
  .foot-artlinks li a {
    font-weight: bold;
  }
  .foot-artlinks li:after {
    content: "";
    display: block;
    clear: both;
  }
  .foot-artlinks img {
    float: left;
    margin-right: 10px;
    max-width: 80px;
    max-height: 80px;
  }
  .clearfix {
    zoom: 1;
  }
  .clearfix:after {
    content: "";
    display: block;
    clear: both;
  }
}
