@charset "utf-8";

/* layout
-------------------------------------------------------------*/
div.content_wrapper {
  width: 950px;
  margin: 10px auto;
  background: #FFF;
}
article.special_content_wrapper {
  width: 770px;
  float: right;
  padding-bottom: 10px;
  background: #FFF7F7;
  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;
}

/* 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;
}
article.special_content_wrapper em {
}
article.special_content_wrapper strong {
}
span.arrow {
  display: inline-block;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #5ba429;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  margin-left: 5px;
}
.common_banner_w{
  margin: 10px auto;
  text-align: center;
}

/* messageBlock
------------------------------------------------------------- */
section.messageBlock {
  width: 750px;
  margin: 20px auto 10px;
}
section.messageBlock div.descriptionArea p{
  color: #5ba429;
  font-size: 17px;
  width: 520px;
  margin: 0 auto 10px;
  text-align: center; 
  font-weight: bold;
  letter-spacing: 1px;
}
section.messageBlock div.descriptionArea.end p {
  color: #F00;
}

/* contentBlock
------------------------------------------------------------- */
section.contentBlock {
  position:relative;
  width: 750px;
  margin: 10px 0 0 10px;
  text-align: left;
}
section.contentBlock a:hover{
  text-decoration:none;
}
section.contentBlock .bg_small_link{
  display: block;
  float: left;
  margin-right:10px;
  width: 365px;
  height: 235px;
}
section.contentBlock .bg_small_link.wide{
  display: block;
  float: left;
  margin-right:0;
  width: 740px;
  height: 192px;
}
section.contentBlock .bg_small_text{
  position: relative;
  margin-top: 23px;
}
section.contentBlock .bg_small_text p{
  height: 33px;
  padding: 0 8px 0 54px;
  background: #ff6085;
  line-height: 33px;
  text-align: left;
  font-size: 16px;
  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 #ff6085;
}
section.contentBlock .bg_small_link.wide .bg_small_img_w{
  position:relative;
  border:2px solid #ff6085;
}
section.contentBlock .bg_small_link .bg_small_img{
  width: 100%;
}
section.contentBlock .bg_small_link.ready .bg_small_img_w{
  position:relative;
  border:1px solid #ff6085;
}
section.contentBlock .bg_small_link.ready .bg_small_img{
  width: 100%;
}
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 .coming_txt{
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top:-45px;
  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: #5ba429;
}
section.contentBlock a:hover .bg_small_last_link{
  text-decoration:underline;
}
section.contentBlock .bg_small_more_link{
  position: absolute;
  top: 443px;
  left: 0;
  padding:5px;
  text-align:left;
  color: #5ba429;
}
section.contentBlock .bg_small_more_link.wide{
  position: absolute;
  top: 635px;
  left: 0;
}
section.contentBlock .bg_small_more_link a{
  font-size: 14px;
  font-weight: bold;
  color: #5ba429;
}
section.contentBlock .bg_small_more_link a:hover{
  text-decoration:underline;
}

/* prBlock
------------------------------------------------------------- */
section.prBlock {
  margin: 10px auto 0;
}
section.prBlock div.clamantArea h2 img {
  width:100%;
  max-width:746px;
}
.pos_r {
  position: relative;
}
.pos_a {
  position: absolute;
}
.clamantBlock.pos_a {
  bottom: 5%;
  left: 0;
  width: 100%;
  text-align: center;
}

/* topCampaign
-------------------------------------------------------------*/
article.topCampaign{
  margin: 20px auto 0;
}
article.topCampaign .bg_small_text{
  position: relative;
  margin-top: 31px;
}
article.topCampaign .bg_small_text p{
  height: 36px;
  padding: 0 0 0 70px;
  background: #ff6085;
  line-height: 38px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  color: #FFF;
  overflow: hidden;
}
article.topCampaign .bg_small_text img {
  position: absolute;
  bottom: 0;
  left: 5px;
  height: 58px;
}

/* topCampaign ranking
---------------------------- */
.topCampaign .rankingArea.pcc {
  width: 745px;
  margin: auto;
  background: #FFF7F7;
}
.topCampaign .rankingArea .subTitle {
  display: none;
}
.topCampaign .rankingArea .resBox .rank_num {
  margin: 0 auto 3px;
  line-height: 18px;
  text-align: center;
  font-size: 18px;
  color: #ff6085;
}
.topCampaign .rankingArea .bottomBtns a,.topCampaign .rankingArea .bottomBtns a:hover {
  background:#ff6085;
  border: 1px solid #ff6085;
  color: #fff;
}

/* topCampaign banner
---------------------------- */
article.topCampaign .contents_right_ba {
  margin: 0 0 10px 0;
  text-align:center;
}
article.topCampaign .contents_right_bi_ba {
  width:770px;
  min-width:770px;
  margin:15px auto 0;
}
article.topCampaign .contents_right_bi_ba img{
  width:750px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}
article.topCampaign .contents_right_sm_ba {
  width:748px;
  margin: 15px 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;
  box-sizing: border-box;
  -webkit-box-sizing: border-box;
}
article.topCampaign .topCamLink {
  margin: 5px 10px 0 0;
  text-align:right;
}
article.topCampaign .topCamLink a {
  color: #1C2D50;
  font-weight:bold;
}
article.topCampaign .sale_item_list {
  display: inline-block;
  width: 49%;
  margin: 15px auto;
  background: #FFF;
  border: 1px solid #ff6085;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  font-size: 14px;
}
article.topCampaign .sale_item_list:hover {
  opacity: 0.8;
}
article.topCampaign .sale_item_list a {
  display: block;
  position: relative;
  padding: 6px 3px;
  text-decoration:none;
  color: #ff6085;
  font-weight: bold;
}
article.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 #ff6085;
  border-right: 2px solid #ff6085;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

/* snsContent
------------------------------------------------------------- */
aside.snsContent {
  width: 80%;
  margin: 20px auto 0;
  padding: 10px 0;
  background:#ff6085;
  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: #ff6085;
  margin: 0 2px;
}
aside.snsContent .prArea .bottom {
  background: #ff6085;
}
aside.snsContent .prArea .bottom a {
  height: 36px;
  line-height: 28px;
}

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