@charset "shift-jis";

body {
	background:url(../../../image/products/lp/taisaku/taisaku_bg.gif) left top repeat-x;
}
/*
div#center h1,div#center h2,div#center h3{display:inline; border:0 !important; padding:0 !important; margin:0 !important;}
*/
.title h1 {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	font-size:100%;
	line-height:0;
}

p {
	padding:0px;
	margin:0px;
}

h2.kikubari_title { 
	clear:both;
	width:822px;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-left:none;
	line-height:100%;
}
h2.new_title { 
	clear:both;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
	border-left:none;
	line-height:100%;
}
h2.nfd {
	clear:both;
	margin:0px;
}
h3.course_title {
	clear:both;
	margin-bottom:14px;
}
h3.tanpaku {
	float:left;
	width:250px;
	margin-top: 20px;
}

img { 
	border:none;
	margin:0px;
	padding:0px;
	vertical-align:bottom !important;
}

div#center {
	width:1200px;
	margin-bottom:25px;
	margin-left:auto;
	margin-right:auto;
	padding-bottom:5px;
	text-align: left;
}
.contents {
	clear:both;
	background:url(../../../image/products/lp/taisaku/contents_bg.gif) left top repeat-y;

}
.contents_btm {
	clear:both;
	width:950px;
	height:26px;
	background:url(../../../image/products/lp/taisaku/contents_btm.gif) left bottom no-repeat;

}

/*ヘッドエリア*/

.head_area {
	float:left;
	width:1000px;
	height:40px;
}

/*タイトル・ロゴ*/

.title_NFDlogo {
	float:right;
	margin:0px;
	padding:0px;
}
.title_area {
	width:1200px;
	padding:0px;
	margin:0 0 80px;
}
.title_left {
	float:left;
	margin:0px;
	padding:0px;
	width:736px;
}
.title_right {
	float:left;
	margin:0px;
	padding:0px;
	width:264px;
}
.title_area p {
	float:left;
	margin:0px;
	padding:0px;
}
.title_area p#light_box {
	float:right;
	margin:0px;
	padding:0px;
}

/*健康チェックリスト*/
div.checklist h2{
	color: #222222;
	background: url(../../../image/products/lp/taisaku/checklist_title.png) center bottom no-repeat;
	font-size: 28px;
	margin: 0 0 4px;
	padding: 0 0 26px;
	line-height: 1;
	font-weight: bold;
	text-align: center;
}
div.checklist p{
	color: #222222;
	font-size: 16px;
	line-height: 1;
}
div.checklist_title_area{
	text-align: center;
	margin-bottom: 50px;
}
div.checklist_panel ul:before,
div.checklist_panel ul:after {
    content: "";
    clear: both;
    height: 0;
    display: block;
    visibility: hidden;
}
div.checklist_panel ul li{
	width: 297px;
	height: 90px;
	margin-right: 4px;
	float: left;
	text-align: center;
	display: flex;
	justify-content: center;
	align-items: center;
	flex-direction: column;
	font-size: 24px;
	font-weight: bold;
	cursor: pointer;
	position: relative;
	opacity: 0.7;
}
div.checklist_panel ul li.active{
	opacity: 1;	
}
div.checklist_panel ul li::before{
	content:'';
	position: absolute;
	bottom: -30px;
	width: 31px;
	height: 17px;    width: 0;
    height: 0;
    border-top: solid 15px transparent;
    border-right: solid 15px transparent;
    border-bottom: solid 15px transparent;
	transform: rotate(90deg);
	display: none;
}




li#checklist_tab_toushitsu{
	background: #fcf0f2;
	color: #e46c82;
}
li#checklist_tab_toushitsu.active{
	background: #e46c82;
	color: #ffffff;
}
li#checklist_tab_shishitsu{
	background: #fdf2eb;
	color: #e88139;
}
li#checklist_tab_shishitsu.active{
	background: #e88139;
	color: #fff;
}
li#checklist_tab_enbun{
	background: #e9f7f9;
	color: #23adc6;
}
li#checklist_tab_enbun.active{
	background: #23adc6;
	color: #fff;
}
li#checklist_tab_tanpakushitsu{
	background: #eff6ec;
	color: #5eaa46;
}
li#checklist_tab_tanpakushitsu.active{
	background: #5eaa46;
	color: #fff;
}



