@charset "UTF-8";
* {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 1em;
}

html, body {
  height: 100%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic ProN W6", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

img, table, tr, td, th, div, p, ul, li, dl, dt, form, input, h1, h2, h3, h4, h5, h6 {
  max-width: 100%;
}

article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

ol, ul {
  list-style: none;
}

:focus {
  outline: 0;
}

strong {
  font-weight: normal;
}

ins {
  text-decoration: none;
}

del {
  text-decoration: line-through;
}

img {
  border: none;
}

a {
  color: #0265cb;
}

a:visited {
  color: #93C;
}

cite {
  font-size: 80%;
  color: #666;
  font-style: normal;
  display: block;
}

cite a {
  text-decoration: none;
}

cite li {
  margin-bottom: 15px;
}

cite a:link {
  color: #999;
}

/*141205追加---- */
p {
  line-height: 1.8em;
}

/*152020 */
blockquote, q {
  quotes: none;
}

blockquote {
  display: block;
  background-color: #F7F7F7;
  padding: 3em 1em;
  margin: 1em 0;
  position: relative;
}

blockquote:before {
  content: url("//masa-ka.net/pascase/images/css/blockquote-top.png");
  position: absolute;
  left: 5px;
  top: 10px;
}

blockquote:after {
  content: url("//masa-ka.net/pascase/images/css/blockquote-bottom.png");
  position: absolute;
  right: 5px;
  bottom: 10px;
}

.indent_b blockquote p {
  margin-bottom: 20px;
}

blockquote strong {
  font-weight: bold;
}

.indent_b blockquote {
  position: relative;
  margin: 2em 0;
  padding: 2.5em 2.5em 2.5em 4.2em;
  font-size: .9em;
  background: #e6e6e6;
}

.indent_b blockquote:before {
  position: absolute;
  top: 0px;
  left: 10px;
  content: '“';
  font-size: 6em;
  color: #FFF;
  font-family: "ＭＳ Ｐゴシック",sans-serif;
}

.font_bold {
  font-weight: bold;
}

.border_none {
  border: none !important;
}

/*****************不要なタグ非表示*************** */
div#fb-roo, div#ShareSidebar, div.author_top {
  display: none;
}

#top_banner, #rss, #int_order {
  display: none;
}

#contents .tururi_box, #contents .tururi_box2 {
  display: none;
}

div#mokuji, .mokuji_cts {
  border: solid 1px #ccc;
  margin: 20px 0 20px 0;
  padding: 10px;
}

div#mokuji li, .mokuji_cts li {
  margin-bottom: 25px;
}

.twitter-timeline, .sidebox #adimg, .p_ichiran, .smart_none {
  display: none;
}

/*****************基本レイアウト*************** */
body {
  color: #333;
  line-height: 1.35;
  -webkit-text-size-adjust: none;
}

#wrapper, head {
  width: 100%;
}

/*****************ヘッダー*************** */
#head {
  border-top: 7px solid #F9AE31;
  width: 95%;
  padding-left: .5em;
}

#head .left {
  /* width: 40%; */
  width: calc(100% - 115px);
  padding: 5px 0 1em 0;
}

#head .left img.smart_title {
  display: block;
  width: 100%;
  height: auto;
  max-width: 100%;
}

#head .right {
  /* width: 60%; */
  width: 115px;
  padding: 15px 0 1em 0;
}

#head .right #member_btn {
  float: right;
  display: table;
  margin: 0;
  border-collapse: separate;
  border-spacing: 5px 0;
}

#head .right .controll {
  display: table-cell;
  color: #fff;
  font-size: 11px;
  text-decoration: none;
  height: 40px;
  min-width: 40px;
  width: 40px;
  text-align: center;
  vertical-align: middle;
  padding: 5px;
}

#head .right .login {
  background-color: #6FB230;
}

#head .right .signup {
  background-color: #EB6100;
}

#head .right .logout {
  background-color: #6FB230;
}

#head .right .mypage {
  background-color: #EB6100;
}

/*****************コンテンツ*************** */
#container {
  padding: 0 10px;
}

#container * {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#contents {
  padding: 1em 0 0 0;
}

#contents h1 {
  font-size: 20px;
}

#contents h1#cattitle {
  margin: 0;
  margin-bottom: 20px;
  padding: 9px 6px 8px 10px;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  display: block;
  border: solid 1px #bebebe;
  background-color: #F2F3F3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDB5), to(#FFEDB5));
  background: linear-gradient(#FFEDB5, #FFEDB5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  z-index: 1;
}

/*見出し */
#bodyEnt #container #contents h1 {
/*
  margin: 0;
  margin-bottom: 20px;
  padding: 9px 6px 8px 10px;
  font-size: 18px;
  font-weight: bold;
  height: 100%;
  display: block;
  border: solid 1px #bebebe;
  background-color: #F2F3F3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDB5), to(#FFEDB5));
  background: linear-gradient(#FFEDB5, #FFEDB5);
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: relative;
  z-index: 1;
  */
}

.ttl_important {
  margin: 0;
  margin-bottom: 20px;
  padding: 9px 6px 8px 10px;
  font-size: 21px;
  font-weight: bold;
  height: 100%;
  display: block;
  border-top: solid 1px #bebebe;
  border-bottom: solid 1px #bebebe;
  background-color: #F2F3F3;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDB5), to(#FFEDB5));
  background: linear-gradient(#FFEDB5, #FFEDB5);
  z-index: 1;
}

/********フォントサイズと影を変更*********** */
#contents h3:not(.normal_ttl), .ttl_section {
  margin: 10px 0 0 0;
  padding: 12px 8px 8px 15px;
  font-size: 18px;
  /*font-weight: normal; */
  display: block;
  min-width: 85%;
  border-bottom: solid 1px #bebebe;
  border-top: solid 1px #bebebe;
  background-color: #F2F3F3;
}

#contents h3:after {
  content: "";
  display: block;
  position: absolute;
  top: 9px;
  left: 13px;
  border-left: 6px solid #FF6D10;
  border-radius: 3px;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  padding-bottom: 0px;
  min-height: 60%;
  z-index: 10;
}

#contents h4:not(.reviews_cts_ttl):not(.reviews_tbl_heading):not(.normal_ttl) {
  font-size: 16px;
  font-weight: bold;
  margin: 20px 0 10px 0;
}

/**********▼トップページ▼********** */
#index #contents #main_img h1 {
  display: inline-block;
  width: 100%;
  border: none;
  margin: 0;
  padding: 0;
}

#index #contents #main_img h1 img {
  width: 100%;
}

#index #contents #main_img p {
  font-size: .9em;
}

/*トップページ共通 */
#contents .entry {
  position: relative;
  padding-top: 70px;
}

#contents .entry a {
  text-decoration: none;
  color: #333;
  display: block;
  padding: 10px;
  margin-bottom: 3px;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border: solid 5px #fff;
  color: #333;
  border: solid 5px #F0EBE8;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
  font-weight: normal;
}

#contents .entry a:link, #contents .entry a:visited, #contents .entry a:active {
  color: #333;
}

