﻿@charset "UTF-8";
/***************************************/
/*	画面構成                           */
/***************************************/
/*----  myヘッダー用（イメージ） ------*/

#H_travel	{height: 90px;
			background: url(images/trv_000.jpg) right no-repeat;
			border-bottom: 29px solid #ddd;
			}
/***************************************/
/*          クラス セレクタ            */
/***************************************/
/*----  H2用背景イメージ---------------*/
.H2_cgk01	{							/* %% テスト！！ */
			background: url(images/img_sisin01.gif) right no-repeat;
			}

/*----  レシピ  ----------*/
table.recipe {
			border-top: solid 1px #999;
			border-left: solid 1px #999;
			font-size: 12px;
			}
.recipe tr:nth-child(2n+1) {
			background:#fffacd;
			}
.recipe th	{padding: 0.3em 0.5em;
			font-size: 16px;
			border-right: solid 1px #999;
			border-bottom: solid 1px #999;
			background: linear-gradient(#FFCC33, #fff);
			}
.recipe td	{padding: 0.3em 0.5em;
			vertical-align: top;
			border-right: solid 1px #999;
			border-bottom: solid 1px #999;
			}
.recipe p	{
			margin: 0 0 0.2em 0;
			line-height: 1.2em;
			margin: 0 0 0 1em;				/* ブロック全体を 1em 右に */
			font-size: 15px;
			text-indent: -1em;				/* 先頭の1文字のみ 1em 左に */
			}
