@charset "Shift_JIS";
/* ===================================================================
CSS information

 file name  :print.css
 author     :hirasawa(admin), plus [daiichi denkasha,F-L] style
 style info :印刷用swich
=================================================================== */

/* common----------------------------------------------- */
body, h2, footer {
	color: #000000;
	background-color: #FFFFFF;
}
body {
	background: #FFFFFF !important;
}
a:link, a:visited {
	color: #333;
}
/* layout
 ----------------------------------------------- */
#contents {
	margin: 0 0 2em !important;
}
#main, footer {
	margin: 0 !important;
}
#header, #contents, #main, #undercolumn .contentArea, footer, #footer_inner {
	float: none !important;
	width: auto !important;
	max-width: 640px;
	padding: 0 !important;
}
#footer_inner {
  margin: 0;
  background: #fff !important;
}
#header {
	background-color: #fff;
	width: 210px;
	float: left;
}
#header #inner_right,#header_bottom, #header_utility2, #topicpath, .searcharticle_wrap,
.summary + .exnav, #side, footer h2, footer nav, .pagetop , .sns_print .sns {
	display: none;
}
#header .logo {
	background-color: #333;
	width: 210px;
}
#main .recipe_logo {
	margin-top: 4px;
	margin-bottom: 8px;
}
section[class^="pickup"], .pickup_recipe {
	display: none;
}

#main>.inner, #main .contentArea {
	padding: 0;
}


/* head
 -----------------------------------*/
#siteID img.printArea {
	display: block;
}

/* main -----------------------------------*/
.plusIdea {
	margin: 0;
}
#recipe_summary {

}
#main .section-recipe_area {
	padding: 14px 10px 0 10px;
}
div.point {
	padding: 20px 16px 0px;
	border-right: 1px solid #cec9b4;
	border-bottom: 1px solid #cec9b4;
	border-left: 1px solid #cec9b4;
	border-top: 1px solid #cec9b4;
	background-image: none;
}

#main .txtimg {
	margin-bottom: 0;
}
main h1 {
	font-size: 22pt;
}
#main  h2.point, #main .plusIdea h2 {
	background-image: none;
}
#main h3 {
	border-top: 1px dotted #000000;
	border-bottom: 1px dotted #000000;
	padding-top: 5px;
	padding-bottom: 5px;
	margin: 10px 0;
	font-size: 12pt;
}
h4 {
	border-left: 5px solid #000000;
	margin: 10px 0 10px 0;
	padding: 0 0 0 10px;
}
.recipe #main ol.flow {
}

body.recipe ol.flow li .photo, body.recipe ol.flow li .photo img {
	width: 160px;
	height: 110px;
}

.point .photo {
    float: right;
    width: 25%;
    border-radius: 100%;
  }

/* アレンジボックス -------------------------------*/
body.recipe div.arrange {
	margin-right: -6px;
}
#main .arrange dl {
	margin-right: 6px;
	margin-left: 0;
}
body.recipe .plusIdea div.point {
	margin-bottom: 0px;
}
/* 各種ボックス -------------------------------*/
#shopThumb img,#shopThumb p {
	width: 112px;
}
#shopThumb p {
	font-size: 11px;
}
/* footer -------------------------------*/
footer {
	background-color: #fff;
	text-align: right;
	border-top: 1px dashed #ddd;
}
footer address {
	color: #111111;
	float: none;
	text-align: center;
	padding-top: 0;
	font-size: 9pt;
}
/* module
----------------------------------------------- */

#main ul,#main ol,#main dl {
	margin-right: 0;
}
#main p {
	margin-top: 0;
	margin-bottom: 16px;
}
#main table {
	margin: 0 0 20px 0;
	padding: 5px;
}

#main th, #main td {
	padding: 3px;
	font-size: 9pt;
	border-top: 1px solid #333333;
	border-bottom: 1px solid #333333;
}


/* accesebility.
----------------------------------------------- */
.noprint, .exnav.noprint, #shopThumb .icon {
	display: none;
}
.printCtrl {
	border-top: 1px dashed #999999;
	border-bottom: 1px dashed #999999;
	margin-bottom: 9px;
	background-color: #F8F2F2;
	padding: 8px;
}/* switchでは表示、印刷起動後に非表示コントロール。*/
.printCtrl, .sns_print .printCtrl {
	display: block;
}
.printCtrl li {
  max-width: 640px;
  min-height: 1rem;
}
img.printArea {
	display: inline;
}
.page-break {
 page-break-before: always;
}
#main .text {
	min-width: 100px;
}
main #recipe_mainPhoto {
	background: none;
}
#recipe_mainPhoto,#recipe_mainPhoto img {
 width: 262px !important;
}
#recipe_mainPhoto {
	float: left !important;
}
.recipeTable {
  float: right !important;
  width: 301px !important;
}
#main .flow_recipe li {
	overflow: hidden;
  width: 196px;/*31%;*/
  margin-right: 13px;
}
#main .flow_recipe .photo img {
	width: 194px;
  height: 100%;
}
.point h2 {
  margin-left: -16px;
}
.point .photo {
  width: 114px;
  min-width: 80px;
}

#recipe_summary, .arrangeRecipe #recipe_summary .recipe_img {
	overflow: hidden;
}
.arrangeRecipe div.imgR {
  width: 382px;
}
.arrangeRecipe #recipe_summary .recipe_img {
  float: left;
  width: 170px;
  margin-right: 22px;
}
.arrangeRecipe .recipe_img img {
  width: 170px;
}
.arrangeRecipe #recipe_summary .materials {
  float: left !important;
  width: 380px !important;
}

@media only screen and (min-width: 1101px) {
	footer, #footer_inner {
		height: 24px !important;
	}
}

@media print {
	.printCtrl {
		display: none;
		}/* switchでは表示、印刷起動後に非表示コントロール。*/
}