@charset "UTF-8";

/*---------------------------------------------

Print Recipe CSS

for ilovesweet.jp
coded by d-spica at 2013-07-12

---------------------------------------------*/

body {
	border-top: none;
	padding: 0 20px;
	color: #000;
}

#page {
	padding: 0;
	width: 100%;
}

#header,
#navigation,
#contents .page-title,
#main .used-item,
aside.recent,
#sub,
.nav-up,
#guide,
#footer {
	display: none;
}

#contents {
	float: none;
	margin-bottom: 0;
	width: 100%;
}

.bloger #main {
	float: none;
	width: 100%;
}

.bloger article.entry {
	border: solid 1px #999;
}

.bloger article.entry header {
	padding-top: 15px;
	background: none;
	border-bottom: solid 1px #999;
}


.bloger article.entry header .date {
	position: static;
	float: left;
	margin-right: 20px;
}

.bloger article.entry header .tags span {
	border: solid 1px #999;
	background: none !important;
	color: #000 !important;
}

.bloger article.entry .flow li,
.bloger article.entry .point {
	page-break-inside: avoid;
}

/*
.bloger article.entry .ingredient {
	padding-left: 120px;
	min-height: 100px;
}

.bloger article.entry .flow li {
	padding-left: 120px;
	min-height: 75px;
}

.bloger article.entry .ingredient dd img {
	width: 100px;
	height: auto;
}

.bloger article.entry .flow li img {
	width: 100px;
	height: auto;
}

*/