@charset "utf-8";

#wrapperIn {
	position: relative;
	padding: 16px 0 0 150px;
	color: #333;
}

/* detail common
------------------------------------------------------*/
/* date of update */
.date-of-update {
	display: block;
	margin: 0 0 21px;
	font-size: 11px;
	font-weight: bold;
	line-height: 1;
	text-align: right;
}
/* title txt */
.title_txt {
	float: left;
	width: 450px;
	padding: 0 0 45px;
}
.title_menu {
	height: 72px;
	color: #be1c10;
	font-size: 30px;
	font-weight: bold;
	line-height: 1.1;
}
.txt_copy {
	font-size: 20px;
	font-weight: bold;
	line-height: 1.4;
}
.icon-limited {
	display: inline-block;
	margin: 11px -0.4em 0 0;
}
/* select size */
.title_txt select {
	margin: 11px 0 0;
}
/* item image */
.item-image {
	float: right;
	display: table;
	width: 350px;
	background: transparent url(../graphic/tab/bg-menu-detail_v2.jpg) left bottom no-repeat;
}
.item-image-inner {
	display: table-cell;
	width: 293px;
	height: 194px;
	padding: 27px 24px 19px 33px;
	vertical-align: bottom;
}
.item-image img {
	display: block;
	width: 293px;
}

/* main-area
------------------------------------------------------*/
.main-area {
	position: relative;
	margin: 11px 0 0;
	padding: 0;
}

/* tabs
------------------------------------------------------*/
#contents_tabs {
	position: absolute;
	left: 0;
	top: -45px;
	display: block;
	width: 100%;
	height: 45px;
}
#contents_tabs li {
	float: left;
	width: 155px;
	padding: 0 5px 0 0;
}
#contents_tabs a {
	display: block;
	background: #676767;
	border-radius: 6px 6px 0 0;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	line-height: 45px;
}
#contents_tabs a:hover {
	opacity: 0.8;
}
#contents_tabs a.active {
	background: #1c1c1c none;
	color: #fdcf00;
}

/* tab contents
------------------------------------------------------*/
.tab-contents {
	padding: 29px 20px 20px;
	background: transparent url(../graphic/tab/bg_tab_contents.jpg) left top repeat-y;
	color: #fff;
}
/* tab 1-3 */
.tab {
	display: none;
	width: 100%;
}
.tab:first-child {
	display: table;
}
/* tab 1-3 contents */
.tab01-left, .tab02-left, .tab03-left {
	display: table-cell;
	vertical-align: top;
}
.tab01-left {width: 455px;}
.tab02-left, .tab03-left {width: 385px;}
.tab01-right, .tab02-right, .tab03-right {
	position: relative;
	display: table-cell;
	vertical-align: top;
}
.tab01-right {
	width: 309px;
	padding: 0 0 0 36px;
}
.tab02-right,
.tab03-right {
	width: 385px;
	padding: 0 0 50px 30px;
}

/* org info
------------------------------------------------------*/
/* タイトル */
.org-info-title {
	color: #fdcf00;
	font-weight: bold;
	line-height: 1;
}
/* org info table */
.org-info {
	width: 455px;
	margin: 10px 0 0;
	border-collapse:separate;
	border-radius: 5px;
}
.org-info:nth-child(2) {
	margin: 7px 0 0;
}
.org-info thead {
	color: #333;
}
.org-info thead th {
	position: relative;
	height: 54px;
	padding: 0 150px 0 8px;
	background: transparent none;
	border-left: 2px solid #fff;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	border-radius: 5px 5px 0 0;
	background: #fff061 none;
	font-size: 14px;
	font-weight: bold;
	line-height: 18px;
	text-align: left;
	vertical-align: middle;
}
.org-info:nth-child(2n+1) thead th {
	background: #fff none; /* white */
}
/* link oishisa */
.link-oishisa {
	position: absolute;
	right: 6px;
	top: 17px;
	display: inline-block;
	padding: 0 25px 0 0;
	background: transparent url(../graphic/tab/bg_bullet_link_oishisa.png) right center no-repeat;
	font-size: 11px;
	font-weight: bold;
	line-height: 20px;
	text-decoration: underline;
	word-break: keep-all;
}
.org-info tbody td {
	padding: 6px 8px 8px 10px;
	border-left: 2px solid #fff;
	border-right: 2px solid #fff;
	border-bottom: 2px solid #fff;
	border-radius: 0 0 5px 5px;
	font-size: 13px;
	line-height: 20px;
}
/* org info detail */
.org-info-detail dt {
	font-weight: bold;
}
.org-info-detail dd {
	margin: -20px 0 0 6em;
	min-height: 20px;
}
.org-info-detail dt:first-child + dd {
	margin: -20px 0 0 5em;
}
.annotation {
	margin: 15px 0 0;
}
.annotation li {
	padding: 0 0 0 1em;
	font-size: 10px;
	line-height: 15px;
	text-indent: -1em;
}
/* hr */
.hr-detail {
	width: 800px;
	height: 3px;
	margin: 20px 0;
	border: none;
	border-collapse: collapse;
	background: transparent url(../graphic/tab/bg_hr.png) left top no-repeat;
}