div.checklist_panel ul li#checklist_tab_toushitsu::before{
    border-left: solid 15px #e46c82;
}
div.checklist_panel ul li#checklist_tab_shishitsu::before{
    border-left: solid 15px #e88139;
}
div.checklist_panel ul li.active::before{
	display: inline-block;
}

div.checklist_panel ul li#checklist_tab_enbun::before{
    border-left: solid 15px #23adc6;
}
div.checklist_panel ul li#checklist_tab_tanpakushitsu::before{
    border-left: solid 15px #5eaa46;
}
div.checklist_panel ul li span{
	display: block;
	line-height: 1;
	font-size: 14px;
	margin-top: 0px;
}
div.checklist_panel ul li:last-child{
	margin-right: 0;
}
div.checklist_main{
}

div.checklist_main div.checklist_line{

}
div.checklist_line{
	display: none;
}

div.checklist_item:last-child{
	margin-right: 0;
}
.checklist_inner{
	overflow: hidden;
}
div.checklist_item{
	background: #FFF;
	border-radius: 15px;
	float: left;
}
div.checklist_item h3{
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
div.checklist_item h3 span{
	font-size: 10px;
	padding: 1px 0 0 0;
}
div.checklist_item_main{
	padding: 20px 10px 20px;
}
div.checklist_item_comment{
	margin: 0 5px 20px;
}
div.checklist_item_comment p{
	font-size: 14px;
	padding: 0;
	line-height: 1.8;
}

div.checklist_item h4{
	background: #e46c82;
	border-top-left-radius: 15px;
	border-top-right-radius: 15px;
	text-align: center;
	line-height: 1;
	font-size: 18px;
	text-align: center;
	font-weight: bold;
	height: 50px;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-content: center;
	align-items: center;
}
div.checklist_item h4 span{
	font-size: 10px;
	padding: 1px 0 0 0;
}
div.checklist_item_sub_comment{
	padding: 20px 15px 22px;
}
div.checklist_item_sub_comment p{
	font-size: 14px;
	color: #000000;
	line-height: 1.8;
}
div.checklist_spec{
	text-align: center;
}
div.checklist p.checklist_spec_title{
	color: #000;
	font-size: 11px;
	border: 1px solid #222222;
	display: inline-block;
	padding: 4px 5px 3px;
	margin: 0 0 12px;
	line-height: 1;
}
div.checklist_spec p{
	line-height: 1.6;
	font-size: 14px;
	color: #000;
	margin: 0;
	padding: 0;
}
div.checklist_spec p span{
	font-size: 16px;
	font-weight: bold;
}
p.checklist_item_btn a{
	width: 510px;
	height: 65px;
	line-height: 65px;
	color: #fff;
	font-size: 18px;
	text-align: center;
	display: block;
	margin: 10px auto 0;
	border-radius: 32px;
	font-weight: bold;
	position: relative;
}
p.checklist_item_btn a:hover{
		opacity: 0.8;
}
p.checklist_item_btn a::before{
	display: inline-block;
	position: absolute;
	width: 17px;
	height: 10px;
	content: '';
	background: url(../../../image/products/lp/taisaku/checklistitembtn_shape.png) right center no-repeat;
	right: 49px;
	top: 0;
	bottom: 0;
	margin: auto 0;
}
div.checklist_spec_wrap {
	text-align: center;
	padding: 0 0;
}
div.checklist_spec_wrap div.checklist_spec{
	width: 77px;
	display: inline-block;
	vertical-align: middle;
	text-align: center;
}
div.checklist_spec_wrap div.checklist_spec:first-child{
	margin-right: 27px;
}
div.checklist_spec_wrap div.checklist_spec span{
	font-size: 16px;
}
div.checklist_spec_wrap div.checklist_spec span span,
div.checklist_spec span span{
	font-size: 12px;
}
div.checklist div.checklist_spec_wrap p.checklist_spec_title{
	margin-top: 10px;
}
div.checklist_item:nth-child(4n+1){
	clear: both;
}
/*糖質*/
div#checklist_line_toushitsu{
	display: block;
	background: #f7d3d9;
	padding: 40px 0 40px 57px;
	width: 1143px;	
}

