@charset "utf-8";

/*-----------------------------------------------

180308-7／調理グッズ　8種類が新発売

-----------------------------------------------*/

/*---------------------------
etc.
---------------------------*/
.spDisp{
	display: none;
}
.spDispIB{
	display: none;
}
.spDispI{
	display: none;
}
.pcDisp{
	display: block;
}
.pcDispIB{
	display: inline-block;
}
.pcDispI{
	display: inline;
}
@media screen and (max-width: 739px){
	.spDisp{
		display: block;
	}
	.spDispIB{
		display: inline-block;
	}
	.spDispI{
		display: inline;
	}
	.pcDisp{
		display: none;
	}
	.pcDispIB{
		display: none;
	}
	.pcDispI{
		display: none;
	}
}

.spDispWmin{
	display: none;
}
@media screen and (max-width: 349.9px){
	.spDispWmin{
		display: block;
	}
}

/*---------------------------
negation
---------------------------*/
div.news_container .releaseDetail_box .prArticle P{
	padding-bottom: 0;
}
div.news_container .releaseDetail_box ul{
	padding-bottom: 0;
	list-style-type: none;
}
div.news_container .releaseDetail_box ul li{
	margin: 0;
}
/*
—「ul li」 margin negation—
div.news_container .releaseDetail_box ul .liのクラス名{
	margin: #;
}
*/
@media screen and (max-width: 739px){
	#mainContent-right .releaseDetail_box .prArticle img {
		zoom: 1;
	}
	/*
	—IMG negation—
	body#news02 #mainContent-right div.news_container .releaseDetail_box "IMG_Class_Name"{
		width: # !important; //100%
		height: # !important; //auto
	}
	—table th td  negation—
	table{
		width: #;
		border-left: 0;
		border-top: 0;
	}
	table th,
	table td{
		padding: 0;
	}
	table th{
		width: #;
		min-width: #;
		max-width: #;
		background-color: ##;
		border-right: 0;
		border-bottom: 0;
	}
	table td {
		border-right: 0;
		border-bottom: 0;
	}
	*/
}

