﻿#oCnt .bbq-block {
	font-family: 游ゴシック体, 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
}

#oCnt .bbq-block .contents-head {
	line-height: 1;
}

#oCnt .bbq-block .contents-head img {
	width: 100%;
	height: auto;
}

#oCnt .bbq-block .contents-box {
	margin-bottom: 20px;
	border: 4px solid #209a76;
}

/* read-box */
#oCnt .bbq-block .contents-box .read-box {
	padding: 24px 20px 24px;
}

#oCnt .bbq-block .contents-box .read-box > *:first-child {
	margin-top: 0;
}

#oCnt .bbq-block .contents-box .read-box p {
	margin-top: 32px;
	font-size: 16px;
	line-height: 30px;
	color:#333;
}

#oCnt .bbq-block .contents-box .read-box a {
	display: block;
	margin-top: 16px;
	opacity: 1;
	text-decoration: none;
	color:#333;
}

#oCnt .bbq-block .contents-box .read-box h4 {
    margin-top: 48px;
    padding-left: 24px;
    text-indent: -9px;
    position: relative;
    font-weight: bold;
    font-size: 16px;
    color: #333;
}

#oCnt .bbq-block .contents-box .read-box h4::before{
	content: '';
	position: absolute;
	top: 4px;
	left: 0;
    width: 20px;
    height: 20px;
    background-color: #ff7814;
	border-radius: 50%;
	z-index: 0;
}

#oCnt .bbq-block .contents-box .read-box h4 span.heading-num {
	position: relative;
    left: -10px;
	top: 0;
	font-weight: bold;
	color: #fff;
	z-index: 100;
}

/* recipe-box */
#oCnt .bbq-block .contents-box .recipe-box {
	width: 282px;
	height: auto;
    margin: 40px auto;
}

#oCnt .bbq-block .contents-box .recipe-box a:hover {
	opacity: 0.7;
}

#oCnt .bbq-block .contents-box .recipe-box h5 {
	font-weight: bold;
	font-size: 16px;
	line-height: 28px;
	color: #ff7814;
}

#oCnt .bbq-block .contents-box .recipe-box p {
	margin-top: 18px;
	font-weight: bold;
	font-size: 16px;
	line-height: 24px;
	color:#333;
}

#oCnt .bbq-block .contents-box .recipe-box img {
	width: 100%;
	height: auto;
}