#contents .entry a:hover {
  background-color: #F6F6F6;
}

#contents .entry a h3 {
  background-color: transparent;
}

#contents .entry h3 {
  font-size: 18px;
  border: none;
  margin: 0;
  padding: 0 0 5px 0;
}

#contents .entry h2 img {
  float: left;
  margin-right: 10px;
  margin-left: 10px;
  width: 90px;
  border: solid 1px #ccc;
}

#contents .entry hr {
  border-top: solid 1px #ccc;
  margin-top: 5px;
  clear: both;
}

#contents .entry header hr {
  margin-top: 10px;
}

#contents .entry p.headline {
  margin: 10px 0 0 0;
  padding: 8px 0px 8px 15px;
  display: block;
  width: 95%;
  width: calc(100% - 20px);
  border: solid 1px #bebebe;
  background-color: #F2F3F3;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
}

#contents .ranking img.eyecatch {
  float: left;
  margin-right: 10px;
}

#contents .entry .summary {
  padding: 5px;
}

#contents .entry article {
  padding: 5px 0 20px 0;
  margin-top: 5px;
  clear: left;
}

#contents .ranking {
  padding-top: 0;
}

#contents .ranking hr {
  border-top: solid 1px #ccc;
  margin-top: 5px;
  clear: both;
}

#contents .ranking header hr {
  margin-top: 10px;
}

#contents .ranking h3 {
  font-size: 18px;
  border: none;
  margin: 0;
  padding: 0 0 5px 0;
  font-weight: normal;
  min-width: auto;
  background-color: transparent;
  background: none;
  border-radius: 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: relative;
  z-index: 1;
}

#contents h3:after {
  display: none;
}

/*トップのランキング */
.ttl_section:after {
  display: none;
}

#contents .ranking article {
  text-align: center;
  padding: 5px 0 20px 0;
  margin-top: 5px;
  clear: left;
}

#contents .ranking img.rank1 {
  width: 80px;
}

#contents .ranking img.rank2 {
  width: 60px;
}

#contents .ranking img.rank3, #contents .ranking img.rank4, #contents .ranking img.rank5 {
  width: 45px;
}

#contents .ranking ul {
  margin: 20px 0 20px 8px;
  clear: left;
}

#contents .ranking ul li {
  display: inline-block;
}

#contents .ranking ul li span {
  margin-left: 10px;
}

#contents .ranking .summary {
  text-align: left;
}

#contents .ranking .review {
  text-align: left;
  background-color: #F6F6F6;
  border: solid 5px #F6F6F6;
  margin-top: 10px;
}

#contents .ranking .review:hover {
  border: solid 5px #F0EBE8;
}

#contents .ranking .comment {
  background-color: #fff;
  border: solid 3px #C8EBF9;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 10px 10px 10px;
}

#contents .ranking .review img {
  float: left;
  margin-right: 20px;
  margin-left: 10px;
}

#contents .ranking .review .commenter {
  margin: 0;
  padding: 0;
  color: #399;
}

#contents .ranking.review .commenter .good {
  font-size: 18px;
  color: #FF0000;
  padding-left: 10px;
}

/*口コミ */
/*ランキングの口コミ部分のリアコミ対応 */
#container #contents .ranking a.review {
  display: block;
}

#container #contents .ranking a.review img {
  margin: 0;
  float: none;
  width: 100%;
}

/*サブページ専用 */
#bodyCat #contents .ranking h3 {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
  margin: 0;
  padding: 0;
  display: inline;
  font-size: 18px;
  font-weight: bold;
  line-height: 18px;
}

#bodyCat #contents .ranking h3:after {
  background: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

#bodyCat #contents .ranking .summary p {
  margin: 0;
  padding: 0;
}

#bodyCat #contents .ranking .column1, #bodyCat #contents .ranking .column2 {
  text-align: center;
  margin-bottom: 20px;
}

/*口コミを見る */
#contents .ranking .rank_summary {
  font-size: 16px;
  color: #999;
  text-align: center;
  padding: 5px;
  background-color: #f0f0f0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-right: 3px;
  display: inline-block;
  width: 80%;
  cursor: pointer;
  margin: 5px 0 0 0;
}

#contents .ranking .rank_summary:hover {
  color: #333;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

#contents .ranking .rank_shousai a {
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
}

/*記事紹介部分 */
#index #contents .popular {
  text-align: center;
}

#index #contents .popular header {
  text-align: left;
}

#index #contents .popular .left, #index #contents .popular .right {
  float: none;
}

#index #contents .popular article {
  text-align: left;
}

#index #contents .popular .column2 {
  /*width:310px; */
  padding-bottom: 5px;
}

#index #contents .popular .column2 .thumb {
  width: 75px;
  height: 75px;
  overflow: hidden;
  float: left;
  margin-right: 10px;
  border: solid 1px #ccc;
}

#index #contents .popular .column2 .thumb img {
  height: 75px;
  min-width: 75px;
}

#index #contents .popular .pop_summary {
  font-size: 16px;
  color: #999;
  text-align: center;
  padding: 5px;
  background-color: #f0f0f0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  margin-right: 3px;
  display: inline-block;
  width: 80%;
  cursor: pointer;
  margin: 5px 0;
  clear: both;
}

#index #contents .popular .pop_summary:hover {
  color: #333;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

#index #main_img {
  /*margin-top: 50px; */
}

#index #main_img img {
  /*display: none; */
}

#index #oiwaiappr p.headline {
  margin: 0;
  padding: 0;
  line-height: 1em;
  font-size: 16px;
  border-top: solid 1px #bebebe;
  border-bottom: solid 1px #bebebe;
  width: 100%;
  display: block;
  min-height: 50px;
  background: -webkit-gradient(linear, left top, left bottom, from(#FFEDB5), to(#FFEDB5));
  background: linear-gradient(#FFEDB5, #FFEDB5);
  position: relative;
}

#index #oiwaiappr p.headline img {
  position: absolute;
  top: 10px;
  left: 10px;
}

#index #oiwaiappr p.headline span {
  display: block;
  padding-left: 50px;
  padding-top: 10px;
}

#index #oiwaiappr ul {
  display: block;
}

#index #oiwaiappr ul li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #ccc;
  clear: both;
}

#index #oiwaiappr ul li a {
  display: block;
  background: url("//masa-ka.net/pascase/images/css/rectangle_b.png") no-repeat 280px center;
  color: #333;
  text-decoration: none;
  max-height: 120px;
  overflow: hidden;
  padding: 10px 10px;
}

#index #oiwaiappr ul li a:hover {
  background: url("//masa-ka.net/pascase/images/css/rectangle_w.png") no-repeat 280px center #aaa;
  color: #fff;
}

#index #oiwaiappr ul li img {
  border: solid 1px #ccc;
  float: left;
  margin-right: 10px;
  width: 90px;
}

#index #oiwaiappr ul li a span.price {
  display: table-cell;
  vertical-align: top;
  float: left;
  color: #E4007F;
  margin-right: 10px;
}

#index #oiwaiappr ul li a span.sapp {
  display: inline-block;
  width: 90px;
  font-size: 12px;
  line-height: 1.2em;
}