/* allergy info
------------------------------------------------------*/

/* lead title */
.allergy-title {
	margin: 40px 0 0;
	font-size: 12px;
	font-weight: bold;
	line-height: 1;
}
.allergy-title:first-child {
	margin: 0;
}

/* table - allergy info, nut info */
.allergy-info,
.nut-info {
	border-collapse: separate;
	border: 2px solid #fff;
	border-radius: 4px;
	width: 100%;
	margin: 10px 0 0;
}
.allergy-info:first-child,
.nut-info:first-child {
	margin: 0;
}
.allergy-info.last {
	width: 86%;
}
.allergy-title + .allergy-info {
	margin: 7px 0 0;
}

.allergy-info thead,
.nut-info thead {
	background: #fff061 none;
	color: #333;
}

.allergy-info thead th,
.nut-info thead th {
	width: 14.285714%;
	height: 39px;
	border-left: 1px solid #fff;
	font-size: 10px;
	font-weight: bold;
	line-height: 13px;
	text-align: center;
	vertical-align: middle;
}
.allergy-info thead th:nth-of-type(2n+1),
.nut-info thead th:nth-of-type(2n+1) {
	background: #fff none;
}
.allergy-info thead th:first-child,
.nut-info thead th:first-child {
	border-radius: 2px 0 0 0;
}
.allergy-info thead th:last-child,
.nut-info thead th:last-child {
	border-radius: 0 2px 0 0;
}

.allergy-info tbody td,
.nut-info tbody td {
	height: 27px;
	border-left: 1px solid #fff;
	font-size: 14px;
	line-height: 1;
	text-align: center;
}
.allergy-info tbody td:first-child,
.nut-info tbody td:first-child {
	border: none;
}

/* table contents */
.matched {
	color: #fdcf00;
	font-size: 16px;
}

/* annotation */
.annotation-allergy {
	margin: 10px 0 0;
	font-size: 10px;
	line-height: 15px;
}

/* table - legend */
.allergy-ex {
	border-collapse: separate;
	border: 2px solid #fff;
	border-radius: 4px;
	width: 100%;
	margin: 7px 0 0;
}

.allergy-ex th {
	height: 36px;
	padding: 0 0 0 12px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	line-height: 1;
	vertical-align: middle;
}

.allergy-ex td {
	width: 50px;
	border-top: 1px solid #fff;
	font-size: 12px;
	text-align: center;
	line-height: 1;
}

.allergy-ex tr:first-child th,
.allergy-ex tr:first-child td {
	border-top: none;
}



/* allergy info notice */
.allergy-txt {
	margin: 17px 0 0;
	font-size: 11px;
	line-height: 18px;
}



/* 栄養管理士 */
.allergy-sved-by {
    position: relative;
    text-align: right;
}

.allergy-sved-by a {
	color: #fff;
	font-size: 11px;
	line-height: 1;
	text-decoration: underline;
}

.allergy-sv-info {
	display: none;
	position: absolute;
	right: 0;
	bottom: 30px;
	width: 336px;
	padding: 12px 10px 12px 12px;
	background: #fff none;
	border-radius: 5px;
	color: #333;
	font-size: 11px;
	line-height: 18px;
	text-align: left;
}
.allergy-sv-info:after {
	content: "";
	position: absolute;
	right: 59px;
	bottom: -11px;
	width: 14px;
	height: 11px;
	background: transparent url(../graphic/tab/bg_allergy_sv_info.png) left top no-repeat;
}

.tab03-right .allergy-sved-by {
}



/* 標準製品重量 */
.nut-weight {
	margin: 0 0 20px;
	font-size: 16px;
	font-weight: bold;
	line-height: 1;
}

.nut-unit {
	font-size: 10px;
	vertical-align: -1px;
}



/* 栄養情報テーブル(補正分) */
.nut-info.last {
	width: 40%;
}

.nut-info thead th {
	width: 20%;
	height: 39px;
	font-size: 11px;
	line-height: 13px;
	word-break: break-all;
}
.nut-info tbody td {
	width: 20%;
	height: 27px;
	font-size: 11px;
}

.nut-info-unit {
	font-size: 11px;
}

/* remarks */

.remarks {
	display: block;
	margin: 20px 0;
	padding: 9px;
	border: 2px solid #fff;
	border-radius: 3px;
	font-size: 10px;
	line-height: 1;
}

/* clearfix
---------------------------------------------------------*/
.clearfix:after{/*for modern browser*/
	content: ".";
	display: block;
	visibility: hidden;
	clear: both;
	height: 0;
	font-size: 0;
	line-height: 0;
}
.clearfix{/*for IE7*/ min-height: 1px;}
* html .clearfix{/*for IE6 below, MacIE5*/
	/*\*//*/
	overflow: hidden;
	height: auto;
	/**/
	height: 1px;
}
