@charset "utf-8";

body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", sans-serif;
	font-size: 14px;
	color: #333;
	background: #F0F0E8;
}

#container {
	width: 980px;
	margin: 0 auto;
}

.wrap{
	overflow: hidden;
}

/* -------------------------
共通
------------------------- */
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;
}

.c3 p,
.c2 p{
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
	line-height: 1.6;
	margin-bottom: 8px;
}

.c2 > div {
	margin-top: 15px;
}

@media screen and (max-width: 768px){
	.c2 p,.c3 p {
		font-size: 14px;
	}
}

.none {
	opacity: 0.2;
}

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

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

/* テキスト */
.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;
}

.pagetop {
	font-size: 15px;
	text-align: right;
	margin-bottom: 20px;
}

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

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

/*
h2 {
	clear: both;
	margin: 0 -8px 22px;
	padding: 11px 30px 10px;
	font-weight: bold;
	color: #FFF;
	font-size: 18px;
	text-align: left;
	text-shadow: -1px -1px 0 rgba(0,0,0,0.8);
	background: #333;
	border-radius: 3px;
}

h2 i {
	vertical-align: middle;

}

h2 span {
	font-size: 308px;
}
*/

h4 {

}

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

section section,
.c2 > div{
	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 > div {
	background: #F4F4F4;
	border: 6px solid #FFF;
	padding: 26px 34px 26px;
}

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

/* バナー、商品画像 */
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: #E5599B;
}

.btn_teikei {
	background: #92C73C;
	color: #FFF;
}

.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 {
	height: 33px;
	margin: 14px 5px 16px;
}

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;
}

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


/* =======================================
ヘッダー
======================================= */
header {
	position: relative;
	margin-bottom: 25px;
	padding: 0;
}

h1 img {
	box-shadow: 5px 5px 0 rgba(0,0,0,0.03);
}

header p { /* 特集毎に調整 */
	position: absolute;
	top: 135px;
	left: 30px;
	font-size: 13px;
	color: #333;
}

header a { /* 特集毎に調整 */
	display: block;
	position: absolute;
	top: 211px;
	left: 270px;
	width: 440px;
	text-align: center;
	line-height: 30px;
	background: #FFF;
	border-radius: 15px;
	padding-bottom: 1px;
	margin-top: 8px;
	text-decoration: none;
	text-decoration: underline;
	background: #FFF url(../img/abm.png) no-repeat 12px 6px;
}

header a i {
	margin-right: 8px;
}

/* =======================================
メイン
======================================= */
main { }

main > section {
	clear: both;
}


/* -------------------------
概要・需要期グラフ
------------------------- */
.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: #333333;
	padding-top: 0;
	margin-bottom: 15px;
	margin-left: 0;
	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 .small_title {
	position: relative;
	top: -3px;
	display: inline-block;
	margin-right: 0.8em;
	font-size: 18px;
	color: #FFF;
	padding: 10px 1.5em 8px;
}

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

.about figure img {
	width: 340px;
}

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

.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: #72b300;
	text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
}

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

.small_title_affiback {
	background: #0097A7;
	text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
}

.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;
}

/* 丸見出しをセクションに追加 */
.pick:before,
.hosyu:before,
.sale: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)

}

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

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

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

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

/* 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 {
	height: 28px;
}

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

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

.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 > div {
	float: left;
	width: 390px;
	margin-right: 40px;
}

.c2 > div.height {
	min-height: 538px;
}

.c2 figure img {
	width: 120px;
}

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

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

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

.c2.recommend p .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 26px;
}

.c3 section.short {
	height: auto;
}

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

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

.c3 section > div {
	clear: both;
}

.c3 section > div h3 div {
	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 > div:nth-of-type(2n),
.c3 section:nth-of-type(3n) {
	margin-right: 0;
}

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

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


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

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

.c2 dl.bonus_frame dd dl,
.c3 section > div.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 section > div.bonus_frame dd dl dt {
	display: inline-block;
	border: none;
}

.c2 dl.bonus_frame dd.btn_frame,
.c3 section > div.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 section > div.bonus_frame dt.small_title:after {
	border-right: 10px solid #F2F2F2;
}

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

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

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

#abm h3 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;
	}
}


@media screen and (max-width:768px) {

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

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


#container {
		width: 100%;
}

a {
	display: inline-block;
}

.pagetop {
	margin-right: 10px;
}

dd {
	font-size: 14px;
}

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

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

/* 枠 */
	section {
	padding: 32px 12px 21px;
}

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;
}

/* -------------------------
ボタン
------------------------- */
.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 {
	height: auto;
	position: relative;
}

#term {
	display: block;
}

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

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

/* facebook いいねボタン */
.fb-box {
	position: absolute;
	right: 0;
	top: 0;
}

/* -------------------------
ヘッダー
------------------------- */
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 h2 {
	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 > div {
	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;
}

/* 3カラム */
.c3 section {
	float: none;
	width: auto;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 0;
	min-height: auto;
}

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

/* プログラム条件（P管理画面のデザイン） */
.badge_list {
	height: auto;
/*		margin-top: 18px; */
	}

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

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

/* 丸見出しをセクションに追加 */
.pick:before,
.hosyu:before,
.sale:before {
	top: -15px;
	left: -5px;
	font-size: 14px;
	width: 80px;
	height: 80px;
	line-height: 80px;
}


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

#abm h3 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;
}

}


.wrap {
	overflow: hidden;
}

@media screen and (max-width: 768px){
	.c3 .small_title {
		text-align: center;
	}
	.small_title:before {
		bottom: -8px;
	}
	.about h3 {
		line-height: 34px;
		font-size: 20px;
		margin-left: 0;
	}
	.about h3 .small_title {
		display: block;
		font-size: 14px;
		margin-left: -22px;
	}
}

.c1 dl.bonus_frame, .c2 dl.bonus_frame, .c3 dl.bonus_frame {
	background: #F2F2F2;
	border-radius: 4px;
	padding: 0px 0px 14px;
}
.small_title {
	background: #666;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
	text-shadow: 0 1px 0 rgb(0 0 0 / 20%);
	padding: 8px 16px 6px;
	position: relative;
	margin-bottom: 6px;
	line-height: 1;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
dd {
	font-size: 12px;
	color: #666;
	margin-bottom: 10px;
}
.c2 dl.bonus_frame dd dl, .c3 dl.bonus_frame dd dl {
	margin-top: 8px;
	margin-right: 16px;
	margin-left: 16px;
}
.c2 dl.bonus_frame dd.btn_frame, .c3 dl.bonus_frame dd.btn_frame {
	margin: 0px 16px;
}

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

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

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

.recommend > div {
	background: #F4F4F4;
	border: 6px solid #FFF;
	padding: 26px 34px 26px;
}


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

@media screen and (max-width: 768px){
	.c2 > div {
	float: none;
	width: auto;
	padding-right: 16px;
	padding-left: 16px;
	margin-right: 0;
	}
	.c2.recommend div >div {
		margin-left: auto;
	}
}

/* end */