#index #oiwaiappr .ichiran {
  text-align: right;
  clear: both;
  border-bottom: solid 1px #ccc;
  margin-bottom: 10px;
}

#index #oiwaiappr .ichiran a {
  display: block;
  color: #0066CC;
  text-decoration: none;
  padding: 10px 10px 20px 10px;
}

#index header {
  border: none;
}

#index #container #contents .ranking header h2 {
  margin: 0;
  padding: 0;
}

#index #contents .howto h2.headline {
  margin: 10px 0 0 0;
  padding: 8px 0px 8px 15px;
  display: block;
  width: 95%;
  width: calc(100% - 20px);
  border: solid 1px #bebebe;
  background-color: #F2F3F3;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  position: absolute;
  top: 0;
}

#index #contents .howto .column1 img {
  width: 90px;
  border: solid 1px #ccc;
  float: left;
  margin-right: 10px;
}

#index #contents .s_interview img {
  width: 90px;
  border: solid 1px #ccc;
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}

#index #contents .recommend .column1 img {
  width: 90px;
  min-height: 90px;
  border: solid 1px #ccc;
  float: left;
  margin-right: 10px;
}

#index #contents .recommend .column1 .red {
  padding-bottom: 10px;
}

/*続きを読む */
/*おすすめ記事など(見出しが普通なもの) */
/*トップのアピール画像※お祝い金表示後に有効にする */
/*トップお祝い金ボックス */
/*トップお祝い金アピール企業 */
/*トップ見出しなどの修正 */
/*トップhowto部分の修正 */
/*インタビュー部分の修正 */
/*超初心者コンテンツ */
/**********▼カテゴページ▼********** */
#bodyCat #container #contents {
  clear: both;
  padding-top: 0;
}

#bodyCat #container #contents h1 {
  margin-bottom: 1em;
}

#bodyCat #container #contents h3:not(.normal_ttl) {
  margin: 40px 0 1em;
}

#bodyCat #container #contents h3:not(.normal_ttl) a {
  text-decoration: none;
  color: #333;
}

#bodyCat #contents .catRight {
  margin: 1em 0 2em 0;
}

#bodyCat #container #contents .pagelink {
  padding: 2em 1em;
  margin: 2em 0;
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  text-align: center;
}

#bodyCat #container #contents .pagelink a {
  color: #069;
  border: solid 1px #ccc;
  padding: .5em;
  text-decoration: none;
  margin-left: .2em;
}

#bodyCat #container #contents .pagelink span.pagenext a {
  border: none;
  padding: 0;
  text-decoration: underline;
}

/*カテゴリページのページャー */
.pagelink span.pageprev a {
  border: none;
  padding: 0;
  text-decoration: underline;
}

#bodyCat #container #contents .pagelink span.pagenext {
  margin-left: .5em;
}

#bodyCat #container #contents .pagelink span.pageprev {
  margin-right: .5em;
}

/**********▼記事ページ▼********** */
#bodyEnt #container #contents {
  clear: both;
  padding-top: 0;
}

#bodyEnt #container #contents h1 {
  margin-bottom: 1em;
}

#bodyEnt #container #contents h3 {
  margin: 1em 0;
}

#bodyEnt .indent_b p {
  margin: 20px 0;
}

/**********▼カテゴリ・記事共通▼********** */
#bodyCat .indent_b p {
  margin: 20px 0;
}

#bodyEnt img, #bodyCat img {
  /*margin-right: .5em; */
}

#bodyEnt .style1, #bodyCat .style1 {
  margin: .5em;
  font-size: 1.3em;
}

#bodyEnt .style1 a, #bodyCat .style1 a, #bodyEnt a.style1 {
  display: block;
  margin-top: 5px;
  padding: 20px 0;
  color: #FF3300;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #F9AE31;
  border-radius: 3px 3px 3px 3px;
  background: -moz-linear-gradient(top, #fffae6 0%, #fff7d7 50%, #fff4d0 51%, #ffeeb5);
  background: -webkit-gradient(linear, left top, left bottom, from(#fffcf1), color-stop(0.5, #fff7d7), color-stop(0.51, #fff4d0), to(#ffeeb5));
}

#bodyCat a.style1 {
  display: block;
  margin-top: 5px;
  padding: 20px 0;
  color: #FF3300;
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  text-align: center;
  line-height: 1.4;
  border: 1px solid #F9AE31;
  border-radius: 3px 3px 3px 3px;
  background: -moz-linear-gradient(top, #fffae6 0%, #fff7d7 50%, #fff4d0 51%, #ffeeb5);
  background: -webkit-gradient(linear, left top, left bottom, from(#fffcf1), color-stop(0.5, #fff7d7), color-stop(0.51, #fff4d0), to(#ffeeb5));
}

#bodyCat article {
  padding-top: 20px;
}

#bodyEnt article {
  padding-top: 20px;
}

/*160620追加フォント周り検証 */
#bodyCat #container #contents .mikata h4 {
  padding-left: 10px;
  font-size: 18px;
  display: block;
}

#bodyEnt #container #contents .mikata h4 {
  padding-left: 10px;
  font-size: 18px;
  display: block;
}

#bodyEnt #container #contents .mikata h3 {
  font-size: 20px;
}

/*****************メニュー*************** */
#menu {
  margin-top: 30px;
}

#menu a {
  text-decoration: none;
}

#menu #top_banner {
  margin: 0 10px 10px 10px;
}

/*本サイト用メニュー */
.mainsite #menu nav {
  border-left: solid 3px #ccc;
  border-right: solid 3px #ccc;
  border-bottom: solid 3px #ccc;
  margin-top: 10px;
  font-size: 12px;
}

.mainsite #menu nav a {
  display: block;
  border-top: solid 3px #ccc;
  min-height: 40px;
  overflow: hidden;
  padding: 10px;
}

.mainsite #menu nav a:hover {
  background-color: #FC3;
  cursor: pointer;
}

.mainsite #menu nav a:after {
  content: " ";
  clear: both;
}

.mainsite #menu nav a img {
  width: 40px;
  float: left;
  margin-right: 5px;
}

.mainsite #menu nav dt a {
  background-color: #FEF3D7;
}

.mainsite #menu nav a span {
  display: table-cell;
  vertical-align: middle;
  height: 40px;
}

.mainsite #menu nav dd {
  display: none;
}

.mainsite #menu nav dd.current {
  display: block;
}

.mainsite #menu nav dd.syokusyu ul li {
  display: none;
}

.mainsite #menu nav dd.syokusyu ul li.open, .mainsite #menu nav dd.syokusyu ul li ul li {
  display: block;
}

.mainsite #menu nav dd.syokusyu.current.open {
  display: block;
}

.mainsite #menu nav dd.syokusyu.current.open ul li {
  display: block;
}

.mainsite #menu nav dd.syokusyu.current.open ul li ul li {
  display: none;
}

.mainsite #menu nav dd.syokusyu ul li.openBig {
  display: block;
}

.mainsite #menu nav dd.syokusyu ul li.openBig ul li {
  display: block;
}

