@charset "utf-8";

/* -------------------------
毎回変更する箇所
------------------------- */
.hero_image_inner img {
/* もし横幅が980px以上な場合はmarginにて調整 */
}
.hero_image_inner{
	position: relative;
}
.hero_image_inner > .hero_add_left{
	position: absolute;
	top: 96px;
	left: 16px;
}
.hero_image_inner > .hero_add_right {
	position: absolute;
	top: 104px;
	left: 850px;
}
@media screen and (max-width: 784px) {
  .hero_image_inner img {
    width: 100%;
    height: auto;
    margin: 0 !important;
  }

	.hero_image_inner>.hero_add_right,
	.hero_image_inner>.hero_add_left{
		display: none;
	}
	.staff_comment{
		position: relative;
		z-index: 10;
	}
}

/* -------------------------
基本設計
------------------------- */

body {
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ",
    "Meiryo", "YuGothic", "Yu Gothic", sans-serif;
  font-size: 14px;
  color: #333;
	background: #f0f0e8;
	-webkit-text-size-adjust: 100%;
}

#container {
  width: 100%;
  margin: 0 auto;
}

/* !Responsive  */
.sp {
  display: none !important;
}

@media only screen and (max-width: 784px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: block !important;
  }
}

/* -------------------------
共通
------------------------- */

ul,
li {
  list-style: none;
}

p,
dt,
dd,
li {
  line-height: 1.6;
  margin-bottom: 8px;
}

dd {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

dt {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
}

section h3 {
  font-size: 18px;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 8px;
}

section p {
  font-size: 12px;
  color: #666;
  margin-bottom: 10px;
}

.none {
  opacity: 0.2;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mb15 {
  margin-bottom: 10px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.fwb{
	font-weight: bold;
}

/*クリアフィックス*/
.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

/* テキスト */
.notice {
  padding-left: 1em;
  text-indent: -1em;
  font-size: 11px;
  font-weight: normal;
  margin-bottom: 0;
  line-height: 1.45;
  color: #999;
}

strong {
  /* 報酬額 */
  font-size: 24px;
  margin-left: 10px;
}

.red {
  color: #eb6877;
}
.gray {
  color: #616161;
}
.bold {
  font-weight: bold;
  color: #616161;
}
.big {
  font-size: 15px;
  line-height: 1.4;
}
.small {
  font-size: 12px;
}

i {
  /* Fontawsome カスタマイズ */
  margin-right: 5px;
}

.icon_link {
  /* Fontawsome 丸背景アンカー */
  display: inline-block;
  line-height: 30px;
  margin-right: 1.2em;
  padding-right: 1.2em;
  font-size: 15px;
  border-radius: 17px;
  background: #fff;
  box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.03);
}

i.icon_circle {
  /* Fontawsome 丸背景 */
  background: #333;
  width: 31px;
  height: 30px;
  line-height: 30px;
  padding-top: 1px;
  border-radius: 50%;
  text-align: center;
  margin-right: 8px;
  color: #fff;
  font-size: 15px;
}

.icon_link:hover i.icon_circle {
  background: #eb6877;
}

/* リンク */
a {
  color: #333;
}

a:hover {
  text-decoration: none;
  color: #e8001d;
}

#main a {
  opacity: 0.9;
}

/* 見出し */
main h2 {
  display: block;
  font-weight: bold;
  font-size: 28px;
  margin: 0 auto 26px;
  padding-top: 30px;
}

main h2 i {
  margin-right: 10px;
}

/* 枠 */
section section,
.about,
#abm {
  position: relative;
  margin: 0 auto 25px;
  padding: 32px 40px 21px;
  border-radius: 0 0 2px 2px;
  background: #fdfdfd;
}

section section {
  background: url(../img/border.gif) repeat-x #fdfdfd;
  box-shadow: 5px 5px 0 rgba(0, 0, 0, 0.03);
  padding-bottom: 26px;
}

.box {
  clear: both;
  background: #fff;
  background: #f5f5f5;
  padding: /*14px 15px 8px*/ 11px 10px 4px;
  border-radius: 4px;
  margin-bottom: 15px;
}

.box:after {
  content: "";
  display: block;
  clear: both;
}

.recommend section {
  background: #f4f4f4;
  border: 6px solid #fff;
  padding: 26px 34px 26px;
}

/* バナー、商品画像 */
figure {
  float: left;
  padding: 4px 15px 4px 5px;
  margin-bottom: 10px;
}

figure.center {
  float: none;
  text-align: center;
}

.c3 figure {
  width: 100%;
  padding: 0;
  text-align: center;
}

/* ボタン */
.btn_list {
  margin-top: 9px;
}

.btn_list li {
  margin-bottom: 0;
}

.btn {
  position: relative;
  display: block;
  line-height: 42px;
  background: #333;
  padding: 3px 20px 2px;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
  text-align: center;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  margin: 0 auto;
  font-weight: bold;
  border-radius: 4px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.2),
    inset 0 20px 20px rgba(255, 255, 255, 0.02),
    inset -3px -3px 0 rgba(0, 0, 0, 0.3);
}

