﻿@charset "utf-8";

/*================================================
	RECOMMEND COMMON
================================================*/
body#update2015 {
  color: #3C3C3C;
}
/* :::: NacArea :::: */
body#update2015 article.recommend #contentsNavArea {
	margin: 0 0 20px 0;
}
body#update2015 article.recommend #contentsNavArea .ttl {
	font-size: 14px;
	color: #076cb9;
	text-align: center;
	background: #ededed;
	height: 30px;
	line-height: 30px;
}
body#update2015 article.recommend #contentsNavArea .select,
body#update2015 article.recommend #contentsNavArea .selected  {
	font-size: 14px;
	color: #333333;
	text-align: center;
	background: #f7f7f7;
	height: 40px;
	line-height: 40px;
	position: relative;
}
body#update2015 article.recommend #contentsNavArea .select:before,
body#update2015 article.recommend #contentsNavArea .selected:before {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	width: 4px;
	height: 4px;
	margin-top:-2px;
	border-right: 1px solid #333;
	border-bottom: 1px solid #333;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body#update2015 article.recommend #contentsNavArea .selected:before {
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
body#update2015 article.recommend #contentsNavArea ul {
	display: none;
}
body#update2015 article.recommend #contentsNavArea li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}
body#update2015 article.recommend #contentsNavArea li a {
	display: block;
}
body#update2015 article.recommend .blue {
	color: #006cb7;
}


/* :::: NacArea2,NacArea3　下部 :::: */
body#update2015 article.recommend #contentsNavArea2,
body#update2015 article.recommend #contentsNavArea3{
	margin: 0 0 20px 0;
}
body#update2015 article.recommend #contentsNavArea2 .select,
body#update2015 article.recommend #contentsNavArea2 .selected,
body#update2015 article.recommend #contentsNavArea3 .select,
body#update2015 article.recommend #contentsNavArea3 .selected {
	font-size: 17px;
	color: #333;
	text-align: center;
	background: #f2f2f2;
	height: 80px;
	line-height: 80px;
	position: relative;
	display: block;
}
body#update2015 article.recommend #contentsNavArea2 .select:before ,
body#update2015 article.recommend #contentsNavArea2 .selected:before,
body#update2015 article.recommend #contentsNavArea3 .select:before ,
body#update2015 article.recommend #contentsNavArea3 .selected:before {
	display: block;
	content: "";
	position: absolute;
	top: 50%;
	right: 24px;
	width: 10px;
	height: 10px;
	border-right: 2px solid #333;
	border-bottom: 2px solid #333;
}
body#update2015 article.recommend #contentsNavArea2 .select:before,
body#update2015 article.recommend #contentsNavArea3 .select:before{
	margin-top:-9px;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
body#update2015 article.recommend #contentsNavArea2 .selected:before,
body#update2015 article.recommend #contentsNavArea3 .selected:before{
	margin-top:-2px;
	-webkit-transform: rotate(-135deg);
	transform: rotate(-135deg);
}
body#update2015 article.recommend #contentsNavArea2 ul,
body#update2015 article.recommend #contentsNavArea3 ul {
	display: none;
}
body#update2015 article.recommend #contentsNavArea2 li,
body#update2015 article.recommend #contentsNavArea3 li {
	height: 40px;
	line-height: 40px;
	border-bottom: 1px solid #e6e6e6;
	text-align: center;
}
body#update2015 article.recommend #contentsNavArea2 li a,
body#update2015 article.recommend #contentsNavArea3 li a {
	display: block;
}


/* :::: new icon :::: */
body#update2015 article.recommend .ico_new {
	width: 90px;
	font-size: 11px;
	letter-spacing: 0.1em;
	text-align: center;
	color: #fff;
	background-color: #ff5151;
	margin-top: -6px;
	margin-bottom: 6px;
	padding: 0.2em 0;
}

/*========================================
	RECOMMEND TOP / ORIGINAL TOP
========================================*/
body#update2015 article#recommend_top {
	width: 100%;
	overflow: hidden;
}

/*========================================
	NEW
========================================*/
body#update2015 #recommendNew .caption {
	margin: 0 auto 30px;
}

/*========================================
	SALE LIST
========================================*/
body#update2015 #sale .caption {
	margin: 0 auto 30px;
}
body#update2015 #sale .date span {
	padding-left: 0;
}

