@charset "UTF-8";
/* CSS Document */
/*------------------------------------------------------------------------------------

	栄養成分・アレルギー情報

------------------------------------------------------------------------------------*/
#bar {
	width:950px;
	margin: 50px auto 0;
	background: #551900;
}
#bar ul.navi {
}
#bar div.category  {
	padding: 15px 0 15px 20px;
	font-size: 20px;
	color: #fff;
	background: url("../images/acordion_plus.png") no-repeat 98% 50%;
	cursor: pointer;
}
#bar div.open {
	background: url("../images/acordion_minus.png") no-repeat 98% 50%;
}
#bar ul.menu {  
 padding: 0 0 0; 
}
#bar ul.menu .eiyou_box {
	margin: 0 20px;
	background: #fff;
}
/*栄養成分を左123右456と並べる場合に囲う*/
#bar ul.menu .eiyou_box .eiyou_block {
  float: left;
  width: 455px;
}
.eiyou_btn {
	width: 252px;
	margin: 0 auto;
	padding: 13px;
}


/*成分表
-----------------------------------*/
.cork_middle {
	float: left;
	width: 425px;
	padding: 15px;
	background: #fff;
}
.cork_middle p {
	color: #541c00;
	font-weight: bold;
}
.table_left {
	float: left;
	width: 47%;
}
.table_right {
	float: right;
	width: 47%;
}

.eiyou_cell_item2{
	width: 60%;
	padding: 2px 0 1px 5px;
	text-align: left;
}
.eiyou_table_eiyou {
	width: 100%;
	border-top: 1px solid #51362d;
		border-collapse: collapse;
}
.eiyou_table_eiyou2 {
	width: 100%;
	border-top: 1px solid #51362d;
		border-collapse: collapse;
}
.eiyou_table_eiyou tr {
		border-bottom: 1px solid #51362d;
}
.eiyou_table_eiyou2 tr {
		border-bottom: 1px solid #51362d;
}


.eiyou_cell_value2 {
padding-left: 5px;
text-align: left;
}
.eiyou_table_eiyou caption {
	color: #663219;
}
.eiyou_table_eiyou2 caption {
	color: #663219;
}
.eiyou_table_allergy {
	width: 100%;
	border-top: 1px solid #51362d;
		border-collapse: collapse;
}

.eiyou_table_allergy2 {
	width: 100%;
	border-top: 1px solid #333;
		border-collapse: collapse;
}

.eiyou_table_allergy tr {
		border-bottom: 1px solid #333;
}

.eiyou_table_allergy2 tr {
		border-bottom: 1px solid #333;
}

.eiyou_table_allergy caption {
	color: #541c00;
}

.eiyou_table_allergy2 caption {
	color: #541c00;
}

.eiyou_table_allergy .d_color {
	width: 50%;
	padding: 2px 0 1px 10px;
	background: #eae9dc;
}

.eiyou_table_allergy2 .d_color {
	width: 50%;
	padding: 2px 0 1px 10px;
	text-align: left;	
}

.d_tex {
	text-align: center;
}

.caution {
	color: #51362d;
	margin-bottom: 5px;
}

caption {
		text-align: left;
}
.cork_attention {
	margin: 10px auto 0 auto;
	color: #333;
	font-size: 11px;
	line-height: 1.3;
	text-align: left;
}

/*アレルギーボタン*/
.mira_ar_btn a:link {
	display: block;
	text-decoration: none;
	width: 56%;
	margin: 0 auto 0 auto;
	padding: 0.8em 0;
	color: #150f0d;
	background: #e88f13;
	text-align: center;
	font-size: 16px;
	font-weight: bold;
}
.mira_ar_btn a:visited {
	text-decoration: none;
	color: #150f0d;
	background: #e88f13;
}		
.mira_ar_btn a:hover {
	text-decoration: none;
	background: #601986;
	color: #fff;
	font-weight: bold;
}