.btn i {
  margin-right: 4px;
}

.btn:hover {
  top: -2px;
  color: #fff;
  padding-bottom: 4px;
  margin-bottom: -2px;
  box-shadow: inset 1px 1px 0 rgba(255, 255, 255, 0.4),
    inset 0 20px 20px rgba(255, 255, 255, 0.02),
    inset -3px -5px 0 rgba(0, 0, 0, 0.3);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.05);
}

.btn:active {
  padding: 5px 20px 2px;
  box-shadow: inset 3px 4px 0 rgba(0, 0, 0, 0.2),
    inset 0 -20px 20px rgba(255, 255, 255, 0.02);
}

.btn_affiback {
	background-color: #e5599b;
  background: linear-gradient(#f27cb4, #e5599b) !important;
}

.btn_teikei {
	color: #fff;
	background-color: #f64542;
  background: linear-gradient(#ff5754, #eb312b);
}

.btn_left,
.btn_right,
.btn_wide {
  font-size: 24px;
  line-height: 54px;
  border-radius: 6px;
}

.btn_wide {
  clear: both;
  width: 60%;
  margin: 30px auto;
}

.btn_left,
.btn_right {
  width: 44%;
  background: #666;
  color: #fff;
  font-size: 22px;
  margin-bottom: 15px;
}

.btn_right {
  margin-right: 0;
}

.btn_left {
  float: left;
  margin-left: 0;
}

.btn_left i,
.btn_right i,
.btn_wide i {
  margin-right: 10px;
}

.btn_wide:hover {
  margin-bottom: 28px;
}

.btn_left:hover,
.btn_right:hover {
  margin-bottom: 13px;
}

/* -------------------------
アサイド（ヘッダー上に表示）
------------------------- */
aside {
  width: 980px;
  margin: 14px auto 16px;
  height: 33px;
}

aside .icon_link {
  display: block;
  float: left;
}

#term {
  float: left;
}

#term dt {
  width: 100px;
  line-height: 28px;
  float: left;
  font-size: 13px;
  background: #333;
  color: #fff;
  text-align: center;
  border-radius: 6px;
  padding-bottom: 2px;
  margin-top: 2px;
}

#term dt i {
  margin-right: 0.4em;
}

#term dd {
  color: #333;
  margin-left: 110px;
  line-height: 32px;
  text-align: left;
  font-size: 15px;
  white-space: nowrap;
}

/* =======================================
メイン
======================================= */
main {
  width: 980px;
  margin: 0 auto;
}

main > section {
  clear: both;
}

/* =======================================
ヘッダー
======================================= */

.hero_contents_wrapper {
  width: 100%;
}
.hero_contents_inner {
  width: 980px;
  margin: 0 auto;
}
.hero_image_wrapper {
	width: 100%;
	min-width: 980px;;
  height: 390px;
  background-image: url(../img/hero_background.png);
  background-position: center center;
  background-size: cover;
  overflow: hidden;
}
.hero_image_inner {
	width: 980px;
  margin: 0 auto;
}
.hero_image_inner figure{
	padding: 0;
}

/* btn */

.btn_all_teikei {
  width: 570px;
}

.btn_anker_affiback {
  width: 300px;
}

.btn_all_teikei small {
  padding: 0 12px 0 0;
  font-weight: normal;
}

.btn_all_teikei span {
  font-size: 24px;
}

.btn_anker_affiback small {
  display: inline-block;
  font-weight: normal;
  text-align: left;
  font-size: 13px;
  line-height: 1.5;
  padding: 0 10px 0 0;
}

.btn_hero_wrap {
	display: inline-block;
	overflow: hidden;
}

.btn_hero_wrap > li {
  float: left;
  border-radius: 4px;
  background: rgba(255, 255, 255, 1);
  border: 5px solid rgba(255, 255, 255, 1);
  margin: 0 10px 0 0;
}

.btn_hero_wrap > li:last-child {
  margin: 0;
}

.btn_hero_wrap .btn{
	height: 55px;
	line-height: 55px;
	display: inline-block;
}

.btn_hero_wrap .btn > *{
	vertical-align: middle;
}

.hero_btn_wrap {
  display: block;
}

.hero_btn {
  position: relative;
  text-align: center;
  z-index: 10;
  margin: -54px auto 0;
}

/* -------------------------
特集担当からひとこと
------------------------- */

