﻿#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-top: 23px;
	border: 6px solid #3f0707;
}
 
/* read-box */
#oCnt .bbq-block .contents-box .read-box {
	padding: 32px;
}

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

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

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

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

#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;
}

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

#oCnt .bbq-block .contents-box .recipe-box img {
	width: 100%;
	height: 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: 1;
	color: #3f0707;
}

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