@charset "utf-8";

/* 共通 ======================================================*/
html {
  font-size: 62.5%; /* 1rem = 10px */
}
body {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.5;
  color: #444;
}
body, input, textarea, select {
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}
input[type="text"], textarea {
  padding: 0 5px;
  border: 1px #BBB solid;
  border-radius: 3px;
}
textarea {
  resize: vertical;
  padding: 5px;
}
input[type="checkbox"], input[type="radio"] {
  vertical-align: middle;
  margin: 3px 4px 3px 0;
  float:left;
}
img {
  vertical-align: bottom; /* 画像下部の余白対策 */
}

/* リンク文字 */
a {
  color: #444;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
.header-genre-nav a:hover,
.header-category-nav a:hover,
.tab a:hover,
.ranking a:hover .rank,
.btn:hover,
.pagination a,
.mail a {
  text-decoration: none;
}
.box-link a:hover p,
.breadcrumbs li a,
.tags a,
.link-next a,
.keyword a,
.genrelist-top a:hover .title {
  text-decoration: underline;
}

/* 共通部品 ==================================================*/
/* 見出し */
.col-title {
  display: block;
  color: #166434;
  border-bottom: 1px #aaa solid;
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  letter-spacing: 1px;
  margin-bottom: 15px;
}
.col-title span {
  display: inline-block;
  border-bottom: 3px #166434 solid;
}

/* SNSボタン */
.sns-icons a {
  padding: 0 3px;
}
.sns-icons a:hover {
  opacity: .5;
}

/* 検索ボックス */
.search-box {
  margin-top: 20px;
  padding: 0 5px;
  background: #eee;
}
.search-box input {
  border: none;
  background: none;
}
.search-box input:focus {
  outline: 0;
}
.search-box input[type="text"] {
  width: 240px;
  padding: 5px;
}
.search-box input[type="submit"] {
  width: 16px;
  background: url(/common/rtc/images/v1/common/icon-search.png) no-repeat center center;
  vertical-align: middle;
  cursor: pointer;
}

/* 画像とテキストの横並びリスト */
.box-link li a::after {
  clear: both;
  content: "";
  display: table;
}
.box-link a {
  display: block;
}
.box-link img {
  float: left;
}
.box-link p {
  float: left;
  margin-left: 10px;
}

/* 画像 */
/* 正方形 */
.squareicon {
  display: block;
  overflow: hidden;
  padding-top: 100%;
  position: relative;
  background-color:#eee;
}
.squareicon img {
  left: 0;
  right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin:auto;
  /*width: 100%;*/
  max-width:100%;
  max-height:100%;
}
/* 正方形(個別) */
.news .list .squareicon {
  width: 50px;
  float: left;
  padding-top: 0;
  background-color:#eee;
}
.news .list .squareicon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.serial .squareicon {
  width: 60px;
  float: left;
  padding-top: 0;
  background-color: #eee;
}
.serial .squareicon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.column .squareicon {
  width: 110px;
  margin-bottom: 8px;
    background-color:#eee;
}
.ranking .squareicon {
display:none;
/* width: 60px; */
/* float: left; */
/* padding-top: 0; */
}
.ranking .squareicon:before {
  content: "";
  display: block;
  padding-top: 100%;
}
.writer-data .squareicon {
  width: 100px;
  float: left;
  padding-top: 0;
}
.writer-data .squareicon:before {
  content: "";
  display: block;
  padding-top: 100%;
}

/* 長方形 */
.rectangleicon {
  display: block;
  overflow: hidden;
  padding-top: 75%;
  position: relative;
  background-color:#eee;
}
.rectangleicon img {
  left: 0;
  right:0;
  position:absolute;
  top: 0;
  bottom: 0;
  margin:auto;
  /*width: 100%;*/
  max-width:100%;
  max-height:100%;
}

/* 長方形(個別) */
.news .rectangleicon {
  width: 300px;
  margin-bottom:10px;
}
.feature .rectangleicon {
  width: 300px;
  float: left;
  padding-top: 0;
}
.feature .rectangleicon:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.special .rectangle {
  width: 284px;
}
.categorylist-top .rectangleicon {
  width: 400px;
  margin: auto;
  padding-top: 0;
}
.categorylist-top .rectangleicon:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.categorylist .rectangleicon {
  width: 200px;
  margin: auto;
  padding-top: 0;
  float: left;
  background-color: #eee;
}
.categorylist .rectangleicon:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.genrelist-top .rectangleicon {
  width: 250px;
  float: left;
  padding-top: 0;
}
.genrelist-top .rectangleicon:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.genrelist .rectangleicon {
  width: 206px;
}
.searchlist .rectangleicon {
  width: 200px;
  margin: auto;
  padding-top: 0;
  float: left;
}
.searchlist .rectangleicon:before {
  content: "";
  display: block;
  padding-top: 75%;
}
.related .rectangleicon {
  width: 208px;
  background-color:#eee;
}

/* 雑誌 */
.bookicon {
  display: block;
  padding-top: 133.33%;
  position: relative;
}
.bookicon img {
  left: 0;
  position:
  absolute;
  top: 0;
  width: 100%;
}
/* 雑誌(個別) */
.recommend-books .bookicon {
  width: 80px;
  height: auto;
  margin-bottom: 4px;
}

/* リストスタイル */
.mark-arrow li {
  background: url(/common/rtc/images/v1/common/icon-arrow-right.png) no-repeat top 8px left;
  padding: 5px 0 5px 17px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}

/* 見出し */
h3 {
  font-size: 22px;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 20px 0;
  line-height: 26px;
}
h4 {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin: 16px 0;
  line-height: 22px;
}

/* PAGE TOP */
#fixed-btns {
  position: fixed;
  right: 50px;
  bottom: 70px;
  transition: .3s;
  display: none;
}

#page-top {
  width: 50px;
  height: 50px;
  border: 1px #ccc dotted;
  border-radius: 10px;
  background: url(/common/rtc/images/v1/common/icon-page-top.png) no-repeat center center #fff;
  cursor: pointer;
}

#page-top:hover {
  opacity: .5;
}

