@charset "utf-8";

/*** #products config
----------------------------------------- ***/

#products #main h1                           {
 width: 100%;
 margin: 0 0 20px;
}



#products #main h2                           {
 margin: 0 0 20px;
 padding: 20px 20px 20px 45px;
 font-size: 2.4em;
 line-height: 30px;
 color: #eb6100;
 background: #f5f5f5 url(../../products/images/h2.png) no-repeat 24px 20px;
 background-size: 9px 29px;
 border-radius: 6px;
}
#products #main h2 img{
	margin:6px 0 4px 20px;
	vertical-align:text-top;
}
#products #main .kinou_txt{
	margin-bottom:20px;
}
#products #main .entry                       {overflow: hidden;}

#products #main h3 span{
	font-size:80%;
	font-weight:normal;
}

#products #main dl                           {
 width: 100%;
 padding: 0 0 30px;
 overflow: hidden;
}
#products #main dt                           {
 float: left;
 clear: both;
 width: 310px;
 height: 310px;
 background: #fff;
 text-align: center;
 border: 4px solid #dcdcdc;
}
#products #main dd                           {
 width: 370px;
 margin: 0 0 0 330px;
}

#products #main .buy                      {
 font-size: 1.4em;
 line-height: 20px;
 /*width: 100%;*/
 margin: 0;
 padding: 15px 0 18px;
 text-align: center;
 background: #f0f0f0;
}

#products #main .buy a                    {
 display: inline-block;
 width: 160px;
 height: 100%;
 margin: 0 auto 0 10px;
 padding: 10px 0 10px 35px;
 letter-spacing: .2em;
 position: relative;
 text-align: center;
 color: #fff;
 background: #EB5F00;
/* background: rgb(241,144,76); /* Old browsers */
/* background: -moz-linear-gradient(top,  rgba(241,144,76,1) 0%, rgba(235,98,2,1) 100%); /* FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,144,76,1)), color-stop(100%,rgba(235,98,2,1))); /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  rgba(241,144,76,1) 0%,rgba(235,98,2,1) 100%); /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  rgba(241,144,76,1) 0%,rgba(235,98,2,1) 100%); /* Opera 11.10+ */
/* background: -ms-linear-gradient(top,  rgba(241,144,76,1) 0%,rgba(235,98,2,1) 100%); /* IE10+ */
/* background: linear-gradient(to bottom,  rgba(241,144,76,1) 0%,rgba(235,98,2,1) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1904c', endColorstr='#eb6202',GradientType=0 ); /* IE6-9 */ 
 border: 1px solid #eb6100;
 border-radius: 3px;
/* text-shadow: 1px 1px 1px rgba(0,0,0,.3);*/
/* box-shadow: inset 0 -4px 0 rgba(0,0,0,.15), 0 1px 1px rgba(0,0,0,.3);*/
}



#products #main .buy a:hover              {
 text-decoration: underline;
/* background: rgb(255,255,255); /* Old browsers */
/* background: -moz-linear-gradient(top,  rgba(255,255,255,1) 0%, rgba(249,209,180,1) 100%); /* FF3.6+ */
/*  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,1)), color-stop(100%,rgba(249,209,180,1))); /* Chrome,Safari4+ */
/*  background: -webkit-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,209,180,1) 100%); /* Chrome10+,Safari5.1+ */
/*  background: -o-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,209,180,1) 100%); /* Opera 11.10+ */
/*  background: -ms-linear-gradient(top,  rgba(255,255,255,1) 0%,rgba(249,209,180,1) 100%); /* IE10+ */
/*  background: linear-gradient(to bottom,  rgba(255,255,255,1) 0%,rgba(249,209,180,1) 100%); /* W3C */
/*  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#f9d1b4',GradientType=0 ); /* IE6-9 */
 text-shadow: none;
}
#products #main .buy a:before             {
 font-family: FontAwesome;
 font-size: 1.4em;
 line-height: 20px;
 display: block;
 content: "\f07a";
 width: 40px;
 padding: 10px 0 10px;
 position: absolute;
 left: 0;
 top: 0;
 color: #eb6100;
 background: #fff;
/* box-shadow: inset 0 -4px 0 rgba(0,0,0,.15);*/
 text-shadow: none;
  border-radius: 2px;
}
#products #main .buy a:hover:before       {
/* color: #fff;*/
  background:#FFEFD0;
