@charset "utf-8";

/* layout
-------------------------------------------------------------*/
div.content_wrapper {
  width: 965px;
  margin: 10px auto;
  background: #FFF;
}
article.special_content_wrapper {
  float: right;
  width: 770px;
  padding-bottom: 10px;
  background: #C8EDFF;
  color: #333;
}
article.special_content_wrapper > section,
article.special_content_wrapper > aside,
article.special_content_wrapper > article {
  display: inline-block;
}
article.special_content_wrapper * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 1.5;
}
a:hover {
  text-decoration: none;
}

/* commonSetting
-------------------------------------------------------------*/
article.special_content_wrapper ul li {
  list-style: none;
}
article.special_content_wrapper em,
article.special_content_wrapper strong {
  font-style: normal;
  font-weight: bold;
  color: #d00;
}
span.arrow {
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #333;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
}
.common_banner_w {
  margin: 10px auto;
  text-align: center;
}

/* headerBlock
------------------------------------------------------------- */
section.headerBlock img {
  width: 770px;
}

/* messageBlock
------------------------------------------------------------- */
section.messageBlock {
  width: 750px;
  margin: 15px auto 0;
}
section.messageBlock div.descriptionArea p {
  text-align: center;
  font-size: 18px;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  color: #333;
}
section.messageBlock div.descriptionArea.end {
  width: 540px;
  margin: 10px auto 20px;
  padding: 5px;
  border: 1px solid #d00;
  font-size: 16px;
}
.messageBlock .descriptionArea.end p,
.messageBlock .descriptionArea.end em {
  color: #d00;
}
.checkit a {
  display: inline-block;
  background: #fff;
  color: #f5615b;
  padding: 0 10px;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}

