@charset "utf-8";

/*** #bcaa config
----------------------------------------- ***/

#bcaa #main h1                               {
 width: 100%;
 margin: 0 0 30px;
}
#bcaa .other                                 {
 margin: 0 0 30px;
 overflow: hidden;
}
#bcaa .other li                              {
 float: left;
 width: 140px;
 height: 74px;
}
#bcaa .other li a                            {
 display: block;
 width: 100%;
 height: 100%;
 text-indent: 100%;
 white-space: nowrap;
 overflow: hidden;
 background: url(../../bcaa/images/other.png) no-repeat;
 background-size: 700px 148px;
}
#bcaa .other li:nth-of-type(1) a             {background-position: 0 0;}
#bcaa .other li:nth-of-type(2) a             {background-position: -140px 0;}
#bcaa .other li:nth-of-type(3) a             {background-position: -280px 0;}
#bcaa .other li:nth-of-type(4) a             {background-position: -420px 0;}
#bcaa .other li:nth-of-type(5) a             {background-position: -560px 0;}

#bcaa .other li:nth-of-type(1).current a,
#bcaa .other li:nth-of-type(1) a:hover       {background-position: 0 -74px;}
#bcaa .other li:nth-of-type(2).current a,
#bcaa .other li:nth-of-type(2) a:hover       {background-position: -140px -74px;}
#bcaa .other li:nth-of-type(3).current a,
#bcaa .other li:nth-of-type(3) a:hover       {background-position: -280px -74px;}
#bcaa .other li:nth-of-type(4).current a,
#bcaa .other li:nth-of-type(4) a:hover       {background-position: -420px -74px;}
#bcaa .other li:nth-of-type(5).current a,
#bcaa .other li:nth-of-type(5) a:hover       {background-position: -560px -74px;}

#bcaa .title h2                              {
 margin: 0 0 20px;
 padding: 0 0 15px;
 font-size: 2.6em;
 line-height: 30px;
 color: #eb6100;
 border-bottom: 1px dotted #ccc;
}

#bcaa #main .more                            {
 font-size: 1.4em;
 line-height: 20px;
 padding: 10px 0;
 cursor: pointer;
 text-align: center;
 background: #f0f0f0; 
}
#bcaa #main .more a                          {color: #000;}
#bcaa #main .more a:hover                    {text-decoration: none;}
#bcaa #main .more:hover                      {
 color: #fff;
 background: #000;
}
#bcaa #main .more:hover a                    {color: #fff;}
#bcaa #main .movie + .more                   {margin: 0 0 30px;}

#bcaa .entry                                 {padding: 0 0 30px;overflow: hidden;}

#bcaa .entry p,
#bcaa .entry table td,	/* 150622 table added */
#bcaa .entry table th                               {font-size: 1.4em;}
#bcaa .entry p                               {padding: 0 0 30px;}
#bcaa .entry p img                           {height: auto;}
#bcaa .entry .hidari                         {margin: 0 30px 20px 0;padding: 0;}
#bcaa .entry strong                          {color: #eb6100;}

#bcaa .youtube                               {float: right;width: 300px;margin: 0 0 0 30px;}

/* 150622 added */
#bcaa .entry 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(../../bcaa/images/entry/h3.png) no-repeat 0 5px;
 background-size: 22px 22px;
 border-bottom: 1px dotted #ccc;
}
/* 160516 added */
#bcaa .bcaa-list{
	position:relative;
}
#bcaa .bcaa-list h3{
 clear: both;
 margin: 20px 0 10px;
 padding: 0 0 0 30px;
 position: relative;
 font-weight: normal;
 font-size: 2.2em;
 line-height: 34px;
 background: url(../../bcaa/images/entry/h3.png) no-repeat 0 5px;
 background-size: 22px 22px;
}
#bcaa .bcaa-list .bcaa-list-dtl{
	width:550px;
}
#bcaa .bcaa-list .bcaa-list-dtl p{
	padding-bottom:0;
}
#bcaa .bcaa-list .migi{
	position: absolute;
	right: 4px;
	margin: -45px 0 0;
	z-index: 1;
	top: 72px;
}
#bcaa .bcaa-list .bcaa-list-sp{
	display:none;
}