/*---------------------------
Overall
---------------------------*/
.prArticle *{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.prArticle{
	width: 700px;
	font-size: 12px;
	-webkit-text-size-adjust: 100%;
}
.prArticle ol{
	list-style-type: none;
}
.prArticle table{
	border-collapse: separate;
	border-spacing: 0;
}
.tajf{
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}
.sectionA__title__h5{
	display: block;
	height: 0;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.h6,
.strong{
	letter-spacing: 0.5px;
	/*
	text-indent: -10px;
	*/
}
.h6{
	font-size: 13px;
	font-weight: bold;
	margin: 0 0 4px 0;
}
.strong{
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	margin: 0;
}

@media screen and (max-width: 739px){
	.prArticle{
		width: 96.66666667%;/*290*/
		font-size: 12px;
		margin: 0 auto;
	}
	.h6,
	.strong{
		/*
		text-indent: -3.448275862%;
		*/
	}
}

/*---------------------------
sectionA
---------------------------*/
.sectionA{
	width: 100%;
	font-size: 0;
	margin: 0 auto 75px;
}

.sectionA__title{
	width: 100%;
	margin: 0 auto 40px;
}
.sectionA__title__p{
	line-height: 1.35;
	text-align: center;
}
.sectionA__title__p1{
	font-size: 19px;
	font-weight: normal;
}
.sectionA__title__p2{
	font-size: 21px;
	font-weight: bold;
	margin: 8px 0;
}
.sectionA__title__p3{
	font-size: 19px;
	font-weight: bold;
}

.sectionA__p{
	font-size: 12px;
	margin: 0 0 30px 0;
}
.sectionA__p2{
	margin: 0 0 50px 0;
}

.sectionA__img{
	display: inline-block;
	vertical-align: top;
	height: auto;
	margin: 0 auto 30px;
}
.sectionA__img1{
	width: 319px;
	margin: 0 6px 0 33.5px;
}
.sectionA__img2{
	width: 314px;
}

.sectionA__ul{
	width: 100%;
}
.sectionA__ul__li{
	display: inline-block;
	vertical-align: top;
	font-size: 12px;
	width: 338px;
}
.sectionA__ul__li1,
.sectionA__ul__li9{
	width: 700px;
}

div.news_container .releaseDetail_box ul .sectionA__ul__li2,
div.news_container .releaseDetail_box ul .sectionA__ul__li4,
div.news_container .releaseDetail_box ul .sectionA__ul__li6{
	margin-right: 24px;
}
div.news_container .releaseDetail_box ul .sectionA__ul__li1,
div.news_container .releaseDetail_box ul .sectionA__ul__li3,
div.news_container .releaseDetail_box ul .sectionA__ul__li4,
div.news_container .releaseDetail_box ul .sectionA__ul__li7{
	margin-bottom: 50px;
}
div.news_container .releaseDetail_box ul .sectionA__ul__li8{
	margin-bottom: 40px;
}

.sectionA__ul__li__h6:before{
	content: "■";
}

.sectionA__ul__li__pA{
	margin: 0 0 12px 0;
}
.sectionA__ul__li__pB{
	margin: 0 0 15px 0;
}
.sectionA__ul__li__pA,
.sectionA__ul__li__pB{
	line-height: 1.5;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

.sectionA__ul__li__pA2,
.sectionA__ul__li__pA3{
	height: 72px;
}
.sectionA__ul__li__pA4,
.sectionA__ul__li__pA5{
	height: 90px;
}
.sectionA__ul__li__pA6,
.sectionA__ul__li__pA7{
	height: 72px;
}

.sectionA__ul__li__img{
	width: 100%;
	height: auto;
}

/*in li1*/
.sectionA__ul__li__pA1{
	width: 420px;
	margin: 0;
}
.sectionA__ul__li__pA1,
.sectionA__ul__li__pB1{
	position: relative;
	z-index: 10;
}
.sectionA__ul__li__img1{
	margin: -74px 0 0 0;
}

/*in li6*/
.sectionA__ul__li__img6{
	margin: 24px 0 0 0;
}

/*goods caption*/
.sectionA__ul__li{
	position: relative;
}
.sectionA__ul__li__pC{
	font-size: 10px;
	line-height: 1.2;
	text-align: center;
	position: absolute;
	bottom: 0;
}
.sectionA__ul__li__pC1{
	bottom: -20px;
	right: -24px;
}
.sectionA__ul__li__pC2{
	bottom: -18px;
	right: 115px;
}
.sectionA__ul__li__pC3{
	bottom: -28px;
	right: 122px;
}
.sectionA__ul__li__pC4{
	bottom: -16px;
	right: 10px;
}
.sectionA__ul__li__pC5{
	bottom: -10px;
	right: 20px;
}

@media screen and (max-width: 739px){
	.sectionA{
		width: 100%;
		margin: 0 auto 70px;
	}

	.sectionA__title{
		margin: 0 auto 35px;
	}
	.sectionA__title__p1{
		font-size: 14px;
	}
	.sectionA__title__p2{
		font-size: 16px;
	}
	.sectionA__title__p3{
		font-size: 14px;
	}

	.sectionA__p{
		margin: 0 0 20px 0;
	}
	.sectionA__p2{
		margin: 0 0 45px 0;
	}

	.sectionA__img1{
		width: 100%;
		margin: 0 0 15px 0;
	}
	.sectionA__img2{
		margin: 0 0 20px 0;
	}

	.sectionA__ul__li{
		width: 100%;
	}
	.sectionA__ul__li1,
	.sectionA__ul__li9{
		width: 100%;
	}

	div.news_container .releaseDetail_box ul .sectionA__ul__li2,
	div.news_container .releaseDetail_box ul .sectionA__ul__li4,
	div.news_container .releaseDetail_box ul .sectionA__ul__li6{
		margin-right: 0;
	}
	div.news_container .releaseDetail_box ul .sectionA__ul__li1,
	div.news_container .releaseDetail_box ul .sectionA__ul__li3,
	div.news_container .releaseDetail_box ul .sectionA__ul__li4,
	div.news_container .releaseDetail_box ul .sectionA__ul__li7{
		margin-bottom: 0;
	}
	div.news_container .releaseDetail_box ul .sectionA__ul__li{
		margin-bottom: 40px;
	}
	div.news_container .releaseDetail_box ul .sectionA__ul__li9{
		margin-bottom: 0;
	}
	div.news_container .releaseDetail_box ul .sectionA__ul__li1{
		margin-bottom: 35px;
	}
	div.news_container .releaseDetail_box ul .sectionA__ul__li3{
		margin-bottom: 50px;
	}
	div.news_container .releaseDetail_box ul .sectionA__ul__li4{
		margin-bottom: 60px;
	}

	.sectionA__ul__li__h6:before{
		font-size: 16px;
	}

	.sectionA__ul__li__pA2,
	.sectionA__ul__li__pA3,
	.sectionA__ul__li__pA4,
	.sectionA__ul__li__pA5,
	.sectionA__ul__li__pA6,
	.sectionA__ul__li__pA7{
		height: auto;
	}

	body#news02 #mainContent-right div.news_container .releaseDetail_box .sectionA__ul__li__img{
		width: 290px !important;
	}

	/*in li1*/
	.sectionA__ul__li__pA1{
		width: 100%;
		margin: 0;
	}
	.sectionA__ul__li__img1{
		margin: -30px 0 0 0;
	}

	/*in li6*/
	.sectionA__ul__li__img6{
		margin: 0;
	}

	/*goods caption*/
	.sectionA__ul__li__pC{
		font-size: 9px;
		right: initial;
	}
	.sectionA__ul__li__pC1{
		bottom: -30px;
		left: 208px;
	}
	.sectionA__ul__li__pC2{
		bottom: -16px;
		left: 94px;
	}
	.sectionA__ul__li__pC3{
		bottom: -25px;
		left: 76px;
	}
	.sectionA__ul__li__pC4{
		bottom: -14px;
		left: 194px;
	}
	.sectionA__ul__li__pC5{
		bottom: -10px;
		left: 214px;
	}
}

/*---------------------------
contentCorporate
---------------------------*/
.contentCorporate{
	width: 700px;
	margin: 0 auto 30px;
}
.contentCorporate__name{
	font-size: 16px;
	letter-spacing: 1px;
	text-indent: -10px;
}
.contentCorporate__name--irre{
	font-size: 12px;
	font-weight: normal;
	text-indent: -5px;
}
.contentCorporate__text1{
	margin: 0 0 20px;
	text-align: justify;
	text-justify: inter-ideograph;
	word-break: break-all;
}

@media screen and (max-width: 739px){
	.contentCorporate{
		width: 100%;
		margin: 0 auto 20px;
	}
	.contentCorporate__name{
		font-size: 12px;
		text-indent: -2%;
	}
	.contentCorporate__text1{
		margin: 0;
	}
}
