@charset "utf-8";
/*//////////  レシピページ設定  //////////*/
#yome_recipie a:link, #yome_recipie a:visited {
	color: #ffae4f !important;
}
#yome_recipie a:hover, #yome_recipie a:active {
	color: #ffd29d !important;
}
#yome_recipie #contents h2 {
	margin-bottom: 15px;
}

/*//////////  レシピ一覧ページ設定  //////////*/
#yome_recipie #recipieList {
	width: 603px;
}
#yome_recipie #recipieList .row {
	margin-bottom: 5px;
}
#yome_recipie #recipieList .row2menu {
	margin-bottom: 5px;
	padding-left: 100px;
}
#yome_recipie #recipieList .row1menu {
	margin-bottom: 5px;
	padding-left: 208px;
}
#yome_recipie #recipieList .row div,
#yome_recipie #recipieList .row2menu div {
	display: inline;
	float: left;
	width: 193px;
	margin-left: 8px;
}


/*//////////  スライダー設定  //////////*/
.stripViewer .panelContainer .panel ul {
	text-align: left;
	margin: 0 15px 0 30px;
}

.slider-wrap {
	margin: 20px 0;
	position: relative;
	width: 100%;
}
.csw {
	width: 100%;
	height: 460px;
	background: #fff;
	overflow: scroll
}
.csw .loading {
	margin: 200px 0 300px 0;
	text-align: center
}
.stripViewer {
	position: relative;
	overflow: hidden; 
	margin: auto;
	width: 579px;
	height: 100%;
	clear: both;
	background: #fff;
}
.stripViewer .panelContainer {
	position: relative;
	left: 0;
	top: 0;
	width: 100%;
	list-style-type: none;
}
.stripViewer .panelContainer .panel {
	float:left;
	height: 100%;
	position: relative;
	width: 579px;
}
.stripViewer .panelContainer .panel .wrapper {
	padding-top: 10px;
}
.stripNav ul {
	list-style: none;
}
.stripNav ul li {
	float: left;
	margin-right: 2px;
}
.stripNav a {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	line-height: 25px;
	color: #000;
	text-decoration: none;
	background-image: url(../images/yomerecipe/bt_circle.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
	display: block;
	margin-right: 5px;
}
.stripNav a:hover {
	background-image: url(../images/yomerecipe/bt_circle_on.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.stripNav a.current {
	background-image: url(../images/yomerecipe/bt_circle_on.gif);
	background-repeat: no-repeat;
	height: 25px;
	width: 25px;
}
.stripNavL, .stripNavR {
	display: none;
}
#yome_recipie .panel .row div,
#yome_recipie .panel .row2menu div {
	display: inline;
	float: left;
	width: 193px;
}


/*//////////  レシピ詳細ページ設定  //////////*/
#comments {
	text-align: center;
	position: relative;
	top: 25px;
	margin-top: -15px;
}

/* 材料 */
#materialsTop {
	width: 160px;
	background-image: url(../images/yomerecipe/materials_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	margin-right:18px;
	_margin-right:10px;
	padding-top: 10px;
}
#materialsBottom {
	background-image: url(../images/yomerecipe/materials_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
	margin-bottom: 20px;
}
#materials {
	background-image: url(../images/yomerecipe/materials_bg.gif);
	background-repeat: repeat-y;
	padding: 0 5px;
}
#materials h2 {
	padding-left: 3px;
}
#materials table {
	width: 150px;
}
#materials col.quantity {
	width: 5em;
}
#materials td {
	line-height:130%;
	padding-top: 0.5em;
	padding-right: 0.5em;
	padding-bottom: 0.5em;
	padding-left: 0.5em;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #c8c8b6;
}
#materials td.tl {
	table-layout: fixed;
}
#materials td.group1 {
	font-weight: bold;
	background-color: #F0F0F0;
	text-align: center;
}
#materials td.group2 {
	font-weight: bold;
	background-color: #F0F0F0;
	width: 1em;
	padding-right: 0.2em !important;
	padding-left: 0.2em !important;
	vertical-align: middle;
}

/* 手順 */
#processTop {
	width: 585px;
	background-image: url(../images/yomerecipe/process_top.gif);
	background-repeat: no-repeat;
	background-position: top;
	padding-top: 10px;
}
#processBottom {
	background-image: url(../images/yomerecipe/process_bottom.gif);
	background-repeat: no-repeat;
	background-position: bottom;
	padding-bottom: 10px;
}
#process {
	background-image: url(../images/yomerecipe/process_bg.gif);
	background-repeat: repeat-y;
	padding: 0 10px;
}
#process h2 {
	padding-left: 2px;
}
#process ol {
	margin-top: 10px;
	margin-right: 10px;
}
#process li {
	background-repeat: no-repeat;
	background-position: left top;
	min-height: 18px;
	height: 18px;
/*\*//*/
	height: auto;
/* */
	padding-left: 25px;
	margin-bottom: 1em;
	list-style-type: none;
}
/* Hides from IE-mac \*/
#process > ol > li#p1, 
#process > ol > li#p2, 
#process > ol > li#p3, 
#process > ol > li#p4, 
#process > ol > li#p5 { 
	height: 100%; 
}
/* End hide from IE-mac */
#process li#p1 {
	background-image: url(../images/yomerecipe/1.gif);
}
#process li#p2 {
	background-image: url(../images/yomerecipe/2.gif);
}
#process li#p3 {
	background-image: url(../images/yomerecipe/3.gif);
}
#process li#p4 {
	background-image: url(../images/yomerecipe/4.gif);
}
#process li#p5 {
	background-image: url(../images/yomerecipe/5.gif);
}