#bcaa .entry h3 a:link{
	color:#eb6100;
	text-decoration:underline;
}
#bcaa .entry h3 a:visited{
	color:#eb6100;
	text-decoration:underline;
}
#bcaa .entry h3 a:active{
}
#bcaa .entry h3 a:hover{
	text-decoration:none;
}

#bcaa .entry table,
#bcaa .entry table tr td,
#bcaa .entry table tr th                              {
 border-color: #cbcbcb;
 border-style: solid;
}
#bcaa .entry table                              {
 border-width: 1px 0 0 1px;
 border-spacing: 0;
 border-collapse: separate;
 width: 100%;
}
#bcaa .entry table tr td,
#bcaa .entry table tr th                              {
 padding: 4px 6px;
 border-width: 0 1px 1px 0;
}
#bcaa .entry table thead tr th                              {
 background: #fcbc3e;
 color: #ffffff;
 text-align: center;
}
#bcaa .entry table tbody tr th                              {
 font-weight: normal;
}

#bcaa .entry .bcaa-link-text                              {
 font-weight: normal;
 font-size:1.3em;
}
#bcaa .entry .bcaa-link-text a                              {
	padding-left:20px;
	text-decoration:underline;
	color:#eb6100;
	background:url(../../shared/article/contents/images/text-link.png) no-repeat  0 0.2em;
}
#bcaa .entry .bcaa-link-text a:hover                              {
	text-decoration: none;
}
#bcaa .entry .bcaa-link-text a:hover                              {
	text-decoration: none;
}
#bcaa .bcaa-pic{
	margin-bottom:40px;
}	
#bcaa .bcaa-pic .pic-center{
	text-align:center;
	margin-bottom:20px;
}

#bcaa .sessyu {margin-bottom: 2em; font-size: 1.3em;}
#bcaa .sessyu dt{float: left; width: 250px;}
#bcaa .sessyu dd.nw {white-space: nowrap;}

#bcaa .entry table tr th.nw-sp br{
	display: none;
}

@media screen and (min-width: 0px)
              and (max-width: 610px)        {
 
 #bcaa .title h2                             {
  margin: 0 0 10px;
  font-size: 2em;
  line-height: 30px;
  text-align: left;
 }

 #bcaa .other li                             {
  float: none;
  width: 100%;
  height: auto;
  text-align: center;
 }
 #bcaa .other li a                           {
  height: auto;
  padding: 10px 0;
  text-indent: 0;
  white-space: normal;
  overflow: visible;
  color: #eb6100;
  background-color: #f0f0f0;
  background-image: none;
  border-top: 1px solid #d8d8d8;
 }
 #bcaa .other li.current a                   {
  color: #fff;
  background-color: #eb6100;
 }
 #bcaa .other li:first-child a               {border-top: none;border-radius: 6px 6px 0 0;}
 #bcaa .other li:last-child a                {border-radius: 0 0 6px 6px;}

 #bcaa .youtube                              {float: none;width: 100%;margin: 0 0 30px;}

/* 160603 added */
#bcaa .bcaa-list{
	position:static;
}
#bcaa .bcaa-list-dtl {
	width:100%;
	display: inline;
}
#bcaa .bcaa-list .migi a img{
	display:none;
	}
#bcaa .bcaa-list .bcaa-list-sp{
	float:right;
	width:auto;
	display:inline-block;
}

#bcaa .entry table,
#bcaa .entry table tr td,
#bcaa .entry table tr th{
	font-size: 1em;
}
#bcaa .entry table tr th.nw-sp{
	white-space: nowrap;
}
#bcaa .entry table tr th.nw-sp br{
	display: block;
}
				  
#bcaa .sessyu dt{float: none;}
#bcaa .sessyu dd.nw {white-space: normal;}
}

/*----------amazon ここから-----------*/

#bcaa #main .kounyu .buy                      {
 font-size: 1.4em;
 line-height: 20px;
 /*width: 100%;*/
 margin: 0;
 padding: 15px 0 18px;
 text-align: center;
 background: #f0f0f0;
}

#bcaa #main .kounyu .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);*/
}



#bcaa #main .kounyu .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;
}
#bcaa #main .kounyu .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;
}
#bcaa #main .kounyu .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 */ 
}