/*メニュー挙動部分基本 */
/*職種大大 */
/*職種大 */
/*トップ */
body#index.mainsite #menu nav dd.syokusyu, body#index.mainsite #menu nav dd.nenrei {
  display: block;
}

body#index.mainsite #menu nav dd.syokusyu ul li, body#index.mainsite #menu nav dd.nenrei ul li {
  display: block;
}

/*サイドバー上部 */
#menu .sidebox.side_header {
  border: solid 3px #9b7050;
}

#menu .sidebox.side_header .ranking_bnr_link {
  display: block;
  position: relative;
  line-height: 0;
}

#menu .sidebox.side_header .ranking_bnr_link img {
  width: 100%;
}

#menu .sidebox.side_header .ranking_bnr_link:after {
  content: "";
  display: block;
  width: 100%;
  height: 1px;
  margin: 0;
  background-image: linear-gradient(to right, #9b7050, #9b7050 1px, transparent 1px, transparent 2px);
  background-size: 5px 1px;
  background-repeat: repeat-x;
  position: absolute;
  bottom: -1px;
}

#menu .sidebox.side_header .ranking_txt {
  padding: 15px 10px 0;
  line-height: 1.5;
}

#menu .sidebox.side_header .ranking_btn_box {
  text-align: center;
  margin: 20px 0;
}

#menu .sidebox.side_header .ranking_btn {
  width: 80%;
  display: inline-block;
  line-height: 1.5;
  color: #fff;
  text-align: center;
  font-weight: bold;
  padding: 10px 12px 8px 20px;
  border-radius: 3px;
  background: #ff9800;
  /* Old browsers */
  /* FF3.6-15 */
  /* Chrome10-25,Safari5.1-6 */
  background: -webkit-gradient(linear, left top, left bottom, from(#ff9800), to(#ff5722));
  background: linear-gradient(to bottom, #ff9800 0%, #ff5722 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ff9800', endColorstr='#ff5722',GradientType=0 );
  /* IE6-9 */
  position: relative;
}

#menu .sidebox.side_header .ranking_btn:before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: rotate(45deg) translateX(-50%);
          transform: rotate(45deg) translateX(-50%);
  position: absolute;
  top: 50%;
  left: 9px;
}

/*著者情報 */
.mainsite #menu .author_top dl {
  border: solid 3px #ccc;
  margin-top: 10px;
}

.mainsite #menu .author_top dt {
  text-align: center;
  background-color: #FEF3D7;
  border-bottom: solid 3px #ccc;
  max-width: 100%;
}

#menu .author_top a.link_profile {
  border-top: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  margin-top: 10px;
  padding: 10px 5px;
  display: block;
  text-align: center;
  font-size: 13px;
  color: #333;
}

#menu .author_top a.link_profile:hover {
  font-weight: normal;
  background-color: #FC3;
  cursor: pointer;
}

#menu .author_top h5 {
  font-weight: normal;
  font-size: 13px;
  text-align: center;
}

#menu .author_top p {
  margin: 0 5px 0 5px;
  font-size: 13px;
  padding: 5px 0 0px 0;
}

#menu .author_top dd p:first-child {
  margin-top: 5px;
}

#menu .author_top cite {
  font-size: 12px;
  line-height: 1em;
  margin-bottom: 5px;
  padding-left: 5px;
  text-align: center;
}

/*職種別サイト用アコーディオン */
body.syokusyu-site #menu dl dt {
  /*padding: 16px 0 16px 40px; */
  padding: 0;
  font-size: 17px;
  border-top: 1px solid #FF9966;
  /*background: #FFEEBB url(../images/css/icon06.png) no-repeat 10px 16px; */
  background: #FFEEBB no-repeat 10px 16px;
}

body.syokusyu-site #menu dl dt a {
  padding: 16px;
  display: block;
  color: #333333;
}

body.syokusyu-site #menu dl dt.open {
  /*background: #FFEEBB url(../images/css/icon05.png) no-repeat 10px 16px; */
  background: #FFEEBB no-repeat 10px 16px;
}

body.syokusyu-site #menu dl ul li {
  background: url(../images/css/line01.png) repeat-x bottom;
}

body.syokusyu-site #menu dl ul li:last-child {
  background: none;
}

body.syokusyu-site #menu dl ul li.last {
  background: url(../images/css/line01.png) repeat-x bottom;
}

body.syokusyu-site #menu dl ul li a {
  color: #333;
  font-size: 16px;
  text-decoration: none;
  display: block;
  padding: 16px 0 16px 40px;
  background: url(../images/css/icon07.png) no-repeat 10px 20px;
}

/*****************フッター*************** */
#foot {
  clear: both;
  padding: 14px 0 0 8px;
  margin: 20px 0 0 0;
  /*background-image: url(../images/css/footer.gif); */
  background-repeat: repeat-x;
  background-position: center center;
  border-top: solid 4px #FF6D10;
  border-bottom: solid 55px #FF6D10;
}

#foot address {
  padding: 0px 20px 20px 0;
  margin: 0;
  text-align: right;
  font-size: 12px;
  font-style: normal;
  color: #9D794B;
}

#foot address a {
  color: #9D794B;
  text-decoration: none;
}

#foot nav {
  margin-bottom: 10px;
  border-bottom: solid 1px #FF6D10;
  padding-bottom: 6px;
}

#foot nav li {
  background: url(https://masa-ka.net/pascase/images/css/footer_navi_arrow.png) 10px center no-repeat;
  line-height: 1.5;
}

#foot nav li a {
  color: #9D794B;
  text-decoration: none;
  padding-left: 23px;
}

/*141115追記　リアコミ紹介ページ */
.riakomi_ichiran td {
  margin: 0;
  padding: 0;
  line-height: 1em;
  padding-right: 5px;
  height: 100px;
  width: 30%;
}

.riakomi_ichiran a {
  color: #090;
  font-size: smaller;
  text-decoration: none;
  margin: 0;
  padding: 0;
}

.riakomi_ichiran img {
  border: solid 1px #999;
  margin: 0;
  padding: 0;
}

.riakomi_ichiran a span {
  font-size: 13px;
  margin: 0;
  padding: 0;
  display: block;
  padding-bottom: 10px;
  padding-left: 5px;
}

.riakomi_ichiran td:hover {
  color: #fff;
  background-color: #333;
}

/*141112追記　左上メニュー */
#smart_search_area2 {
  font-size: 12px;
  border: solid 3px #ccc;
}

#smart_search_area2 img {
  float: left;
  margin-right: 5px;
}

#smart_search_area2 a:hover {
  background-color: #e4e4e4;
}

#smart_search_area2.siderank ol {
  font-size: 12px;
}

#smart_search_area2 .siderank li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #ccc;
  clear: left;
}

#smart_search_area2 .siderank a {
  background-color: #fff;
  display: block;
  padding-bottom: 5px;
}

#smart_search_area2 .siderank a:hover {
  background-color: #e4e4e4;
}

#smart_search_area2 .siderank a span {
  display: block;
  padding-top: 5px;
  color: #170DE1;
  text-decoration: underline;
}