/*========================================
	SALE DETAIL
========================================*/
body#update2015 #saleDetail .caption {
	margin: 0 auto 30px;
}
body#update2015 #saleDetail #sec-01 {
	margin: 0 auto;
}
body#update2015 #saleDetail #sec-01 .ttl {
	font-size: 20px;
	text-align: center;
	color: #5a2e00;
	margin: 0 0 20px 0;
}
body#update2015 #saleDetail #sec-01 .img {
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
}
body#update2015 #saleDetail #sec-01 .img span {
	margin: 0 85px;
	display: block;
}
body#update2015 #saleDetail #sec-01 .img img {
	width: 100%;
}
body#update2015 #saleDetail #sec-01 .text {
	font-size: 12px;
	color:#666;
	line-height: 1.7em;
	margin: 0 10px;
}
body#update2015 #saleDetail #sec-01 .saleInfo {
	font-size: 14px;
}
body#update2015 #saleDetail #sec-01 .saleInfo table {
	width: 100%;
	margin: 0 0 30px 0;
}
body#update2015 #saleDetail #sec-01 .saleInfo table tr {
	height: 40px;
}
body#update2015 #saleDetail #sec-01 .saleInfo table tr:nth-child(odd){
	background: #f7f7f7;
}
body#update2015 #saleDetail #sec-01 .saleInfo table .name {
	padding: 0 10px;
}
body#update2015 #saleDetail #sec-01 .saleInfo table .price {
	min-width: 50px;
	text-align: center;
}
body#update2015 #saleDetail #sec-01 .saleInfo table .arrow {
	min-width: 30px;
	text-align: center;
}
body#update2015 #saleDetail #sec-01 .saleInfo table .salePrice {
	padding-right: 10px;
	min-width: 50px;
	text-align: center;
	color: #f00;
}
body#update2015 #saleDetail #sec-02	  {
	margin: 0 auto 30px;
}
body#update2015 #saleDetail #sec-02 h3 {
	font-size: 16px;
	color: #076cb9;
	text-align: center;
	margin: 0 0 20px 0;
}
body#update2015 #saleDetail #sec-02 .innerBlock {
	margin: 0 36px;
	position: relative;
}
body#update2015 #saleDetail #sec-02 ul {
	width: 100%;
}
body#update2015 #saleDetail #sec-02 li {
	width: 125px!important;
	float: left;
}
body#update2015 #saleDetail #sec-02 li a {
	margin: 0 10px;
}
body#update2015 #saleDetail #sec-02 li img {
	width: 100%;
}
body#update2015 #saleDetail #sec-02 .prev {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -16px;
	width: 16px;
	height: 16px;
	margin-top: -2px;
	border-right: 4px solid #e6e6e6;
	border-bottom: 4px solid #e6e6e6;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
body#update2015 #saleDetail #sec-02 .next {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: -16px;
	width: 16px;
	height: 16px;
	margin-top: -2px;
	border-right: 4px solid #e6e6e6;
	border-bottom: 4px solid #e6e6e6;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body#update2015 .date span {
	color: #63b2ed;
	padding-left: 0;
}


/*========================================
	RECOMMEND_ALERGY
========================================*/
body#update2015 #alergy #sec-01 {
	margin: 0 auto;
}
body#update2015 #alergy #sec-01 .text01 {
	color: #333333;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0 10px 35px;
}
body#update2015 #alergy #sec-01 .text02 {
	color: #666666;
	font-size: 14px;
	line-height: 1.7em;
	margin: 0 2em 35px;
}
body#update2015 #alergy #sec-01 .text02 li {
	text-indent: -1.0em;
	margin: 0 0 10px 0;
}
body#update2015 #alergy #sec-01 .item01 {
	border: 1px solid #d9d9d9;
	border-radius: 4px;
	margin: 0 10px;
}
body#update2015 #alergy #sec-01 .item01	.ttl {
	text-align: center;
	color: #006cb7;
	font-size: 14px;
	line-height: 1.4em;
	margin: 20px 0;
}
body#update2015 #alergy #sec-01 .item01 ul {
	width: auto;
	overflow: hidden;
	margin: 0 30px;
}
body#update2015 #alergy #sec-01 .item01 li {
	width: 20%;
	margin: 0 0 20px 0;
	text-align: center;
	float: left;
}
body#update2015 #alergy #sec-01 .item01 li img {
	width: 60%;
}
body#update2015 #alergy #sec-01 h3.font01 {
	font-family: 'Noto Sans Japanese';
	font-size: 20px;
	font-weight: 100;
	text-align: center;
	padding: 25px 0 20px;
}
body#update2015 #alergy #sec-02 ul.icoList li {
	width: 2.6rem;
	/* padding: 10px 10px 0 0; */
	display: inline-block;
	text-align: center;
}
body#update2015 #alergy #sec-02 ul.icoList li img {
	width: 30px;
}