/* background: rgb(241,144,76); /* Old browsers */
/* background: -moz-linear-gradient(top,  rgba(241,144,76,1) 0%, rgba(235,98,2,1) 100%); /* FF3.6+ */
/* background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(241,144,76,1)), color-stop(100%,rgba(235,98,2,1))); /* Chrome,Safari4+ */
/* background: -webkit-linear-gradient(top,  rgba(241,144,76,1) 0%,rgba(235,98,2,1) 100%); /* Chrome10+,Safari5.1+ */
/* background: -o-linear-gradient(top,  rgba(241,144,76,1) 0%,rgba(235,98,2,1) 100%); /* Opera 11.10+ */
/* background: -ms-linear-gradient(top,  rgba(241,144,76,1) 0%,rgba(235,98,2,1) 100%); /* IE10+ */
/* background: linear-gradient(to bottom,  rgba(241,144,76,1) 0%,rgba(235,98,2,1) 100%); /* W3C */
/* filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f1904c', endColorstr='#eb6202',GradientType=0 ); /* IE6-9 */ 
}

/*Amazon　購入ボタン 20170303 added*/
.amazon{

}
#products #main .buy .amazon a{
	background:none;
	border:none;
	width:155px;
	padding-left:10px;
	position:absolute;
}
#products #main .buy .amazon a:hover:before {
	background:none;
}

#products #main .buy .amazon a:before{
	background:none;
	 content: normal;
}

#products #main dd h3                        {
 font-size: 1.6em;
 line-height: 24px;
 margin: 0 0 20px;
 padding: 0 0 15px 10px;
 color: #eb6100;
 border-left: 4px solid #eb6100;
 border-bottom: 1px dotted #ccc;
}
#products #main dd h3 small                  {font-size: .8em;color: #000;}

#products #main dd p                         {margin: 0 0 20px;}
#products #main dd ul                        {padding: 0 0 20px;}
#products #main dd li                        {
 font-size: 1.2em;
 line-height: 20px;
 position: relative;
 padding: 5px 5px 5px 25px;
 background: #f5f5f5;
 border-bottom: 1px dotted #ccc;
}
#products #main dd li:first-child            {border-top: 1px dotted #ccc;}

#products #main dd li:before                 {
 font-family: FontAwesome;
 display: block;
 content: "\f004";
 width: 12px;
 height: 20px;
 position: absolute;
 left: 10px;
 top: 5px;
 color: #eb6100;
}

#products #main .entry > h3                  {
 margin: 40px 0 30px;
 padding: 0 0 10px 30px;
 position: relative;
 font-weight: normal;
 font-size: 2.2em;
 line-height: 34px;
 background: url(../../products/images/h3.png) no-repeat 0 5px;
 background-size: 22px 22px;
 border-bottom: 1px dotted #ccc;
}
#products #main .entry table                 {
 font-weight: normal;
 width: 300px;
 margin: 0 20px 30px;
 border-collapse: collapse;
 float: left;
}
#products #main .entry table.kinou{
	width:100%;
	float:none;
	margin-bottom:15px;
	margin-left:0;
}
#products #main .entry table.kinou th{
	width:20%;
}
#products #main .entry table.kinou td{
	text-align:left;
}
#products #main .list01{
	font-size:1.4em;
	list-style-type:disc !important;
	margin-left:2em;
	padding-right:15px;
	line-height:1.4;
	margin-bottom:20px;
}
#products #main .entry th,
#products #main .entry td, 
#products #main .entry caption               {
 font-weight: normal;
 font-size: 1.2em;
 padding: 5px 10px;
}

#products #main .entry table caption         {
 color: #fff;
 background: #eb6100;
}

#products #main .entry table tbody th,
#products #main .entry table tbody td        {
 border-collapse: collapse;
 border: 1px solid #dcdcdc;
}

#products #main .entry th                    {background: #f5f5f5;}
#products #main .entry td                    {text-align: right;}
#products #main .entry td strong             {color: #eb6100;}

#products #main .entry .ingredient th       {width: 40%;}
#products #main .entry .ingredient td        {width: 60%;}

#products #main .entry .electrolyte th,
#products #main .entry .electrolyte td       {width: 25%;}

#products #main .entry .electrolyte .you,
#products #main .entry .electrolyte .in      {text-align: center;color: #fff;border: none;}

#products #main .entry .electrolyte .you     {background: #fabb4b;}
#products #main .entry .electrolyte .in      {background: #99cb51;}

