@charset "shift_jis";
/* CSS Document */

@font-face{
font-family: 'yuyugothic'; /* お好きな名前にしましょう */
src: url('font/yuyugothic.eot'); /* IE9以上用 */
src: url('font/yuyugothic.eot?#iefix') format('embedded-opentype'), /* IE8以前用 */
url('font/yuyugothic.woff') format('woff'), /* モダンブラウザ用 */
url('font/yuyugothic.ttf') format('truetype'); /* iOS, Android用 */
font-weight: normal; /* 念の為指定しておきます */
font-style: normal;
}
.yuyugothic {
font-family: 'yuyugothic';
}
#stockgyozaMain{
}
#stockgyoza_titleImg{
	background-image: url( "img/pagetitle_stockgyoza.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 18.75%;
	text-indent: -9999px;
	height: 0;
	width: 100%;
}
#stockgyozaMain p{
	margin-left: 2em;
	margin-right: 1em;
}
#stockgyozaMain ol{
	list-style: none;
	margin-left: 2em;
	margin-right: 1em;
}
#stockgyozaMain ol li{
	text-indent: 0em;
	margin-left: 0em;
}
#freezing{
	width: 100%;
	overflow: hidden;
	margin-top: 1em;
}
#freezingImg{
	display: inline-block;
	width: 68%;
	vertical-align: middle;
}
#freezingImg_sp{
	display: none;
}
#freezingCation{
	display: inline-block;
	width: 30%;
	border: 1px solid #E60012;
	background-color: #FFFBCD;
	border-radius: 10px;
	padding: 0.5em;
	line-height: 150%;
	vertical-align: middle;
}
#freezingCation span{
	color: #EB6100;
	font-weight: bold;
}
.osusume_arrange_recipe{
	width:100%;
	overflow:hidden;
	margin-left: 2em;
}
.osusume_arrange_recipe li{
	list-style:none;
	display: inline-block;
	width:29%;
	margin-right:3%;
	vertical-align: top;
}
.osusume_arrange_recipe li img{
	width: 100%;
	height: 75%;
}
.osusume_arrange_recipeText{
	width:100%;
	text-align: center;
}

@media screen and (max-width:421px){
#stockgyoza_titleImg{
	background-image: url( "img/stockgyoza_pagetitle_sp.png");
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 64.28%;
	text-indent: -9999px;
	height: 0;
	line-height: 0;
}
#stockgyozaMain{
	padding-top: 0
}
#stockgyozaMain p{
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#stockgyozaMain ol{
	margin-left: 0.5em;
	margin-right: 0.5em;
}
#freezingImg{
	display: none;
}
#freezingImg_sp{
	display: inline-block;
	width: 100%;
}
#freezingCation{
	width: 90%;
	margin: 0 5% 0 5%;
}
.osusume_arrange_recipe{
	width:100%;
	overflow:hidden;
	margin-left: 0;
}
.osusume_arrange_recipe li{
	width:100%;
	height: auto;
	margin-right:0;
	margin-bottom: 1em;
}
.osusume_arrange_recipeText{
}
}