div#checklist_line_toushitsu div.checklist_item{
	width: 270px;
	margin-right: 30px;
}	
div#checklist_line_toushitsu div.checklist_item h3{
	background: #e46c82;
	color: #fff;
}
div#checklist_line_toushitsu div.checklist_item h4{
	background: #e46c82;
	color: #fff;
}
div#checklist_line_toushitsu div.checklist_spec p span{
	color: #e46c82;
}
div#checklist_line_toushitsu p.checklist_item_btn a{
	background: #e46c82;
	color: #fff;
}
/*糖質*/


/*脂質*/
div#checklist_line_shishitsu{
	background: #f8d9c3;
	padding: 40px 55px 40px 55px;
	width: 1090px;	
}

div#checklist_line_shishitsu div.checklist_item{
	width: 250px;
	margin-right: 30px;
	margin-bottom: 20px;
}
div#checklist_line_shishitsu div.checklist_item:nth-child(4n+0){
	margin-right: 0;
}
div#checklist_line_shishitsu div.checklist_item h3{
	background: #e88139;
	color: #fff;
}
div#checklist_line_shishitsu div.checklist_item h4{
	background: #e88139;
	color: #fff;
}
div#checklist_line_shishitsu div.checklist_spec p span{
	color: #e88139;
}
div#checklist_line_shishitsu p.checklist_item_btn a{
	background: #e88139;
	color: #fff;
}
/*脂質*/

/*塩分*/
div#checklist_line_enbun{
	background: #bde6ee;
	padding: 40px 55px 40px 55px;
	width: 1090px;	
}

div#checklist_line_enbun div.checklist_item{
	width: 250px;
	margin-right: 30px;
	margin-bottom: 20px;
}
div#checklist_line_enbun div.checklist_item:nth-child(4n+0){
	margin-right: 0;
}
div#checklist_line_enbun div.checklist_item h3{
	background: #23adc6;
	color: #fff;
}
div#checklist_line_enbun div.checklist_item h4{
	background: #23adc6;
	color: #fff;
}
div#checklist_line_enbun div.checklist_spec p span{
	color: #23adc6;
}
div#checklist_line_enbun p.checklist_item_btn a{
	background: #23adc6;
	color: #fff;
}
/*塩分*/

/*たんぱく質*/
div#checklist_line_tanpakushitsu{
	background: #cee5c7;
	padding: 40px 55px 40px 55px;
	width: 1090px;	
}

div#checklist_line_tanpakushitsu div.checklist_item{
	width: 250px;
	margin-right: 30px;
	margin-bottom: 20px;
}
div#checklist_line_tanpakushitsu div.checklist_item:nth-child(4n+0){
	margin-right: 0;
}
div#checklist_line_tanpakushitsu div.checklist_item h3{
	background: #5eaa46;
	color: #fff;
}
div#checklist_line_tanpakushitsu div.checklist_item h4{
	background: #5eaa46;
	color: #fff;
}
div#checklist_line_tanpakushitsu div.checklist_spec p span{
	color: #5eaa46;
}
div#checklist_line_tanpakushitsu p.checklist_item_btn a{
	background: #5eaa46;
	color: #fff;
}
/*たんぱく質*/


/*健康チェックリスト*/

.socialArea {
	float:left;
	position:absolute;
	width:300px;
	height:40px;
	margin:0px 0px 0px 5px;

}
.socialArea ul.social {
	position:relative;
	margin: 0px;
	padding: 0px;
	list-style:none;
}
.socialArea ul.social li.facebook {
	position:absolute;
	left:0px;
	top:9px;
}
.socialArea ul.social li.twitter {
	position:absolute;
	left:120px;
	top:9px;
}
.socialArea ul.social li.mixi {
	position:absolute;
	left:234px;
	top:9px;
}