#products #main .entry .material td          {text-align: left;}

/* 150622 added */
#products .develop h2                            {
 margin: 0 0 50px;
 padding: 20px 20px 20px 45px;
 font-size: 2.6em;
 line-height: 30px;
 color: #eb6100;
 background: #f5f5f5 url(../../products/images/develop/h2.png) no-repeat 20px 22px;
 background-size: 18px 24px;
 border-radius: 6px;
}

#products .develop h3                            {
 clear: both;
 margin: 20px 0 30px;
 padding: 0 0 10px 30px;
 position: relative;
 font-weight: normal;
 font-size: 2.2em;
 line-height: 34px;
 background: url(../../products/images/develop/h3.png) no-repeat 0 5px;
 background-size: 22px 22px;
 border-bottom: 1px dotted #ccc;
}

#products .develop p                             {font-size: 1.4em;}
#products .develop p                             {padding: 0 0 30px;}
#products .develop p img                         {height: auto;}
#products .develop .hidari                       {margin: 0 30px 20px 0;padding: 0;}
#products .develop strong                        {color: #eb6100;}

/* 150623 added */
#products .develop #bcaa {
	background: #f5f6f7;
	width: 241px;
	padding: 10px 12px;
}
#products .develop #bcaa .bcaa_title {
	font-size: 1.6em;
	font-weight: bold;
	text-align: center;
	padding-bottom: 10px;
}
#products .develop #bcaa .bcaa_title {
	padding-bottom: 10px
}
#products .develop #bcaa .bcaa_image  {
	padding-bottom: 10px
}
#products .develop #bcaa .bcaa_name  {
	padding-bottom: 10px
}
#products .develop #bcaa .bcaa_name span  {
	text-decoration: underline;
}
#products .develop #bcaa .bcaa_text {
	font-size: 1.3em;
	padding-bottom: 0;
}
 
#products #main .lineup {
	margin: 0 -1px 30px;
	overflow: hidden;
}
#products #main .lineup .page {
	width: 96px;
	height: 30px;
}
#products #main .lineup .page a:before {
	content: url( "../images/btn_3.gif" );
	position: absolute;
}
#products #main .lineup .page a:hover:before {
	content: url( "../images/btn_3_on.gif" );
}
#products #main .lineup .lineup_box {
	float: left;
	background: url( "../images/bg_twocolumn_9.gif" ) no-repeat 0 bottom;
	position: relative;
	line-height: 1.2;
	text-align: left;
	width: 349px;
	height: 300px;
	padding: 15px 15px 0;
	margin: 0 1px;
}
#products #main .lineup .lineup_box .lineup_title {
	font-size: 1.5em;
	font-weight: bold;
}
#products #main .lineup .lineup_box .lineup_type {
	margin: 6px 0 0;
}
#products #main .lineup .lineup_box .lineup_ingredient {
	color: #eb6100;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0;
}
#products #main .lineup .lineup_box .page {
	margin: 10px 0 0;
}
#products #main .lineup .lineup_box .buy {
	background: none;
	position: absolute;
	bottom: 0;
	left: 0;
}
#products #main .chuki{
	font-size:1.1em;
	text-indent:-1em;
	margin-left:1em;
}
#products #main .lineup .lineup_box table {
	width: 100%;
}
#products #main .lineup .lineup_box table tr td {
	vertical-align: top;
}
#products #main .lineup .lineup_box table .lineup_image {
	text-align: center;
	width: 152px;
}

#products .develop .index h3                               {
 margin: 20px 0;
 padding: 0;
 background: none;
 border-bottom: none;
}
#products .develop .index h3 a                               {
 position: relative;
 color: #eb6100;
 font-weight: bold;
}
/*
#products .develop .index h3 a:after                               {
 content: "�@�r";
}
*/
#products .develop .index h3 a span                               {
 padding: 5px;
 margin: -5px 8px -5px 0;
 background: #eb6100;
 -moz-border-radius: 5px;
 -webkit-border-radius: 5px;
 border-radius: 5px;
 color: #f5f5f5;
}
/*
#products .develop .index div a                             {
 display: block;
 color: #333333;
 font-size: 1.4em;
 overflow: hidden;
}
#products .develop .index div span                             {
 display: block;
}
*/
#products .develop .index div span.hidari                             {
 width: 30%;
 max-width: 155px;
}
#products .develop .index div img                             {
 height: auto;
}