#smart_search_area2 .siderank a img {
  width: 40px;
  float: left;
  padding: 5px;
  margin-right: 5px;
}

#smart_search_area2 .siderank2 a {
  display: block;
  padding-top: 12px;
  text-decoration: blink;
  min-height: 60px;
}

#smart_search_area2 .siderank2 a img {
  width: 40px;
  float: left;
  padding: 0 5px 5px 5px;
  margin-right: 5px;
}

#smart_search_area2 .siderank2 ol {
  font-size: 12px;
}

#smart_search_area2 .siderank2 li {
  display: block;
  width: 100%;
  border-bottom: solid 1px #ccc;
  clear: left;
  font-size: 14px;
}

/*141118目次関係 */
#contents .mokuzim {
  width: 130px;
  float: right;
  font-size: 12px;
  padding: 5px;
  margin: 10px 0 0 0;
  border: solid 1px #F0EBE8;
}

#contents .mokuzim a {
  color: #333;
  background-color: #FFFFFF;
  -webkit-box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
          box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.4);
}

#contents .mokuzia {
  width: 130px;
  float: left;
  font-size: 12px;
  padding: 5px;
  margin: 10px 0 0 0;
  border: solid 1px #F0EBE8;
  min-height: 40px;
  text-align: center;
  vertical-align: middle;
}

#contents .mokuzia a {
  color: #333;
  background-color: #FFFFFF;
}

/*141118参考サイトURL */
.sankoucite {
  font-style: italic;
  font-size: 10px;
  color: #CCC;
}

/*141120追記　紹介ボックス */
.syoukai {
  border: solid 3px #F0EBE8;
  padding: 5px;
  border-radius: 10px;
}

.syoukai img {
  float: left;
  margin-right: 10px;
  max-width: 50%;
}

.syoukai a {
  display: block;
  padding: 5px;
  border-radius: 10px;
  text-decoration: none;
}

.syoukai a:link {
  display: block;
  text-decoration: blink;
  color: #000;
}

.syoukai a:visited {
  color: #000;
}

.syoukai a:hover {
  background-color: #999;
  color: #FFF;
}

.syoukai a:red {
  color: #F03;
}

/*141121ランキング一覧表用 */
.rank_sougou {
  width: 45%;
  float: left;
  border: solid 5px #CCC;
  margin: 0 3px 0 0;
}

.rank_sougou img {
  float: left;
  margin-right: 10px;
}

.rank_sougou a {
  display: block;
  text-decoration: blink;
  color: #475ABA;
}

.rank_sougou a:hover {
  background-color: #FC3;
}

.rank_sougou .ran_img {
  padding: 10px 0 10px 5px;
  border-bottom: solid 1px #F0EBE8;
  background-color: #FFC;
}

.rank_sougou .ran_img p.midasi {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
}

.rank_sougou .ran_img img {
  height: 18px;
  width: 18px;
  padding: 2px 0 0 5px;
}

.rank_sougou .ran_img p {
  font-size: 12px;
  text-align: center;
}

.rank_sougou li {
  border-bottom: solid 1px #F0EBE8;
  min-height: 55px;
  font-size: 14px;
  padding: 8px 0 6px 0;
}

.rank_sougou li .neme {
  padding: 5px 0 0 0;
}

.rank_sougou .rankmozi {
  font-size: 11px;
  color: #000;
}

.rank_sougou li img {
  padding: 3px 0 0 3px;
  float: left;
  height: 22px;
  width: 22px;
}

.rank_sougou li p {
  display: block;
  min-height: 26px;
  font-size: 13px;
  padding: 5px 10px 0 10px;
}

.rank_sougou li.photo {
  border-bottom: solid 1px #F0EBE8;
  min-height: 52px;
  font-size: 12px;
  padding: 5px 0 0 0;
}

.rank_sougou li.photo img {
  height: 50px;
  width: 50px;
}

.rank_sougou li.photo p {
  padding: 0px 0 0 0;
}

.rank_point {
  width: 45%;
  float: right;
  border: solid 1px #CCC;
  padding: 16px 0px 8px 8px;
  margin: 0px;
  font-size: 13px;
}

.rank_point img {
  padding: 3px 3px 0 0px;
  float: left;
  width: 50px;
}

.rank_point p {
  margin-bottom: 10px;
  padding-top: 5px;
}

.rank_point li {
  list-style-type: disc;
  margin-bottom: 3px;
  font-size: 13px;
}

.rank_point ul {
  margin-bottom: 10px;
}

.rank_point_fnone {
  border: solid 2px #CCC;
  padding: 16px 8px 8px 8px;
  margin: 0px;
}

.rank_point_fnone img {
  padding: 3px 3px 0 0px;
  float: left;
  width: 50px;
}

.rank_point_fnone p {
  margin-bottom: 10px;
}

.rank_point_fnone li {
  list-style-type: disc;
  margin-bottom: 3px;
  margin-left: 15px;
}

.rank_point_fnone ul {
  margin-bottom: 10px;
}

img.w25 {
  width: 25px;
}

/*スマフォURL改行処理 */
body {
  word-wrap: break-word;
}

/*ランキング画像 */
.sp_center_img {
  width: 100%;
  height: auto;
  margin: 0;
  padding: 0;
  display: block;
}

.pc_pa_B25 {
  padding-bottom: 0px;
}

.clear_b {
  clear: both;
}

/*吹き出し */
.chat-l, .chat-r {
  position: relative;
  overflow: hidden;
  margin: 0px;
}

.bubble {
  display: block;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 80%;
  min-height: 60px;
  padding: 1em;
  border: 1px solid #ccc;
  background: #fff;
}

.bubble .bubble-in {
  border-color: #fff;
}

.talker {
  display: block;
  width: 15%;
  height: auto;
  text-align: center;
}

.talker b {
  font-weight: normal;
}

.talker img {
  display: block;
  width: 100px;
  max-width: 100%;
  max-width: none\9;
  /*IE8への対応 */
  margin: auto;
}

html:not(:target) .talker img {
  max-width: 100%;
  /*IE9以上への対応 */
}

.chat-l .talker {
  float: left;
  margin-right: 2%;
}

.chat-r .talker {
  float: right;
  margin-left: 2%;
}

.chat-l .bubble {
  float: right;
}

.chat-r .bubble {
  float: left;
}

.bubble .bubble-in:after, .bubble .bubble-in:before {
  position: absolute;
  top: 50%;
  width: 0;
  height: 0;
  border: solid transparent;
  content: "";
}

.bubble .b-arw20:after, .bubble .b-arw20:before {
  top: 20%;
}

.bubble .b-arw30:after, .bubble .b-arw30:before {
  top: 30%;
}

.bubble .b-arw40:after, .bubble .b-arw40:before {
  top: 40%;
}

.bubble .b-arw60:after, .bubble .b-arw60:before {
  top: 60%;
}

.bubble .b-arw70:after, .bubble .b-arw70:before {
  top: 70%;
}

.bubble .b-arw80:after, .bubble .b-arw80:before {
  top: 80%;
}

/*吹き出しの微調整 */
.chat-l .bubble .bubble-in:after, .chat-l .bubble .bubble-in:before {
  right: 100%;
}

