<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
img {
	border: none;
}

/*レシピ集タイトル下の行*/
.nendo_link　{
	padding: 0;
	padding-top: 20px;
	font-size:0.8em;
	line-height:1.4em;
}


#recipe-topdata {
 width:360px;
 padding: 0;
}
 
#recipe-topdata #name {
 width:118px;
 height:172px;
 padding: 4px;
 border: solid 1px #cccccc;
 font-size: 12px;
 line-height: 140%;
}

#recipe-topdata #name #tt{
 background-color: #ffcc99;
 text-align: center;
 margin-top: 2px;
 margin-bottom: 4px;
}

/* 最優秀表示 */
#recipe-grad_data {
 width:350px;
 padding: 4px;
 border: solid 1px #993300;
 margin-bottom: 6px;
}
#recipe-grad_data #tt{
 font-size: 16px;
 text-align: center;
 padding:3px 0 0 0;
 margin-bottom:0px;
 background-color: #ffffcc;
}
#namedata span{
	font-size: 0.9em;
	line-height: 1.1;
}

/* 金賞表示 */
#recipe-golddata {
 width:350px;
 padding: 4px;
 border: solid 1px #993300;
}
#recipe-golddata #tt{
 font-size: 16px;
 text-align: center;
 padding:3px 0 2px 0;
 margin-bottom:3px;
 background-color: #ffffcc;
}

/* 金賞左*/
#recipe-golddata #left{
 width:170px;
 margin-top: 4px;
 padding: 0px;
 float: left;
}

/* 金賞左*/
#recipe-golddata #right{
 width:170px;
 padding: 0px;
 float: right;
}

/* 金賞コメント */
#recipe-golddata #com{
 width: 170px;
 font-size: 12px;
 line-height: 140%;
 margin-top:2px;
 }

/* 銀賞 Title */
#recipe-silverdata #tt {
 width:738px;
 padding: 3px 0;
 text-align: center;
 margin: auto;
 margin-top: 20px;
 margin-bottom: 4px;
 font-size: 16px;
 font-weight: bold;
 color: white;
 letter-spacing: 0.1em;
 background-color:#060;
 border: solid 1px #666666;
}

/* 銀賞 Table */
.sta {
 width: 740px;
 margin-right: auto;
 margin-left: auto;
 font-size: 13px;
 border: solid 1px #999999;
}

.sta td, .sta th{
 border: 1px solid #cccccc;	/*枠線の幅と線種と色*/
}

.sta td, .sta th{
 padding: 3px 0px 3px 6px;
 font-family: "メイリオ", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
 color: #000;
}

.sta th{
 background-color:#FCFABB;
 text-align: center;
 padding: 3px;
}
.sta th#rttname{
 background-color:#FCBF89;
 text-align: center;
 padding: 3px;
font-size:15px;
}
.sta th#mttname{
 background-color:#7DA0FD;
 text-align: center;
 padding: 3px;
font-size:15px;
	color:
}

.menuname {
 font-size: 12px;
}


/* 作品ページ */
#recipe-area {
	width: 740px;
	margin: auto;
	margin-top: 8px;
	padding: 0;
}
/* 画像部分 */
#tt_item {
	width: 520px;
	height: 32px;
	background-image: url(../R03contest/images/bg_ryouri-name.jpg);
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 16px;
	padding-top: 8px;
	color: #FFF;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-align: center;
	/*　シャドウ　*/
		-moz-text-shadow: 2px 2px 0 #333;
	-webkit-text-shadow: 2px 2px 0 #333;
	text-shadow: 2px 2px 0 #333;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	background-color: #CCC;
}

#tt_item_s {
	width: 520px;
	height: 32px;
	background-image: url(../R03contest/images/bg_ryouri-name.jpg);
	margin-top: 0px;
	margin-bottom: 5px;
	font-size: 14px;
	padding-top: 12px;
	color: #FFF;
	font-weight:bold;
	letter-spacing: 0.1em;
	text-align: center;
	/*　シャドウ　*/
		-moz-text-shadow: 2px 2px 0 #333;
	-webkit-text-shadow: 2px 2px 0 #333;
	text-shadow: 2px 2px 0 #333;
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	transition: 0.3s;
	background-color: #CCC;
}
#img-area {
	width: 500px;
	height: auto;
	margin-bottom: 10px;
	/*ボックスに5px・30%の影を与える*/
		-moz-box-shadow:0 0 5px rgba(0,0,0,0.3);
	-webkit-box-shadow:0 0 5px rgba(0,0,0,0.3);
	box-shadow:0 0 5px rgba(0,0,0,0.3);
	padding: 8px;
}

/* 地区・店名・受賞者 */
.jusyou_name{
	padding:0.5em 0.5em;
    margin: 0;
   color: #232323;
   background: #fff8e8;
    border-left: solid 10px #ffc06e;
}
/* 出品者部分 */
#tt_syuppinsya {
	width: 220px;
	height: 32px;
}

#tt_syuppinsya #name {
	width: 200px;
	padding-left: 10px;
	font-size: 15px;
	line-height: 140%;
	border-left: solid 8px #030;
	margin-left: 20px;
}
/* 材料部分 */
#tt_syuppinsya #zairyou {
	/*
	width: 192px;
	height: 300px;
	padding: 4px 0 2px 8px;
	font-size: 13px;
	line-height: 120%;
	color: #300;
	margin-top: 2px;
	margin-left: 20px;
	border: solid 1px #cccccc; */
}
.tt_zairyou {
	font-weight: bold;
	border-bottom:#F9AF51 3px solid;
	margin-bottom: 2px;
}

