@charset "utf-8";

/* ==========================================================

title : ナスラックKitchen
scope : レシピ一覧
last modify : 2018/03/19 319_shimizu 条件検索リニューアル

modify : 2015/03/28 262_ichinose

========================================================== */

#breadcrumb {
	width:1024px;
	margin:0 auto;
	border-top:2px solid #eb7986;
	padding:10px 15px;
}

#breadcrumb p img {
	vertical-align: baseline;
	padding: 0 15px;
}

.content {
    width: 965px;
    margin: auto;
    padding: 30px 0 0;
}

h1 {
	background:#eb7986;
	width:870px;
	height:60px;
	line-height:60px;
	padding-left:80px;
	color:#fff;
	font-size:24px;
}

h1.western {
	background:#eb7986 url(../image/hdmrk_western.png) no-repeat 15px center;
}

h1 span {
	font-size:18px;
	font-weight:normal;
	vertical-align:middle;
}

h1 span.all_num {
	padding-left:20px;
}

h1 span.pg_num {
	padding-right:20px;
	float:right;
}

.result_txt {
	text-align: left;
	padding:15px;
	font-weight:bold;
	font-size:18px;
}


/*---------------------------------
 search_form_area
---------------------------------*/

#search_form_area {
	width:910px;
	overflow: hidden;
	padding: 30px 20px 20px;
}

#search_form_area h2 {
    width: 170px;
    margin: 3px 0 0;
    float: left;
}

#search_form_area .search_form {
	width: 720px;
	float: right;
	overflow: hidden;
}

.box_keyword {
	width: 625px;
	float: left;
}

.box_keyword input {
	-webkit-appearance: none;
	width: 595px;
	height: 38px;
	padding: 2px 15px;
	border: 1px solid rgb(204, 204, 204);
	border-radius: 22px;
	box-shadow: inset 1px 1.732px 2px 0px rgba(0, 0, 0, 0.15);
	outline: none;
	font-size: 16px;
}

.btn_keyword {
	width: 71px;
	float: right;
	padding: 4px 0 0;
}

.btn_keyword input {
	outline: none;
}

.btn_keyword input:hover {
	opacity: .8;
}

.h_line_left {
	font-size: 22px;
	padding: 0 0 0 18px;
	position: relative;
}

.h_line_left:before {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 6px;
	height: 1.6em;
	border-radius: 5px;
	background: #aa0f25;
}

#search_form_area .chk_box {
	clear:both;
	padding-top:20px;
}

#search_form_area .chk_box label {
	padding-left:20px;
}

/*---------------------------------
  select_area
---------------------------------*/
#select_area {
	width:950px;
	margin:0 auto;
}

#select_area .mb_txt {
	width:580px;
	line-height:36px;
	padding-left:30px;
	margin-bottom: 10px;
}

#select_area .mb_txt span {
	font-size:15px;
}

#select_area .mb_txt img {
	margin-right:8px;
}

#select_area .select_box {
	margin-left: 40px;
	width:340px;
	float:right;
	line-height:36px;
}

#select_area .select_box span {
	font-size:18px;
	font-weight:bold;
}

/*---------------------------------
 result_area
---------------------------------*/
#result_area {
	width:972px;
	margin:auto;
	clear:both;
}

#result_area div[class^="recipe_box"] {
	position:relative;
	width:300px;
	height:285px;
	border:1px solid #eb7986;
	float:left;
	margin:0 22px 22px 0;
}

#result_area div[class^="recipe_box"] a {
	display:block;
}

#result_area div figure {
	position: relative;
	height: 185px;
	overflow: hidden;
	vertical-align: middle;
}

#result_area div figure > img {
  position: absolute;
  min-width: 100%;
  min-height: 100%;
  left: 50%;
  top: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
     -moz-transform: translate3d(-50%, -50%, 0);
           -ms-transform: translate(-50%, -50%);
          transform: translate3d(-50%, -50%, 0);
}

#result_area div.new figure:before {
	content:url(../image/mrk_new.png);
	width:110px;
	height:33px;
	position:absolute;
	top:0;
	left:0;
	z-index: 1;
}

#result_area div.recipe_box_mb {
	border:1px solid #998036;
}

#result_area div.recipe_box_mb figure:after {
	content:url(../image/mrk_member.png);
	width:72px;
	height:72px;
	position:absolute;
	top:3px;
	right:3px;
	z-index: 1;
}

#result_area div.recipe_box figcaption,#result_area div.recipe_box_mb figcaption {
	position:absolute;
	bottom:8px;
	right:8px;
	z-index: 1;
}

#result_area div[class^="recipe_box"] p[class^="recipe_ttl"] {
	height:52px;
	padding:10px 30px 0;
	text-align:center;
	color:#0332ff;
	font-weight:bold;
}

#result_area div[class^="recipe_box"] p.recipe_ttl_2 {
	text-align:left;
}

#result_area div[class^="recipe_box"] .recipe_dtl {
	height:38px;
	line-height:38px;
	padding-left:10px;
	background:url(../image/btm_arrow.png) no-repeat right bottom;
	color:#000;
}

#result_area div.recipe_box_mb .recipe_dtl {
	background:url(../image/btm_arrow_mb.png) no-repeat right bottom;
}

#result_area div[class^="recipe_box"] .recipe_dtl span.min {
	font-size:20px;
	font-weight:bold;
	color:#d34858;
}

/*---------------------------------
 ページジャンプ
---------------------------------*/
.page_skip{
	width:900px;
	margin:20px auto;
	text-align:center;
}

.page_skip a:link, .page_skip a:visited {
	color: #0000ff;
}

.page_nav_ul {
	font-size:0px;
}

