@charset "Shift_JIS";

/**********************************************
** Site Name: AFRo
** Site URI: http://www.a-fro.jp/
** Description: 未ログイントップ
** Author: e-takahashi
** Last Update: 2022/06/08
** Updater: a-yamamoto
**********************************************/

/*-------------------------------------------*/
/*  CONTENTS:
/*--------------------------------------------
1.0 - 汎用スタイル
    1.1 - プログラム
    1.2 - プログラム アイコン説明
    1.3 - プログラム バッジ
2.0 - 重要なお知らせ
3.0 - トップローテ
4.0 - アフィリエイトとは
5.0 - AFRoの特長とは？
6.0 - AFRoの自己アフィリエイト「アフロセルフバンク」
7.0 - 新着プログラム
8.0 - ご提案可能なメディア
9.0 - 登録・出稿ボタン(メインカラム)

---------------------------------------------*/

/*-------------------------------------------*/
/*  1.0 - 汎用スタイル
/*-------------------------------------------*/
.top .main .link {
  margin-right: 10px;
  text-align: right;
}

/*  1.1 - プログラム
/*-------------------------------------------*/
.program_list {
  width: 705px;
  margin: 0 0 40px;
  padding: 10px;
  background: #f2f2f2;
}
.program_list ul {
  width: 100%;
  margin: 0 auto;
  background: #fff;
  box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.1);
}
.program_list li {
  border-bottom: #ccc 1px solid;
}
.program_list li:last-child { border-bottom: none;}
.program_list li a {
  width: 100%;
  display: table;
  table-layout: fixed;
  position: relative;
  padding: 15px;
  text-decoration: none;
  transition: background-color .2s linear;
}
.program_list li a:hover { background: #e5f4ff;}
.program_list li .thumbnail,
.program_list li .status {
  display: table-cell;
  vertical-align: top;
}
.program_list li .thumbnail { width: 120px;}
.program_list li .thumbnail img { vertical-align: bottom;}
.program_list li .status {
  width: 535px;
  padding-left: 10px;
  line-height: 1.5em;
  text-align: left;
}
.program_list li .status .name,
.program_list li .status .condition {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
.program_list li .status .name {
  margin-bottom: 4px;
  font-weight: bold;
  font-size: 14px;
  color: #1599f4;
}
.program_list li .status .condition,
.program_list li .status .reward {
  letter-spacing: 1px;
}
.program_list li .status .reward span,
.program_list li .status .reward ins,
.program_list li .status .reward del {
  letter-spacing: 1px;
}
.program_list li .status .reward span,
.program_list li .status .reward del {
  padding-left: 3px;
}


/*  1.2 - プログラム アイコン説明
/*-------------------------------------------*/
.btn_program_modal {
  position: relative;
}
.btn_program_modal span {
  display: inline-block;
  position: absolute;
  top: -48px;
  right: 10px;
  cursor: pointer;
  text-decoration: underline;
}
.btn_program_modal span:hover {
  text-decoration: none;
}

/*  1.3 - プログラム バッジ
/*-------------------------------------------*/
.badge {
  width: 65px;
  display: inline-block;
  box-sizing: border-box;
  margin-right: 5px;
  padding: 2px 0 1px;
  border-radius: 2px;
  line-height: 1.2em;
  text-align: center;
  font-weight: normal;
  font-size: 12px;
  color: #fff;
}
.badge_txt {
  display: none;
  position: absolute;
  bottom: 85px;
  left: 68px;
  border-radius: 4px;
}
.badge_txt p {
  width: 220px;
  height: auto;
  box-sizing: border-box;
  display: inline-block;
  position: relative;
  padding: 8px 10px;
  text-align: left;
  font-size: 12px;
  color: #fff;
}
.badge_txt p:before {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -16px;
  left: 50%;
  border-bottom:8px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
}
.badge_txt p:after {
  width: 0;
  height: 0;
  content: '';
  display: inline-block;
  position: absolute;
  bottom: -15px;
  left: 50%;
  border-bottom:8px solid transparent;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  margin-left: -6px;
}
.badge_txt p span {
  display: block;
  font-size: 11px;
}
.badge_type_1, .badge_type_2 { background: #fe194a;}/* 報酬UP, 高額報酬 */
.badge_type_1 p:after, .badge_type_2 p:after { border-top: #fe194a 8px solid;}

.badge_type_3, .badge_type_4, .badge_type_5 { background: #ff9600;}/* 即時提携, 即時承認, 本人OK */
.badge_type_3 p:after, .badge_type_4 p:after, .badge_type_5 p:after { border-top: #ff9600 8px solid;}

.badge_type_6, .badge_type_7 { background: #1599f4;}/* 定率, 独占 */
.badge_type_6 p:after, .badge_type_7 p:after { border-top: #1599f4 8px solid;}

.badge_type_2 p { text-align: center;}

/*-------------------------------------------*/
/*  2.0 - 重要なお知らせ
/*-------------------------------------------*/
#header .important a {
  display: block;
  padding: 4px 0 2px;
  background: #e7e7e7;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 15px;
  color: #fe194a;
  transition: .2s linear;
}
#header .important a:hover {
  background: #e5f4ff;
}

/*-------------------------------------------*/
/*  3.0 - トップローテ
/*-------------------------------------------*/
.slidearea {
  width: 945px;
  height: 250px;
  position: relative;
  margin: 0 auto 40px;
}
.slidearea .slide ul li a {
  width: 650px;
  display: block;
  margin: 0 auto;
}
.slidearea .slide_prev {
  left: 0;
  background: url(../img/img_prevnext.png) no-repeat 75px center;
  transform: rotateY( 180deg );
}
.slidearea .slide_next {
  right: 0;
  background: url(../img/img_prevnext.png) no-repeat 75px center;
}
.slidearea .slide_prev,
.slidearea .slide_next {
  width: 130px;
  height: 250px;
  position: absolute;
  top: 0;
  z-index: 3;
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  cursor: pointer;
}
.slick-slide {
  margin: 0 11px 0 12px;
  
}
.slick-slide:not(.slick-center) {
  opacity: 0.4;
}


/*-------------------------------------------*/
/*  4.0 - アフィリエイトとは
/*-------------------------------------------*/
.top .afi_about {
  border-bottom: #ccc 1px solid;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.top .afi_about .txt {
  margin: 0 15px 30px; 
  line-height: 1.8em;
  font-size: 14px;
}
.top .afi_about ul {
  width: 630px;
  overflow: hidden;
  margin: 0 auto 30px;
}
.top .afi_about ul li {
  width: 170px;
  float: left;
  margin-right: 60px;
  padding-top: 115px;
  font-size: 13px;
}
.top .afi_about ul li:nth-child(1) { background: url(../img/img_afi_about01.gif) no-repeat center top;}
.top .afi_about ul li:nth-child(2) { background: url(../img/img_afi_about02.gif) no-repeat center top;}
.top .afi_about ul li:nth-child(3) { background: url(../img/img_afi_about03.gif) no-repeat center top;}
.top .afi_about ul li:last-child {
  margin-right: 0;
}

/*-------------------------------------------*/
/*  5.0 - AFRoの特長とは？
/*-------------------------------------------*/
.top .afro_about {
  border-bottom: #ccc 1px solid;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.top .afro_about .txt {
  margin: 0 15px 30px; 
  line-height: 1.8em;
  font-size: 14px;
}
.top .afro_about img {
  display: block;
  margin: 0 auto 30px; 
}

/*-------------------------------------------*/
/*  6.0 - AFRoの自己アフィリエイト「アフロセルフバンク」
/*-------------------------------------------*/
.top .afroselfbank {
  border-bottom: #ccc 1px solid;
  margin-bottom: 50px;
  padding-bottom: 20px;
}
.top .afroselfbank .txt {
  margin: 0 15px 30px; 
  line-height: 1.8em;
  font-size: 14px;
}
.top .afroselfbank img {
  display: block;
  margin: 0 auto 30px; 
}

/*-------------------------------------------*/
/*  7.0 - 新着プログラム
/*-------------------------------------------*/
.top .new_program { margin-bottom: 60px;}
.top .new_program ul {
  width: 685px;
  margin: 0 auto 20px;
}
.top .new_program li {
  padding: 15px 0;
  border-bottom: #ccc 1px dotted;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top .new_program li:nth-child(1) {  padding: 0 0 15px;}
.top .new_program li span {
  margin-right: 15px;
}

/*-------------------------------------------*/
/*  8.0 - ご提案可能なメディア
/*-------------------------------------------*/
.top .media { margin-bottom: 60px;}
.top .media ul {
  width: 685px;
  margin: 0 auto 20px;
}
.top .media li {
  padding: 15px 0;
  border-bottom: #ccc 1px dotted;
  font-size: 14px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.top .media li:nth-child(1) {  padding: 0 0 15px;}
.top .media li span {
  margin-right: 15px;
}
.top .media .txt {
  text-align: center;
  font-size: 15px;
}

/*-------------------------------------------*/
/*  9.0 - 登録・出稿ボタン(メインカラム)
/*-------------------------------------------*/
.top .comment {
  width: 525px;
  overflow: hidden;
  margin: 0 auto 25px;
  font-size: 20px;
}
.top .comment img {
  float: left;
  margin-right: 3px;
  padding-top: 2px;
}
.top .comment span {
  display: inline-block;
  float: left;
}
.top .main ul.btn_regist {
  width: 705px;
  clear: both;
  overflow: hidden;
  margin-bottom: 50px;
  padding-bottom: 10px;
}
.top .main .btn_regist li {
  width: 340px;
  float: left;
}
.top .main .btn_regist li:nth-child(1) { margin-right: 25px;}
.top .main .btn_regist li a {
  height: 90px;
  line-height: 1.5em;
  font-size: 20px;
}
.top .main .btn_regist li a span.str {
  display: block;
  font-size: 24px;
}
.top .btn_regist li a span.str span { font-weight: bold;}