/*** #機能性表示食品
----------------------------------------- ***/
.kinou-about{
	margin-top:20px;
	display:block;
	padding:10px 20px;
	border-radius:10px;
	border:#eb6100 2px solid;
}
 	.kinou-about .kinou-about-ttl{
		color:#eb6100;
		font-weight:bold;
		font-size:150%;
		margin-bottom:0.5em;
	}
	.kinou-about p {
		font-size:1.4em;
	}
.kinou-lead01{
	font-size:2em;
	margin-bottom:20px;
}
.kinou-area-g{
	margin-top:20px;
	overflow:hidden;
	margin-bottom:30px;
}
	.kinou-area-g img.f-left{
		float: left;
	}
	.kinou-area-g-abst{
		box-sizing: border-box;
		float:right;
		font-size:1.2em;
		width:290px;
		line-height:1.4;
		padding:10px;
		background:#E9E9E9;
	}
		.kinou-area-g-abst-sub{
		box-sizing: border-box;
		float:right;
		font-size:1.2em;
		width:290px;
		line-height:1.4;
		padding:10px;
	}
	.kinou-area-g-abst .kinou-area-g-abst-ttl{
		font-weight: bold;
	}
	.kinou-area-g-abst  .dt{
		margin-left:1em;
		margin-top:0.5em;
	}
	.kinou-area-g-abst  .dd{
		margin-left:3em;
		width:90%;
	}
	.kinou-txt {
		margin-top:20px;
	}
	.link-other-page{
		margin-top:30px;
		margin-left: -15px;
	}
		.link-other-page li{
			list-style:none;
			position:relative;
			float: left;
			padding-left: 15px;
		}


#products #main .b_koushin_cont{
	display:block;
	width: auto;
	text-align:left;
	font-size: 1.1em;
	margin: -15px 20px 25px 20px;
}

#products #main .b_koushin{
    text-indent: -1.3em;
    padding-left: 1.3em;
    width: auto;
	line-height: 2.1;
/*    border-top: solid 1px #eecccc;
    border-bottom: solid 1px #eecccc;*/
}

.allergy{margin: 0 20px;}

@media screen and (min-width: 0px)
              and (max-width: 610px)        {
#products #main h2 img{
	width:auto;
}
#products #main .sp-img-small img{
	width:auto;
}

#products #main .b_koushin_cont{
	margin: 0 0 10px 0;
}

/* 150622 added */
 #products .develop br                           {display: none;}
 #products .develop p img                        {height: auto;}
 #products .develop .hidari                      {margin: 0 30px 20px 0;padding: 0;}
 #products .develop strong                       {color: #eb6100;}

/* 150623 added */
#products .develop #bcaa {
	float: none;
	width: auto;
	margin-left: 0;
	margin-right: 0;
}

#products #main .lineup .lineup_box {
	float: none;
	background-size: 200% 100%;
	width: auto;
	height: auto;
}
#products #main .lineup .lineup_box table .lineup_image {
	vertical-align: middle;
	width: 86px;
}
#products #main .lineup .lineup_box table .lineup_image img {
	width: auto;
	height: auto;
}
#products #main .lineup .lineup_box .buy {
	position: static;
}
#products #main .lineup .lineup_box table tr td {
	width: auto;
}

/* // */

 #products #main .entry                      {overflow: visible;}
 #products #main .entry table                {
  float: none;
  width: 100%;
  margin: 0 0 30px;
 }

 #products #main dt                          {
  float: none;
  clear: none;
  width: 100%;
  height: 100%;
  margin: 0 0 20px;
  overflow: hidden;
 }
  #products #main dt img                       {
	  width: auto;
	  height: auto;
	  max-width:300px;
	  max-height:300px;
 }
 #products #main dd                          {
  width: 100%;
  margin: 0;
 } 
 #products #main .buy                     {
  font-size: 1.4em;
  line-height: 20px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: none;
 }
 #products #main .buy a                   {width: 80%;
 margin-left:0;}
  #products #main .buy .amazon a                   {
	  width: 200px;
 margin-left:0px;
 margin-right:0px;
 position:static;
 }
 
 .kinou-area-g-abst, 
 .kinou-area-g-abst-sub {
	 width:100%;
 }

 .allergy{margin: 0 0 20px; width: 220px;}
				  
	.link-other-page{margin-left: 0;}
	.link-other-page li{
		width: 240px;
		padding-bottom: 6px;
		padding-left: 0;
	}

}
