@charset "utf-8";
/*レシピ頭*/
#show_head {
	margin:10px;
	border:solid 1px #CCA17A;
}
/*レシピ完成写真*/
figure {
	display:block;
}
#completion_img {
	padding:10px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#completion_img img {
	width: 100%;
}
/*ブックマーク*/
.add_bookmark,.remove_bookmark{
	margin-bottom:10px;
	padding:0 10px;
}
.add_bookmark a,.remove_bookmark a{
	display:block;
	padding:14px 0 10px 60px;
	border:solid 1px #bbb;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-shadow:1px 1px 2px #ccc;
	-webkit-box-shadow:1px 1px 2px #ccc;
	-moz-box-shadow:1px 1px 2px #ccc;
}
.add_bookmark a{
	background:url(/assets/images/star_act2.png), #e2e2e2; /* Old browsers */
	background:url(/assets/images/star_act2.png), -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 49%, #d1d1d1 50%, #fefefe 100%); /* FF3.6+ */
	background:url(/assets/images/star_act2.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(49%,#dbdbdb), color-stop(50%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background:url(/assets/images/star_act2.png), -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 49%,#d1d1d1 50%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background:url(/assets/images/star_act2.png), -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 49%,#d1d1d1 50%,#fefefe 100%); /* Opera 11.10+ */
	background:url(/assets/images/star_act2.png), -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 49%,#d1d1d1 50%,#fefefe 100%); /* IE10+ */
	background:url(/assets/images/star_act2.png), linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 49%,#d1d1d1 50%,#fefefe 100%); /* W3C */
	filter:url(/assets/images/star_act2.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	background-attachment:scroll;
	background-repeat:no-repeat,repeat;
	background-position:15px 40%,left top;
	background-size:30px,auto;
	-webkit-background-size:30px 30px,auto auto;
	-moz-background-size:30px,auto;
}
.remove_bookmark a{
	background:url(/assets/images/star.png), #e2e2e2; /* Old browsers */
	background:url(/assets/images/star.png), -moz-linear-gradient(top,  #e2e2e2 0%, #dbdbdb 49%, #d1d1d1 50%, #fefefe 100%); /* FF3.6+ */
	background:url(/assets/images/star.png), -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e2e2e2), color-stop(49%,#dbdbdb), color-stop(50%,#d1d1d1), color-stop(100%,#fefefe)); /* Chrome,Safari4+ */
	background:url(/assets/images/star.png), -webkit-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 49%,#d1d1d1 50%,#fefefe 100%); /* Chrome10+,Safari5.1+ */
	background:url(/assets/images/star.png), -o-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 49%,#d1d1d1 50%,#fefefe 100%); /* Opera 11.10+ */
	background:url(/assets/images/star.png), -ms-linear-gradient(top,  #e2e2e2 0%,#dbdbdb 49%,#d1d1d1 50%,#fefefe 100%); /* IE10+ */
	background:url(/assets/images/star.png), linear-gradient(to bottom,  #e2e2e2 0%,#dbdbdb 49%,#d1d1d1 50%,#fefefe 100%); /* W3C */
	filter:url(/assets/images/star.png), progid:DXImageTransform.Microsoft.gradient( startColorstr='#e2e2e2', endColorstr='#fefefe',GradientType=0 ); /* IE6-9 */
	background-attachment:scroll;
	background-repeat:no-repeat,repeat;
	background-position:15px 40%,left top;
	background-size:30px,auto;
	-webkit-background-size:30px 30px,auto auto;
	-moz-background-size:30px,auto;
}
/*ひとこと*/
#comment {
	font-size:80%;
	text-align:justify;
	line-height:15px;
	margin:0 10px 10px 10px;
	padding:10px 0 0 0;
	border-top:dashed 1px #CCA17A;
}
/*時間とかカロリーとか*/
#spec {
	width:100%;
	padding:0 7.5px;
	display:table;
	table-layout:fixed;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
#spec ul {
	font-size:80%;
	display:table-cell;
}
#spec ul li {
	text-align:center;
	line-height:30px;
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
}
/*ul全体*/
#spec ul:nth-child(1) {
	padding:0 2.5px 0 2.5px;
}
#spec ul:nth-child(2) {
	padding:0 2.5px 0 2.5px;
}
#spec ul:nth-child(3) {
	padding:0 2.5px 0 2.5px;
}
#spec ul:nth-child(4) {
	padding:0 2.5px 0 2.5px;
}
#spec ul li:nth-child(1) {
	color:#fff;
}
/*li上*/
#spec ul:nth-child(1) li:nth-child(1) {
	background-color:#ff9933;
}
#spec ul:nth-child(2) li:nth-child(1) {
	background-color:#7D0000;
}
#spec ul:nth-child(3) li:nth-child(1) {
	background-color:#75890C;
}
#spec ul:nth-child(4) li:nth-child(1) {
	background-color:#7E6B5A;
}
/*li下*/
#spec ul:nth-child(1) li:nth-child(2) {
	border-right:solid 1px #ff9933;
	border-bottom:solid 1px #ff9933;
	border-left:solid 1px #ff9933;
}
#spec ul:nth-child(2) li:nth-child(2) {
	border-right:solid 1px #7D0000;
	border-bottom:solid 1px #7D0000;
	border-left:solid 1px #7D0000;
}
#spec ul:nth-child(3) li:nth-child(2) {
	border-right:solid 1px #75890C;
	border-bottom:solid 1px #75890C;
	border-left:solid 1px #75890C;
}
#spec ul:nth-child(4) li:nth-child(2) {
	border-right:solid 1px #7E6B5A;
	border-bottom:solid 1px #7E6B5A;
	border-left:solid 1px #7E6B5A;
}
/*材料*/
#material {
	margin: 10px;
	position:relative;
}
#material p {
	font-size:90%;
	text-align:justify;
	line-height:15px;
	padding:10px 10px 0 10px;
}
/*人数*/
#separate {
	color:#663300;
	font-size:90%;
	font-weight:bold;
	line-height:25px;
	position:absolute;
	right:20px;
	top:0;
}
/*作り方*/
#process {
	margin:10px;
}
#process p {
	font-size:90%;
	text-align:justify;
	line-height:18px;
	padding:10px 10px 0 10px;
}
/*ワンポイント*/
#onepoint {
	margin:10px;
	padding:5px 0;
	border:solid 1px #ff9933;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
}
#onepoint p {
	font-size:80%;
	text-align:justify;
	line-height:15px;
	padding:5px 10px;
}