/* NutritionFacts */
body#update2015 #alergy #sec-02 .nutritionFacts {
	margin-left: 5%;
	padding-top: 10px;
	padding-bottom: 10px;
}
body#update2015 #alergy #sec-02 .nutritionFacts .table {
	width: 100%;
	color: #333;
	font-size: 13px;
	line-height: 1.5;
}
body#update2015 #alergy #sec-02 .nutritionFacts .table .thead {
	padding: 5px 5px 5px 0;
	border-top: 1px solid #333;
	border-bottom: 3px double #333;
}
body#update2015 #alergy #sec-02 .nutritionFacts .table .thead > p {
	margin: 0;
	font-weight: bold;
}
body#update2015 #alergy #sec-02 .nutritionFacts .table .tfoot {
	padding: 5px 5px 5px 0;
	border-bottom: 1px solid #333;
}
body#update2015 #alergy #sec-02 .nutritionFacts .table .tfoot > p {
	font-size: 12px;
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
}
body#update2015 #alergy #sec-02 .nutritionFacts .table .tbody {
	display: table;
	width: 100%;
	border-collapse: collapse;
}
body#update2015 #alergy #sec-02 .nutritionFacts .table .tbody > dl {
	display: table-row;
}
body#update2015 #alergy #sec-02 .nutritionFacts .table .tbody > dl:nth-child(even) {
	/*
	background-color: #f9f9f9;
	*/
}
body#update2015 #alergy #sec-02 .nutritionFacts .table .tbody > dl > dt, body#update2015 #alergy #sec-02 .nutritionFacts .table .tbody > dl dd {
	display: table-cell;
	padding: 5px 5px 5px 0;
	border-bottom: 1px dotted #d9d9d9;
}
body#update2015 #alergy #sec-02 .nutritionFacts .table .tbody > dl > dt {
	margin-left: 0;
	margin-bottom: 0;
	font-weight: normal;
	text-align: left;
}
body#update2015 #alergy #sec-02 .nutritionFacts .table .tbody > dl > dd {
	padding: 5px 5px 5px 0;
	text-align: right;
}


/*========================================
	PRODUCT LIST
========================================*/
body#update2015 #productList {}


/*========================================
	PRODUCT DETAIL
========================================*/
body#update2015 #productDetail .caption {
	margin: 0 auto 30px;
}
body#update2015 #productDetail #sec-01 {
	margin: 0 auto;
}
body#update2015 #productDetail #sec-01 .ico_new {
	margin-left: 15px;
}
body#update2015 #productDetail #sec-01 .ico_new.new_icon2 {
  font-size: 16px;
}
body#update2015 #productDetail #sec-01 .ttl {
	font-size: 20px;
	line-height: 1.2;
	text-align: left;
	color: #5a2e00;
	margin: 0 15px 10px;
}
body#update2015 #productDetail #sec-01 .img {
	width: 100%;
	text-align: center;
	margin: 0 0 15px 0;
}
body#update2015 #productDetail #sec-01 .img span {
	margin: 0 10px;
	display: block;
}
body#update2015 #productDetail #sec-01 .img img {
	width: 100%;
}
body#update2015 #productDetail #sec-01 > .text {
	line-height: 1.7em;
	font-size: 14px;
}
body#update2015 #productDetail #sec-01 .productInfo {
	margin: 0;
	line-height: 1.5;
	font-size: 14px;
}