#home {
  width: 50px;
  height: 50px;
  border: 1px #ccc dotted;
  border-radius: 10px;
  background: url(/common/rtc/images/v1/common/icon-home.png) no-repeat center center #fff;
  cursor: pointer;
}

#home:hover {
  opacity: .5;
}

/* NEWマーク */
.new{position:absolute;left:5px;bottom:5px;background:#fef485;border-radius:2px;color:#111;font-size:11px;font-weight:bold;line-height:1;padding:3px 5px 2px;}

/* ヘッダー ==================================================*/
.header-bar {
  background: #166434;
}
.header-bar-wrap {
  width: 1000px;
  margin: auto;
  background: #166434;
  color: #fff;
  padding: 10px 0;
}

/* HEADLINE */
.header-bar a {
  color: #fff;
}
.header-bar .headline {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  float: left;
}
.header-bar .headline .toggle::before {
  display: inline-block;
  content: "▲";
  transform: rotate(90deg);
  padding-top: 2px;
  margin-right: 3px;
}
.header-bar .headline .toggle {
  margin-right: 20px;
}

.header-bar .type {
  border: 1px #fff solid;
  padding: 2px 5px;
  margin: 0 10px 0 40px;
}
.header-bar .sns-icons {
  float: right;
}

.header-wrap {
  width: 1000px;
  margin: 15px auto;
}

/* サブメニュー */
.header-wrap .mailmagazine{
float:left;
width:37%;
margin-top:5px;
}
.header-wrap .service {
  width: 37%;
  margin-top: 15px;
  float: left;
  font-size: 10px;
  font-size: 1rem;
}
.header-wrap .service li {
  display: inline-block;
  width: 42%;
  padding: 3px 0;
}
.header-wrap .service li a {
  text-decoration: underline;
  color: #166434;
}
.header-wrap .service li a:hover {
  text-decoration: none;
}
.header-wrap .logo {
  float: left;
}
.header-wrap .logo:hover {
  opacity: .5;
}
.header-wrap .search-box {
  float: right;
}

/* ジャンル */
.header-genre-nav {
  width: 1000px;
  margin: 15px auto 0;
  font-size: 0;
}
.header-genre-nav ul li {
  font-size: 14px;
  font-size: 1.4rem;
  display: inline-block;
  width: calc(100% / 7.005); /* 0.005はIE対策 */
  text-align: center;
  font-weight: bold;
}
.header-genre-nav ul li a {
  display: inline-block;
  width: 100%;
  padding: 20px 0 10px;
}
.header-genre-nav .active a,
.header-genre-nav a:hover {
  background: url(/common/rtc/images/v1/common/icon-triangle-down.png) no-repeat center -2px, #166434;
  color: #fff;
  opacity: 1;
}

/* カテゴリー */
.header-category-nav {
  border-top: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  background:#f1f1f1;
}
.header-category-nav ul {
  width: 1000px;
  margin: -1px auto;
  border-top: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
}
.header-category-nav ul li {
  display: inline-block;
  text-align: center;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.header-category-nav ul li a {
  display: inline-block;
  padding: 9px 8px;
}
.header-category-nav ul .active a,
.header-category-nav ul a:hover {
  background: #aaa;
  color: #fff;
  opacity: 1;
}

/* フッター ==================================================*/
footer {
  border-top: 1px #ccc solid;
  margin-top: 20px;
  text-align: center;
}
.footer-wrap {
  border-top: 1px #ccc solid;
  width: 1000px;
  margin: -1px auto 0;
  padding-top: 20px;
}
.tool-box {
  margin-bottom: 30px;
}
.tool-box .sns-icons {
  margin-top: 35px;
  float: left;
}
.tool-box .logo {
  margin-left: 295px;
  float: left;
}
.tool-box .logo:hover {
  opacity: .5;
}
.tool-box .search-box {
  margin-top: 15px;
  float: right;]
}

/* ナビ */
.footer-genre-nav li,
.footer-category-nav li,
.footer-site-nav li,
.footer-menu-nav li{
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
  margin: 0 5px;
}
.footer-genre-nav li a,
.footer-category-nav li a,
.footer-site-nav li a,
.footer-menu-nav li a{
  display: inline-block;
  padding: 5px 0;
  color: #166434;
  text-decoration: underline;
}
.footer-genre-nav li a:hover,
.footer-category-nav li a:hover,
.footer-site-nav li a:hover {
  text-decoration: none;
}
.footer-menu-nav{
  margin-top:15px;
}
.footer-site-nav {
  margin: 15px 0;
}
.footer-site-nav li {
  font-size: 10px;
  font-size: 1rem;
}

/* コピーライト */
.copyright {
  background: #166434;
}
.copyright small {
  display: block;
  width: 1000px;
  margin: auto;
  background: #166434;
  color: #fff;
  padding: 8px 0;
  font-size: 10px;
  font-size: 1rem;
}

/* レクタングル */
.footer-rectangle{clear:both;}
.footer-rectangle .rectangle{width:300px;float:left;margin-right:50px;display:block;}
.footer-rectangle .rectangle:last-child{margin-right:0;}

/* コンテンツ ================================================*/
.container-wrap {
  width: 1000px;
  margin: auto;
}
.main {
  width: 670px;
  float: left;
}
.sidebar {
  width: 300px;
  float: right;
}

/* サイドメニュー ============================================*/
.side-content {
  margin-bottom: 20px;
}

/* バナー */
.sidebar .banner {
}
.sidebar .banner ul li {
  margin-bottom: 20px;
}
.sidebar .banner ul li img {
  width: 300px;
  height: 100px;
}

/* タイアップ */
.tie-up-header{
display:block;
padding:4px 0px;
color:#909090;
font-size:80%;
}
.tie-up {
  border-top: 1px #aaa solid;
  border-bottom: 1px #aaa solid;
  padding: 10px 0;
}
.tie-up li a {
  padding: 10px 20px;
  font-size: 12px;
  font-size: 1.2rem;
}
.tie-up li p {
  width: 190px;
}
/* キュレーション（ノアドット） */
.curation ul li::after{content:"";clear:both;display:block;}
.curation ul li{margin-bottom:10px;}
.curation ul li .icon{width:100px;position:relative;padding-top:75px;display:block;overflow:hidden;float:left;}
.curation ul li .icon img{width:100%;position:absolute;top:0;left:0;}
.curation ul li .title{float:left;margin-left:10px;width:190px;font-size:13px;}
.curation ul li .source{display:block;text-align:right;color:#909090;margin-top:3px;}

/* ランキング */
.ranking {
  padding-top: 6px;
}
.ranking .tab {
  margin-bottom: 10px;
  border-bottom: 1px #aaa solid;
  position:relative;
}
.ranking .tab .col-title {
  float: left;
  border: none;
  margin-bottom: 0;
}
.ranking .tab .col-title::after {
  display: none;
}
.ranking .tab ul {
  position:absolute;
  bottom:1px;
  right:0;
}
.ranking .tab ul::after{content:"";display:block;clear:both;}
.ranking .tab ul li {
  float:left;
  margin-left:2px;
}
.ranking .tab ul li a {
  text-align: center;
  vertical-align; middle;
  padding: 2px 5px;
  font-weight: bold;
  font-size:12px;
  background:#eee;
  border-top:solid 1px #aaa;
  border-right:solid 1px #aaa;
  border-left:solid 1px #aaa;
}
.ranking .tab ul .active a,
.ranking .tab ul li a:hover {
  background: #166434;
  border-top:solid 1px #166434;
  border-right:solid 1px #166434;
  border-left:solid 1px #166434;
  color: #fff;
}
.ranking .list li a {
  padding: 10px 0;
}
.ranking .list li .rank {
  width: 15px;
  color: #166434;
  font-size: 20px;
  font-size: 2rem;
  font-weight: bold;
  padding-top: 5px;
  margin: 0 5px;
}
.ranking .list li .text {
width: 264px;
/* width: 205px; */
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.ranking .list li .category{
width: 264px;
font-size: 1.2rem;
font-weight: bold;
margin-bottom: 2px;
line-height: 1.6rem;
display:block;
}


/* アンケート */
.questionnaire div {
  padding: 0px;
}
.questionnaire .title {
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #166434;
}
.questionnaire .text {
  margin: 5px 0;
  font-size: 12px;
  font-size: 1.2rem;
}
.questionnaire img {
  display: block;
  margin: 10px auto;
}
.questionnaire .detail {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  clear: both;
  display: block;
}
.questionnaire .detail a {
  font-weight: bold;
  color: #166434;
}

/* 雑誌 */
.magazine .item {
  width: 200px;
  margin: 0 auto;
}
.magazine .title {
  margin: 8px 0 3px;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
}
.magazine .text {
  font-size: 12px;
  font-size: 1.2rem;
}
.magazine .btn {
  display: block;
  background: #166434;
  color: #fff;
  margin-top: 8px;
  padding: 15px 0;
  text-align: center;
  font-size: 12px;
  font-size: 1.2rem;
  font-weight: bold;
}
.magazine .btn:hover {
  opacity: .5;
}
.magazine .btns .btn {
  width: 48%;
}
.magazine .btn.buy {
  float: left;
}
.magazine .btn.bk {
  float: right;
}

/* 危機管理とBCPのおススメ本 */
.recommend-books .btn {
  display: block;
  float: left;
  width: 14px;
  padding-top: 42px;
  cursor: pointer;
}
.recommend-books .btn.prev {
  margin-right: 6px;
}
.recommend-books .btn.next {
  margin-left: 6px;
}
.recommend-books .btn:hover {
  opacity: .5;
}
.recommend-books .btn.disabled {
  opacity: .5;
  cursor: auto;
}
.recommend-books .slider {
  width: 260px;
  float: left;
  overflow: hidden;
}
.recommend-books ul {
  width: 1000px;
  margin: 0 -5px;
  font-size: 0;
  position: relative;
  left: 0;
  transition: .5s;
}
.recommend-books ul li {
  width: 80px;
  margin: 0 5px;
  font-size: 13px;
  display: inline-block;
  vertical-align: top;
  line-height:16px;
}
.recommend-books ul li p {
  padding: 5px 0;
  font-weight: bold;
}

/* 広告記事用 */
.sidebar.ad-article .company-info p.company{position:relative;font-weight:bold;font-size:16px;margin-bottom:10px;padding-left:10px;}
.sidebar.ad-article .company-info p.company::before{content:"";display:block;width:0;height:0;position:absolute;top:6px;left:0;border-left:solid 5px #166434;border-top:solid 5px transparent;border-right:solid 5px transparent;border-bottom:solid 5px transparent;}
.sidebar.ad-article .company-info ul{margin-left:10px;}
.sidebar.ad-article .company-info ul li{padding-left:25px;color:#444;font-weight:bold;margin-bottom:10px;line-height:1.8;word-wrap:break-word;}
.sidebar.ad-article .company-info ul li a{text-decoration:underline;display:block;}
.sidebar.ad-article .company-info ul li a:hover{text-decoration:none;}
.sidebar.ad-article .company-info .tel{background:url(/common/rtc/images/v1/ad/phone.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .company-info .address{background:url(/common/rtc/images/v1/ad/location.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .company-info .mail{background:url(/common/rtc/images/v1/ad/email.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .company-info .url{background:url(/common/rtc/images/v1/ad/globe.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .company-info .whitepaper{background:url(/common/rtc/images/v1/ad/download.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .company-info .info{background:url(/common/rtc/images/v1/ad/info.png) no-repeat left;background-size:20px 20px;}
.sidebar.ad-article .info-btn{width:80%;margin:1em auto;}
.sidebar.ad-article .info-btn a{display:block;background:#166434;color:#fff;text-align:center;line-height:1;padding:1em 0;border-radius:4px;font-weight:bold;box-shadow:1px 1px 1px #ccc;}
.sidebar.ad-article .info-btn a:hover{text-decoration:none;background:#1a743d;}

.sidebar.ad-article .freespace h4{color:#166434;display: block;border-bottom: 1px #aaa solid;font-size: 18px;font-size: 1.8rem;letter-spacing: 1px;margin-bottom: 15px;position:relative;}
.sidebar.ad-article .freespace h4 strong{
  display: inline-block;
  border-bottom: 3px #166434 solid;
}
.sidebar.ad-article .freespace ul{margin-left:15px;}
.sidebar.ad-article .freespace ul li{list-style:square;color:#444;margin-bottom:5px;}
.sidebar.ad-article .freespace ul li a{color:#444;text-decoration:underline;display:block;}
.sidebar.ad-article .freespace ul li a:hover{text-decoration:none;}

/* トップ ====================================================*/
/* バナー */
.top-banner {
  margin: 20px 0;
  text-align: center;
}

/* 共通 */
.container {
  margin-bottom: 30px;
}
.content .pic {
  width: 300px;
  float: left;
}
.content .list {
  width: 355px;
  margin-left: 15px;
  float: right;
}
.more {
  text-align: right;
  font-weight: bold;
  font-size: 12px;
  font-size: 1.2rem;
}
.more a {
  color: #166434;
}

/* AD */
.ad {
  margin-bottom: 30px;
  font-size:13px;
}
.ad p {
  height:0px;
  margin: 5px 0;
  padding-bottom: 5px;
  /*border-bottom: 1px #aaa dotted;*/
  font-size: 12px;
}
.ad a{
  display:block;
  margin-bottom: 5px;
  font-size: 12px;
}

/* 新着 */
.news ul::after{content:"";display:block;clear:both;}
.news ul li a:hover{text-decoration:none;}
.news ul li {
float:left;
width:214px;
margin:0 14px 20px 0;
}
.news ul li:first-child{width:324px;margin-right:20px;}
.news ul li:nth-child(2){width:324px;}
.news ul li:nth-child(2),
.news ul li:nth-child(5),
.news ul li:nth-child(8),
.news ul li:last-child{margin-right:0;}
.news ul li:nth-child(3n){clear:left;}
.news ul li .rectangleicon{width:214px;margin-bottom:5px;position:relative;}
.news ul li:first-child .rectangleicon,
.news ul li:nth-child(2) .rectangleicon{width:324px;margin-bottom:5px;position:relative;}
.news ul li .new-title{display:block;font-weight:bold;color:#166434;font-size:16px;}
.news ul li .new-title:hover{text-decoration:underline;}
.news ul li .new-subtitle{font-size:13px;color:#909090;}

/* 特集 */
.feature .title {
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: bold;
  padding-top: 3px;
}
.feature .title a {
  color: #166434;
}
.feature .text {
  padding: 5px 0;
  color: #999;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}
.feature ul {
  margin-bottom: 10px;
}
.feature li{position:relative;padding-left:13px;margin-bottom:5px;}
.feature li::before{content:"";display:block;border-left:solid 5px #166434;border-top:solid 5px transparent;border-right:solid 5px transparent;border-bottom:solid 5px transparent;width:0;height:0;position:absolute;top:5px;left:0;}

/* 連載記事 */
.serial .box-link li {
  display: inline-block;
  vertical-align: top;
  width: 50%;
  margin: 5px 0;
}
.serial .box-link li .text {
  width: 250px;
  line-height: 1.2;
}
.serial .series {
  display: block;
  font-weight: bold;
  margin-bottom:4px;
}
.serial .box-link li .text .title {
font-size:1.2rem;
height:1.8rem;
}

/* コラム */
.column li {
  display: inline-block;
  vertical-align: top;
  width: 110px;
  margin: 10px;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.2;
}
.column li p {
  margin: 3px 0;
}

/* SNS */
.sns {
  margin-top: 50px;
}
.sns .widget {
  width: 49%;
  height: 400px;
}
.sns .facebook {
  float: left;
}
.sns .twitter {
  float: right;
  border: 1px #e9eaed solid;
}

/* 詳細 ======================================================*/
/* パンくず */
.breadcrumbs {
  margin-bottom: 15px;
}
.breadcrumbs li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
.breadcrumbs li:not(:last-child)::after {
  content: ">";
  display: inline-block;
  margin: 0 2px 0 8px;
  color: #936449;
}
.breadcrumbs li a {
  color: #936449;
}
.breadcrumbs li a:hover {
  text-decoration:none;
}

/* 記事 */
.post-date {
  width: 100px;
  text-align: right;
  position: relative;
  top: -32px;
  left: 570px;
  margin-bottom: -20px;
}

/* 見出し */
.article-header {
  border-bottom: 1px #aaa solid;
  width: 100%;
  display: table;
}

/*
.article-header .col-title,
.article-header .tags {
  display: table-cell;
}
.article-header .tags {
  width: 100%;
}
.article-header .col-title {
  vertical-align: bottom;
  white-space: nowrap;
  border: none;
}
.article-header .col-title::after {
  margin: 0;
  padding-bottom: 3px;
  border: none;
}
*/
/* 記事の見出し */
.article-col-title span {
    border-bottom: 3px solid #166434;
    display: inline-block;
    width: 370px;
    line-height:140%;
}
.article-col-title {
    color: #166434;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
}
.article-header .article-col-title::after {
    border: medium none;
    margin: 0;
    padding-bottom: 3px;
}
.article-col-title::after {
    padding-bottom: 3px;
}
.article-header .article-col-title {
    border: medium none;
    vertical-align: bottom;
}
.article-header .article-col-title, .article-header .tags {
    display: table-cell;
}
.article-col-title {
    color: #166434;
    font-size: 1.8rem;
    font-weight: bold;
    letter-spacing: 1px;
    margin-bottom: 15px;
}




.article-header .tags {
  display: table-cell;
}
.article-header .tags {
  width: 100%;
}
.tags {
  padding-left: 20px;
}
.tags li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.tags li a {
  color: #936449;
}
.tags li a:hover {
  text-decoration:none;
}

.article-header.ad-article .tags{display:block;text-align:right;padding-left:0;}

/* 記事の見出し */








.tags {
  padding-left: 20px;
}
.tags li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
}
.tags li a {
  color: #936449;
}
.tags li a:hover {
  text-decoration:none;
}







/* タイトル部分 */
.article-contents {
  /*width: 590px;*/
  width:100%;
  margin: 15px auto;
}
.article-contents .title {
  font-size: 26px;
  font-size: 2.6rem;
  font-weight: bold;
  line-height: 1.2;
}
.article-contents .subtitle {
  padding: 8px 0;
  font-size: 18px;
  font-size: 1.8rem;
  line-height: 1.2;
}
.article-contents .text {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  margin-bottom: 30px;
}
.article-contents .shozoku {
 display: block;
}
.article-contents .author-name {
 padding: 0 0 0 1em;
}

/* 広告記事用タイトル部分 */
.ad-title-parts{position:relative;}
.ad-title-parts .pr-badge{position:absolute;right:0;bottom:0;background:#909090;color:#fff;border-radius:4px;display:block;text-align:center;line-height:1;padding:5px 15px;}
.ad-title-parts .subtitle{padding-right:100px;}
/* 雑誌情報 */
.magazine-data {
  padding: 10px 30px;
  border: 1px #aaa solid;
}
.magazine-data img {
  float: left;
  width: 100px;
}
.magazine-data div {
  float: right;
  width: 420px;
  font-size: 12px;
  font-size: 1.2rem;
}
.magazine-data .title {
  font-size: 18px;
  font-size: 1.8rem;
}
.magazine-data .writer {
  font-size: 14px;
  font-size: 1.4rem;
  margin: 5px 0;
}
.magazine-data .detail {
  margin-top: 15px;
}

/* 著者情報 */
.writer-data {
  margin-top: 30px;
  padding: 15px 30px;
  border-top: 1px #166434 solid;
  border-bottom: 1px #166434 solid;
  margin-bottom: 26px;
}
.writer-data img {
  float: left;
}
.writer-data div {
  float: right;
  width: 420px;
}
.writer-data .name {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  margin-bottom: 10px;
}
.writer-data .text {
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* ツールボタン */
.sns-buttons {
  clear:both;
  border: 1px #aaa solid;
   padding: 2px 5px 1px;
}
.sns-buttons li {
  display: inline-block;
  margin: 0;
  position: relative;
  margin-right:4px;
}
.sns-buttons .fb-share {
  top: -4px;
}
.sns-buttons .facebook {
  top: -4px;
}
.sns-buttons .twitter {
  top: 2px;
}
.sns-buttons .in {
  top: 5px;
}
.sns-buttons .google {
  top: 2px;
  margin-right:-30px;
}
.sns-buttons .mail {
  top: -5px;
}
.sns-buttons .printer {
  top: -5px;
  margin-right:0px;
}
.sns-buttons .mail:hover,
.sns-buttons .printer:hover {
  opacity: .5;
}
.sns-buttons .mail a {
  border: 1px #aaa solid;
  border-radius: 2px;
  padding: 1px 10px;
  background: #f8f8f8;
  color: #936449;
  font-size: 10px;
  font-size: 1rem;
  font-weight: bold;
}

/* 記事本文 */
.article-body {
  border-left: 1px #aaa solid;
  border-right: 1px #fff solid;
  padding: 20px 39px;
  /*
  border:none;
  padding: 20px 5px;
  */
  text-align:justify;
}

/* カテゴリー連動バナー */
.category-banner {
  clear:both;
  margin: 30px 0;
}

/* 次のページへ */
#next-page {
  font-size: 16px;
  font-size: 1.6rem;
  text-align: center;
}
#next-page .next {
  background: #166434;
  color: #fff;
  padding: 2px 10px;
  margin-right: 5px;
}
#next-page span:not(.next) {
  color: #936449;
  text-decoration: underline;
}
#next-page:hover span:not(.next) {
  text-decoration:none;
}
#next-page img {
  height: 16px;
  vertical-align: middle;
  margin: -3px 0 0 5px;
}
a[href^="?page="]:hover {
  text-decoration: none;
}

/* ページネーション */
.pagination {
  clear:both;
  margin: 50px 0;
  text-align: center;
  height: 38px;
  font-size: 16px;
  font-size: 1.6rem;
}
.pagination .prev a,
.pagination .next a {
  display: inline-block;
  height: 100%;
  vertical-align: middle;
  margin: -2px 20px 0;
  color: transparent;
}
.pagination .prev a {
  background: url(/common/rtc/images/v1/common/pager-arrow-prev.png) no-repeat center center;
}
.pagination .next a {
  background: url(/common/rtc/images/v1/common/pager-arrow-next.png) no-repeat center center;
}
.pagination .prev a:hover,
.pagination .next a:hover {
  opacity: .5;
}
.pagination .number {
  display: inline-block;
  margin: 0 5px;
}
.pagination .number a {
  border: 1px #166434 solid;
  background: #166434;
  color: #fff;
  padding: 8px 15px;
}
.pagination .number.current,
.pagination .number a:hover {
  border: 1px #166434 solid;
  background: #fff;
  color: #166434;
  padding: 8px 15px;
}

/* キーワード */
.keyword {
  margin: 20px 0;
  text-align: center;
}
.keyword li {
  display: inline-block;
  margin: 0 5px;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.keyword li:first-child {
  font-weight: bold;
  color: #166434;
}
.keyword li a {
  color: #936449;
}
.keyword li a:hover {
  text-decoration:none;
}

/* バックナンバー */
.backnumber {
  margin: 40px 0;
}
.backnumber ul li {
  padding: 4px 0;
  border-bottom: 1px #888 dotted;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.4;
}
.backnumber ul li a {
  display: block;
}
.backnumber ul li.here {
  color: #ccc;
}
.backnumber .more {
  margin: 5px 0;
}

/* 関連記事 */
.related {
  margin: 40px 0;
}
.related ul {
  margin: 0 -10px;
}
.related ul li {
  display: inline-block;
  vertical-align: top;
  width: 208px;
  margin: 9px;
}
.related ul li p {
  padding: 5px 0;
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.3;
}

/* 記事一覧タイトル部分 */
.genrelist-contents {
  margin: 20px 0 0 0;
}
.genrelist-contents .title {
  font-size: 18px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}

.genrelist-contents .sub {
  width: 210px;
  font-size: 17px;
  font-size: 1.7rem;
  line-height: 1.4;
  padding-top: 5px;
}

.genrelist-contents .text {
  color: #888;
  font-size: 12px;
  font-size: 1.2rem;
  line-height: 1.4;
}

/* 記事一覧本文 */
.genrelist-body {
  /*border-left: 1px #aaa solid;*/
}
.genrelist-body p {
  margin: 0 0 10px;
  line-height: 1.8;
  font-size: 28px;
  font-size: 1.75rem;
}

.genrelist-contents .contents-right {
  float: right;
  width: 370px;
  height: 2.1;
}

.genrelist-contents .genrelist-top {
  margin-bottom: 15px;
}

.genrelist-contents .date {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.genrelist ul {
  margin: 0 -13px;
  font-size: 0;
}

.genrelist ul li {
  display: inline-block;
  vertical-align: top;
  width: 206px;
  margin: 0 13px;
}

.genrelist ul li a:hover {
  text-decoration: none;
}
.genrelist ul li a:hover .title {
  text-decoration: underline;
}

.genrelist ul li:nth-child(3n+1) {
  clear: both;
}


/* 検索一覧見出し */
.searchlist-header {
  border-bottom: 1px #aaa solid;
}

.searchlist-header .col-title {
  border: none;
  margin-bottom: 0;
  font-size: 28px;
  font-size: 2.8rem;
  line-height: 1.2;
  display: inline-block;
}

.searchlist-header .text {
  color: #166434;
  font-size: 18px;
  font-size: 1.8rem;
  display: inline-block;
  padding-left: 20px;
  font-weight:normal;
  border:none;
}

/* 検索一覧 */
.searchlist-contents {
  margin: 20px 40px 20px 40px;
}

.searchlist-body {
  border-left: 1px #aaa solid;
}

.searchlist ul li {
  display: block;
  border-bottom: 1px dotted;
  padding: 20px 0px;
}

.searchlist .seriesname {
  font-size: 14px;
  font-size: 1.4rem;
}

.searchlist .article-info {
  overflow: hidden;
  padding-left: 20px;
}

.searchlist .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.5;
}

.searchlist .text {
  font-size: 11px;
  font-size: 1.1rem;
}

.searchlist .date {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 9px;
}

.searchlist a:hover {
  text-decoration: none;
}

.searchlist a:hover .title {
  text-decoration: underline;
}

/* 検索一覧検索ボックス */
.searchlist-box {
  margin: 50px 0px 20px 0px;
  padding: 0 5px;
  background: #eee;
}

.searchlist-box input {
  border: none;
}
.searchlist-box input {
  outline: none;
}
.searchlist-box input[type="text"] {
  background: none;
  margin-right: 5px;
  padding: 3px;
  width: calc(100% - 35px);
  box-sizing: border-box;
  font-size: 20px;
  font-size: 2rem;
}
.searchlist-box input[type="submit"] {
  padding: 0;
  width: 24px;
  height: 24px;
  background: url(/common/rtc/images/v1/common/icon-search-24.png) no-repeat center center;
  vertical-align: text-bottom;
  cursor: pointer;
}

/* カテゴリ一覧 */
.categorylist-header {
  border-bottom: 1px #aaa solid;
}

.categorylist-header .col-title {
  float: left;
  border: none;
  margin-bottom: 0;
  display: inline-block;
}

.categorylist-header .col-title::after {
  display: none;
}

.categorylist-body {
  border-left: 1px #aaa solid;
}

.categorylist-contents {
  margin: 0 40px 20px 40px;
}

.categorylist-top .title {
  color: #166434;
  font-size: 20px;
  font-size: 2.0rem;
  font-weight: bold;
  padding-bottom: 10px;
}

.categorylist-top .summary {
  font-size: 12px;
  font-size: 1.6rem;
  line-height:180%;
  padding-bottom: 10px;
}

.categorylist-top .img {
  text-align: center;
}

.categorylist ul li {
  display: block;
  padding: 20px 0px;
}

.categorylist a:hover {
  text-decoration: none;
}

.categorylist a:hover .title {
  text-decoration: underline;
}

.categorylist .article-info {
  overflow: hidden;
  padding-left: 20px;
}

.categorylist .article-info .cate-caption{
  color:#166434;
  font-weight:bold;
}

.categorylist .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding: 5px 0;
  line-height: 1.4;
}

.categorylist .text {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
}

.categorylist .date {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
  padding-top: 9px;
}

.categorylist-special .archive {
  display: inline-block;
  float: right;
}

.categorylist-special .archive a {
  color: #166434;
  font-size: 14px;
  font-size: 1.4rem;
  font-weight: bold;
  text-decoration: underline;
}

/* 特集一覧 */
.speciallist-body {
  border-left: 1px #aaa solid;
}

.speciallist-contents {
  margin: 20px 40px 20px 40px;
}

.speciallist {
  display: table;
  margin-bottom: 30px;
}

.speciallist:nth-child(2n+1) {
  clear:both;
  float:left;
}

.speciallist .special {
  width: 284px;
  display: table-cell;
  position: relative;
  padding-bottom: 30px;
}

.speciallist li.special:nth-child(2n+1) {
  padding-right: 20px;
}

.speciallist .special .title {
  color: #166434;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
  line-height: 1.4;
  margin: 10px 0;
}

.speciallist .special .text {
  display: none;
}

.speciallist .special .more {
  margin-top: 5px;
  position: absolute;
  right: 20px;
  bottom: 0;
}

.speciallist li.special:nth-child(2n) .more {
  right: 0;
}

.speciallist .special ul li {
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.2;
  background-position: top 6px left;
}

/* リンク集 */

.linklist-body {
  border-left: 1px #aaa solid;
}
.linklist-body p {
  margin: 0 0 5px;
  line-height: 1.8;
  font-size: 28px;
  font-size: 1.75rem;
}

.linklist-contents {
  margin: 20px 40px 20px 40px;
}

.linklist ul li a:hover {
  text-decoration: none;
}
.linklist .title:hover {
  text-decoration: underline;
}

.linklist .title {
  font-size: 16px;
  font-size: 1.6rem;
  font-weight: bold;
  padding-top: 5px;
  line-height: 1.4;
}

.linklist .text {
  font-size: 11px;
  font-size: 1.1rem;
  line-height: 1.4;
  padding: 1px 0;
}
.linklist-header {
  border-bottom: 1px #aaa solid;
}

.linklist-header .col-title {
  display: inline-block;
  margin-bottom: -1px;
}

.linklist-header .col-title::after {
  margin: 0;
  padding-bottom: 3px;
  border: none;
}

.link-tags {
  margin-top:15px;
}

.link-tags .btn {
  color: #166434;
  padding: 3px 15px;
  margin-right: 10px;
  text-align: center;
  font-size: 13px;
  font-size: 1.3rem;
  font-weight: bold;
  border: 1px dotted;
  line-height: 2.8;
}

.link-tags .btn:hover {
  background: #166434;
  color: #fff;
}

.linklist .col-title {
  font-size: 20px;
  font-size: 2rem;
  line-height: 1.5;
  display: block;
  border-bottom: none;
}

.linklist .col-title::after {
  margin: 0;
  padding-bottom: 3px;
  border-bottom: 1px #166434  solid;
}

.linklist ul {
  margin-bottom: 35px;
}

.linklist .mark-arrow li {
  padding: 0px 0px 0px 17px;
  background-position: top 9px left;

}

.linklist  div {
  margin-left: 30px;
  border-bottom: 1px dotted;
}

.linklistbutton span {
  white-space: nowrap;
}

/* クロスブラウザ ============================================*/
/* For Firefox */
@-moz-document url-prefix() {
  .col-title::after {
    padding-bottom: 3px;
  }
  .sns-buttons .in {
    top: 2px;
  }
}



/* udocの静的ページ ============================================*/
/* backnumber_top */
.article-body.static{
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}


.pdf-main{
clear:both;
}
.pdf-main .about{
padding:40px 0px;
}
.pdf-main .about p{
    font-size: 1.6rem;
    line-height: 1.4;
    text-align:center;
    font-weight:bold;
}
.pdf-main .about div{
    font-size: 1.4rem;
    line-height: 1.6;
    text-align:center;
}

/* ログイン */
#login{
border:1px solid #166434;
padding:20px;
margin-top:30px;
margin-bottom:30px;
}
#login .title{
    font-size:2rem;
    line-height:2;
    font-weight:bold;
    margin-bottom:10px;
    color:#166434;
}
#login .notice{
    color:#b22222;
    font-weight:bold;
}
#login p{
    font-size: 1.4rem;
    line-height: 1.6;
    margin-bottom:24px;
}
#login #login-form{
width:410px;
margin:36px auto 20px;
}
#login #login-form li{
margin-bottom:10px;
}
#login #login-form li label{
    font-size: 1.4rem;
    line-height: 1.6;
    font-weight:bold;
    cursor:pointer;
}
#login #login-form li input{
    padding: 5px;
    width: 240px;
    background: #eee;
    border:none;
    margin-left:10px;
}
#login #login-form li:last-child label{
    width: 160px;
}
#login #login-form li:last-child input:first-child{
    width: 16px;
    margin-top: 9px;
    margin-left: 0;
}
#login #login-form li:last-child input{
    padding: 5px;
    width: 120px;
    background-color: #166434;
    border:none;
    margin-left:36px;
    color:#fff;
    cursor:pointer;
}
#login #login-form li:last-child input:hover{opacity:0.7;}

/* pdf-list */
.pdf-list{
clear:both;
margin: 40px 0;
}
.pdf-list ul{
clear:both;
}
.pdf-list ul li{
width:180px;
float:left;
margin-right:24px;
margin-bottom: 40px;
}
.pdf-list ul li:nth-child(3n){
margin-right:0px;
}
.pdf-list ul li:nth-child(3n+1){
clear:left;
}
.pdf-list ul li .image{
width:180px;
height:auto;
background-color:#ccc;
margin-bottom:8px;
}
.pdf-list ul li .image img{
width:100%;
}
.pdf-list ul li .image img:hover{
opacity:0.7;
}
.pdf-list ul li .title{
    font-size: 1.3rem;
    line-height:1.3;
    font-weight:bold;
    text-align: center;
    margin-bottom:8px;
}

.pdf-list ul li .info{
}
.pdf-list ul li .info a{
text-decoration:none;
}
.pdf-list ul li .info span{
    background-color: #166434;
    color: #fff;
    display: block;
    float:none;
    margin:auto;
    font-size: 1.3rem;
    padding: 10px 2px;
    text-align: center;
    width: 79px;
    border:1px solid #166434;
}
.pdf-list ul li .info span:nth-child(2){
margin-right:0px;
}
.pdf-list ul li .info a span:hover{
  background-color: #fff;
  color: #166434;
  border:1px solid #166434;}
.pdf-list ul li .info a span:hover{
  background-color: #fff;
  color: #166434;
  border:1px solid #166434;}

.pdf-list ul li .info > span{
  opacity:0.5;
}
.pdf-list ul li .info > span:hover{
  background-color: #166434;
}

.pdf-main .pagination{
clear:both;
}





/* udocの静的ページ ============================================*/
/* backnumber_top */
.article-body.backnumber .magazine-title{
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 180%;
    margin-bottom: 0.4rem;
    color: #166434;
}


/* udocの静的ページ ============================================*/
/* udoc-event(event_top) */
.article-header.event-header{
border:none;
}
.article-header.event-header .col-title{
margin-bottom:0px;
}

.article-body.event{}
.article-body.event ul .event-block{
margin-bottom:46px;
color:#444444;
}
.article-body.event ul .event-block a{
text-decoration:none;
color:#444444;
}
.article-body.event ul .event-block a:hover{

}
.article-body.event ul .event-block .event-title{
padding-bottom:6px;
margin-bottom:10px;
border-bottom: 1px solid #166434;
}
.article-body.event ul .event-block .event-title .title{
    font-size: 2rem;
    line-height: 1.3;
    font-weight:bold;
    vertical-align: bottom;
}
.article-body.event ul .event-block a:hover .event-title .title{
    text-decoration:underline;
    vertical-align: bottom;
}
.article-body.event ul .event-block .event-title .recommend{
background-color:#d34223;
color:#fff;
display:inline-block;
font-size:11px;
line-height:14px;
padding:6px 6px;
position:relative;
margin-bottom:2px;
margin-right:16px;
}
.article-body.event ul .event-block .event-title .recommend:before
{
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-left: 10px solid #d34223;
    border-top: 13px solid transparent;
    border-bottom: 13px solid transparent;
    position:absolute;
    top:0px;
    right:-10px;
}
.article-body.event ul .event-block ul li{
    margin-bottom:4px;
}
.article-body.event ul .event-block ul li .head{
    font-weight:bold;
    margin-right:4px;
}

.article-body.event ul .event-block ul li .place{
    font-size: 1.6rem;
    line-height: 1.3;
}
.article-body.event ul .event-block ul li .date{
    margin-right:10px;
}

.article-body.migration.event table img{
min-width:100px!important;
}



/* 静的ページ ============================================*/
/* about us */
.article-body.static-info {
    border-right: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

.col-title.static-info {
margin-bottom:0px;
}


/* site map */
.sitemap{
margin-left:20px;
}
.sitemap ul{
margin-bottom:20px;
font-size:1.6rem;
line-height:2.6rem;
}

.sitemap ul:last-child{
margin-top:40px;
margin-bottom:0px;
font-size:1.4rem;
line-height:1.8rem;
}
.sitemap ul li {
    background:url("/common/rtc/images/v1/common/icon-arrow-right.png") no-repeat scroll left top 10px;
    padding: 5px 0 5px 30px;
}



/* プリントページ ============================================*/

.print-page header .print-header{
border-top:3px solid #166434;
padding:10px;
}

.print-page header .print-btn{
text-align:right;
padding:10px;
}

.print-page .container-wrap{
width:100%;
}
.print-page .container-wrap{
width:auto;
padding:0 10px;
}

.print-page .post-date {
    left: 0px;
    margin-bottom: 0px;
    position: static;
    text-align: right;
    top: 0;
    width: auto;
}
.print-page .container-wrap .main{
width:100%;
float:none;
     padding-bottom: 50px;
}

.print-page .article-body {
    border:none;
    padding: 16px 16px;
    text-align: justify;
}

.print-page .article-body .boxed-article{
background:none;
}
.print-page .article-body table{
width:auto!important;
}

.print-page footer{
    border-top: 1px solid #ccc;
    text-align: center;
    clear:both;
    border-bottom:3px solid #166434;
    padding:20px;
    margin-top: 50px;
}

.print-page footer .print-header{
}

.print-page footer .credit{
margin-top:10px;
font-size:0.9rem;
line-height:1.4rem;
color:#707070;
}

/* -- 投票機能 -- */
#voteform,#voteconfirm-wrapper{
display:block;
margin-bottom:20px;
padding:10px;
line-height:1.8em;
}
#voteform{
border:2px dotted #ccc;
background-color:#f0f0f0;
}
.vote .question{
clear:both;
margin-bottom:20px;
}
.vote .question strong{
display:block;
margin-bottom:20px;
}
.vote .question strong span{
display:inline-block;
float:left;
border:1px solid #166434;
background-color:#fff;
margin-right:1em;
padding:3px 5px;
}
.vote .question strong span.q-text{
display:inline-block;
cloear:none;
float:left;
width:230px;
margin:0px;
padding:0px;
border:none;
}
.vote .question label{
margin-left:1em;
cursor:pointer;
clear:none;
float:left;
}
.vote .question .votecheck{
font-weight:bold;
color:#cc3333;
}
.vote .vote-btn{
margin:20px auto;
text-align:center;
}
.vote .vote-btn input{
border-radius:10px;
padding:10px 30px;
cursor:pointer;
color:#fff;
background-color:#166434;
}
.vote vote-btn input:hover{
opacity:0.8;
}
.vote .back{
text-align:center;
text-decoration:underline;
}
.vote .back:hover{
cursor:pointer;
}
.vote .chart{
clear:both;
float:left;
width:300px;
margin:0px;
padding:0px;
}
.vote ul.option{
float:right;
width:270px;
margin-top:20px;
}
.vote ul.option li{
clear:both;
padding:5px 0px;
border-bottom:1px dotted #aaa;
list-style:none;
line-break: strict;
}
.vote ul.option li div{
width:250px;
float:right;
}
.vote .link{
display:block;
text-align:center;
}



/* 雑誌のバックナンバー一覧 ============================================*/
/* -- プルダウンメニュー -- */
.categorylist-body .select-magazine{
   padding: 20px 0 20px 40px;
}

.categorylist-body .select-magazine .title{
    color: #166434;
    font-size: 1.6rem;
    font-weight: bold;
    margin-bottom: 4px;
}

.categorylist-body .select-magazine .volume{
    background-color: #eee;
    border: medium none;
    font-size: 1.6rem;
    padding: 4px;
    width: 100%;
}
.categorylist-body .select-magazine .volume option{
    padding: 4px 6px;
}




/* pickup一覧本文 */
.pickup-body {

}
.pickup-body p {
  margin: 0 0 10px;
  line-height: 1.8;
  font-size: 28px;
  font-size: 1.75rem;
}

.pickup-contents .contents-right {
  float: right;
  width: 370px;
  height: 2.1;
}

.pickup-contents .pickuplist-top {
  margin-bottom: 15px;
}

.pickup-contents .date {
  text-align: right;
  font-size: 12px;
  font-size: 1.2rem;
}

.pickuplist ul {
  /* margin: 0 -13px; */
  font-size: 0;
}

.pickuplist ul li {
  display: inline-block;
  vertical-align: top;
  width: 156px;
  /* margin: 0 13px; */
  margin-right:15px;
  margin-bottom: 24px;
}

.pickuplist ul li a:hover {
  text-decoration: none;
}
.pickuplist ul li a:hover .title {
  text-decoration: underline;
}

.pickuplist ul li:nth-child(4n) {
  margin-right:0px;
}
.pickuplist ul li:nth-child(4n+1) {
  clear: both;
}

.pickup-contents .sub {
    font-size: 1.4rem;
    line-height: 1.4;
    width: 146px;
}
.pickup-contents .title {
    border-left: 2px solid #166434;
    font-weight: bold;
    margin-top: 6px;
    padding: 2px 0 2px 8px;
    height:38px;
}

.pickuplist .rectangleicon {
    width: 156px;
}

.pickup-contents li.pr .title{position:relative;}
.pickup-contents li.pr .pr{position:absolute;right:0;bottom:0;background:#ed8077;color:#fff;font-size:11px;text-align:center;padding:1px 5px;display:block;border-radius:2px;}