/* contentBlock
------------------------------------------------------------- */
section.contentBlock {
  width: 750px;
  margin: 10px 0 0 10px;
  text-align: left;
}
section.contentBlock .bg_small_link {
  display: block;
  float: left;
  margin-right:10px;
  width: 365px;
  height: 221px;
}
section.contentBlock .bg_small_link.wide {
  margin-right:0;
  width: 740px;
  height: 183px;
}
section.contentBlock .bg_small_text {
  position: relative;
  margin-top: 13px;
}
section.contentBlock .bg_small_text p {
  height: 33px;
  padding: 0 5px 0 70px;
  background: #F4CA44;
  line-height: 33px;
  text-align: left;
  font-size: 15px;
  font-weight: bold;
  color: #FFF;
  overflow: hidden;
}
section.contentBlock .bg_small_text img {
  position: absolute;
  bottom: 0;
  left: 0;
}
section.contentBlock a:hover .bg_small_text img {
  -moz-opacity: 1.0;
  -khtml-opacity: 1.0;
  opacity: 1.0;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
}
section.contentBlock .bg_small_link .bg_small_img_w {
  position:relative;
  border:1px solid #F4CA44;
}
section.contentBlock .bg_small_link .bg_small_img {
  width: 100%;
}
section.contentBlock .bg_small_link.end .coming_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-45px;
  margin-left:-115px;
  z-index: 1;
}
section.contentBlock .bg_small_link.end .end_txt {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-20px;
  margin-left:-115px;
  z-index: 1;
}
section.contentBlock .bg_small_link.end .end_img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
}
section.contentBlock .bg_small_last_link {
  padding:3px 5px 5px;
  text-align:right;
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
section.contentBlock a:hover .bg_small_last_link {
  text-decoration: underline;
}
section.contentBlock .bg_small_more_link {/**/
  position: absolute;
  top: 417px;
  left: 0;
  padding:5px;
  text-align:left;
  color: #333;
}
section.contentBlock .bg_small_more_link.nomember {/**/
  position: absolute;
  top: 600px;
  left: 0;
}
section.contentBlock .bg_small_more_link a {/**/
  font-size: 14px;
  font-weight: bold;
  color: #333;
}
section.contentBlock .bg_small_more_link a:hover {/**/
  text-decoration:underline;
}

/* prBlock
------------------------------------------------------------- */
section.prBlock {
  margin: 12px;
}
section.prBlock div.clamantArea {
  padding: 5px 0 20px;
  background: #F1FFC8;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}
section.prBlock div.clamantArea h2 img {
  width:100%;
  max-width:746px;
}
section.prBlock div.clamantArea p {
  font-size: 18px;
  font-weight: bold;
}
section.prBlock div.clamantArea p.welcome {
  margin: 9px;
  text-align:center;
}
section.prBlock div.clamantArea p.check {
  margin: 15px 15px 0;
  padding: 10px;
  background: #F6D2D4;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  font-size: 18px;
  font-weight: bold;
}

/* check_area
----------------------------- */
.check_area {
  display: table;
  width: 650px;
  margin: 0 auto;
  background: #FFFADD;
  border: 1px solid #ff829f;
  border-radius: 8px;
}
.check_area .check_area_cel {
  display: table-cell;
  vertical-align: middle;
  text-align: left;
  padding: 15px 0 15px 15px;
}
.check_area .check_area_cel.text {
  padding: 15px;
  font-size: 16px;
  line-height: 18px;
}
.check_area .check_area_cel .strong {
  color: #fa456e;
  font-weight: bold;
  line-height: 18px;
}
.check_area a {
  text-decoration: underline;
  text-underline-position: under;
  text-decoration-line: underline;
  text-decoration-skip-ink: none;
}
.check_area img {
  width: 50px;
  border: 1px solid #333;
  border-radius: 3px;
}


/* topCampaign
-------------------------------------------------------------*/
article.topCampaign {
  margin: 20px auto 0;
}
article.topCampaign .bg_small_text {
  position: relative;
  margin-top: 23px;
}
article.topCampaign .bg_small_text p {
  height: 33px;
  padding: 0 8px 0 70px;
  background: #F4CA44;
  line-height: 33px;
  text-align: left;
  font-size: 16px;
  font-weight: bold;
  color: #FFF;
  overflow: hidden;
}
article.topCampaign .bg_small_text img {
  position: absolute;
  bottom: 0;
  left: 0;
}


/* topCampaign rankingArea
-------------------------------------------------------------*/
.topCampaign .rankingArea.pcc {
  margin: 10px;
  background: transparent;
  padding: 0;
}
.topCampaign .rankingArea .rankingBlock {
  margin: 0;
  border: 1px solid #ff8c2f;
  background: #ffffef;
  padding-bottom: 10px;
}
.topCampaign .rankingArea .subTitle {
  padding: 7px;
  background: #ff8c2f;
}
.topCampaign .rankingArea .subTitle h3 {
  color: #fff;
}
.topCampaign .pcc .resBox {
  margin: 0;
  padding: 5px 10px 0;
}
.topCampaign .resBox .title_name,
.topCampaign .resBox .title_name a {
  font-weight: normal;
  color: #000;
}
.topCampaign .resBox .author_name,
.topCampaign .resBox .author_name a {
  color: #808080;
  font-size: 10px;
}
.topCampaign .rankingArea .bottomBtns {
  margin: 0;
  padding: 13px 15px 0 0;
}


/* topCampaign banner
-------------------------------------------------------------*/
article.topCampaign .contents_right_sm_ba {
  width:748px;
  margin:5px auto 0;
}
article.topCampaign .contents_right_sm_ba:after {
  content: " ";
  display: block;
  clear: both;
}
article.topCampaign .contents_right_sm_ba:nth-child(5) {
  margin:10px auto 0;
}
article.topCampaign .contents_right_sm_ba_img {
  float:left;
  margin-right:8px;
}
article.topCampaign .contents_right_sm_ba_img:nth-child(3) {
  margin-right:0;
}
article.topCampaign .contents_right_sm_ba_img img {
  width:244px;
  height:68px;
  border:2px solid #F4CA44;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/* Link */
.topCampaign .sale_item {
  width: 770px;
  display: table;
  table-layout: fixed;
  margin: 15px auto;
  border-spacing: 10px 0;
}
.topCampaign .sale_item .sale_item_list {
  display: table-cell;
}
.topCampaign .sale_item_list a {
  display: block;
  position: relative;
  background: #fff;
  color: #007fad;
  height: 30px;
  line-height: 30px;
  text-decoration: none;
  font-size: 15px;
  border: 1px solid #05a1da;
  border-radius: 3px;
  padding-right: 10px;
}
.topCampaign .sale_item_list a:hover {
  background: #e3f5fb;
}
.topCampaign .sale_item_list a:after {
  content: '';
  display: block;
  clear: both;
  position: absolute;
  top: 50%;
  right: 8px;
  width: 6px;
  height: 6px;
  margin-top: -5px;
  border-top: 2px solid #05a1da;
  border-right: 2px solid #05a1da;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}


/* snsContent
------------------------------------------------------------- */
aside.snsContent {
  width: 80%;
  margin: 20px auto 0;
  padding: 10px 0;
  background:#A3CC54;
  border-radius: 5px;
}
aside.snsContent div.builtTimeline {
  width: 95%;
  margin: 10px auto 0;
}
div.builtTimeline section {
  text-align: center;
}
aside.snsContent div.builtTimeline h3 {
  display: none;
}
aside.snsContent .prArea {
  background: #A3CC54;
  margin: 0 2px;
}
aside.snsContent .prArea .bottom {
  background: #A3CC54;
}
aside.snsContent .prArea .bottom a {
  height: auto;
  padding: 0;
  line-height: 34px;
}
.prArea .bottom a:hover {
  opacity: 0.8;
}

/* sns_btn(overwrite)
------------------------------------------------------------- */
.btn_areas {
  width: 96% !important;
  margin: 10px auto 0;
}