body#update2015 #productDetail #sec-01 .productInfo > dl {
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
  display: flex;
  flex-wrap: wrap;
  margin: 10px;
}
body#update2015 #productDetail #sec-01 .productInfo > dl dt:nth-child(n+3), 
body#update2015 #productDetail #sec-01 .productInfo > dl dd:nth-child(n+3){
	border-top:1px solid #ccc;
}
body#update2015 #productDetail #sec-01 .productInfo > dl .name {
	width: 45%;
	padding: 10px;
	color: #333;
	box-sizing: border-box;
}
body#update2015 #productDetail #sec-01 .productInfo > dl .text {
	width: 55%;
	padding: 10px;
	color: #333;
	margin: 0;
	box-sizing: border-box;
	word-wrap: break-word;
}
body#update2015 #productDetail #sec-01 .productInfo > dl .type01 {
	font-size: 16px;
}
body#update2015 #productDetail #sec-01 .productInfo > dl .type02 {
	font-size: 12px;
}
body#update2015 #productDetail #sec-01 .productInfo > dl .type03 {
	color: #808080;
}
body#update2015 #productDetail #sec-01 .productInfo p {
	margin: 10px;
}
body#update2015 #productDetail #sec-01 .btn {
	cursor:pointer;
	display:block;
	background: #63b2ed;
	color: #fff !important;
	text-align: center;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	padding:11px 0 9px;
	position:relative;
	zoom: 1;
	width: 240px;
}
body#update2015 #productDetail #sec-01 .btn:after {
	display: inline-block;
	content: '\003e';
	padding-left: .5em;
}
body#update2015 #productDetail #sec-01 .btn:hover {
	background: #3e9de5;
}
body#update2015 #productDetail #sec-01 .item01 {
	background: -webkit-gradient(linear, left top, right bottom, from(#f2f2f2), color-stop(0.25, #f2f2f2), color-stop(0.25, white), color-stop(0.5, white), color-stop(0.5, #f2f2f2), color-stop(0.75, #f2f2f2), color-stop(0.75, white), to(white));
	background: -moz-linear-gradient(-45deg, #f2f2f2 25%, white 25%, white 50%, #f2f2f2 50%, #f2f2f2 75%, white 75%, white);
	background: linear-gradient(-45deg, #f2f2f2 25%, white 25%, white 50%, #f2f2f2 50%, #f2f2f2 75%, white 75%, white);
	background-size: 4px 4px;
	margin: 0 auto 30px;
}
body#update2015 #productDetail #sec-01 ul.links {
	width: 80%;
    margin: 0 auto;
    padding: 25px 0;
}
body#update2015 #productDetail #sec-01 ul.links li {
    width: 100%;
    box-sizing: border-box;
    padding: 5px;
}
body#update2015 #productDetail #sec-01 ul.links li:last-child {
	margin-bottom: 0;
}
body#update2015 #productDetail #sec-01 ul.links li.label_coupon {
	background: url(/common2015/sp/img/recommend/ico_coupon.png)no-repeat 35px center #fff;
	color: #ffba00;
	text-align: center;
	padding: 10px 0 7px 8px;
	width: 228px;
	border: 2px solid #ffba00;
}
body#update2015 #productDetail #sec-01 ul.links li img {
	vertical-align:bottom;
	width: 100%;
}

/* NutritionFacts */
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in {
	margin-top: 10px;
	margin-bottom: 10px;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in .table {
	color: #333;
	font-size: 13px;
	line-height: 1.5;
	margin-left: 5%;
	margin-right: 5%;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in .thead {
	padding: 5px 13px;
	border-top: 1px solid #333;
	border-bottom: 3px double #333;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in .thead > p {
	margin: 0;
	font-weight: bold;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in .tfoot {
	padding: 5px 13px;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in .tfoot > p {
	font-size: 12px;
	margin: 0;
	text-indent: -1em;
	padding-left: 1em;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in .tbody {
	display: table;
	width: 100%;
	border-collapse: collapse;
	margin: 0;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in dl {
	display: flex;
	width: 100%;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in dl:nth-child(even) {
	/*
	background-color: #f9f9f9;
	*/
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in dl > dt,
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in dl > dd {
	display: table-cell;
	padding: 5px 13px;
	border-bottom: 1px dotted #d9d9d9;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in dl > dt {
	margin-left: 0;
	margin-bottom: 0;
	font-weight: normal;
	text-align: left;
	width: 52.5%;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in dl > dd {
	width: 47.5%;
	padding: 5px 13px;
	text-align: right;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in ul ul dl > dt {
	padding-left:2em;
}
body#update2015 #productDetail #sec-01 #nutritionFacts_table_in ul ul dl > dt:before{
	content:"―";
	font-weight: bold;
	margin-right:2px
}
body#update2015 #productDetail #sec-01 .price_wrap .text.type01 {
  margin: 0 0 0 3em;
}
body#update2015 #productDetail #sec-01 .price_wrap {
  display: flex;
  justify-content: right;
  align-items: center;
  margin:15px 10px;
  font-size: 14px;
}
.price_wrap dd span:first-child {
  font-weight: bold;
  font-size: 1.4em;
}
body#update2015 #productDetail #sec-01 .productInfo > ul {
  margin: 10px;
  font-size: 13px;
}
body#update2015 #productDetail .nutritionFacts_table {
  margin: 30px 10px 10px;
  font-size: 13px;
}
body#update2015 #productDetail .ac_box h3 {
  font-size: 16px;
  border-top: 1px solid #1C1C1C;
  border-bottom: 1px solid #1C1C1C;
  padding: 0.5em 0.5em;
  margin-bottom: 10px;
  display: block;
	position: relative;
  color: #3C3C3C;
  text-decoration: none;
}
body#update2015 #productDetail .ac_btn:after{
	content:"▼";
	transform:rotate(0deg);
	display: inline-block;
	transition:transform 0.5s ease;
	position: absolute;
	right: 1em;
}
body#update2015 #productDetail .ac_btn[aria-expanded="false"]:after{
	transform:rotate(180deg);
}
body#update2015 #productDetail .ac_btn span {
  font-size: 13px;
}
body#update2015 #productDetail .ac_wrap {
  overflow: hidden;
  transition: height 0.5s ease;
  font-size: 14px;
  line-height: 1.6;
}
body#update2015 #productDetail .allergie_table {
  margin: 10px;
}