.staff_comment {
  width: 100%;
  min-width: 980px;
  margin: -19px 0 0 0;
  padding: 20px 0;
  background-color: #1e828b;
  text-align: center;
}
.staff_comment_wrap {
  overflow: hidden;
  padding: 12px 0 0 0;
  display: inline-block;
}
.staff_comment_inner {
  display: table;
  max-width: 980px;
}
.staff_comment_img_box {
  width: 104px;
  padding: 0 32px 0 0;
}
.staff_comment img {
  max-width: 104px;
  max-height: 88px;
  height: auto;
  display: table-cell;
  vertical-align: middle;
}
.staff_comment dt {
  display: table-cell;
  vertical-align: middle;
}
.staff_comment dd {
  display: table-cell;
  vertical-align: middle;
  font-size: 14px;
  text-align: left;
  color: #fff;
  letter-spacing: 0.05em;
}
.staff_comment p {
  text-align: left;
  color: #fff;
  letter-spacing: 0.05em;
}
.staff_comment a {
  color: #fff;
}

/* -------------------------
概要・需要期グラフ
------------------------- */
.about {
  clear: both;
  margin: 20px 0 30px;
  padding-top: 24px;
}

.about .right:after,
.about:after {
  display: block;
  content: "";
  clear: both;
}

.about h3 {
  font-size: 26px;
  color: #333;
  padding-top: 0;
  margin-bottom: 25px;
  margin-left: 0px;
  background: none;
  letter-spacing: 0.02em;
}

.about h3 .about_lead {
  margin-right: 0.8em;
  font-size: 15px;
  color: #fff;
  padding: 5px 16px 4px;
  background: #666;
  vertical-align: middle;
}

.about .small_title:before {
  bottom: -8px;
}

.about figure {
  padding-left: 1px;
  padding-right: 25px;
}

.about figure img {
  width: 340px;
}

.about .right {
  margin-left: 366px;
}

.about .right p {
  font-size: 14px;
  line-height: 1.7;
  padding-top: 4px;
}

.about dl {
  margin-top: 15px;
}

.about dt {
  font-weight: bold;
  font-size: 15px;
  margin-bottom: 3px;
}

.about dd {
  line-height: 1.4;
  margin-bottom: 15px;
  font-size: 15px;
}

.about .btn_wide {
  margin-top: 0;
}

.about .btn {
  /* ボタンひとつ、左カラム内の場合 */
  background: #666;
}

.about .btn:hover {
  margin-bottom: 13px;
  bottom: -2px;
}

.about .btn i {
  margin-right: 6px;
}

/* -------------------------
ナビ
------------------------- */
nav {
  margin: 20px 5px 17px;
  clear: both;
}

nav ul {
  font-size: 16px;
  text-align: left;
}

nav li {
  display: inline-block;
  margin-bottom: 12px;
  margin-right: 0.8em;
  border-radius: 13px;
}

nav li .icon_link {
  margin-right: 0;
}

nav a {
  color: #333;
  white-space: nowrap;
}

/* -------------------------
プログラム
------------------------- */
/* 小見出し */
.small_title {
  background: #666;
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
  padding: 8px 16px 6px;
  position: relative;
  margin-bottom: 6px;
  line-height: 1;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}

.small_title_teikei {
  background: #f5a945;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.small_title_teikei:before {
  background-image: url(../img/small_title_angle_gray.png);
}

.small_title_affiback {
  background: #f5456e;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.2);
}

.small_title_affiback:before {
  background-image: url(../img/small_title_angle_gray.png);
}

/* 報酬額 */
.money {
  color: #e8001d;
  display: block;
}

/* 税込表記 */
.tax {
  font-size: 11px;
  font-weight: normal;
  padding-left: 2px;
}

/* 丸見出しをセクションに追加 */
.only:before,
.pick:before,
.hosyu:before,
.self:before {
  position: absolute;
  top: -15px;
  left: -30px;
  z-index: 1;
  background: #fa3f0e;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  width: 94px;
  height: 94px;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  line-height: 94px;
  transform: rotate(-12deg);
}

.only:before {
  content: "AT独占";
}

.pick:before {
  content: "PICK UP";
  font-size: 18px;
}

.hosyu:before {
  content: "報酬UP";
}

.self:before {
  content: "本人利用OK";
  line-height: 22px;
  font-size: 18px;
  box-sizing: border-box;
  padding-top: 28px;
}

/*.sale:before {
	content: "SALE";
}*/

.sale:before {
  background: url(../img/sale_icon.png) no-repeat;
  width: 102px;
  height: 102px;
  position: absolute;
  content: "";
  top: -15px;
  left: -30px;
  z-index: 1;
  background-size: 102px auto;
}

.hukubukuro:before{
	background: url(../img/hukubukuro.png) no-repeat;
	width: 108px;
	height: 108px;
	position: absolute;
	content: "";
	top: -20px;
	left: -35px;
	z-index: 1;
	background-size: 108px auto;
}

/* 1カラム */
.c1 .btn_list {
  margin-left: 500px;
}

.c1 .btn_list li {
  float: left;
  width: 200px;
}

.c1 .btn_list:after {
  content: "";
  display: block;
  clear: both;
}

.c1 .btn_list .btn {
  width: 150px;
  line-height: 46px;
}