.td_zairyou{
	width:auto;
	height: auto; /*
	border-left:#F89E2C 1px solid; */
}
.zairyou_com{
	width: 240px;
	height: auto;
	font-size: 14px;
	line-height: 1.5;
	margin-top: 10px;
	margin-bottom: 10px;
}

/*材料が少ない場合*/
.zairyou_com02{
	width: 240px;
	height: auto;
	font-size: 14px;
	line-height: 2;
	margin-top: 10px;
	margin-bottom: 10px;
}

#tt_syuppinsya #zairyou_long {
	width: 192px;
	height: 300px;
	padding: 4px 0 2px 8px;
	font-size: 11px;
	line-height: 120%;
	color: #300;
	margin-top: 2px;
	margin-bottom: 4px;
	margin-left: 20px;
	border: solid 1px #cccccc;
}


/* 材料タイトル */
#tt-zairyou {
	width: 190px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 2px;
	margin-left: 20px;
	padding: 2px;
	padding-left: 10px;
	background: #963;
}

/* 作り方部分 */
/*
#tsukuri-area {
	clear:both;
	width: 732px;
	height: auto;
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	padding: 4px;
	padding-top: 0px;
	padding-bottom: 0px;
	margin-top: 10px;
	margin-bottom: 10px;
	border: solid 1px #CCCCCC;
} */


/* 作り方タイトル */
.tt_tsukurikata {
	font-weight: bold;
	border-bottom:#F9AF51 3px solid;
	margin-bottom: 2px;
}
#tt-tsukuri {
	width: 718px;
	font-size: 15px;
	font-weight: bold;
	color: white;
	padding: 4px;
  padding-left: 20px;
	background: #963;
}

/* 作り方部分2210 */
#tsukuri-area {
	clear:both;
	width: auto;
	height: auto;
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	padding: 0;
	margin-top: 10px;
	margin-bottom: 10px;
	margin-left: 2px;
	/*
	border: solid 1px #CCCCCC;　*/
}
#tsukuri-area #point {
	font-weight: bold;
	color:white;
	border: none;
	background:#066;
	padding: 1px 12px;
}
#coock_area{
	width: auto;
	height: auto;
	padding:10 0;
	margin: 0 20;
	border-bottom: #FAA284 1px solid;
}
.tsukurikata_com{
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	padding: 10 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tsukurikata_com ol{
	padding-left: 18px;
	padding-top: 5px;
}
.tsukurikata_com li{
	padding-left: 0px;
	margin-bottom: 18px;
	line-height: 1.5;
}

.tsukurikata_com #point{
	width: auto;
	padding: 0px;
	border:#FD9F05 dotted 1px;
	}
.tsukurikata_com p{
	width: auto;
	color:#757143;
	padding: 4px;
	font-size;14px;
	line-height: 1.5;
	margin: 0 6 10 6; 
}
.tsukurikata_com .tt{
	font-weight: bold;
	color: red;
	padding: 4px;
	margin-top: 8px;
}
/*作り方が長い場合*/
.tsukurikata_com02 {
	text-align: left;
	font-size: 14px;
	line-height: 140%;
	padding: 10 0;
	margin-top: 10px;
	margin-bottom: 10px;
}
.tsukurikata_com02 ol{
	padding-left: 18px;
	padding-top: 5px;
}
.tsukurikata_com02 li{
	padding-left: 0px;
	margin-bottom: 8px;
	line-height: 1.5;
}
.tsukurikata_com02 #point{
	width: auto;
	padding: 10 0 2 0;
	border:#FD9F05 dotted 1px;
	}
.tsukurikata_com02 p{
	width: auto;
	color:#757143;
	padding: 4px;
	font-size;14px;
	line-height: 1.5;
	margin: 0 6 10 6; 
}

/* 講習会用 */
/* TOPページ */
#area-table {
	margin: 10px auto 10px;
	border: 1px #CCCCCC solid;
}
#area-table .td00 {
	border-top: 1px #CCCCCC solid;
}
#area-table .td01 {
	border-left: 1px #CCCCCC solid;
	border-top: 1px #CCCCCC solid;
}
#area-table #r-name {
	text-align: center;
	width: 170px;
	font-size:small;
	margin: 3px auto;
}

#area-tt {
	padding: 4px;
	padding-left: 10px;
	background:#630;
	font-size: 16px;
	font-weight: bold;
	color: white;
}

#area-table a {
	text-decoration: none;
}
#area-table a:hover {
	color: red;
	text-decoration: none;
}

/* 講習会材料部分 */
#tt_syuppinsya #zairyou02 {
	width: 192px;
	height: 324px;
	padding: 4px 0 2px 8px;
	font-size: 13px;
	line-height: 120%;
	color: #300;
	margin-top: 2px;
	margin-left: 20px;
	border: solid 1px #cccccc;
}


/*フォントサイズ小*/
.tokubetsu {
	font-size: 10pt;
	line-height: 100%;
	color: #FC0105;
}

/* BACKリンク */
#back_area {
	width: 440px;
	margin: auto;
	text-align: center;
	font-size: 12px;
	padding: 0;
	pdding-top:16px;
}

#back_area ul{
margin: 0; 
padding: 0; 
list-style: none;
}

#back_area li{ 
display: inline; 
padding: 0; 
margin: 0; 
float: left;
}

#back_area a{
	display: block;
	border: 1px solid #ccc;
	background-color: #CFF;
	font-size: small;
	padding: 3px;
	text-decoration: none;
	color: #333;
	width: 200px;
	margin: 1px;
	text-align: center;
}
#back_area a:hover{
background-color: #BF5E5E;
color: #fff;
}
</pre></body></html>