.chat-r .bubble div:after, .chat-r .bubble div:before {
  left: 100%;
}

.chat-l .bubble .bubble-in:after {
  margin-top: -8px;
  border-width: 8px 20px;
  border-color: transparent;
  border-right-color: inherit;
}

.chat-l .bubble .bubble-in:before {
  margin-top: -9px;
  border-width: 9px 21px;
  border-color: transparent;
  border-right-color: #ccc;
}

.chat-r .bubble .bubble-in:after {
  margin-top: -8px;
  border-width: 8px 20px;
  border-color: transparent;
  border-left-color: inherit;
}

.chat-r .bubble .bubble-in:before {
  margin-top: -9px;
  border-width: 9px 21px;
  border-color: transparent;
  border-left-color: #ccc;
}

.bubble p:first-child {
  margin-top: 0;
}

/*吹き出し 会話者が複数人の場合 */
.together .talker, .together .bubble {
  width: 100%;
}

.together .talker b {
  display: inline-block;
  text-align: center;
}

.together.chat-l .talker, .together.chat-r .talker {
  float: none;
  margin: 0 0 20px;
}

.together.chat-l .talker {
  text-align: left;
}

.together.chat-r .talker {
  text-align: right;
}

.together.chat-l .bubble, .together.chat-r .bubble {
  float: none;
}

.together .bubble .bubble-in:after, .together .bubble .bubble-in:before {
  top: auto;
  bottom: 100%;
}

.together.chat-l .bubble .bubble-in:after, .together.chat-l .bubble .bubble-in:before {
  right: auto;
  left: 10%;
}

.together.chat-r .bubble .bubble-in:after, .together.chat-r .bubble .bubble-in:before {
  right: 10%;
  left: auto;
}

.together.chat-l .bubble .bubble-in:after {
  margin-top: -20px;
  margin-left: -8px;
  border-width: 20px 8px;
  border-color: transparent;
  border-bottom-color: inherit;
}

.together.chat-l .bubble .bubble-in:before {
  margin-top: -21px;
  margin-left: -9px;
  border-width: 21px 9px;
  border-color: transparent;
  border-bottom-color: #ccc;
}

.together.chat-r .bubble .bubble-in:after {
  border-width: 20px 8px;
  margin-top: -20px;
  margin-right: -8px;
  border-color: transparent;
  border-bottom-color: inherit;
}

.together.chat-r .bubble .bubble-in:before {
  margin-top: -21px;
  margin-right: -9px;
  border-width: 21px 9px;
  border-color: transparent;
  border-bottom-color: #ccc;
}

.bubble-in p:last-child {
  margin-bottom: 0;
}

/*吹き出し背景色：青（HTML版のみ） */
.bubble-blue {
  border: 1px solid #ddf4eb;
  background: #ddf4eb;
}

.chat-l .bubble-blue .bubble-in:after, .chat-l .bubble-blue .bubble-in:before {
  border-right-color: #ddf4eb;
}

.chat-r .bubble-blue .bubble-in:after, .chat-r .bubble-blue .bubble-in:before {
  border-left-color: #ddf4eb;
}

.together.chat-l .bubble-blue .bubble-in:after, .together.chat-l .bubble-blue .bubble-in:before {
  border-bottom-color: #ddf4eb;
}

.together.chat-r .bubble-blue .bubble-in:after, .together.chat-r .bubble-blue .bubble-in:before {
  border-bottom-color: #ddf4eb;
}

/*吹き出し背景色：緑（HTML版のみ） */
.bubble-green {
  border: 1px solid #ebf4dd;
  background: #ebf4dd;
}

.chat-l .bubble-green .bubble-in:after, .chat-l .bubble-green .bubble-in:before {
  border-right-color: #ebf4dd;
}

.chat-r .bubble-green .bubble-in:after, .chat-r .bubble-green .bubble-in:before {
  border-left-color: #ebf4dd;
}

.together.chat-l .bubble-green .bubble-in:after, .together.chat-l .bubble-green .bubble-in:before {
  border-bottom-color: #ebf4dd;
}

.together.chat-r .bubble-green .bubble-in:after, .together.chat-r .bubble-green .bubble-in:before {
  border-bottom-color: #ebf4dd;
}

/*吹き出し背景色：黄（HTML版のみ） */
.bubble-yellow {
  border: 1px solid #f4efdd;
  background: #f4efdd;
}

.chat-l .bubble-yellow .bubble-in:after, .chat-l .bubble-yellow .bubble-in:before {
  border-right-color: #f4efdd;
}

.chat-r .bubble-yellow .bubble-in:after, .chat-r .bubble-yellow .bubble-in:before {
  border-left-color: #f4efdd;
}

.together.chat-l .bubble-yellow .bubble-in:after, .together.chat-l .bubble-yellow .bubble-in:before {
  border-bottom-color: #f4efdd;
}

.together.chat-r .bubble-yellow .bubble-in:after, .together.chat-r .bubble-yellow .bubble-in:before {
  border-bottom-color: #f4efdd;
}

/*吹き出し背景色：オレンジ（HTML版のみ） */
.bubble-orange {
  border: 1px solid #f4e7dd;
  background: #f4e7dd;
}

.chat-l .bubble-orange .bubble-in:after, .chat-l .bubble-orange .bubble-in:before {
  border-right-color: #f4e7dd;
}

.chat-r .bubble-orange .bubble-in:after, .chat-r .bubble-orange .bubble-in:before {
  border-left-color: #f4e7dd;
}

.together.chat-l .bubble-orange .bubble-in:after, .together.chat-l .bubble-orange .bubble-in:before {
  border-bottom-color: #f4e7dd;
}

.together.chat-r .bubble-orange .bubble-in:after, .together.chat-r .bubble-orange .bubble-in:before {
  border-bottom-color: #f4e7dd;
}

/*吹き出し背景色：ピンク（HTML版のみ） */
.bubble-pink {
  border: 1px solid #f2ddf4;
  background: #f2ddf4;
}

.chat-l .bubble-pink .bubble-in:after, .chat-l .bubble-pink .bubble-in:before {
  border-right-color: #f2ddf4;
}

.chat-r .bubble-pink .bubble-in:after, .chat-r .bubble-pink .bubble-in:before {
  border-left-color: #f2ddf4;
}

.together.chat-l .bubble-pink .bubble-in:after, .together.chat-l .bubble-pink .bubble-in:before {
  border-bottom-color: #f2ddf4;
}

.together.chat-r .bubble-pink .bubble-in:after, .together.chat-r .bubble-pink .bubble-in:before {
  border-bottom-color: #f2ddf4;
}

/*吹き出し背景色：赤（HTML版のみ） */
.bubble-red {
  border: 1px solid #f4dddd;
  background: #f4dddd;
  color: #fff;
}

.chat-l .bubble-red .bubble-in:after, .chat-l .bubble-red .bubble-in:before {
  border-right-color: #f4dddd;
}

.chat-r .bubble-red .bubble-in:after, .chat-r .bubble-red .bubble-in:before {
  border-left-color: #f4dddd;
}