.c1 .btn_center {
  margin: 10px auto 0;
  text-align: center;
  width: 400px;
}

.tag {
  display: inline-block;
  position: relative;
  background: #333;
  color: #fff;
  line-height: 28px;
  border-radius: 3px 0 0 3px;
  padding: 0 5px 1px 8px;
  font-size: 12px;
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.8);
  min-width: 64px;
  letter-spacing: 0.05em;
  text-align: center;
  white-space: nowrap;
  margin-right: 20px;
  padding: 0 5px 0 10px;
}

.tag:before {
  content: "";
  position: absolute;
  top: 50%;
  right: -13px;
  margin-top: -14px;
  border-top: 14px solid transparent;
  border-bottom: 14px solid transparent;
  border-left: 13px solid #333;
}

.tag:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: -6px;
  margin-top: -2px;
  width: 4px;
  height: 4px;
  border-radius: 2px;
  background: #eee;
}

.tag_list {
  margin-bottom: 12px;
}

.tag_list li {
  margin-left: 10px;
  margin-bottom: 0;
  float: left;
}

/* プログラム条件（P管理画面のデザイン） */
.badge {
  font-size: 10px;
  color: #666;
  line-height: 25px;
  background: #f0f0e1;
  padding: 1px 5px;
  /*	min-width: 90px; */
  letter-spacing: 0.02em;
  text-align: center;
  white-space: nowrap;
  box-shadow: 0 1px 1px rgba(0, 0, 0, 0.1);
}

.badge_list > li:first-child {
  margin-left: 0;
}

.badge_list02 {
  margin: 0 auto;
  height: 22px;
  display: inline-block;
}

.badge_list li,
.badge_list02 li {
  margin-left: 10px;
  float: left;
}

.badge_table {
  overflow: hidden;
  margin: 10px 0 0 0;
}

.badge_table li {
  width: 73px;
  float: left;
  box-sizing: border-box;
}

.badge_table li:nth-child(2) {
  width: 74px;
  margin: 0 10px 0;
}

.badge_male,
.badge_female {
  background: #efefef;
  min-width: 72px;
}

.badge_male {
  color: #00a3d9;
}

.badge_female {
  color: #fe5d8a;
}

.tag_list:after,
.badge_list:after {
  content: "";
  display: block;
  clear: both;
}

.c1 th,
.c1 td {
  padding: 6px 15px 6px 0;
  vertical-align: top;
}

.c1 th {
  width: 200px;
}

.c1 td:nth-child(3) {
  width: 210px;
}

.c1 .contrast td:nth-child(3) {
  width: auto;
}

.c1 th .small_title {
  margin-top: 0;
}

.c1 td .btn {
  margin-top: 0;
  margin-bottom: 0;
}

.c1 td .btn:hover {
  margin-bottom: -2px;
}

/* 比較表（テーブル） */
.c1 table.contrast {
  width: auto;
  margin: 4px 0 15px;
}

.c1 table.text_top {
  margin-top: 12px;
}

.c1 p.contrast_protext {
  font-weight: bold;
  font-size: 18px;
  line-height: 1.5;
}

.c1 table.contrast th {
  background: #f5f5f5;
  border: solid 1px #e0e0e0;
  text-align: center;
  padding: 4px 0;
  width: 69px;
  vertical-align: middle;
}

.c1 table.contrast tr td {
  border: solid 1px #e0e0e0;
  text-align: center;
  padding: 4px 0;
}

.c1 table.contrast p {
  font-size: 10px;
  margin: 0;
}

.c1 dl.contrast_text,
.c1 p.contrast_text {
  clear: both;
}

.c1 dl.bonus_frame {
  display: inline-block;
  width: 439px;
}

.c1 dl.abm {
  margin-right: 16px;
}

.c1 dl.bonus_frame dd {
  display: inline-block;
  min-height: auto;
  margin: 0px 16px 0px;
}

.c1 dl.bonus_frame dd dl {
  border: none;
  background: none;
  border-radius: 0px;
  margin-top: 16px;
}

.c1 dl.bonus_frame dd dl dd {
  margin-left: 0px;
  margin-bottom: 10px;
}

.c1 dl.bonus_frame dd.btn_frame {
  width: 93%;
}

.c1 dl.bonus_frame dd.btn_frame a.btn {
  line-height: 46px;
}

.c1 dd {
  min-height: 4.8em;
}

.c1 dl.width_frame {
  width: 100%;
}

.c1 dl.width_frame dd.btn_frame {
  width: 30%;
  float: right;
  margin-top: 16px;
}

/* 2カラム */
.c2 section {
  float: left;
  width: 390px;
  margin-right: 40px;
}

.c2 section.height {
  min-height: 538px;
}

.c2 figure img {
  width: 120px;
}

/* ピックアップ */
.c2 .pick,
.c2 .hosyu {
  min-height: auto;
}

.c2.recommend dl {
  margin-left: 140px;
}

