/* 追加スタイル */

.linkcolor-01 {
	color: #c00 !important;
}

/* 商品詳細テーブルの調整 */
.productTable th,
.productTable td {
	overflow-wrap: break-word;
	word-break: break-word;
	word-break: break-all;
}

#product #productFood .productIntrArticle .productSubArea .productTable tbody td:nth-of-type(3n),
#product #productFood .productIntrArticle .productSubArea .productTable tbody th:nth-of-type(3n){
	border-right:solid 2px #ebdcd2;
}
#product #productFood .productIntrArticle .productSubArea .productTable tbody td:first-of-type {
	color: #3c2d23;
}
#product #productFood .productIntrArticle .productSubArea .productTable tbody tr td[rowspan]:first-child {
	background-color: #f5ede8;
}

/* 注釈の汎用 */
#product dl.annotationList dd:not(.annotationListCon) {
	text-indent: -1em;
	padding-left: 1em;
}

/* お知らせ記事内詳細ボタン */
.newsBtn {
	display: inline-block;
}
.newsBtn a {
	padding-right: 3.3333vw;
}

/* お知らせ記事内テーブル（商品詳細内テーブルの移植） */
#newsDetail .newsDetailMain .productTable {
	text-align:center;
	border-collapse:inherit;
	table-layout:fixed;
	border:solid 2px #c85555;
	border-radius:5px 5px 0 0;
	margin-top:4.86111vw;
	margin-bottom:1.38889vw;
}
#newsDetail .newsDetailMain .productTable thead{
	background-color:#c85555;
}
#newsDetail .newsDetailMain .productTable thead td,
#newsDetail .newsDetailMain .productTable thead th{
	font-size:2rem;
	font-size:1.38889vw;
	font-weight:500;
	line-height:1.7;
	letter-spacing:1.5px;
	text-align:center;
	color:#fffefe;
	padding-top:.34722vw;
	padding-bottom:.48611vw;
}
#newsDetail .newsDetailMain .productTable tbody tr{
	background-color:#fff;
}
#newsDetail .newsDetailMain .productTable tbody tr:nth-of-type(2n){
	background-color:rgba(235,220,210,.5);
}
#newsDetail .newsDetailMain .productTable tbody tr:last-of-type td{
	border-bottom:none;
}
#newsDetail .newsDetailMain .productTable tbody th{
	font-size:1.8rem;
	font-size:1.25vw;
	font-weight:400;
	line-height:1.89;
	letter-spacing:.9px;
	text-align:center;
	color:#e60012;
	padding-top:.34722vw;
	padding-bottom:.48611vw;
	border-bottom:solid 2px #ebdcd2;
	border-right:solid 2px #ebdcd2;
}
#newsDetail .newsDetailMain .productTable tbody td{
	font-size:1.8rem;
	font-size:1.25vw;
	font-weight:400;
	line-height:2;
	letter-spacing:.9px;
	border-bottom:solid 2px #ebdcd2;
	border-right:solid 2px #ebdcd2;
}

/* 一覧のカタログダウンロードボタン幅 */
.catalogDownloadBtn {
	width: 38vw;
}

@media screen and (max-width:767px) {
/*商品詳細テーブルの調整*/
#product #productFood .productIntrArticle .productSubArea .productTable tbody td:nth-of-type(3n),
#product #productFood .productIntrArticle .productSubArea .productTable tbody th:nth-of-type(3n){
	border-right:solid 1px #ebdcd2;
}

/* お知らせ記事内詳細ボタン */
.newsBtn a {
	padding-right: 7.6666vw;
}

/* お知らせ記事内テーブル（商品詳細内テーブルの移植） */
#newsDetail .newsDetailMain .productTable .productTable{
	margin-top:5.33333vw;
	margin-bottom:5.33333vw;
}
#newsDetail .newsDetailMain .productTable thead td,
#newsDetail .newsDetailMain .productTable thead th{
	font-size:1.66667vw;
	line-height:1.42;
	letter-spacing:.9px;
	padding-top:1.06667vw;
	padding-bottom:1.6vw;
}
#newsDetail .newsDetailMain .productTable tbody th{
	font-size:1.52778vw;
	line-height:1.55;
	letter-spacing:.55px;
	padding-top:1.06667vw;
	padding-bottom:1.06667vw;
	border-bottom:solid 1px #ebdcd2;
	border-right:solid 1px #ebdcd2;
}
#newsDetail .newsDetailMain .productTable tbody td{
	font-size:1.38889vw;
	line-height:1.5;
	letter-spacing:.3px;
	border-bottom:solid 1px #ebdcd2;
	border-right:solid 1px #ebdcd2;
}
#newsDetail .newsDetailMain .productTable tbody td:nth-of-type(3n),
#newsDetail .newsDetailMain .productTable tbody th:nth-of-type(3n){
	border-right:solid 1px #ebdcd2;
}

/* 一覧のカタログダウンロードボタン幅 */
.catalogDownloadBtn {
	width: 78vw;
}
}/* end @media */

@media screen and (max-width:767px) and (min-width:1440px){
/* お知らせ記事内テーブル（商品詳細内テーブルの移植） */
#newsDetail .newsDetailMain .productTable{
	margin-top:40px;
	margin-bottom:40px;
}
#newsDetail .newsDetailMain .productTable thead td,
#newsDetail .newsDetailMain .productTable thead th{
	font-size:2.4rem;
	padding-top:8px;
	padding-bottom:12px;
}
#newsDetail .newsDetailMain .productTable tbody th{
	font-size:2.2rem;
	padding-top:8px;
	padding-bottom:8px;
}
#newsDetail .newsDetailMain .productTable tbody td{
	font-size:2rem;
}
}/* end @media */

@media screen and (min-width:1440px){
/* お知らせ記事内テーブル（商品詳細内テーブルの移植） */
#newsDetail .newsDetailMain .productTable{
	margin-top:70px;
	margin-bottom:20px;
}
#newsDetail .newsDetailMain .productTable thead td,
#newsDetail .newsDetailMain .productTable thead th{
	font-size:2rem;
	padding-top:5px;
	padding-bottom:7px;
}
#newsDetail .newsDetailMain .productTable tbody th{
	font-size:1.8rem;
	padding-top:5px;
	padding-bottom:7px;
}
#newsDetail .newsDetailMain .productTable tbody td{
	font-size:1.8rem;
}
}/* end @media */

@media screen and (max-width:767px) and (max-width:767px){
/* お知らせ記事内テーブル（商品詳細内テーブルの移植） */
#newsDetail .newsDetailMain .productTable thead td,
#newsDetail .newsDetailMain .productTable thead th{
	font-size:3.2vw;
}
#newsDetail .newsDetailMain .productTable tbody th{
	font-size:2.93333vw;
}
#newsDetail .newsDetailMain .productTable tbody td{
	font-size:2.66667vw;
}

}/* end @media */