.together.chat-l .bubble-red .bubble-in:after, .together.chat-l .bubble-red .bubble-in:before {
  border-bottom-color: #f4dddd;
}

.together.chat-r .bubble-red .bubble-in:after, .together.chat-r .bubble-red .bubble-in:before {
  border-bottom-color: #f4dddd;
}

/*吹き出し背景色：黒（HTML版のみ） */
.bubble-black {
  border: 1px solid #dedede;
  background: #dedede;
  color: #fff;
}

.chat-l .bubble-black .bubble-in:after, .chat-l .bubble-black .bubble-in:before {
  border-right-color: #dedede;
}

.chat-r .bubble-black .bubble-in:after, .chat-r .bubble-black .bubble-in:before {
  border-left-color: #dedede;
}

.together.chat-l .bubble-black .bubble-in:after, .together.chat-l .bubble-black .bubble-in:before {
  border-bottom-color: #dedede;
}

.together.chat-r .bubble-black .bubble-in:after, .together.chat-r .bubble-black .bubble-in:before {
  border-bottom-color: #dedede;
}

/*リアコミ専用定期文 */
.regular-block {
  padding: 20px;
  border: 1px solid #ddd;
  background: #fcfcfc;
  margin-bottom: 30px;
}

.regular-block-heading {
  font-size: 18px;
}

.regular-block-heading img {
  position: relative;
  top: 3px;
  margin-right: 5px;
  width: 23px;
}

.regular-block-txt {
  margin: 10px 0;
  line-height: 1.5;
}

.regular-block-list {
  margin: 10px 0;
}

.regular-block-list-item {
  padding-left: 15px;
  position: relative;
  font-weight: bold;
  letter-spacing: 1.5px;
}

.regular-block-list-item:before {
  content: "・";
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

/*ランキングページ */
.apply_btn {
  display: inline-block;
  padding: 5px 10px;
  text-decoration: none;
  background: #ff6525;
  color: #fff !important;
  font-weight: bold;
  border-radius: 20px;
  margin-left: 10px;
  box-shadow: #c5c5c5 2px 4px 0px -1px;
  -webkit-box-shadow: #c5c5c5 2px 4px 0px -1px;
  -moz-box-shadow: #c5c5c5 2px 4px 0px -1px;
}

/*アパレルランキングページで使用 */
.apply_btn_rank {
  display: inline-block;
  padding: 2px 4px;
  margin-top: 8px;
  font-size: small;
  text-decoration: none;
  background: #ff6525e0;
  color: #fff !important;
  font-weight: bold;
  border-radius: 20px;
  /* box-shadow: #c5c5c5 2px 4px 0px -1px; */
  -webkit-box-shadow: #c5c5c5 2px 3px 0px -1px;
  -moz-box-shadow: #c5c5c5 2px 4px 0px -1px;
}

.rank_icon_box {
  margin-right: 5px;
  font-size: 0;
}

.rank_icon_box img {
  width: 40px;
}

.rank_btn_box {
  margin: 40px 0 !important;
  text-align: center;
}

.rank_inner_box, .rank_review_content {
  margin: 20px 0;
  padding: 0 !important;
}

.rank_review_box {
  margin: 20px 0;
}

.rank_inner_box p {
  margin: 0 !important;
}

.rank_inner_box .hyouka_tbl + .hyouka_tbl {
  margin-top: 0 !important;
}

.rank_inner_box .hyouka_tbl + .hyouka_tbl th {
  width: 85px;
  border-top: none;
}

.rank_inner_box .hyouka_tbl + .hyouka_tbl td {
  border-top: none;
}

#bodyCat #container #contents .indent_ran h4.rank_ttl {
  padding: 0;
  margin: 0;
}

#bodyCat #container #contents .indent_ran h4.rank_ttl p {
  margin-top: 0;
}

.rank_inner_ttl {
  padding-left: 30px;
  position: relative;
  font-size: 16px;
  margin-bottom: 7px;
}

.rank_inner_ttl:before {
  content: "";
  display: inline-block;
  width: 25px;
  height: 25px;
  position: absolute;
  left: 0;
  top: -3px;
  background-size: contain;
  background-repeat: no-repeat;
}

.rank_inner_ttl.feature:before, .rank_inner_ttl.total:before {
  background-image: url("https://masa-ka.net/pascase/images/icon/pen-feather-01.svg");
}

.rank_inner_ttl.review:before {
  background-image: url("https://masa-ka.net/pascase/images/icon/balloon-02.svg");
}

.rank_inner_ttl.summary:before {
  background-image: url("https://masa-ka.net/pascase/images/icon/pencil.svg");
}

.rank_inner_ttl .icon {
  display: inline-block;
  position: relative;
  top: 8px;
  margin-right: 7px;
}

.rank_review_list_item {
  /*border: solid 8px #FAEE00; */
  background: -webkit-repeating-linear-gradient(-45deg, #fff9e7, #fffaeb 3px, #fff5db 3px, #fff0c6 7px);
  background: repeating-linear-gradient(-45deg, #fff9e7, #fffaeb 3px, #fff5db 3px, #fff0c6 7px);
  padding: 10px;
  margin-bottom: 10px;
}

.rank_review_list_ttl {
  margin-bottom: 10px;
}

/*ランキングページ　サイドバー挙動 */
.mainsite #menu nav dl.ranking-page-dl-other.syokusyu dd {
  display: block;
}

.ranking-page-ul .ranking-page-li, .ranking-page-ul-other .ranking-page-li-other {
  display: none;
}

.ranking-page-ul .ranking-page-li.openActive {
  display: block;
}

.ranking-page-ul-other .ranking-page-li-other.openActive, .ranking-page-ul-other .ranking-page-li-other .ranking-page-li-other {
  display: block;
}

.ranking2 .ranking-page-ul .ranking-page-li {
  display: block;
}

/*小山が勝手に作った */
/*ビジネスマナーのページで使っている外枠 */
.enclose_list {
  margin: 2em auto;
  padding: 1em;
  width: 90%;
  border: 5px dotted #f09199;
  background-color: #fff;
  border-radius: 1px;
}

/*dodaの特長 */
.agent_feature {
  border: solid 2px #ed7d31;
  margin: 0 auto;
  padding: 10px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.agent_feature p {
  margin: 0 !important;
}

.agent_feature_ttl {
  font-size: 20px;
  text-align: center;
  margin-bottom: 20px;
}

.agent_feature_block {
  margin-bottom: 20px;
}

.agent_feature_img {
  margin-bottom: 10px;
}

.agent_feature_img img {
  width: 50px;
  vertical-align: middle;
}

.agent_feature_desc_ttl {
  font-weight: bold;
  display: inline-block;
  vertical-align: middle;
}

.agent_feature_desc_ttl.smart_none {
  display: none;
}

/*ここからmasa-ka.net/pascase/campaign/のページ専用CSS */
#wrapper article #cont {
  padding: 10px 0;
}

#wrapper article #cont h2#eyecatch {
  margin: 0;
  padding: 0;
}

#wrapper article #cont h2#eyecatch img {
  width: 100%;
}

