@charset "UTF-8";

/* layout
----------------------------- */
.co_container_box_inner {
  margin: 0 auto;
  background: #FFF;
}
.contents_right {
  float: right;
  width: 770px;
  margin: 3px auto 0;
  padding-bottom: 5px;
}
.contents_right * {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.contents_right ul,
.contents_right ol {
  list-style: none;
}
.bgWrapper {
  background: #ffffdf;
  padding-bottom: 10px;
}
/* common
----------------------------- */
.underline {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.indent_1em {
  padding-left: 1em;
  text-indent: -1em;
}
.y_marker {
  margin-bottom: 2px;
  background: linear-gradient(transparent 60%, #f3f567 40%);
}
.imgBlock {
  margin: 13px auto 8px;
  text-align: center;
}
.imgBlock.bottom0 {
  margin: 13px auto 0;
}
.imgBlock img {
  width: 100%;
}
.font_red {
  color: #d00;
}
.font_blue {
  color: #4c62dd;
}
.margin_b10 {
  margin-bottom: 10px;
}
.margin_t10 {
  margin-top: 10px;
}
/* headArea
----------------------------- */
.lead_text {
padding: 20px 0 0;
line-height: 1.2;
text-align: center;
font-size: 20px;
font-weight: bold;
color: #333;
}
/* endArea
----------------------------- */
.endArea {
  margin: 0 auto;
  padding: 30px 0 15px;
  text-align: center;
}
.endArea p {
  color: #d00;
  font-weight: bold;
  font-size: 18px;
}
/* presentArea
----------------------------- */
.yomiho_genre {
  width: 94%;
  margin: 20px auto;
  padding: 13px 5px;
  background: #ffffdf;
  border: #3bc1c1 solid 2px;
}
.yomiho_genre .imgBlock {
  margin: 0 auto 8px;
}
.yomiho_genre .yomiho_appeal {
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  color: #72513b;
}
.yomiho_genre .bottomBtns {
  width: 70%;
}
.yomiho_genre .bottomBtns a,
.yomiho_genre .bottomBtns a:hover {
  background: #3bc1c1;
  border: 1px solid #3bc1c1;
  line-height: 40px;
  font-size: 32px;
}
.yomiho_genre .bottomBtns a:after {
  border-color: transparent transparent transparent #fff;
}}
.yomiho_genre .bottomBtns a img {
  width: 100%;
}
.yomiho_genre .genre_mark{
  width: 80%;
  margin: 0 auto 20px;
  padding: 20px 0;
  background: #fff;
  text-align: center;
}
.yomiho_genre .genre_mark .genre_circle {
  display: inline-block;
  padding-bottom: 3px;
  text-align: center;
}
.yomiho_genre .genre_mark .genre_circle li {
  position: relative;
  display: inline-block;
  width: 70px;
  height: 70px;
  margin: 0 2px;
  border-radius: 70px;
}
.yomiho_genre .genre_mark .genre_circle li a {
  display: table-cell;
  width: 70px;
  height: 70px;
  margin: 0 auto;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  font-size: 16px;
  line-height: 18px;
  vertical-align: middle;
  text-decoration: none;
  font-weight: bold;
}
.yomiho_genre .genre_mark .genre_circle li.font_row a {
  letter-spacing: -1px;
}
.yomiho_genre .genre_mark .genre_circle .genre01{
  background: #2f97ff;
  border: 1px solid #3e6993;
}
.yomiho_genre .genre_mark .genre_circle .genre02{
  background: #006CDA;
  border: 1px solid #203e5c;
}
.yomiho_genre .genre_mark .genre_circle .genre03{
  background: #FFB6C1;
  border: 1px solid #c1808a;
}
.yomiho_genre .genre_mark .genre_circle .genre04{
  background: #FF6A6A;
  border: 1px solid #984d4d;
}
.yomiho_genre .genre_mark .genre_circle .genre09{
  background: #69A700;
  border: 1px solid #436506;
}
.yomiho_genre .genre_mark .genre_circle .genre10{
  background: #66CC66;
  border: 1px solid #549354;
}
.yomiho_genre .genre_mark .genre_circle .genre11{
  background: #00C300;
  border: 1px solid #007900;
}
.yomiho_genre .genre_mark .genre_circle .genre05{
  background: #00AAE6;
  border: 1px solid #0f6685;
}
.yomiho_genre .genre_mark .genre_circle .genre06{
  background: #FFC926;
  border: 1px solid #ba9629;
}
.yomiho_genre .genre_mark .genre_circle .genre07{
  background: #DA4FA8;
  border: 1px solid #8d2f6b;
}
.yomiho_genre .genre_mark .genre_circle .genre08{
  background: #6FDD00;
  border: 1px solid #6d9c3d;
}
.yomiho_genre .genre_mark .genre_circle .genre12{
  background: #d561e9;
  border: 1px solid #a44ab3;
}
.present_condition {
  width: 94%;
  margin: 30px auto 10px;
}
.condition_title {
  padding: 13px 10px 5px;
  background: #2cb23d;
  border-radius: 8px 8px 0 0;
  line-height: 20px;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.condition_box {
  padding: 13px 18px;
  background: #fff;
  border: 5px solid #2cb23d;
  border-radius: 0 0 8px 8px;
  text-align: left;
}
.condition_box p {
  margin-bottom: 5px;
  padding-left: 30px;
  text-indent: -30px;
  font-size: 20px;
  font-weight: bold;
  color: #2cb23d;
}
.condition_mark {
  display: inline-block;
  width: 26px;
  height: 26px;
  margin-right: 4px;
  padding-left: 30px;
  background: #2cb23d;
  border-radius: 50%;
  text-align: center;
  line-height: 27px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
}
.condition_caution_link {
  margin-top: 8px;
  text-align: center;
  font-size: 16px;
  text-decoration: underline;
}
/* rankingArea
----------------------------- */
.rankingArea {
  width: 750px;
  margin: 0 auto;
}
.rankingArea.limited{
  background: #febad1;
  margin: 0 auto 35px;
  padding-bottom: 25px;
}
.rankingBlock .subTitle {
  background: #fafafa;
  color: #333;
  border-top: 3px solid #ffbf00;
  border-bottom: 1px solid #eaeaea;
  height: 42px;
  line-height: 42px;
  padding-left: 7px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 1px;
}
.rankingBlock .resBox ul {
  padding: 13px 4px 8px;
}
.resBox ul, .resBox li {
  list-style: none;
}
.rankingBlock .resBox .row {
  display: table;
  table-layout: fixed;
  width: 100%;
}
.rankingBlock .resBox .cells {
  display: table-cell;
  width: 20%;
  padding: 0 4px;
  vertical-align: top;
}
.rankingBlock .resBox .thum_box {
  padding-bottom:2px;
}
.resBox .thum_box a {
  display: block;
  position: relative;
}
.resBox .cam_mark {
  position: absolute;
  top: 0;
  right: 0;
  width: auto;
  height: 17px;
  padding: 2px;
  background: #fff;
  border: 1px solid #f00;
  line-height: 11px;
  font-size: 11px;
  color: #f00;
  z-index: 10;
}
.rankingBlock .resBox .thum_box img {
  width: 100%;
  border: 1px solid #eee;
}
.rankingBlock .rank_num {
  margin: 0 auto 3px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  color: #f60;
}
.resBox .rank_num span {
  padding-left: 1px;
  vertical-align: middle;
  font-size: 14px;
}
.rankingBlock .text_box .title_name {
  font-size: 13px;
  line-height: 21px;
  height: 20px;
  overflow: hidden;
}
.rankingBlock .text_box .title_name a {
  color: #333;
}
.rankingBlock .text_box .author_name {
  color: #888;
  font-size: 10px;
  line-height: 15px;
  height: 14px;
  overflow: hidden;
}
.rankingBlock .text_box .author_name a {
  color: #888;
}
.rankingBlock .cover_unit_top_btnfree a {
  display: block;
  width: 90%;
  padding: 5px 0;
  margin: 5px auto;
  text-align: center;
  text-decoration: none;
  border: 1px solid #B3B3B3;
  border-radius: 3px;
  font-weight: bold;
  background: #F9F9F9;
  color: #333;
}
.rankingBlock .cover_unit_top_btnfree a:hover {
  background: #fff;
}
/* appealArea
------------------------------*/
.appeal_caution_link {
  margin: 0 18px;
  text-align: right;
  font-size: 14px;
}
/* bottomBtns
------------------------------*/
.bottomBtns {
  width: 70%;
  margin: 25px auto;
  text-align: center;
}
.bottomBtns a,
.bottomBtns a:hover {
  position:relative;
  display: inline-block;
  width:94%;
  margin: 0 auto;
  padding: 13px 5px;
  background: #3bc1c1;
  border: 1px solid #3bc1c1;
  border-radius: 68px;
  line-height: 34px;
  text-align: center;
  font-size: 26px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.bottomBtns a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 10px;
  width: 10px;
  height: 14px;
  margin-top: -7px;
  border-style: solid;
  border-width: 7px 0 7px 10px;
  border-color: transparent transparent transparent #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.limited .bottomBtns {
  margin: 25px auto 0;
}
.limited .bottomBtns a,
.limited .bottomBtns a:hover {
  background: #ff0040;
  border: 1px solid #ff0040;
  font-size: 22px;
  text-decoration: none;
  color: #fff;
}
.limited .bottomBtns a:after {
  right: 7px;
  width: 7px;
  height: 10px;
  margin-top: -5px;
  border-width: 5px 0 5px 7px;
}
/* detailArea
------------------------------*/
.detailArea  {
  margin: 0 auto;
  padding: 15px;
  text-align: left;
}
.detailArea .mainBlock {
  padding: 15px;
  background: #fff;
  line-height: 20px;
}
.detailArea .mainBlock .indent {
  padding-left: 1em;
  text-indent: -1em;
}
.detailArea .mainBlock dt {
  font-size: 16px;
  font-weight: bold;
  color: #BD0100;
}
.detailArea .mainBlock dd + dt {
  margin-top: 15px;
}
.detailArea dd {
  font-size: 14px;
}
/* btn_areas
------------------------------*/
.btn_areas {
  margin: 10px;
}
.btn_areas .fb-share-button:hover {
  opacity: 0.7;
}
.btn_areas img:hover {
  opacity: 0.7;
  cursor: pointer;
}

/* bannerArea
------------------------------*/
.bannerArea{
  width: 750px;
  margin: 20px auto 0;
  padding-bottom: 18px;
  text-align: center;
}
.bannerArea a{
  display: inline-block;
}
.bannerArea .top_txt{
  margin-bottom: 8px;
  text-align: center;
  font-size: 16px;
}
.bannerArea .big{
  float: left;
  width: 32%;
}
.bannerArea .big + .big{
  margin-left: 2%;
}
.bannerArea .big img{
  width: 100%;
  max-width: 480px;
}
.bannerArea .long{
  width: 100%;
}
.bannerArea .long img{
  width: 100%;
  max-width: 654px;
}