.c2.recommend dd .btn {
  margin-top: 10px;
}

.c2.recommend dd .btn:hover {
  margin-bottom: -2px;
}

.c2 .btn_list {
  clear: both;
}

.c2 .btn_list:after {
  content: "";
  display: block;
  clear: both;
}

.c2 .btn_list li {
  float: left;
  width: 48%;
  text-align: center;
  padding: 0 1%;
}

.c2 .btn_list li.pro_btn_wide {
  width: 90%;
}

.c2 .btn_list .btn {
  margin: 0;
}

.c2 .btn_list .btn:hover {
  margin-bottom: -2px;
}

.c2 .badge_list li:first-child,
.c2 .tag_list li:first-child {
  margin-left: 0;
}

.c2 .badge {
  min-width: auto;
}

.c2 .box {
  padding: 8px 10px 1px;
}

.c2 .btn_list li.btn_position_right {
  float: right;
}

/* 3カラム */
.c3 section {
  float: left;
  width: 240px;
  margin-right: 40px;
  padding: 22px 30px 0;
}

.c3:after {
  content: "";
  display: block;
  clear: both;
}

.c3 figure {
  margin: 15px auto 10px;
  text-align: center;
}

.c3 dl {
  clear: both;
}

.c3 dl dd dl {
  margin-top: 8px;
}

.c3 .btn_list li {
  margin-bottom: 10px;
  text-align: center;
}

.c3 .btn_list li:nth-child(2) {
  margin-bottom: 0;
}

.c3 .notice {
  min-height: 2.8em;
}

.c3 section > .btn_affiback {
  margin: 10px auto 0;
}

.c3 section > .btn_teikei {
  margin: 10px auto 0;
}

.c3 p.contrast_protext {
  font-size: 18px;
  font-weight: bold;
}

.c3 section .btn:hover {
  margin-bottom: -2px;
}

.c3 .note {
  /* 2016ダイエット特集用 */
  display: block;
  position: absolute;
  font-size: 11px;
  font-weight: normal;
  color: #888;
  width: 86px;
  right: 30px;
  margin-top: -36px;
}

/* -------------------------
カラム組み共通
------------------------- */
.c2 section:nth-of-type(2n),
.c3 section:nth-of-type(3n) {
  margin-right: 0;
}

.c2 section:nth-of-type(2n):after,
.c3 section:nth-of-type(3n):after {
  content: "";
  display: block;
  clear: both;
}

.c1 dl,
.c2 dl,
.c3 dl {
  margin-top: 15px;
}

.c1 dl.bonus_frame,
.c2 dl.bonus_frame,
.c3 dl.bonus_frame {
  background: #f2f2f2;
  border-radius: 4px;
  padding: 0px 0px 14px;
}

.c2 dl.bonus_frame dd dl dt,
.c3 dl.bonus_frame dd dl dt {
  margin-bottom: 4px;
  font-size: 15px;
}

.c2 dl.bonus_frame dd dl,
.c3 dl.bonus_frame dd dl {
  margin-top: 8px;
  margin-right: 16px;
  margin-left: 16px;
}

.c1 dl.bonus_frame dt {
  font-size: 15px;
  line-height: 1.4;
  margin-bottom: 0px;
}

.c2 dl.bonus_frame dt {
  margin-bottom: 4px;
}

.c1 dl.bonus_frame dd dl dt,
.c3 dl.bonus_frame dd dl dt {
  display: inline-block;
  border: none;
}

.c2 dl.bonus_frame dd.btn_frame,
.c3 dl.bonus_frame dd.btn_frame {
  margin: 0px 16px;
}

.c1 dl.bonus_frame dt.small_title:after,
.c2 dl.bonus_frame dt.small_title:after,
.c3 dl.bonus_frame dt.small_title:after {
  border-right: 10px solid #f2f2f2;
}

/* -------------------------
セール開始日
------------------------- */
.sale_frame {
  width: 100%;
  overflow: hidden;
  margin: 0;
}

.sale_frame dt {
  box-sizing: border-box;
  font-size: 12px;
  width: 40%;
  height: 20px;
  float: left;
  background: #fff;
  text-align: center;
  font-weight: normal;
  padding: 1px 3px 0;
  border: solid 1px #666;
  color: #666;
}

.sale_frame dd {
  box-sizing: border-box;
  font-size: 14px;
  text-align: left;
  width: 60%;
  height: 20px;
  float: left;
  padding: 0 10px 3px;
}

/* -------------------------
アフィバックモール
------------------------- */
h2#abm img {
  margin: 10px auto;
}

#abm {
  padding-top: 40px;
  padding-bottom: 50px;
  text-align: center;
}

#abm h1 {
  padding: 0;
  margin: 0;
  height: 100px;
}

#abm h1 img {
  box-shadow: none;
}

#abm .abm_frame {
  border-right: solid 1px #ccc;
  border-bottom: solid 1px #ccc;
  border-left: solid 1px #ccc;
  background: #fff;
}