/*-*-*-*-*   ナビゲーショ・  *-*-*-*-*/

.nav_area {
	float:left;
	margin:11px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}
.nav_tou {
	float:left;
	margin:0px 0px 18px 0px;
	padding:0px 0px 0px 0px;
}
.nav_salt {
	float:left;
	margin:0px 0px 18px 0px;
	padding:0px 0px 0px 0px;
}
.nav_shi {
	float:left;
	margin:0px 0px 18px 0px;
	padding:0px 0px 0px 0px;
}

.nav_tan {
	float:left;
	margin:0px 0px 0px 0px;
	padding:0px 0px 0px 0px;
}


.nav_area p {
	float:left;
}

/*-*-*-*-*   ・鵐?焼?   *-*-*-*-*/

.nav_tou a:hover img,
.nav_salt a:hover img,
.nav_shi a:hover img,
.tanpkau_bn a:hover img,
.try_bg a:hover img {
	opacity:0.7;
	filter:alpha(opacity=70);
	-ms-filter: "alpha( opacity=70 )";
}


/*-*-*-*-*   イラスト   *-*-*-*-*/

.check_image {
	clear:both;
	width:946px;
	margin:0px 0px 5px 43px;
	padding:24px 0px 0px 0px;
}
.check_image img {
	display:inline;
}


/*-*-*-*-*   コースエ・   *-*-*-*-*/

.soudan_area {
	margin-left:38px;
}
.soudan_area p {
	float:left;
}

p.txt_marg {
	padding:0px 0px 13px 0px;
}

/*　品切・丱福次*/

.order_area_tou .order_off,
.order_area_salt .order_off,
.order_area_shi .order_off {
	padding:15px 0px 0px 0px;
	text-align:center;
}

.try_bg {
	clear:both;
	text-align:center;
	padding:80px 0px 0px 0px;
}

/*糖質*/
.contents_tou {
	margin:0px;
}
.contents_tou h2{
	text-align: left;
}
.contents_tou h2 img{
	margin-left: 376px;
}
.head{
	text-align: center;
	margin-top: 75px;
	margin-bottom: 40px;
}
.head h2{
	margin-bottom: 14px;
}
.head p{
	font-size: 16px;
	color: #222222;
	margin: 0;
	padding: 0;
}
.main{
	width: 970px;
	margin: 0 auto;
	padding: 40px 115px 10px;
	overflow: hidden;
}
.contents_tou .main{
	background-color: #f4c4cd;
}
.contents_shi .main{
	background-color: #f6cdb0;
}

.contents_shi h2{
	text-align: left;
}
.contents_shi h2 img{
	margin-left: 376px;
}
.contents_salt .main{
	background-color: #a7dee8;
}
.contents_salt h2{
	text-align: left;
}
.contents_salt h2 img{
	margin-left: 376px;
}
.contents_power h2{
	text-align: left;
}
.contents_power h2 img{
	margin-left: 300px;
}
.contents_power .main{
	background-color: #bfddb5;
	padding: 38px 27px 10px;
	width: 1146px;
 }
 .contents_power .main .container {
	width: 558px;
 }
.main .container {
	float:left;
	width:470px;
	background:#ffffff;
	margin: 0 0px 30px 0;
	padding:0px;
	display:inline;
	border-radius: 10px;
}
.main > div:nth-child(odd){
	margin-right: 30px;
}
.power_fish{
	background: #fff;
	overflow: hidden;
	clear: both;
	margin-right: 0;
}
.power_fish .container{
	background: none;
	margin-right: 0;
	margin-bottom: 0;
}
.main > .power_fish:nth-child(odd){
	margin-right: 0;

}
.power_fish .container:nth-child(even){
	margin-right: 30px;
}
.container2 {
	width:959px;
	background:#ffffff;
	margin:0 auto 0;
	padding:0px 0 20px;
	overflow:hidden;
	/zoom:1;
}

.container2 p{
	margin:0;
	padding:0;
}

.container2 .left{
	float:left;
}

.container2 .right{
	float:right;
}


