<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ------------------------------
　　　　rice.css　※スマホ用※
--------------------------------- */

/*==================================
font-size
32px 	200～203
30px 	188～190
28px 	175～178
26px 	163～165
24px 	150～153
22px 	138～140
20px 	125～128
19px 	119～121
18px 	113～115
17px 	107～109
16px 	100～103 基本
15px 	94～96
14px 	88～90
13px 	82～84
12px 	75～78
11px 	69～71 *
10px 	63～65 *
==================================*/
h2 {
	width: 100%;
	margin-top: 20px;
}
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
/*************************************************/
#maincate {
	width: 94%;
	margin: 20px auto;
}
.tvcontents {
	position: relative;
	width: 95%;
	margin: 10px auto 0;
	padding-top: 56.25%;
}
.tvcontents iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important;
}
.pointcate {
	clear: both;
	overflow: hidden;
}
.pointcate dl {
	width: 100%;
	text-align: center;
	margin-top: 10px;
}
.pointcate dt {
	color: #fff;
	font-weight: bold;
	background-color: #003b83;
	text-align: center;
	padding: 5px 0;
}
.pointcate dd {
	border: 1px solid #ccc;
	padding: 10px;
	text-align: left;
}
.recipe_name {
	background-color: #e87f1e;
	margin-top: 20px;
	padding: 5px 0;
	color: #fff;	
	font-size: 120%;
	font-weight: bold;
	text-align: center;
}
.recipecate {
	margin-top: 20px;
}
.recipecate .zairyobox {
}
.recipecate .zairyobox p.ttl {
	color: #003b83;
	font-size: 150%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003b83;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.recipecate .zairyobox p.ttl span {
	font-size: 70%;
}
.recipecate .zairyobox ul {
	clear: both;
	overflow: hidden;
}
.recipecate .zairyobox ul li {
	float: left;
	width: 94%;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ccc;
	margin: 0 0 15px 0;
	padding: 0 0 10px 30px;
	list-style-type: disc;
	text-indent: -1em;
	list-style-position: inside;
}
.recipecate .howtobox {
	margin-top: 10px;
}
.recipecate .howtobox p.ttl {
	color: #003b83;
	font-size: 150%;
	font-weight: bold;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #003b83;
	margin-bottom: 15px;
	padding-bottom: 10px;
}
.recipecate .howtobox p.ttl span {
	font-size: 70%;
}
.recipecate .howtobox dl {
	clear: both;
	overflow: hidden;
}
.recipecate .howtobox dt {
	float: left;
	width: 7%;
	color: #fff;
	font-weight: bold;
	background-color: #003b83;
	text-align: center;
	padding: 5px 0;
}
.recipecate .howtobox dd {
	float: left;
	width: 89%;
	text-align: left;
	margin: 0 0 20px 10px;
}</pre></body></html>