#abm .abm_frame p {
  font-size: 15px;
}

#abm .abm_frame p.abm_text {
  margin: 0 24px;
  padding-top: 30px;
  text-align: left;
}

#abm .abm_frame dl:after {
  content: "";
  display: block;
  clear: both;
}

#abm .abm_frame dl dt {
  margin: 45px 0 0 0;
  font-size: 22px;
  font-weight: bold;
  color: #ff709f;
}

#abm .abm_frame dl dd {
  margin: 35px 0 0 0;
}

#abm .abm_frame dl dd p {
  top: 684px;
  left: 204px;
  text-align: left;
  position: absolute;
}

#abm .abm_frame figure {
  text-align: center;
  width: 100%;
  padding: 0;
}

#abm .abm_frame figure img {
  margin-bottom: 20px;
}

/* -------------------------
フッター
------------------------- */
footer {
  background: #333;
  position: relative;
  margin: 40px auto 0;
  padding: 15px;
}

footer p {
  margin: 0 auto 10px;
  text-align: center;
  color: #fff;
  font-size: 12px;
}

footer p a {
  display: block;
}

footer p small {
  font-size: 11px;
}

footer p img {
	width: 120px;
	padding:10px 0;
}

@media screen and (max-width: 784px) {
	footer p img {
		width: 150px;
	}
}

.height550 {
  height: 550px;
}

