@charset "utf-8";

/*============================================================
 FOOD PAIRING用
============================================================*/
#sapporo-special-contents-area .column { text-align: left; }

.bold { font-weight: bold; }
.small { font-size: 12px !important; }

.column h2 {
    margin-bottom: 8% !important;
    text-align: center;
}
.column h3 {
	font-size: 18px;
    font-weight: normal;
    text-align: center;
}
.column h4 {
    display: inline-block;
    color: #fff;
    font-size: 18px;
    background-color: #be9d09;
    margin: 0 0 3% 0;
    padding: 0 10px;
}

ul.pairing {
    width: 100%;
    border: 1px solid #be9d09;
    margin: 0 0 8% 0;
    padding: 0;
}
ul.pairing li {
    border-bottom: 1px solid #be9d09;
    margin: 0;
    padding: 5% 5% 5px 5%;
}
ul.pairing li h5,
ul.pairing li h6 {
    color: #be9d09;
    font-size: 18px;
    line-height: 1.4;
    border-bottom: 1px solid #be9d09;
    margin: 0 0 10px 0;
    padding-bottom: 5px;
}
ul.pairing li h6 { font-size: 16px; }
ul.pairing li h5 span {
    font-size: 14px;
    font-weight: normal;

}
ul.pairing li p {
    font-size: 14px !important;
    line-height: 1.5 !important;
}


.bg_white { background-color: #fff; }
.bg_white .column p { text-align: center !important; }


/* レシピ
----------------------------------------*/
.recipe h1 {
    font-size: 20px;
    line-height: 1.4;
    border-top: 1px solid #be9d09;
    border-bottom: 1px solid #be9d09;
    margin-bottom: 15% !important;
    padding: 10px 0;
    text-align: center;
}
.recipe h2 {
    margin-bottom: 10%;
    text-align: center;
}

.recipe dl {
    width: 100%;
    margin-bottom: 8%;
}
.recipe dl dd { margin: 0; }
.recipe dl dd.material {
    border-bottom: 1px solid #be9d09;
    margin-bottom: 8%;
}
.recipe dl dd p {
    font-size: 14px !important;
    margin-bottom: 0 !important;
}

.recipe dl dd ul {
    margin: 0 0 8% 0;
    padding: 0;
}
.recipe dl dd ul li {
    font-size: 14px;
	padding-left: 1.2em;
	text-indent: -1.2em;
}
.recipe dl dd.howto ul { margin-bottom: 0; }
.recipe dl dd.howto ul li {
    margin-bottom: 8%;
	padding-left: 1.7em;
	text-indent: -1.7em;
}

dl.recommend {
    padding-top: 10%;
    text-align: left;
}
dl.recommend dt {
    margin-bottom: 8%;
    text-align: center;
}
dl.recommend dd {
    margin: 0;
    padding-top: 5px;
}
dl.recommend dd h3 { margin-bottom: 5% !important; }
dl.recommend dd p.txt {
    margin-bottom: 10% !important;
    text-align: left !important;
}

dl.recommend dd p.rec {
    color: #004065;
    text-align: left !important;
}
dl.recommend dd p.link {
    padding-left: 1.2em;
    text-indent: -1.2em;
}
dl.recommend dd p.link:before { content: "> "; }
dl.recommend dd a { color: #004065; }


/* ボタン
----------------------------------------*/
ul.btn {
	width: 100%;
	margin: 0 auto;
	padding: 0;
}
ul.btn li {
	margin: 0;
	padding: 0;
}