.order_area_tou {
	width:470px;
	height:84px;
	background:url(../../../image/products/lp/taisaku/tou_order_bg.gif) left top no-repeat;
}	
.kosu_tou {
	float:left;
	margin:15px 0px 0px 89px;
	padding:0px;
	width:62px;
	height:57px;
	position:relative;
	display:inline;
	background:url(../../../image/products/lp/taisaku/tou_kosu_bg.gif) left top no-repeat;
}
.kosu_tou input {
	width:40px;
	height:19px;
	margin:0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	vertical-align: middle;
	line-height:19px;
	top:25px;
	right:9px;
}
.order_type {
	float:left;
	height:57px;
	width:240px;
	margin:15px 0px 0px 0px;
	padding:0px;
	text-align:right;
}


.cart_btn {
	margin:0 0px 0px;
	padding:0px;
	text-align:center;
}


.line_tou {
	clear:both;
	margin:0px;
	padding:0px;
	width:1000px;
	height:45px;
	background:url(../../../image/products/lp/taisaku/line_tou.gif) left top no-repeat;
}
.osusume_tou {
	clear:both;
	padding:0px;
	margin:0px;
	width:1000px;
	height:181px;
	background:url(../../../image/products/lp/taisaku/tou_osusume_bg.gif) left bottom no-repeat;
}
ul.tou_osu {
	padding:0px;
	padding:22px 15px 0px 20px;
	list-style:none;
}
ul.tou_osu li.mr15 {
	float:left;
	padding:0px;
	margin:0px 15px 0px 0px;
}
ul.tou_osu li.mr10 {
	float:left;
	padding:0px;
	margin:14px 10px 0px 0px;
}


/*　　塩分　　*/
.contents_salt {
	margin:0px;
	padding:0px;
}
.order_area_salt {
	width:470px;
	height:84px;
	background:url(../../../image/products/lp/taisaku/salt_order_bg.gif) left top no-repeat;
}	
.kosu_salt {
	float:left;
	margin:15px 0px 0px 89px;
	padding:0px;
	width:62px;
	height:57px;
	position:relative;
	display:inline;
	background:url(../../../image/products/lp/taisaku/salt_kosu_bg.gif) left top no-repeat;
}
.kosu_salt input {
	width:40px;
	height:19px;
	margin:0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	vertical-align: middle;
	line-height:19px;
	top:25px;
	right:9px;
}
.line_salt {
	clear:both;
	margin:0px;
	padding:0px;
	width:1000px;
	height:45px;
	background:url(../../../image/products/lp/taisaku/line_salt.gif) left top no-repeat;
}
.osusume_salt {
	clear:both;
	padding:0px;
	margin:0px;
	width:1000px;
	height:181px;
	background:url(../../../image/products/lp/taisaku/salt_osusume_bg.gif) left bottom no-repeat;
}
ul.salt_osu {
	padding:0px;
	padding:22px 15px 0px 20px;
	list-style:none;
}
ul.salt_osu li.mr15 {
	float:left;
	padding:0px;
	margin:0px 15px 0px 0px;
}
ul.salt_osu li.mr10 {
	float:left;
	padding:0px;
	margin:14px 14px 0px 0px;
}

/*　　脂質　　*/
.contents_shi {
	margin:0px;
	padding:0px;
}
.order_area_shi {
	height:84px;
}	
.kosu_shi {
	float:left;
	margin:15px 0px 0px 89px;
	padding:0px;
	width:62px;
	height:57px;
	position:relative;
	display:inline;
}
.kosu_shi input {
	width:40px;
	height:19px;
	margin:0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	vertical-align: middle;
	line-height:19px;
	top:25px;
	right:9px;
}
.line_shi {
	clear:both;
	margin:0px;
	padding:0px;
	width:1000px;
	height:45px;
}
.osusume_shi {
	clear:both;
	padding:0px;
	margin:0px;
	width:1000px;
	height:260px;
}
ul.shi_osu {
	padding:0px;
	padding:22px 0px 0px 20px;
	list-style:none;
}
ul.shi_osu li.mr09 {
	float:left;
	padding:0px;
	margin:0px 9px 0px 0px;
}
ul.koumoku {
	float:left;
	padding:0px;
	margin:0px 0px 0px 0px;
}
ul.koumoku li.mr17 {
	float:left;
	padding:0px;
	margin:17px 7px 0px 0px;
}
ul.koumoku li.mr06 {
	float:left;
	padding:0px;
	margin:6px 7px 0px 0px;
}