@media screen and (max-width: 784px) {
  .height550 {
    height: auto;
  }

  /* -------------------------
共通
------------------------- */

  main {
    width: 100%;
  }
  /* 見出し */
  main h2 {
    padding-top: 20px;
  }

  main h2 i {
    margin-right: 10px;
  }

  /* 枠 */
  section section,
  .about,
  #abm {
    padding-right: 16px;
    padding-left: 16px;
  }

  .about {
    margin-right: 8px;
    margin-left: 8px;
  }

  #container {
    width: 100%;
  }

  a {
    display: inline-block;
  }

  dd {
    font-size: 14px;
  }

  h2 {
    text-indent: 10px;
    padding: 10px 0;
  }

  .fa-3x {
    font-size: 2em !important;
  }

  /* 枠 */
  section {
    padding: 32px 8px 0px;
  }

  figure {
    float: none;
    text-align: center;
    width: 100%;
    padding: 4px 0;
  }

  figure a {
    display: inline;
  }

  figure img {
    max-width: 100%;
  }

  .icon_link {
    /* Fontawsome 丸背景アンカー */
    margin-bottom: 8px;
    font-size: 12px;
  }

  /* =======================================
ヘッダー
======================================= */
  .hero_contents_wrapper {
    width: 100%;
  }
  .hero_contents_inner {
    width: 980px;
    margin: 0 auto;
  }
  .hero_image_wrapper {
		width: 100%;
		min-width: auto;
    height: auto;
    background-image: none;
    overflow: hidden;
  }
  .hero_image_inner {
    width: 100%;
    margin: 0 auto;
  }

  /* btn */

  .btn_all_teikei small {
    padding: 0 12px 0 0;
    font-weight: normal;
  }

  .btn_all_teikei span {
    font-size: 24px;
  }

  .btn_anker_affiback small {
    display: inline-block;
    font-weight: normal;
    text-align: left;
    font-size: 13px;
    line-height: 1.5;
    padding: 0 10px 0 0;
  }

  .btn_hero_wrap {
		position: fixed;
		bottom: 0;
		left: 0;
		width: 100%;
  }

  .btn_hero_wrap > li {
		width: 100%;
		float: none;
    border-radius: 4px;
		background: rgba(0, 0, 0, .3);
		border: none;
		padding: 5px 0;
		margin: 0;
  }

  .btn_hero_wrap > li:last-child {
    display: none;
  }
  .hero_btn {
    position: relative;
    text-align: center;
    z-index: 100;
    margin: -54px auto 0;
  }

  .new_btn {
    display: inline-block;
    height: 60px;
    border-radius: 4px;
    color: #ffffff;
    display: block;
    font-size: 18px;
    font-weight: bold;
    text-align: center;
    text-decoration: none;
    box-shadow: inset 0 0 0 rgba(255, 255, 255, 0.2),
      inset 0 20px 20px rgba(255, 255, 255, 0.02),
      inset 0 -5px 0 rgba(0, 0, 0, 0.3);
  }

  .new_btn:hover {
    box-shadow: none;
    transform: translate3d(0, 3px, 0);
    color: #fff;
  }

  .new_btn > * {
    line-height: 56px;
    vertical-align: middle;
	}

	.btn_hero_wrap .btn{
		font-size: 13px;
		height: 49px;
	}

	.btn_hero_wrap .btn {
		line-height: 44px;
	}

	.btn_hero_wrap .btn span{
		font-size: 21px;
	}


  /* -------------------------
特集担当からひとこと
------------------------- */

  .staff_comment {
    width: 100%;
    min-width: 100%;
    margin: 25px 0 0 0;
    padding: 0;
    background-color: transparent;
    text-align: center;
  }
  .staff_comment_wrap {
    overflow: hidden;
    padding: 0 8px;
    display: inline-block;
  }
  .staff_comment_inner {
    display: block;
    width: 100%;
		margin: 0 auto;
		box-shadow: 3px 3px 0 rgba(0, 0, 0, 0.03);
  }
  .staff_comment_img_box {
    width: 100%;
    padding: 0;
    margin: 0;
  }
  .staff_comment dt {
    display: block;
    color: #fff;
    background-color: #0d7e83;
    padding: 4px 0;
    border-radius: 4px 4px 0 0;
  }
  .staff_comment dt span {
    display: block;
    height: 32px;
    line-height: 35px;
  }
  .staff_comment dd {
    display: block;
    padding: 15px 20px;
    color: #333;
    background-color: #fff;
    border-radius: 0 0 4px 4px;
  }
  .staff_comment dd a {
    color: #333;
	}

  /* -------------------------
ボタン
------------------------- */
  .btn {
    padding-right: 0;
    padding-left: 0;
    font-size: 18px;
    width: 90%;
  }

  .btn:active {
    padding: 4px 0 2px;
  }

  .btn_wide {
    width: 90%;
    padding: 12px 4%;
    line-height: 1.4;
  }

  .btn_left {
    float: none;
  }

  .btn_left,
  .btn_right {
    width: auto;
    background: #666;
    color: #fff;
    font-size: 16px;
    padding: 14px 4%;
    line-height: 1.4;
    margin-bottom: 12px;
  }

  .btn_left:hover,
  .btn_right:hover,
  .btn_wide:hover {
    padding-bottom: 14px;
  }

  .btn_left:hover,
  .btn_right:hover {
    margin-bottom: 12px;
  }

  /* ボタン */
  .btn_list {
    margin-top: 20px;
  }

  .btn_list li {
    margin-bottom: 10px;
  }

  /* -------------------------
アサイド（ヘッダー上に表示）
------------------------- */
  aside {
    width: 100%;
    height: auto;
    position: relative;
    margin: 14px 5px 6px;
  }

  aside .icon_link {
    display: inline-block;
    float: none;
  }

  #term {
    display: block;
    float: none;
  }

  #term dt {
    font-size: 11px;
    width: 80px;
    line-height: 25px;
  }

  #term dd {
    margin-left: 86px;
    line-height: 30px;
    font-size: 11px;
  }

  /* -------------------------
ヘッダー
------------------------- */
  header img {
    width: 100%;
  }

  header p {
    display: none;
  }

  header a {
    /* 特集毎に調整 */
    display: none;
  }

  /* -------------------------
特集概要・需要期グラフ
------------------------- */
  .about h3 {
    font-size: 20px;
    margin-left: 0;
    margin-bottom: 4px;
  }

  .about h3 .about_lead {
    display: block;
    font-size: 14px;
    padding: 1px 8px 0px;
    margin-right: 0px;
  }

  .about .small_title:before {
    bottom: -8px;
    left: 0;
  }

  .about .right {
    margin-left: 0;
  }

  .about img {
    width: 100%;
    height: auto;
  }

  .about h3 {
    line-height: 34px;
  }

  /* -------------------------
おすすめ
------------------------- */
  .c2.recommend dl {
    margin-left: auto;
  }

  /* -------------------------
プログラム
------------------------- */
  main h1 {
    font-size: 20px;
    line-height: 1.4;
    padding-top: 0px;
  }

  /* 1カラム */
  .c1 .btn_list {
    margin-left: 0;
  }

  .c1 .btn_list li {
    float: none;
    text-align: center;
    width: 100%;
  }

  .c1 .btn_list .btn {
    width: 96%;
  }

  .c1 .btn_center {
    width: 100%;
  }

  .c1 ul.tag_list li {
    margin-left: 0;
    padding-left: 0;
    border-left: 0;
  }

  .c1 ul.tag_list li .tag {
    margin-bottom: 8px;
  }

  .c1 th .small_title {
    margin-top: 16px;
    margin-left: -26px;
  }

  .c1 dl.bonus_frame dt {
    margin-bottom: 0px;
  }

  .c1 dl.bonus_frame dd {
    min-height: 1em;
  }

  .c1 dl.bonus_frame dd dl dt {
    display: block;
    margin-bottom: 4px;
  }

  .c1 dl.bonus_frame dd.btn_frame {
    margin-right: 0px;
    margin-left: 11px;
    width: 92%;
  }

  .c1 table.contrast {
    width: auto;
    display: block;
  }

  .c1 table.contrast tbody {
    overflow-x: auto;
    white-space: nowrap;
    width: 100%;
    display: block;
  }

  .c1 dl.bonus_frame {
    width: 100%;
  }

  .c1 dl.abm {
    margin-right: 0px;
  }

  .small_title:before {
    bottom: -8px;
  }

  .tag {
    padding: 0 1px 1px 3px;
  }

  /* 2カラム */
  .c2 section {
    float: none;
    width: auto;
    padding-right: 16px;
    padding-left: 16px;
    margin-right: 0;
  }

  .c2 .btn_list li {
    float: none;
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 0;
  }

  .c2 .btn_list .btn {
    width: 90%;
    padding-left: 0;
    padding-right: 0;
    margin: 0 auto;
  }

  .c2 .small_title {
    left: 0;
    margin-top: 0px;
    margin-left: 0px;
  }

  .c2 dd.btn_frame {
    margin-bottom: 0px;
  }

  .c2 dd {
    min-height: auto;
  }

  /* nav */

  nav {
    margin: 12px 5px 0;
  }

  nav + .c3 {
    padding: 0 8px;
  }

  /* 3カラム */

  .c3 section {
    float: none;
    width: auto;
    padding-right: 16px;
		padding-left: 16px;
		padding-bottom: 10px;
    margin-right: 0;
		min-height: auto;
  }

  .c3 .small_title {
    left: 0;
    text-align: center;
    line-height: 1;
  }

  .c3 dt {
    height: auto;
    text-align: center;
  }

  /* -------------------------
カラム組み共通
------------------------- */
  .c1 dl.bonus_frame dd dl,
  .c2 dl dd dl {
    margin-top: 8px;
  }

  /* プログラム条件（P管理画面のデザイン） */
  .badge_list {
    display: inline-block;
    margin: 0 8px 0 0;
  }

  .badge_list02 {
    display: block;
    margin-bottom: 14px;
  }

  .badge_list02 li {
    margin-left: 0;
    margin-right: 10px;
  }

  /* 丸見出しをセクションに追加 */
  .only:before,
  .pick:before,
  .hosyu:before,
  .self:before {
    left: -5px;
  }

  .sale:before {
    background: url(../img/sale_icon.png) no-repeat;
    background-size: 80px auto;
  }

  /* -------------------------
アフィバックモール
------------------------- */
  #abm h1 {
    height: auto;
  }

  #abm h1 img {
    width: 100%;
  }

  #abm dl img {
    width: 90%;
  }

  #abm .abm_frame {
    margin-top: -2px;
    padding-bottom: 16px;
  }

  #abm .abm_frame dl dt {
    margin: 16px 0 0 0;
    font-size: 16px;
  }

  #abm .abm_frame dl dd {
    margin: 10px 0 0 0;
  }

  #abm .abm_frame dl dd p {
    text-align: left;
    position: static;
    margin: 0 24px;
  }

  #abm .abm_frame {
    border-right: none;
    border-bottom: none;
    border-left: none;
  }

  #abm .abm_frame figure img {
    margin-bottom: 0;
	}

  /* -------------------------
footer
------------------------- */
	footer{
		padding: 15px 15px 50px 15px;
	}
}