#wrapper article #cont p#term {
  padding-right: 10px;
  font-size: 16px;
  margin-top: 0;
}

#wrapper article #cont p#term img {
  display: none;
}

#wrapper article #cont p#term span {
  font-size: 18px;
}

#wrapper article #cont p#sum {
  margin-top: 10px;
  padding: 0;
  line-height: 1em;
}

#wrapper article #cont h2#qa {
  font-size: 32px;
  padding-left: 50px;
  background-size: 50px auto;
  line-height: 1em;
  padding-top: 20px;
  margin-top: 10px;
}

#wrapper article #cont #qa_box {
  background: none;
  padding: 0;
}

#wrapper article #cont #qa_box dl {
  padding: 0;
}

#wrapper article #cont #down_btn img {
  width: 100%;
  max-width: 400px;
}

#wrapper article #cont h2#qa {
  margin: 0;
  padding: 0;
  background: none;
  margin-top: 40px;
  font-size: 32px;
  color: #884302;
  text-shadow: 1px 1px 3px #333;
  margin-bottom: 0px;
  padding-left: 90px;
  padding-top: 30px;
  min-height: 90px;
  background-image: url(https://masa-ka.net/pascase/campaign/themes/img/qa.jpg);
  background-repeat: no-repeat;
  background-position: left center;
}

#wrapper article #cont h2#qa span {
  font-size: 70%;
}

#wrapper article #cont #qa_box {
  min-height: 435px;
  padding-left: 190px;
  background-image: url(https://masa-ka.net/pascase/campaign/themes/img/qa_woman.png);
  background-repeat: no-repeat;
  background-position: 0px 0px;
}

#wrapper article #cont #qa_box dl {
  padding-top: 30px;
}

#wrapper article #cont #qa_box dl dt {
  background-image: url(https://masa-ka.net/pascase/campaign/themes/img/Q.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #ED7943;
}

#wrapper article #cont #qa_box dl dd {
  background-image: url(https://masa-ka.net/pascase/campaign/themes/img/A.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 20px;
}

#wrapper article #cont ul#how li {
  width: 100%;
  text-align: center;
}

#wrapper article #cont ul#how li img {
  width: 100%;
}

#wrapper article #cont .table {
  border-top: solid 5px #eee;
  border-left: solid 5px #eee;
  border-bottom: solid 5px #eee;
  display: table;
  width: 100%;
  border-top: solid 5px #eee;
  border-left: solid 5px #eee;
  border-bottom: solid 5px #eee;
  display: block;
  width: 100%;
}

#wrapper article #cont .table .tr {
  border-right: solid 5px #eee;
  border-bottom: solid 1px #eee;
  display: block;
}

#wrapper article #cont .table .tr .th {
  width: 150px;
  padding: 15px;
  display: table-cell;
  vertical-align: middle;
  border-right: dotted 1px #eee;
  background-color: #F7F7F7;
  font-weight: bold;
}

#wrapper article #cont .table .tr .td {
  display: table-cell;
  padding: 15px;
  vertical-align: middle;
}

#wrapper article #cont .table .tr .th {
  display: block;
  width: 90%;
  background-color: transparent;
  border: none;
  padding-bottom: 0;
}

#wrapper article #cont .table .tr .td {
  display: block;
}

#wrapper article #cont ul.disc {
  padding-left: 10px;
}

#wrapper article #form_img img {
  width: 100%;
}

/*応募の流れ */
/*擬似テーブル */
/*discリスト */
/*フォームタイトル */
/*入力内容の確認 */
#check #wrapper article h2 {
  margin-right: 0;
}

/*ここまで */
/*口コミ並び替えボタン */
.sort-heading {
  margin: 20px 0;
}

.sort-txt {
  font-size: 14px;
}

.sort-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.sort-list-btn {
  position: relative;
  display: inline-block;
  padding: 0.25em 0.5em;
  text-decoration: none;
  color: #FFF;
  background: #fd9535;
  /*色 */
  border-radius: 4px;
  /*角の丸み */
  -webkit-box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 0 rgba(255, 255, 255, 0.2), inset 0 -2px 0 rgba(0, 0, 0, 0.05);
  border: solid 2px #d27d00;
  /*線色 */
  margin-right: 10px;
}

.sort-list-btn:active {
  /*押したとき */
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 2px rgba(0, 0, 0, 0.3);
}

.sort-list-btn:hover {
  cursor: pointer;
  opacity: .7;
}

/*----QA追加部分150408---------------- */
#contents .oiwai_qa {
  margin-top: 50px;
}

#contents .oiwai_qa dl dt {
  margin: 0;
  padding: 0;
  background-image: url(//masa-ka.net/pascase/campaign/themes/img/Q.gif);
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 40px;
  margin-bottom: 10px;
  font-size: 20px;
  color: #ED7943;
}

#contents .oiwai_qa dl dd {
  margin: 0;
  padding: 0;
  background-repeat: no-repeat;
  background-position: 0px 0px;
  padding-left: 40px;
  margin-bottom: 20px;
  font-size: 16px;
}

#contents .oiwai_qa dl dd ul.howtouse li {
  margin: 10px 0;
}

#contents .oiwai_qa dl dd ul.howtouse li b {
  color: #736C58;
}

/*-------------------------------------*/
.style2 {
  color: #C00;
}

.style4 {
  color: #000000;
  font-weight: bold;
  background: #fcff9f;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(50%, transparent), color-stop(50%, #fcff9f), color-stop(85%, #fcff9f), color-stop(85%, white));
  background: linear-gradient(transparent 50%, #fcff9f 50%, #fcff9f 85%, white 85%);
}

.head_topics {
  color: #fff !important;
}

.head_topics a {
  text-decoration: underline !important;
}

.stamp_list {
  text-align: left;
  padding: 10px;
}

.stamp_list .stamp_list_item {
  display: inline-block;
  margin-bottom: 10px;
}

.agent_tag1 {
  /*background-color:#d9d9d9; */
  background-color: #aaa;
}

.agent_tag2 {
  /*background-color:#c6e0b4; */
  background-color: #80cc4c;
}

.agent_tag3 {
  /*background-color:#92d050; */
  background-color: #62ad12;
}

.agent_tag4 {
  /*background-color:#ffe699; */
  background-color: #ffbf29;
}

.agent_tag5 {
  background-color: #00b0f0;
}

.agent_tag6 {
  /*background-color:#bdd7ee; */
  background-color: #99bcda;
}

.agent_tag7 {
  /*background-color:#66ffcc; */
  background-color: #43de98;
}

.agent_tag8 {
  background-color: #7030a0;
}

.agent_tag9 {
  background-color: #cc66ff;
}

.agent_tag_frame {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 5px;
  font-size: 15px;
  color: #fff;
}

#contents .syuzai_qa dt {
	padding: 0;
	padding-left: 30px;
	background-image: url(//masa-ka.net/pascase/images/css/Q15.gif);
	background-repeat: no-repeat;
	background-position: 0 4px;
	margin: 10px 0 10px 0;
	font-weight: bolder;
}
/*# sourceMappingURL=sm-basic.css.map */