.page_nav_ul > li {
  position: relative;
  display: inline-block;
	font-size:15px;
	margin:0 5px;
}

.page_count_box{
		width: 34px;
    height: 34px;
    line-height: 34px;
    margin: 0px 3px;
		padding:0;
    border: 1px solid #e76573;
    font-size: 15px;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    behavior: url(/css/PIE.php);
    letter-spacing: 0.01em;
    /*background: #e76573;
    color: #fff;*/
}

.ac {
    background: #e76573;
    color: #fff;
}

.page_count_box a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
		font-size:15px;
		letter-spacing:0.01em;
    /*background: #fff;*/
    color: #e76573;
		font-weight:normal;
		text-decoration:none;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    behavior: url(/css/PIE.php);
}

.page_count_box:hover {
	background:#e76573;
}
.page_count_box a:hover {
	background:#e76573;
	color:#fff;
}

.p_toback, .p_tonext {
	width:95px;
	border: 1px solid #e76573;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url(/css/PIE.php);
	color:#e76573;
	font-size:15px;
	line-height:34px;
	font-size:15px;
}

@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.p_toback, .p_tonext {
		width:95px;
		border: 1px solid #e76573;
		border-radius: 4px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		behavior: url("/css/PIE.php");
		color:#e76573;
		font-size:15px;
		line-height:34px;
			color: #fff;
		}
}	
	
.p_toback{
	padding-right:10px;
	background:url(../image/bg_back.png) no-repeat 92px 12px #fff;

}
.p_tonext{
	padding-left:10px;
	background:url(../image/bg_next.png) no-repeat 8px 12px #fff;
}
.p_toback a:hover{
	display: block;
	width:95px;
	color:#fff;
	line-height:34px;
	margin-right:-10px;
	padding-right:10px;
	background:url(../image/bg_back_ov.png) no-repeat 92px 12px #eb7986;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(166, 36, 51, 1);
}
.p_tonext a:hover{
	display: block;
	width:95px;
	color:#fff;
	line-height:34px;
	margin-left:-10px;
	padding-left:10px;
	background:url(../image/bg_next_ov.png) no-repeat 8px 12px #eb7986;
	text-decoration:none;
	text-shadow: 1px 1px 0px rgba(166, 36, 51, 1);
}
.p_toback_gr {
	padding-right:10px;
	width:95px;
	border-radius: 4px;
  behavior: url(/css/PIE.php);
	background:url(../image/bg_back_gr.png) no-repeat 92px 12px #ccc;
	color:#8E8E8E;
	font-size:15px;
	line-height:36px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	}
.p_tonext_gr{
	padding-left:10px;
	width:95px;
	border-radius: 4px;
  behavior: url(/css/PIE.php);
	background:url(../image/bg_next_gr.png) no-repeat 8px 12px #ccc;
	color:#8E8E8E;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	line-height:36px;
	font-size:15px;
	}
	
.page_select_ttl{
	position:relative;
	display:block;
	width:146px;
	background:url("../image/bg_select_bottom.png") #fff no-repeat right center;
	color:#e76573;
	font-size:15px;
	text-align:left;
	line-height:34px;
	cursor:pointer;
}
.page_select_ttl span{
	display:block;
	position:relative;
	width:140px;
	padding-left:5px;
	border: 1px solid #e76573;
	border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    behavior: url(/css/PIE.php);
	color:#d34858;
	font-size:15px;
	text-align:left;
	line-height:34px;
	cursor:pointer;
}
.page_select_ttl_hover{
	background:url("../image/bg_select_bottom_on.png")#fff no-repeat right center;
	color:#e76573;
}
.page_select_ttl_hover span{
	border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	-webkit-border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	-moz-border-radius: 4px 4px 0px 0px / 4px 4px 0px 0px;
	behavior: url(/css/PIE.php);
	border-bottom: 1px dotted #e76573;
}
.page_select_menu{
	position:absolute;
	width:145px;
	max-height:195px;
	overflow-y: scroll;
    overflow-x: hidden;
	line-height:34px;
	border-left: 1px solid #e76573;
	border-right: 1px solid #e76573;
	border-bottom: 1px solid #e76573;
	color:#e76573;
	font-size:15px;
	text-align:left;
	z-index:1000;
	margin-left:0;
}
.page_select_menu ul{
	width:145px;
	text-indent:10px;
}
.page_select_menu li{
	background:#fff;
	border-bottom:1px dotted #e76573;
	line-height:34px;
}
.page_select_menu .li_last{
	border-bottom:none;
	margin-left:-9px;
	padding-left:9px;
}
.page_select_menu a{
	display:block;
	width:140px;
}
.page_select_menu a:hover{
	background:#FFE6EB;
	text-decoration:none;
	color:#f00;
}
.page_select_menu::-webkit-scrollbar {
    width: 12px;
}
 
.page_select_menu::-webkit-scrollbar-track {
   background:  rgba(200,200,200,1); 
}
 
.page_select_menu::-webkit-scrollbar-thumb {
    background: rgba(200,230,255,1); 
}
.page_select_menu::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(200,230,255,1);  
}

/* 離乳食・幼児食の注意点 */
.attention_box {
	width: 920px;
	margin: 40px 0 20px;
	padding: 10px 15px;
	background: url(/renew/recipe/image/bg_attention_long.png) 0 0 no-repeat;
}

.attention_box dd {
	width: 730px;
	margin: 15px 0 0 10px;
	font-size: 16px;
	line-height: 1.5;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* 条件検索／検索結果ページ／バックボタン */
.btn_back {
  height: 100px;
  margin: 45px auto 30px;
  width: 620px;
}
.btn_back a {
  display: block;
  opacity: 1;
}
.btn_back a:hover {
  opacity: .7;
}