body#update2015 #productDetail #sec-01 .allergie_table_data {
  display: flex;
  flex-wrap: wrap;
  border-top: 1px solid #3c3c3c;
  border-left: 1px solid #3c3c3c;
  margin: 1em 0;
}
body#update2015 #productDetail #sec-01 .allergie_table_data li {
  width: 33.33%;
  border-right: 1px solid #3c3c3c;
  box-sizing: border-box;
  text-align: center;
  border-bottom: 1px solid #3c3c3c;
  padding: 0.2em 0;
}
body#update2015 #productDetail #sec-01 #allergie_table_in a {
  color: #076CB9;
  text-decoration: underline;
}
body#update2015 #productDetail #sec-01 #allergie_table_in .allergie_table_tips {
  line-height: 1.6;
  border-bottom: 2px solid #3c3c3c;
  padding-bottom: 1em;
  margin-bottom: 2.5em;
  font-size: 13px;
}
body#update2015 .cation_wrap {
  border: 1px solid #FF5152;
  color: #FF5152;
  padding: 0.5em 1em 1em;
  margin: 10px 10px 20px;
  font-size: 11px;
  line-height: 1.4;
}
body#update2015 .cation_wrap dt {
  text-align: center;
  font-size: 13px;
  margin-bottom: 0.5em;
}
body#update2015 #productDetail #sec-01 .allergie_table_data li.on {
  background: #3C3C3C;
  color: #fff;
  font-weight: bold;
border-color:#fff;
}
.allergie_table_text .allergie_table_text_b{
  width: 2.5em;
  display: inline-block;
  background: #3c3c3c;
color:#3c3c3c;
}
/* :::: sec-02 :::: */
body#update2015 #productDetail #sec-02 {
	margin: 0 auto 30px;
}
body#update2015 #productDetail #sec-02	  {
	margin: 0 auto 30px;
}
body#update2015 #productDetail #sec-02 h2 {
	font-size: 16px;
	color: #076cb9;
	text-align: center;
	margin: 20px 0;
	font-family: 'Noto Sans Japanese';
	font-weight: 200;
}
body#update2015 #productDetail #sec-02 .innerBlock {
	margin: 0 36px;
	position: relative;
}
body#update2015 #productDetail #sec-02 ul {
	width: 100%;
}
body#update2015 #productDetail #sec-02 li {
	width: 125px!important;
	float: left;
}
body#update2015 #productDetail #sec-02 li a {
	margin: 0 10px;
}
body#update2015 #productDetail #sec-02 li img {
	width: 100%;
}
body#update2015 #productDetail #sec-02 .smalltxt li{
	width: auto !important;
	float: none;
	margin:0;
}
body#update2015 #productDetail #sec-02 .bx-prev {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	left: -16px;
	width: 16px;
	height: 16px;
	margin-top: -2px;
	border-right: 4px solid #e6e6e6;
	border-bottom: 4px solid #e6e6e6;
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
body#update2015 #productDetail #sec-02 .bx-next {
	display: block;
	content: '';
	position: absolute;
	top: 50%;
	right: -16px;
	width: 16px;
	height: 16px;
	margin-top: -2px;
	border-right: 4px solid #e6e6e6;
	border-bottom: 4px solid #e6e6e6;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
body#update2015 #productDetail #sec-02 .bx-prev:focus,
body#update2015 #productDetail #sec-02 .bx-next:focus{
	outline: 1px solid #00f;
}

body#update2015 #productDetail #sec-02 .bx-prev div,
body#update2015 #productDetail #sec-02 .bx-next div {
  opacity: 0;
}
/* body#update2015 .date span {
color: #63b2ed;
padding-left: 0;
} */

body#update2015 .productInfo a {
  color: #076CB9;
  text-decoration: underline;
}
/*========================================
    New Page Title
========================================*/
#update2015_row h2.pageTitle2 {
color: #076cb9;
display: block;
font-size: 12px;
text-align: center;
line-height: 1.2 !important;
margin: 15px;
position: relative;
border-bottom: 1px solid;
padding-bottom: 1em;
}