﻿@charset "utf-8";

/***************************************************************************************

	有限会社 さくら水産	車えびの美味しいレシピ

 ***************************************************************************************/

h2 {
	width: 570px;
	height: 60px;
	margin-left: 15px;
	margin-bottom: 10px;
	background: url(../recipe/image/title.gif) no-repeat;
	text-indent: -1000em;
}

div.recipe-area {
	clear: both;	
}

div.picture-area {
	width: 260px;
	float: left;
	text-align: right;
}

img.picture {
	margin-bottom: 10px;
	margin-right: 15px;
}

dl.recipe {
	width: 320px;
	margin: 0px auto 25px auto;
	text-align: left;
	border-left: 1px solid #4D4B5B;
	float: left;
}

.recipe dt {
	font-size: 1.2em;
	padding: 10px 0px 4px 10px;
	background: url(../image/allow.gif) no-repeat center left;
}

.recipe dd {
	padding: 6px 0px 6px 25px;
	clear: both;
}

img.step {
	border: 1px solid #E5E5E7;
	margin-right: 7px;
	float: left;
}

dl.recipe-comment {
	width: 530px;
	clear: both;
	margin: 30px auto 30px auto;
	text-align: left;
}

.recipe-comment dt {
	margin: 6px 0px;
	line-height: 2em;
	border-bottom: 1px dotted #4D4B5B;
}

.recipe-comment dd {
	margin: 5px 0px 5px 0px;
	line-height: 1.6em;
}