/*注釈*/
.eiyou_attention {
  clear: both;
	padding: 10px 15px;
	font-size: 10px;
	line-height: 1.5;
}




/*========================================================================================
	768px以下のCSSを記述
========================================================================================*/
@media screen and (max-width:768px) {
      
    /*------------------------------------------------------------------------------------

      栄養成分・アレルギー情報

    ------------------------------------------------------------------------------------*/
    #bar {
      width:100%;
      margin: 20px auto 0;
    }
    #bar ul.navi {
    }
    #bar div.category  {
      padding: 15px 0 15px 10px;
      font-size: 16px;
      background: url("../images/acordion_plus.png") no-repeat 97% 50%;
      font-weight: bold;
      cursor: pointer;
    }
    #bar div.open {
      background: url("../images/acordion_minus.png") no-repeat 97% 50%;
    }
    #bar ul.menu {
      padding: 0 0 10px; 
    }
    #bar ul.menu .eiyou_box {
      margin: 0;
      background: none;
    }

    /*栄養成分を左123右456と並べる場合に囲う*/
    #bar ul.menu .eiyou_box .eiyou_block {
      float: none;
      width: 100%;
    }
    .eiyou_btn {
      width: 96%;
      max-width: 375px;
      margin: 0 auto;
      padding: 10px 0;
    }

    /*成分表
    -----------------------------------*/
    .cork_middle {
      float: none;
      width: 88%;
      padding: 3.5%;
      margin: 0 auto;
      margin-bottom: 10px;
      background: #fff;
    }
    .table_left {
      float: left;
      width: 47%;
    }
    .table_right {
      float: right;
      width: 47%;
    }
    .eiyou_cell_item2{
      width: 60%;
      padding: 2px 0 1px 5px;
      text-align: left;
    }
    .eiyou_table_eiyou {
      width: 100%;
      border-top: 1px solid #51362d;
        border-collapse: collapse;
    }
    .eiyou_table_eiyou2 {
      width: 100%;
      border-top: 1px solid #51362d;
        border-collapse: collapse;
    }
    .eiyou_table_eiyou tr {
        border-bottom: 1px solid #51362d;
    }
    .eiyou_table_eiyou2 tr {
        border-bottom: 1px solid #51362d;
    }
    .eiyou_cell_value2 {
      padding-left: 5px;
      text-align: left;
    }
    .eiyou_table_eiyou caption {
      color: #663219;
    }
    .eiyou_table_eiyou2 caption {
      letter-spacing: -0.1em;
      color: #663219;
    }
    .eiyou_table_allergy {
      width: 100%;
      border-top: 1px solid #51362d;
        border-collapse: collapse;
    }

    .eiyou_table_allergy2 {
      width: 100%;
      border-top: 1px solid #333;
        border-collapse: collapse;
    }

    .eiyou_table_allergy tr {
        border-bottom: 1px solid #333;
    }
    .eiyou_table_allergy2 tr {
        border-bottom: 1px solid #333;
    }
    .eiyou_table_allergy caption {
      color: #663219;
    }
    .eiyou_table_allergy2 caption {
      color: #663219;
    }
    .eiyou_table_allergy .d_color {
      width: 50%;
      padding: 2px 0 1px 10px;
      background: #eae9dc;
    }
    .eiyou_table_allergy2 .d_color {
      width: 50%;
      padding: 2px 0 1px 10px;
      text-align: left;	
    }
    .d_tex {
      text-align: center;
    }
    .caution {
      color: #51362d;
      margin-bottom: 5px;
    }
    caption {
        text-align: left;
    }
    .cork_attention {
      margin: 10px auto 0 auto;
      color: #333;
      font-size: 11px;
      line-height: 1.3;
      text-align: left;
    }
    /*注釈*/
    .eiyou_attention {
      width: 96%;
      padding: 0px 2.5%;
      font-size: 10px;
      line-height: 1.3;
      color: #fff;
    }
    
}