#bcaa #main .kounyu .buy .amazon a{
	background:none;
	border:none;
	width:155px;
	padding-left:10px;
	position:absolute;
}
#bcaa #main .kounyu .buy .amazon a:hover:before {
	background:none;
}

#bcaa #main .kounyu .buy .amazon a:before{
	background:none;
	 content: normal;
}

#bcaa #main .kounyu 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;
}
#bcaa #main .kounyu dd h3 small                  {font-size: .8em;color: #000;}

#bcaa #main dd p                         {margin: 0 0 20px;}
#bcaa #main dd ul                        {padding: 0 0 20px;}
#bcaa #main dd li                        {
 font-size: 1.2em;
 line-height: 20px;
 position: relative;
 padding: 5px 5px 5px 25px;
 background: #f5f5f5;
 border-bottom: 1px dotted #ccc;
}
#bcaa #main .kounyu dd li:first-child            {border-top: 1px dotted #ccc;}

#bcaa #main .kounyu dd li:before                 {
 font-family: FontAwesome;
 display: block;
 content: "\f004";
 width: 12px;
 height: 20px;
 position: absolute;
 left: 10px;
 top: 5px;
 color: #eb6100;
}

#bcaa #main .kounyu .lineup {
	margin: 0 -1px 30px;
	overflow: hidden;
}
#bcaa #main .kounyu .lineup .page {
	width: 96px;
	height: 30px;
}
#bcaa #main .kounyu .lineup .page a:before {
	content: url( "../../products/images/btn_3.gif" );
	position: absolute;
}
#bcaa #main .kounyu .lineup .page a:hover:before {
	content: url( "../../products/images/btn_3_on.gif" );
}
#bcaa #main .kounyu .lineup .lineup_box {
	float: left;
	background: url( "../../products/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;
}
#bcaa #main .kounyu .lineup .lineup_box .lineup_title {
	font-size: 1.5em;
	font-weight: bold;
}
#bcaa #main .kounyu .lineup .lineup_box .lineup_type {
	margin: 6px 0 0;
}
#bcaa #main .kounyu .lineup .lineup_box .lineup_ingredient {
	color: #eb6100;
	font-size: 1.2em;
	font-weight: bold;
	margin: 10px 0 0;
}
#bcaa #main .kounyu .lineup .lineup_box .page {
	margin: 10px 0 0;
}
#bcaa #main .kounyu .lineup .lineup_box .buy {
	background: none;
	position: absolute;
	bottom: 0;
	left: 0;
}
#bcaa #main .kounyu .chuki{
	font-size:1.1em;
	text-indent:-1em;
	margin-left:1em;
}
#bcaa #main .kounyu .lineup .lineup_box table {
	width: 100%;
}
#bcaa #main .kounyu .lineup .lineup_box table tr td {
	vertical-align: top;
}
#bcaa #main .kounyu .lineup .lineup_box table .lineup_image {
	text-align: center;
	width: 152px;
}

@media screen and (min-width: 0px)
              and (max-width: 610px)        {

#bcaa #main .kounyu .lineup .lineup_box {
	float: none;
	background-size: 200% 100%;
	width: auto;
	height: auto;
}
#bcaa #main .kounyu .lineup .lineup_box table .lineup_image {
	vertical-align: middle;
	width: 86px;
}
#bcaa #main .kounyu .lineup .lineup_box table .lineup_image img {
	width: auto;
	height: auto;
}
#bcaa #main .kounyu .lineup .lineup_box .buy {
	position: static;
}
#bcaa #main .kounyu .lineup .lineup_box table tr td {
	width: auto;
}

/* // */

 #bcaa #main .kounyu {overflow: visible;}
 #bcaa #main .kounyu table                {
  float: none;
  width: 100%;
  margin: 0;
  border: 0;
 }

 #bcaa #main .kounyu .buy                     {
  font-size: 1.4em;
  line-height: 20px;
  width: 100%;
  padding: 15px 0;
  text-align: center;
  background: none;
 }
 #bcaa #main .kounyu .buy a {
	 width: 80%;
	 margin-left:0;}
  #bcaa #main .kounyu .buy .amazon a {
	  width: 200px;
	  margin-left:0px;
	  margin-right:0px;
	  position:static;
 }

}
/*----------amazonここまで-----------*/