/* facebook いいねボタン */
.fb-box {
  float: right;
  margin-top: 7px;
  right: 5px !important;
  top: 0 !important;
}

.fb-box > div {
  float: left;
}

.fb-box > div:first-child {
  margin: 0 4px 0 0;
}

@media screen and (max-width: 784px) {
  /* facebook いいねボタン */
  .fb-box {
    position: absolute;
    right: 0;
    top: -12px;
  }
}

@media screen and (max-width: 372px) {
  /* facebook いいねボタン */
  .fb-box {
    position: absolute;
    right: 0;
    top: -12px;
  }

  .fb-box > div {
    float: none;
  }

  .fb-box > div:first-child {
    margin: 0;
  }
}

/* -------------------------
label
------------------------- */

.label_sub {
  border-radius: 2px;
  font-size: 11px;
  color: #fff;
  display: inline-block;
  padding: 0 5px;
  text-align: center;
  margin: 0 0 3px 0;
}
.label_color {
  background: #868686;
}

.bonus_frame + .badge_list {
  margin: 12px 0 0 0;
}

.label_color_kinyu {
  background: #dd7c1b;
}
.label_color_entertainment {
  background: #235784;
}
.label_color_commers {
  background: #de5b7b;
}
.label_color_service {
  background: #0d7e83;
}
.label_color_other {
  background: #5c636e;
}

/* -------------------------
pagetop
------------------------- */

.pagetop {
  cursor: pointer;
  position: fixed;
  z-index: 10000;
  background-color: #fff;
  right: 20px;
  bottom: 20px;
  border-radius: 50%;
  width: 64px;
  height: 64px;
  box-shadow: 0px 0px 10px 0px rgba(30, 130, 139, 0.4);
}

.pagetop i {
  color: #1e828b;
  text-align: center;
  display: block;
  padding: 20px 20px 22px 20px;
  font-size: 42px;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

/* end */