/*  たんぱく質とりたい  */

.contents_power {
	margin:0 0 70px;
	padding:0px;
}
.order_area_power {
	width:470px;
	height:84px;
	background:url(../../../image/products/lp/taisaku/power_order_bg.gif) left top no-repeat;
}	
.kosu_power {
	float:left;
	margin:15px 0px 0px 89px;
	padding:0px;
	width:62px;
	height:57px;
	position:relative;
	display:inline;
	background:url(../../../image/products/lp/taisaku/power_kosu_bg.gif) left top no-repeat;
}
.kosu_power input {
	width:40px;
	height:19px;
	margin:0px;
	padding:0px 0px 0px 0px;
	position:absolute;
	vertical-align: middle;
	line-height:19px;
	top:25px;
	right:9px;
}
.osusume_power {
	clear:both;
	padding:0px;
	margin:0 0 20px;
	width:1000px;
	height:20px;
}


.bn_check {
	text-align:right;
	margin-bottom:21px;
}
.line_kugiri {
	clear:both;
	padding:0px;
	margin:0px;
	width:1000px;
	height:86px;
	background:url(../../../image/products/lp/taisaku/line_check.gif) left bottom no-repeat;
}

/*-*-*-*-*   見本   *-*-*-*-*/

.check_hyo {
	float:left;
	width:515px;
	height:702px;
	margin:0px;
	padding:0px;
}
ul.check_tou_bg  {
	float:left;
	padding:0px;
	margin:0px;
	width:235px;
	height:712px;
	list-style:none;
	background:url(../../../image/products/lp/taisaku/type01_check_bg.gif) left top no-repeat;
}
ul.check_tou_bg li  {
	float:left;
}
ul.check_tou_bg li.title  {
	padding-bottom:36px;
	margin:0px;
}

ul.check_shi_bg  {
	float:left;
	padding:0px;
	margin:0px;
	width:250px;
	height:712px;
	list-style:none;
	background:url(../../../image/products/lp/taisaku/type03_check_bg.gif) left top no-repeat;
}
ul.check_shi_bg li  {
	float:right;
}
ul.check_shi_bg li.title  {
	padding-bottom:11px;
	margin:0px;
}
ul.check_shi_bg li.list  {
	padding-bottom:6px;
	margin:0px;
}
ul.check_salt_bg  {
	clear:both;
	float:left;
	padding:0px;
	margin:0px;
	width:1000px;
	height:157px;
	list-style:none;
	background:url(../../../image/products/lp/taisaku/type02_check_bg.gif) left bottom no-repeat;
}
ul.check_salt_bg li  {
	float:left;
	padding-top:0px;
}

/*-*-*-*-*   たんぱく質   *-*-*-*-*/

.tanpaku_left {
	float:left;
	width:750px;
	margin:0px;
	padding:0px;
}
ul.check_tanpaku_bg  {
	clear:both;
	float:left;
	padding:0px;
	margin:0px;
	width:750px;
	height:93px;
	list-style:none;
	background:url(../../../image/products/lp/taisaku/type04_check_bg01.gif) left top no-repeat;
}
ul.check_tanpaku_bg li  {
	float:left;
	padding:0px 11px 0px 0px;
}
ul.check_tanpaku_bg li.top  {
	margin-left:22px;
	display:inline;
}
.tanpkau_bn  {
	float:left;
	padding-left:350px;
	margin:0px;
	width:1000px;
	height:154px;
	background:url(../../../image/products/lp/taisaku/type04_check_bg02.gif) left top no-repeat;
}
.tanpkau_bn img {
	margin-top:5px;
	padding:0px;
}
#pagetop {
	display:none;
}
#powerdelibnr{
	text-align: center;
	margin-bottom: 70px;
}