@charset "utf-8";

/* CSS Document */


/* =============

SP recipe nav

============= */

#sp_recipe_nav {
	display: none;
}


/* =============

Recipe head

============= */

#recipe_head {
	height: 46px;
	padding-top: 14px;
	overflow: hidden;
}

.recipe_detail #recipe_head {
	overflow: visible;
}

#recipe_head .btn_back {
	float: left;
	padding-left: 20px;
	background: url(/recipe/images/recipe_sprite.png) -352px -54px no-repeat;
	font-size: 100%;
	line-height: 16px;
}


/*IE7▼*/

*:first-child+html #recipe_head .btn_back {
	font-size: 13px;
}


/* =============

Title area

============= */

#title_area {
	margin: 0 0 28px;
	overflow: hidden;
}

#title_area h1 {
	display: inline-block;
	float: left;
	padding-left: 18px;
	margin: 0;
	background: url(/recipe/images/recipe_sprite.png) -383px 0 no-repeat;
	font-weight: normal;
	font-size: 212%;
	line-height: 34px;
}


/*IE7▼*/

*:first-child+html #title_area h1 {
	font-size: 28px;
}


/*IE8▼*/

#title_area h1 {
	font-size: 28px\9;
}

#title_sort {
	float: right;
	padding-top: 4px;
	overflow: hidden;
}

#title_sort h2 {
	font-size: 100%;
	line-height: 23px;
	color: #5c2e09;
	font-weight: normal;
	float: right;
}


/*IE7▼*/

*:first-child+html #title_sort h2 {
	font-size: 13px;
}


/* =============

Footer area

============= */

.footerArea #footer {
	font-size: 100% !important;
}


/* ====================================================================================

Recipe Special

==================================================================================== */

#title_sort form {
	display: block;
	float: right;
	margin-left: 12px;
}


/*IE7▼*/

*:first-child+html #title_sort form {
	font-size: 14px;
}

#recipe_sort {
	min-width: 155px;
}

.customSelect {
	background: #ffffff url(/recipe/images/recipe_sprite.png) -237px -563px no-repeat;
	border: 2px solid #FF626E;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	height: 19px;
	line-height: 19px;
	padding-left: 3px;
	text-align: left;
	font-size: 108%;
	color: #5c2e09;
}

#special_list {
	padding-bottom: 47px;
}

.special_row {
	overflow: hidden;
	padding-top: 25px;
	background: url(/recipe/images/dot_horizontal.png) 0 0 repeat-x;
}

#special_list .special_row:first-child {
	padding-top: 10px;
	background-image: none;
}

a.special_item {
	display: block;
	float: left;
	width: 215px;
	margin-left: 30px;
	font-size: 108%;
	line-height: 20px;
	text-align: center;
}

.special_row a.special_item:first-child {
	margin-left: 0;
}

p.special_txt {
	margin: 10px 0 19px;
}


/*IE7▼*/

*:first-child+html p.special_txt {
	font-size: 14px;
}


/* ====================================================================================

Recipe Special Detail

==================================================================================== */

#special_mv {
	margin-bottom: 25px;
	font-size: 150%;
	line-height: 30px;
}

#special_mv div {
	text-align: center;
}


/*IE7▼*/

*:first-child+html #special_mv p {
	font-size: 20px;
}


/*IE8▼*/

#special_mv p {
	font-size: 20px\9;
}

#special_recipes {
	margin-bottom: 38px;
	margin-right: -20px;
	overflow: hidden;
}

.special_recipes_item {
	float: left;
	width: 425px;
	margin: 0 20px 16px 0;
	padding: 0 20px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #FFFBDE;
}

.special_recipes_item .item_name {
	background: url(/recipe/images/recipe_sprite.png) -322px -80px no-repeat;
	padding-left: 20px;
	margin: 20px 0 14px;
	font-size: 181%;
	line-height: 26px;
}


/*IE7▼*/

*:first-child+html .special_recipes_item .item_name {
	font-size: 20px;
}


/*IE8▼*/

.special_recipes_item .item_name {
	font-size: 20px\9;
}

.special_recipes_item .item_img {
	text-align: center;
}

.special_recipes_item .item_data {
	overflow: hidden;
	margin: 16px 0;
}

.special_recipes_item .item_data li {
	float: left;
	background-image: url(/recipe/images/recipe_sprite.png);
	background-repeat: no-repeat;
	font-size: 108%;
	line-height: 47px;
}

.special_recipes_item .item_data_1 {
	width: 87px;
	padding-left: 56px;
	background-position: 11px -507px;
}


/*IE7▼*/

*:first-child+html .special_recipes_item .item_data_1 {
	font-size: 14px;
	height: 50px;
}

.special_recipes_item .item_data_2 {
	width: 84px;
	padding-left: 54px;
	border-right: 1px dotted #988B88;
	border-left: 1px dotted #988B88;
	background-position: 10px -408px;
}


/*IE7▼*/

*:first-child+html .special_recipes_item .item_data_2 {
	font-size: 14px;
	height: 50px;
}

.special_recipes_item .item_data_3 {
	width: 72px;
	padding-left: 70px;
	background-position: 11px -611px;
}


/*IE7▼*/

*:first-child+html .special_recipes_item .item_data_3 {
	font-size: 14px;
	height: 50px;
}

.special_recipes_item .item_txt {
	margin-bottom: 14px;
	font-size: 100%;
	line-height: 20px;
}


/*IE7▼*/

*:first-child+html .special_recipes_item .item_txt {
	font-size: 13px;
}


/* ====================================================================================

Recipe Detail

==================================================================================== */

#sp_recipe_sidr {
	display: none;
}

.recipe_detail #recipe_head {
	padding: 27px 0 4px;
}

.recipe_detail #recipe_head .btn_back {
	margin-top: 7px;
}

#recipe_head_btns {
	float: right;
}

#recipe_head_btns li {
	float: left;
	margin-left: 10px;
}

#recipe_head_btns li a.btn_mobile {
	display: block;
	width: 89px;
	padding-left: 41px;
	height: 30px;
	background: url(/recipe/images/recipe_sprite.png) -176px -33px no-repeat;
	font-size: 100%;
	line-height: 30px;
	color: #000000;
}


/*IE7▼*/

*:first-child+html #recipe_head_btns li a.btn_mobile {
	font-size: 13px;
}

#recipe_head_btns li a.btn_print {
	display: block;
	width: 87px;
	padding-left: 43px;
	height: 30px;
	background: url(/recipe/images/recipe_sprite.png) -176px -63px no-repeat;
	font-size: 100%;
	line-height: 30px;
	color: #000000;
}


/*IE7▼*/

*:first-child+html #recipe_head_btns li a.btn_print {
	font-size: 13px;
}

.recipe_detail #title_area {
	margin-bottom: 21px;
}

.recipe_detail_row {
	clear: both;
}

.recipe_detail_col_L {
	float: left;
	width: 480px;
}

.recipe_detail_col_R {
	float: right;
	width: 450px;
}

#recipe_detail_photo {
	margin-bottom: 26px;
}
#recipe_detail_photo img {
	width: 100%;
}

#recipe_detail_catchcopy {
	margin: 0 0 16px;
	font-size: 135%;
	line-height: 20px;
}
/*IE7▼*/

*:first-child+html #recipe_detail_catchcopy {
	font-size: 15px;
}

#recipe_detail_catchcopy_print {
	display: none;
}

#recipe_detail_exchangeUnit {
	margin: 10px 0 0;
	font-size: 108%;
	line-height: 20px;
	text-align: right;
}
#recipe_detail_exchangeUnit_print {
	display: none;
}

#recipe_detail_data {
	/*margin: 16px 0 26px;*/
	margin: 0;
	height: 48px;
	background: url(/recipe/images/bg_recipe_data.png) -20px 0 no-repeat;
	overflow: hidden;
}

#recipe_detail_data_print {
	display: none;
}

.recipe_detail_recent {
	margin-top: 26px;
}

#recipe_detail_data li {
	float: left;
	font-size: 108%;
	line-height: 22px;
}

#recipe_detail_data li#recipe_detail_data_1 {
	width: 95px;
	padding-left: 55px;
}


/*IE7▼*/

*:first-child+html #recipe_detail_data li#recipe_detail_data_1 {
	font-size: 14px;
}

#recipe_detail_data li#recipe_detail_data_2 {
	width: 93px;
	background: url(/recipe/images/dot_vertical.png) 0 0 repeat-y;
	padding-left: 57px;
}


/*IE7▼*/

*:first-child+html #recipe_detail_data li#recipe_detail_data_2 {
	font-size: 14px;
}

#recipe_detail_data li#recipe_detail_data_3 {
	width: 78px;
	background: url(/recipe/images/dot_vertical.png) 0 0 repeat-y;
	padding-left: 72px;
}


/*IE7▼*/

*:first-child+html #recipe_detail_data li#recipe_detail_data_3 {
	font-size: 14px;
}

.recipe_detail_row .moviebtn,
.recipe_detail_row .moviebtnsp {
	width: 450px;
	margin-bottom: 40px;
}


/*IE7▼*/

*:first-child+html .recipe_detail_row .moviebtn {
	font-size: 16px;
}

.recipe_detail_row .moviebtnsp {
	display: none;
}

.recipe_detail_row .moviebtn a,
.recipe_detail_row .moviebtnsp a {
	display: block;
	border-radius: 5px;
	background: #FFF3CE;
	border: solid 2px #FFF3CE;
	text-align: center;
	font-size: 120%;
	width: 450px;
	padding: 10px 0;
	line-height: 200%;
}

.recipe_detail_row .moviebtn img,
.recipe_detail_row .moviebtnsp img {
	vertical-align: -3px;
	padding-right: 8px;
}

.recipe_detail_row aside {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: solid 2px #ff9800;
	padding: 13px 16px 11px;
	margin-bottom: 40px;
	margin-top: 26px;
}

.recipe_detail_row aside h1 {
	font-size: 120%;
	line-height: 23px;
	color: #ff6700;
	font-weight: normal;
}


/*IE7▼*/

*:first-child+html .recipe_detail_row aside h1 {
	font-size: 16px;
}

.recipe_detail_row aside li {
	background: url(/recipe/images/recipe_sprite.png) -380px -600px no-repeat;
	padding-left: 12px;
	color: #3a2900;
	font-size: 100%;
	line-height: 19px;
}

.recipe_detail_row aside p {
	color: #3a2900;
	font-size: 100%;
	line-height: 19px;
}


/*IE7▼*/

*:first-child+html .recipe_detail_row aside p {
	font-size: 13px;
}

.recipe_detail_row h2.recipe_detail_h2 {
	background: url(/recipe/images/dot_detail_h2.png) 0 bottom repeat-x;
	padding-bottom: 8px;
	font-size: 135%;
	color: #3a2900;
	font-weight: normal;
	line-height: 1.3;
}


/*IE7▼*/

*:first-child+html .recipe_detail_row h2.recipe_detail_h2 {
	font-size: 18px;
}

.recipe_detail_theme {
	margin-top: 8px;
	font-size: 115%;
}


/*IE7▼*/

*:first-child+html .recipe_detail_theme {
	font-size: 15px;
}

.recipe_detail_theme .date {
	font-size: 87%;
}


/*IE7▼*/

*:first-child+html .recipe_detail_theme .date {
	font-size: 13px;
}

.other_recipe {
	width: 471px;
	margin: 0 -21px 26px 0;
	overflow: hidden;
}

.other_recipe li {
	float: left;
	width: 136px;
	margin: 15px 21px 0 0;
	font-size: 89%;
	line-height: 16px;
	text-align: center;
}


/*IE7▼*/

*:first-child+html .other_recipe li {
	font-size: 12px;
}

.other_recipe li img {
	display: block;
	width: 100%;
	margin-bottom: 4px;
}

#ingredient {
	margin-bottom: 26px;
}

#ingredient th,
#ingredient td {
	padding: 13px 10px;
	background: url(/recipe/images/dot_horizontal.png) 0 bottom repeat-x;
	font-size: 100%;
	line-height: 16px;
	text-align: left;
	font-weight: normal;
}


/*IE7▼*/

*:first-child+html #ingredient th {
	font-size: 13px;
}


/*IE7▼*/

*:first-child+html #ingredient td {
	font-size: 13px;
}

#ingredient td {
	width: 22%;
}

#ingredient a {
	background: url(/recipe/images/recipe_sprite.png) -380px -600px no-repeat;
	padding-left: 12px;
	font-weight: bold;
}

#recipe_process li {
	border-top: 1px dotted #999999;
	padding: 17px 0 14px 42px;
	min-height: 35px;
	font-size: 100%;
	line-height: 18px;
}


/*IE7▼*/

*:first-child+html #recipe_process li {
	font-size: 13px;
}

#recipe_process li:first-child {
	border: none;
}

#process_01 {
	background: url(/recipe/images/recipe_num.png) -760px 18px no-repeat;
}

#process_02 {
	background: url(/recipe/images/recipe_num.png) -720px -42px no-repeat;
}

#process_03 {
	background: url(/recipe/images/recipe_num.png) -680px -102px no-repeat;
}

#process_04 {
	background: url(/recipe/images/recipe_num.png) -640px -162px no-repeat;
}

#process_05 {
	background: url(/recipe/images/recipe_num.png) -600px -222px no-repeat;
}

#process_06 {
	background: url(/recipe/images/recipe_num.png) -560px -282px no-repeat;
}

#process_07 {
	background: url(/recipe/images/recipe_num.png) -520px -342px no-repeat;
}

#process_08 {
	background: url(/recipe/images/recipe_num.png) -480px -402px no-repeat;
}

#process_09 {
	background: url(/recipe/images/recipe_num.png) -440px -462px no-repeat;
}

#process_10 {
	background: url(/recipe/images/recipe_num.png) -400px -522px no-repeat;
}

#process_11 {
	background: url(/recipe/images/recipe_num.png) -360px -582px no-repeat;
}

#process_12 {
	background: url(/recipe/images/recipe_num.png) -320px -642px no-repeat;
}

#process_13 {
	background: url(/recipe/images/recipe_num.png) -280px -702px no-repeat;
}

#process_14 {
	background: url(/recipe/images/recipe_num.png) -240px -762px no-repeat;
}

#process_15 {
	background: url(/recipe/images/recipe_num.png) -200px -822px no-repeat;
}

#process_16 {
	background: url(/recipe/images/recipe_num.png) -160px -882px no-repeat;
}

#process_17 {
	background: url(/recipe/images/recipe_num.png) -120px -942px no-repeat;
}

#process_18 {
	background: url(/recipe/images/recipe_num.png) -80px -1002px no-repeat;
}

#process_19 {
	background: url(/recipe/images/recipe_num.png) -40px -1062px no-repeat;
}

#process_20 {
	background: url(/recipe/images/recipe_num.png) 0 -1122px no-repeat;
}

#recipe_sns {
	width: 480px;
	height: 46px;
	margin-bottom: 60px;
	position: relative;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	border: solid 1px #e6e4e1;
}

#recipe_sns p {
	float: left;
	padding-left: 21px;
	font-size: 108%;
	line-height: 46px;
}


/*IE7▼*/

*:first-child+html #recipe_sns p {
	font-size: 14px;
}

#sns_button {
	position: absolute;
	right: 20px;
	top: 13px;
}

.sns_cell {
	margin-right: 10px;
	*display: inline;
	zoom: 1;
}

.tweetbtn {
	display: none;
}

:root .tweetbtn {
	display: inline;
}

.googlepuls {
	display: none;
}

:root .googlepuls {
	display: inline;
}

.fb_iframe_widget {
	vertical-align: top;
}

.sns_cell img {
	width: 20px;
	height: 20px;
}

#recipe_detail_use {
	margin: 0 -3px 34px -4px;
	background: url(/recipe/images/bg_detail_use.png) 0 bottom no-repeat;
}


/*IE7▼*/

*:first-child+html #recipe_detail_use {
	width: 487px;
}

#recipe_detail_use h2 {
	padding: 10px 0 0 10px;
	height: 31px;
	background: url(/recipe/images/bg_detail_use_title.png) 0 0 no-repeat;
	color: #ffffff;
	font-size: 18px;
	font-weight: normal;
}

#recipe_detail_use ul {
	padding: 0 29px 10px;
	overflow: hidden;
}

#recipe_detail_use li {
	float: left;
	width: 120px;
	margin: 0 10px 10px;
	text-align: center;
}


/*IE7▼*/

*:first-child+html #recipe_detail_use li a {
	font-size: 13px;
}

#recipe_detail_use li a span {
	width: 120px;
	height: 100px;
	vertical-align: middle;
	display: table-cell;
}

#recipe_detail_use li img {
	width: auto;
	max-width: 120px;
	max-height: 100px;
	margin: 0 auto 5px;
	display: block;
}


/* ====================================================================================

Recipe Search

==================================================================================== */

.recipe_search #main {
	margin-top: 20px;
}

.recipe_search #main .inner {
	overflow: hidden;
}

#search_condition {
	float: left;
	width: 164px;
	padding-bottom: 70px;
}

#search_condition h2 {
	display: inline-block;
	padding: 7px 0 5px 18px;
	margin: 0;
	background: url(/recipe/images/recipe_sprite.png) -384px -205px no-repeat;
	font-weight: normal;
	font-size: 16px;
	line-height: 16px;
}

#search_condition h3 {
	border-top: 1px solid #cccccc;
	background: url(/recipe/images/recipe_sprite.png) no-repeat;
	color: #3a2900;
	font-size: 12px;
	font-weight: bold;
	line-height: 42px;
}

#search_condition h3#sp_recipe_cat {
	background-position: 6px 12px;
	padding-left: 35px;
}

#search_condition h3#sp_recipe_ing {
	background-position: 6px -50px;
	padding-left: 25px;
}

#search_condition h3#sp_recipe_pro {
	background-position: 4px -109px;
	padding-left: 32px;
}

#search_condition h3#sp_recipe_tim {
	background-position: 6px -168px;
	padding-left: 30px;
}

#search_condition > ul:last-child {
	border-bottom: 1px solid #cccccc;
}

#search_condition li {
	background: url(/recipe/images/dot_horizontal.png) 0 0 repeat-x;
	padding: 7px 0 7px 11px;
	font-size: 90%;
	line-height: 16px;
}


/*IE7▼*/

*:first-child+html #search_condition li {
	font-size: 12px;
}

#search_condition li ul {
	margin: 7px 0 -7px -11px;
}

#search_condition li ul li ul {
	margin: 7px 0 -7px -11px;
}

#search_condition ul.check li a {
	background: url(/recipe/images/recipe_sprite.png) no-repeat;
	background-position: -232px -174px;
	line-height: 16px;
	display: inline-block;
	vertical-align: middle;
	padding-left: 22px;
	cursor: pointer;
}

#search_condition ul.check li a.checked {
	background-position: -262px -144px;
}


/*料理カテゴリから探す*/

#search_condition ul.cg_check ul {
	margin: 0 0 -7px 0;
}

#search_condition ul.cg_check li {
	padding: 0;
}

#search_condition ul.cg_check li p {
	background: url(/recipe/images/dot_horizontal.png) 0 0 repeat-x;
	padding-top: 1px;
}

#search_condition ul.cg_check li li a {
	padding: 7px 0 7px 45px;
}

#search_condition ul.cg_check li a {
	background: url(/recipe/images/recipe_sprite.png) no-repeat;
	background-position: -328px -476px;
	line-height: 16px;
	/*display: inline-block;*/
	display: block;
	vertical-align: middle;
	/*padding-left: 22px;*/
	cursor: pointer;
	padding: 7px 0px 7px 32px;
}

#search_condition ul.cg_check li li a {
	background-position: -316px -477px;
}

#search_condition ul.cg_check li a.checked {
	background-position: -369px -447px;
	background-color: #ffeeee;
}

#search_condition ul.cg_check li li a.checked {
	background-position: -357px -447px;
	background-color: #ffeeee;
}


/*その他の料理カテゴリ*/

.otherCategory {
	background-color: #f8f8f8;
	margin-top: 7px;
}

.otherCategory p {
	border-top: 1px solid #cccccc;
	color: #3a2900;
	font-size: 12px;
	line-height: 42px;
	padding-left: 11px;
	background: url(/recipe/images/recipe_sprite.png) -105px -379px no-repeat;
	cursor: pointer;
}

.otherCategory p.active {
	background: url(/recipe/images/recipe_sprite.png) -105px -342px no-repeat;
}

.otherCategory .toggle_box {
	display: none;
}

.radiusCategory {
	border-bottom: none !important;
	-ms-border-radius: 0 0 10px 10px;
	-webkit-border-radius: 0 0 10px 10px;
	-moz-border-radius: 0 0 10px 10px;
	border-radius: 0 0 10px 10px;
}

.radiusCategory dt {
	-ms-border-radius: 0 0 0 10px;
	-webkit-border-radius: 0 0 0 10px;
	-moz-border-radius: 0 0 0 10px;
	border-radius: 0 0 0 10px;
	zoom: 1;
	display: block;
	position: relative;
}

.radiusCategory dd {
	-ms-border-radius: 0 0 10px 0;
	-webkit-border-radius: 0 0 10px 0;
	-moz-border-radius: 0 0 10px 0;
	border-radius: 0 0 10px 0;
	zoom: 1;
	display: block;
	position: relative;
}

.border_height {
	margin-top: 0 !important;
	padding-top: 1px !important;
}

.nav_toggle {
	display: block;
	background: url(/recipe/images/bg_toggle.png) 135px 50% no-repeat;
	padding-right: 18px;
	cursor: pointer;
}

.nav_toggle.open {
	background-position: -205px 50%;
}

#search_condition li li {
	padding-left: 25px;
}

#search_condition li ul ul {
	margin-left: -25px;
}

#search_condition li li .nav_toggle {
	background-position: 121px 50%;
}

#search_condition li li .nav_toggle.open {
	background-position: -219px 50%;
}

#search_contents {
	float: right;
	width: 760px;
	padding-bottom: 70px;
}

#search_contents #recipe_head {
	padding: 0;
}

.recipe_search #title_area {
	margin-bottom: 25px;
}

.recipe_search #title_area h1 span {
	margin-left: 27px;
	font-size: 65%;
}


/*IE7▼*/

*:first-child+html .recipe_search #title_area h1 span {
	font-size: 18px;
}

#search_result {
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	border: solid 1px #e6e4e1;
	/*padding: 20px 20px 10px;*/
	margin: 30px 0 35px;
}

#search_input {
	overflow: hidden;
}

#search_input_form {
	position: relative;
	width: 324px;
	float: left;
}

#search_input_form input[type="text"] {
	width: 285px;
	padding: 4px 30px 4px 5px;
	margin: 0;
	border: 2px solid #FF626E;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	-ms-border-radius: 4px;
	-o-border-radius: 4px;
	border-radius: 4px;
	background: #FFFFFF;
	font-size: 89%;
	line-height: 1;
}


/*IE7▼*/

*:first-child+html #search_input_form input[type="text"] {
	font-size: 12px;
	height: 13px;
}

#search_input_form input[type="image"] {
	width: 32px;
	height: 16px;
	position: absolute;
	top: 4px;
	right: 9px;
}

#search_input #btn_help {
	float: left;
	margin-left: 20px;
}

#search_input #btn_help a {
	display: block;
	width: 72px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	background-color: #FFF3CE;
	text-align: center;
	line-height: 27px;
	font-size: 100%;
	color: #000000;
}


/*IE7▼*/

*:first-child+html #search_input #btn_help a {
	font-size: 13px;
}

.searchTop {
	padding: 20px 20px 12px;
	zoom: 1;
	position: relative;
	display: block;
}

p.searchTtl {
	font-size: 135%;
	color: #3a2900;
	font-weight: bold;
	float: left;
}

#search_select_1 {
	/*padding: 20px 20px 10px;*/
	border-top: 1px solid #E6E4E1;
	overflow: hidden;
	zoom: 1;
	position: relative;
	display: block;
}

#search_select_1 dl {
	border-bottom: 1px solid #E6E4E1;
	background: #f8f8f8;
}

#search_select_1 dt {
	/*padding-top: 15px;*/
	padding: 0 0 0 35px;
	float: left;
	width: 105px;
	background: url(/recipe/images/recipe_sprite.png) no-repeat 9px 13px #f8f8f8;
	color: #3a2900;
	font-size: 12px;
	font-weight: bold;
	line-height: 45px;
	display: block;
	zoom: 1;
	position: relative;
}

#search_select_1 dd {
	border-left: 1px solid #E6E4E1;
	background: #fff;
}

#search_select_1 .conditions {
	background-color: #f8f8f8;
	border-radius: 0 0 10px 10px;
}

#search_select_1 .conditions dt {
	border-radius: 0 0 0 10px;
	background: url(/recipe/images/recipe_sprite.png) no-repeat 11px -670px;
}

#search_select_1 .conditions dd {
	background-color: #FFFFFF;
	border-radius: 0 0 10px 0;
}

#search_select_1 .conditions dd div {
	margin-bottom: 10px;
}

#btn_search_release,
#btn_more_narrow {
	float: right;
	width: 140px;
	/*padding-top: 4px;*/
	font-size: 108%;
	color: #3a2900;
	font-weight: bold;
}

#search_condition #btn_search_release {
	float: none;
	width: auto;
	margin-bottom: 15px;
	padding-top: 15px;
}

#btn_search_release {
	width: 92px;
}


/*IE7▼*/

*:first-child+html #btn_search_release {
	font-size: 16px;
}

#btn_search_release a {
	display: block;
	width: 83px;
	/*margin-top:4px;*/
	padding-left: 8px;
	background: #A6937C url(/recipe/images/recipe_sprite.png) -223px -111px no-repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	color: #ffffff;
	line-height: 22px;
	font-size: 13px;
}

#search_condition #btn_search_release a {
	width: auto;
	background: #A6937C url(/recipe/images/recipe_sprite.png) -160px -108px no-repeat;
	padding-left: 17px;
	line-height: 28px;
}

#search_condition .otherCategory #btn_search_release {
	padding: 8px 5px 5px;
	border-top: 1px solid #cccccc;
	margin-bottom: 6px;
}

#search_condition .otherCategory #btn_search_release a {
	background: #A6937C url(/recipe/images/recipe_sprite.png) -167px -95px no-repeat;
	line-height: 1.5;
	padding: 5px 15px 5px 0px;
	text-align: center;
}

.search_word_list {
	float: left;
	width: 607px;
	padding: 12px 0 11px 10px;
}

#search_select_cat,
#search_select_ing,
#search_select_pro,
#search_select_tim,
#search_select_keyword,
#search_select_kw {
	float: left;
	margin: 0 24px 0 0;
	padding-right: 7px;
	background: url(/recipe/images/dot_vertical.png) right 0 repeat-y;
}

@media screen and (min-width: 1px) {
	#search_select_cat ul,
	#search_select_ing ul,
	#search_select_pro ul,
	#search_select_tim ul,
	#search_select_keyword ul,
	#search_select_kw ul {
		/*width: 100%;*/
	}
}


/*IE7▼*/

#search_select_cat,
#search_select_ing,
#search_select_pro,
#search_select_tim,
#search_select_keyword,
#search_select_kw {
	float: none\9;
	display: inline-block\9;
	zoom: 1\9;
}

#search_select_cat ul,
#search_select_ing ul,
#search_select_pro ul,
#search_select_tim ul,
#search_select_keyword ul,
#search_select_kw ul {
	*zoom: 1;
}

#search_select_cat ul li,
#search_select_ing ul li,
#search_select_pro ul li,
#search_select_tim ul li,
#search_select_keyword ul li,
#search_select_kw ul li {
	white-space: nowrap;
}

.search_word_list li,
.search_word_list p {
	float: left;
	font-size: 100%;
	line-height: 22px;
	white-space: nowrap;
}

#search_select_kw ul {
	margin-left: 108px;
}

#search_select_ing ul {
	margin-left: 69px;
}

#search_select_pro ul {
	margin-left: 69px;
}

#search_select_tim ul {
	margin-left: 95px;
}

#search_select_cat .round_corner,
#search_select_ing .round_corner,
#search_select_pro .round_corner,
#search_select_tim .round_corner,
#search_select_keyword .round_corner,
#search_select_kw .round_corner {
	padding: 0 9px;
	/*margin-right: 9px;*/
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
}


/*IE7▼*/

*:first-child+html .round_corner {
	font-size: 13px;
}

#search_select_cat .round_corner {
	background-color: #EB6759;
	zoom: 1;
	position: relative;
	display: block;
}

#search_select_ing .round_corner {
	background-color: #E88B35;
	zoom: 1;
	position: relative;
	display: block;
}

#search_select_pro .round_corner {
	background-color: #8EB33C;
	zoom: 1;
	position: relative;
	display: block;
}

#search_select_tim .round_corner {
	background-color: #3c9eb2;
	zoom: 1;
	position: relative;
	display: block;
}

#search_select_keyword .round_corner {
	background-color: #2EAFBD;
	zoom: 1;
	position: relative;
	display: block;
}

#search_select_kw .round_corner {
	background-color: #ff5770;
	zoom: 1;
	position: relative;
	display: block;
}

#search_select_1 li {
	margin-right: 18px;
}

#search_select_1 li a {
	background: url(/recipe/images/btn_select_release.png) right 50% no-repeat;
	padding-right: 20px;
	display: block;
}


/*IE7▼*/

*:first-child+html #search_select_1 li a {
	font-size: 13px;
}

#search_select_2 {
	margin-top: 4px;
	padding-top: 14px;
	border-top: 1px solid #E6E4E1;
	overflow: hidden;
}

#btn_more_narrow {
	float: left;
	width: 140px;
	line-height: 25px;
}


/*IE7▼*/

*:first-child+html #btn_more_narrow {
	font-size: 14px;
}

#search_select_2 li {
	background: url(/recipe/images/dot_vertical.png) left 0 repeat-y;
	padding: 0 5px;
}

#search_select_2 li:first-child {
	background-image: none;
}

#search_select_2 li a {
	padding: 0 8px;
	line-height: 25px;
}

#search_select_2 li a:hover,
#search_select_2 li a.select {
	background-color: #EB6759;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	filter: alpha(opacity=100);
	-ms-filter: 'alpha(opacity=100)';
	opacity: 1;
}

#search_title_area {
	position: relative;
}

.search_list_title {
	background: url(/recipe/images/dot_detail_h2.png) 0 bottom repeat-x;
	padding: 4px 0 8px;
	font-size: 135%;
	color: #000000;
	font-weight: normal;
	line-height: 1.3;
}


/*IE7▼*/

*:first-child+html .search_list_title {
	font-size: 18px;
}

#tab_search_sort {
	position: absolute;
	top: 0;
	right: 0;
}

#tab_search_sort li {
	float: left;
	background: url(/recipe/images/dot_vertical.png) left 0 repeat-y;
	padding: 0 5px;
	font-size: 100%;
}


/*IE7▼*/

*:first-child+html #tab_search_sort li {
	font-size: 13px;
}

#tab_search_sort li:first-child {
	background-image: none;
}

#tab_search_sort li a {
	padding: 0 16px;
	line-height: 25px;
}

#tab_search_sort li a:hover,
#tab_search_sort li a.select {
	background-color: #EB6759;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	color: #ffffff;
	filter: alpha(opacity=100);
	-ms-filter: 'alpha(opacity=100)';
	opacity: 1;
}

#search_list {
	margin-bottom: 35px;
}

.search_list_row {
	margin: 0 -20px 0 0;
	width: 780px;
	background: url(/recipe/images/dot_horizontal.png) 0 bottom repeat-x;
	margin-bottom: 5px;
	overflow: hidden;
}

.search_list_item {
	display: block;
	float: left;
	width: 174px;
	padding: 5px;
	margin: 15px 8px 10px 0;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

.search_list_item:hover {
	background: #FDE7E3;
	filter: alpha(opacity=100);
	-ms-filter: 'alpha(opacity=100)';
	opacity: 1;
}

.search_list_item .search_item_data {
	overflow: hidden;
	margin: 12px 0;
}

.search_list_item .search_item_data li {
	float: left;
	text-align: center;
	background-image: url(/recipe/images/recipe_sprite.png);
	background-repeat: no-repeat;
	font-size: 89%;
	line-height: 16px;
}

.search_list_item .search_item_data li div {
	padding-top: 25px;
	height: 16px;
}

.search_list_item .search_item_data_1 {
	width: 55px;
	background-position: 17px -249px;
}


/*IE7▼*/

*:first-child+html .search_list_item .search_item_data_1 {
	font-size: 12px;
}

.search_list_item .search_item_data_2 {
	width: 64px;
	background-position: 23px -297px;
}


/*IE7▼*/

*:first-child+html .search_list_item .search_item_data_2 {
	font-size: 12px;
}

.search_list_item .search_item_data_2 div {
	border-right: 1px dotted #988B88;
	border-left: 1px dotted #988B88;
}

.search_list_item .search_item_data_3 {
	width: 55px;
	background-position: 18px -349px;
}


/*IE7▼*/

*:first-child+html .search_list_item .search_item_data_3 {
	font-size: 12px;
}


/*IE7▼*/

*:first-child+html .search_list_item .search_item_name {
	font-size: 13px;
}

.search_list_item .search_item_name {
	/*
	background: url(/recipe/images/recipe_sprite.png) -322px -84px no-repeat;
	padding-left:20px;
	margin-left:7px;
	*/
	font-size: 100%;
	line-height: 16px;
}

.search_item_img {
	text-align: center;
}

.tooltip {
	display: none;
	position: absolute;
	width: 425px;
	padding: 25px 20px 16px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	background-color: #ffffff;
	-webkit-box-shadow: 0 0 4px rgba(192, 187, 178, .6);
	-moz-box-shadow: 0 0 4px rgba(192, 187, 178, .6);
	box-shadow: 0 0 4px rgba(192, 187, 178, .6);
}

.tooltip .search_item_name {
	background: url(/recipe/images/recipe_sprite.png) -322px -80px no-repeat;
	padding-left: 20px;
	margin-bottom: 14px;
	font-size: 24px;
	line-height: 26px;
}

.tooltip .search_item_data {
	overflow: hidden;
	margin: 16px 0;
}

.tooltip .search_item_data li {
	float: left;
	background-image: url(/recipe/images/recipe_sprite.png);
	background-repeat: no-repeat;
	font-size: 14px;
	line-height: 47px;
}

.tooltip .search_item_data_1 {
	width: 87px;
	padding-left: 56px;
	background-position: 11px -507px;
}

.tooltip .search_item_data_2 {
	width: 84px;
	padding-left: 54px;
	border-right: 1px dotted #988B88;
	border-left: 1px dotted #988B88;
	background-position: 10px -408px;
}

.tooltip .search_item_data_3 {
	width: 74px;
	padding-left: 68px;
	background-position: 11px -611px;
}

.tooltip .search_item_txt {
	float: left;
	width: 274px;
	padding-right: 20px;
	font-size: 13px;
	line-height: 20px;
}

.search_use_pro {
	float: right;
	width: 120px;
	padding-right: 11px;
	text-align: center;
}

.tooltip .search_use_title {
	background: url(/recipe/images/recipe_sprite.png) -240px 0 no-repeat;
	padding-bottom: 2px;
	margin-bottom: 11px;
	font-size: 14px;
	line-height: 25px;
	color: #ffffff;
}

.tooltip ..search_use_package {
	margin-bottom: 10px;
}

.tooltip ..search_use_package {
	font-size: 12px;
}

#search_keyword {
	margin: 0 0 49px;
	padding: 2px 4px 3px 18px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	border: 1px solid #F2F1F0;
	background: url(/recipe/images/sp_bg_keyword.png) 0 0 repeat;
	overflow: hidden;
}

#search_keyword h2 {
	float: left;
	font-size: 112%;
	font-weight: bold;
	color: #f05343;
	line-height: 36px;
}


/*IE7▼*/

*:first-child+html #search_keyword h2 {
	font-size: 15px;
}

#search_keyword ul {
	float: right;
	width: 518px;
	background-color: #fff;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	padding: 11px 7px;
}

#search_keyword li {
	float: left;
	font-size: 108%;
	margin: 0 12px;
}


/*IE7▼*/

*:first-child+html #search_keyword li {
	font-size: 14px;
}

#search_pager {
	text-align: center;
}

#search_pager li {
	display: inline;
	font-size: 108%;
}


/*IE7▼*/

*:first-child+html #search_pager li {
	font-size: 14px;
}

#search_pager li.back a {
	background: url(/recipe/images/recipe_sprite.png) -352px -53px no-repeat;
	padding-left: 20px;
	margin-right: 50px;
}

#search_pager li.next a {
	background: url(/recipe/images/arr_next.png) right 50% no-repeat;
	padding-right: 20px;
	margin-left: 50px;
}


/* =============

search_help

============= */

.search_help h2 {
	background: url(/recipe/images/dot_detail_h2.png) 0 bottom repeat-x;
	padding-bottom: 8px;
	font-size: 135%;
	color: #3a2900;
	font-weight: normal;
	line-height: 1.3;
}

.search_help #search_lead {
	margin-bottom: 20px;
	font-size: 120%;
	line-height: 25px;
}

.search_help #search_detail dl {
	float: left;
	width: 432px;
	margin: 10px 10px 10px;
	background-color: #eee;
	border: 1px solid #ccc;
	padding: 10px;
	min-height: 97px;
}


/*IE7▼*/

*:first-child+html .search_help #search_detail dl {
	height: 120px;
}


/*IE8▼*/

.search_help #search_detail dl {
	height: 120px;
}

.search_help #search_detail dl.two_row {
	min-height: 142px;
}


/*IE7▼*/

*:first-child+html .search_help #search_detail dl.two_row {
	height: 160px;
}


/*IE8▼*/

.search_help #search_detail dl.two_row {
	height: 160px;
}

.search_help #search_detail dt {
	font-weight: bold;
	font-size: 120%;
	margin: 0 0 10px 0;
	padding: 0 0 3px 2px;
	border-bottom: 1px solid #ccc;
}

.search_help #search_detail dd {
	margin: 0 0 5px 0;
	font-size: 110%;
}

.search_help #search_detail dd span {
	font-size: 92%;
}

.search_help #search_detail dd input.type10 {
	margin: 0 0 5px 0;
}

.search_help #search_detail dd.seach_ex_02 {
	margin: 10px 0 5px 0;
}


.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.cf {
	min-height: 1px;
}

* html .cf {
	height: 1px;
	/*¥*/
	/*/
  height: auto;
  overflow: hidden;
  /**/
}

@media screen and (max-width:640px) {
	#recipe_head {
		display: none;
	}
	/* =============

SP recipe nav

============= */
	#sidr {
		display: none;
	}
	body.sp_recipe_sidr-open {
		left: 0 !important;
	}
	#sp_recipe_nav {
		display: block;
		background-color: #eb6759;
		-moz-box-shadow: inset 0px 4px 4px #c6564b;
		-webkit-box-shadow: inset 0px 4px 4px #c6564b;
		box-shadow: inset 0px 4px 4px #c6564b;
		position: relative;
		height: 44px;
	}
	#sp_recipe_nav h1 {
		background: url(/recipe/images/btn_recipe_nav.png) 10px 50% no-repeat;
		background-size: 15px;
		padding-left: 32px;
		height: 44px;
		line-height: 44px;
		color: #fff;
		font-size: 1.3rem;
	}
	#sp_recipe_sidr {
		width: 175px;
		background: #F1EEE5;
	}
	#sp_recipe_sidr h2 {
		font-size: 1.3rem;
		padding: 4px 10px 4px 32px;
		margin: 0;
		color: #ffffff;
		width: 133px;
		height: 35px;
		line-height: 35px;
		border-top: 1px solid #F1EEE5;
		border-bottom: 1px solid #dbdbdb;
		background: #EB6759 url(/recipe/images/btn_sp_recipe_nav.png) 8px 50% no-repeat;
		background-size: 14px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#sp_recipe_sidr h3 {
		font-size: 1.2rem;
		padding: 0 10px 0 36px;
		margin: 0;
		color: #3a2900;
		width: 129px;
		line-height: 35px;
		border-top: 1px solid #F1EEE5;
		border-bottom: 1px solid #dbdbdb;
		background-color: #FFF3CE;
		background-position: 10px 50%;
		background-repeat: no-repeat;
		background-size: 22px 20px;
		-webkit-box-shadow: none;
		-moz-box-shadow: none;
		box-shadow: none;
	}
	#sp_recipe_sidr h3#sp_recipe_cat {
		background-image: url(/recipe/images/sp_icon_nav_cat.png)
	}
	#sp_recipe_sidr h3#sp_recipe_ing {
		background-image: url(/recipe/images/sp_icon_nav_ing.png)
	}
	#sp_recipe_sidr h3#sp_recipe_pro {
		background-image: url(/recipe/images/sp_icon_nav_pro.png)
	}
	#sp_recipe_sidr h3#sp_recipe_tim {
		background-image: url(/recipe/images/sp_icon_nav_tim.png)
	}
	#sp_recipe_sidr ul {
		margin: 0;
		padding: 0;
		border: none;
	}
	#sp_recipe_sidr ul li {
		display: block;
		margin: 0;
		font-size: 1.2rem;
		line-height: 1.1;
		border-top: 1px solid #ffffff;
		border-bottom: 1px solid #dbdbdb;
	}
	#sp_recipe_sidr ul li a {
		display: block;
		padding: 10px 36px 10px 10px;
		background: url(/recipe/images/sp_arr_nav.png) 155px 50% no-repeat;
		background-size: 5px 8px;
		text-decoration: none;
		color: #3a2900;
	}
	#sp_recipe_sidr ul li .nav_toggle {
		display: block;
		padding: 10px 36px 10px 10px;
		background: url(/recipe/images/sp_icon_nav_cl.png) 149px 50% no-repeat;
		background-size: 16px;
		text-decoration: none;
		color: #3a2900;
	}
	#sp_recipe_sidr ul li .nav_toggle.open {
		background-image: url(/recipe/images/sp_icon_nav_op.png);
	}
	#sp_recipe_sidr ul li ul {
		border-top: 1px solid #dbdbdb;
	}
	#sp_recipe_sidr ul li li:last-child {
		border-bottom: none;
	}
	#sp_recipe_sidr ul li li a {
		padding: 10px 36px 10px 16px;
		background-color: #FBFAF7;
	}
	#sp_recipe_nav .btn_back {
		position: absolute;
		top: 0;
		left: 0;
		height: 44px;
		width: 130px;
	}
	#sp_recipe_nav .btn_back a {
		display: block;
		background: url(/recipe/images/btn_sp_back.png) 4px 50% no-repeat;
		background-size: 16px;
		height: 44px;
		width: 130px;
		padding-left: 21px;
		line-height: 44px;
		color: #fff;
		font-size: 1rem;
		box-sizing: border-box;
	}
	.nav_toggle + ul {
		display: none;
	}
	/* =============

Title area

============= */
	#title_area {
		margin: 0 10px;
	}
	/*#sp_title_bg {
	background: url(/recipe/images/bg_sp_title.png) 0 0 no-repeat;
	background-size: 4px;
}*/
	#title_area h1 {
		float: none;
		background: url(/recipe/images/bg_sp_title02.png) 0 top no-repeat;
		background-size: 4px;
		padding-left: 13px;
		font-size: 1.6rem;
		line-height: 2.6rem;
	}
	/* ====================================================================================

Recipe Special

==================================================================================== */
	.recipe_special #sp_recipe_nav .btn_back {
		right: auto;
		left: 0;
	}
	.recipe_special #sp_recipe_nav .btn_back a {
		width: 100%;
	}
	.recipe_special #title_area {
		margin-top: 17px;
	}
	.recipe_special #sp_title_bg {
		margin-bottom: 22px;
	}
	#title_sort {
		float: right;
		padding-top: 0;
	}
	#title_sort h2 {
		font-size: 1.2rem;
		line-height: 2rem;
	}
	#title_sort .easy-select-box {
		float: right;
		background: url(/recipe/images/btn_sp_sort.png) right 0 no-repeat;
		background-size: contain;
		width: 220px !important;
		margin: 0;
		box-sizing: border-box;
	}
	.easy-select-box .esb-displayer {
		min-width: 0;
		height: 26px;
		padding-right: 30px;
		line-height: 2rem;
	}
	#special_list {
		margin-top: 15px;
		border-top: 2px solid #E6E4E1;
		padding: 5px 10px 20px;
	}
	.special_row {
		padding-top: 0;
		background-image: none;
	}
	#special_list .special_row:first-child {
		padding-top: 0;
		clear: both;
	}
	a.special_item {
		display: table;
		float: none;
		width: 100%;
		margin-left: 0;
		padding: 10px 0;
		border-bottom: 1px dashed #999;
		font-size: 1.1rem;
		line-height: 1.6rem;
		text-align: left;
	}
	.special_img {
		display: table-cell;
		padding-right: 10px;
		width: 87px;
		vertical-align: middle;
	}
	p.special_txt {
		display: table-cell;
		margin: 0;
		vertical-align: middle;
	}
	/* ====================================================================================

Recipe Special Detail

==================================================================================== */
	.recipe_special_detail #title_area {
		margin: 13px 10px;
	}
	.recipe_special_detail .btn_back {
		left: 0;
		right: auto;
	}
	#special_mv {
		margin: 0 10px 10px;
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	#special_recipes {
		margin-bottom: 35px;
		margin-right: 0;
	}
	.special_recipes_item {
		float: none;
		display: block;
		width: 100%;
		margin: 0 0 5px 0;
		padding: 10px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		box-sizing: border-box;
		overflow: hidden;
	}
	.special_recipes_item .item_name {
		background: url(/common/rwd/images/arr_menu_1.png) 0 50% no-repeat;
		background-size: 16px;
		margin: 0 0 10px;
		font-size: 1.2rem;
		line-height: 1.6rem;
	}
	.special_recipes_item .item_img {
		float: left;
		width: 87px;
	}
	.special_recipes_item .item_img img {
		width: 100%;
	}
	.special_recipes_item .sp_item_cell {
		float: right;
		width: 200px;
	}
	.special_recipes_item .item_data {
		margin: 0 0 9px;
	}
	.special_recipes_item .item_data li {
		float: left;
		margin-left: 10px;
		font-size: 0.9rem;
		line-height: 1.9rem;
		background-image: none;
	}
	.special_recipes_item .item_data li:first-child {
		margin-left: 0;
	}
	.special_recipes_item .item_data_1 {
		width: auto;
		padding-left: 21px;
		background: url(/recipe/images/sp_search_data_1.png) 0 0 no-repeat !important;
		background-size: 16px 19px !important;
	}
	.special_recipes_item .item_data_2 {
		width: auto;
		padding-left: 18px;
		background: url(/recipe/images/sp_search_data_2.png) 0 0 no-repeat !important;
		background-size: 15px 19px !important;
		border: none;
	}
	.special_recipes_item .item_data_3 {
		width: auto;
		padding-left: 25px;
		background: url(/recipe/images/sp_search_data_3.png) 0 0 no-repeat !important;
		background-size: 22px 19px !important;
	}
	.special_recipes_item .item_txt {
		margin-bottom: 0;
		font-size: 1rem;
		line-height: 1.4rem;
	}
	/* ====================================================================================

Recipe Detail

==================================================================================== */
	.recipe_detail .spDisplayNone {
		display: none;
	}
	.recipe_detail #title_area {
		margin: 13px 10px 15px;
	}
	.recipe_detail_col_L,
	.recipe_detail_col_R {
		float: none;
		width: 100%;
	}
	#recipe_detail_photo {
		margin: 0 10px;
	}
	#recipe_detail_catchcopy {
		margin: 10px 10px 0;
		font-size: 115%;
		line-height: 20px;
	}
	#recipe_detail_exchangeUnit {
		text-align: right;
		margin: 7px 10px 0;
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	#recipe_detail_data {
		display: table;
		/*margin: 10px 10px 20px;*/
		margin: 10px 10px 0;
		height: auto;
		background: none;
	}
	#recipe_detail_data li {
		display: table-cell;
		float: none;
		padding: 37px 0 0;
		border-left: 1px dashed #999;
		box-sizing: border-box;
		font-size: 1.1rem;
		line-height: 1.8rem;
		text-align: left;
	}
	#recipe_detail_data li#recipe_detail_data_1 {
		width: 97px;
		padding-left: 5%;
		padding-right: 2%;
		background: url(/recipe/images/sp_recipe_data_1.png) 28px 0 no-repeat;
		background-size: 30px 35px;
		border: none;
	}
	#recipe_detail_data li#recipe_detail_data_2 {
		width: 107px;
		background: url(/recipe/images/sp_recipe_data_2.png) 39px 0 no-repeat;
		background-size: 30px 35px;
		padding-left: 7%;
		padding-right: 2%;
	}
	#recipe_detail_data li#recipe_detail_data_3 {
		width: 96px;
		background: url(/recipe/images/sp_recipe_data_3.png) 32px 0 no-repeat;
		background-size: 43px 35px;
		padding-left: 5%;
		padding-right: 1%;
	}
	.recipe_detail_row .moviebtn {
		display: none;
	}
	.recipe_detail_row .moviebtnsp {
		width: auto;
		margin: 0 10px 20px;
		display: block;
	}
	.recipe_detail_row .moviebtnsp a {
		width: auto;
	}
	.recipe_detail_row .moviebtnsp img {
		width: auto;
	}
	.recipe_detail_row aside {
		padding: 13px 13px 11px 15px;
		margin: 20px 10px;
	}
	.recipe_detail_row aside h1 {
		font-size: 1.2rem;
		line-height: 2.3rem;
	}
	.recipe_detail_row aside li {
		background: url(/recipe/images/sp_arr_orange.png) 0 4px no-repeat;
		background-size: 5px 7px;
		padding-left: 10px;
		font-size: 1.1rem;
		line-height: 1.4rem;
	}
	.recipe_detail_row h2.recipe_detail_h2 {
		background: none;
		padding: 8px 10px;
		margin: 0;
		border-top: 1px solid #BFBFBF;
		border-bottom: 2px solid #EB6759;
		font-size: 1.3rem;
		font-weight: normal;
		line-height: 1.9rem;
	}
	.recipe_detail_theme {
		margin: 8px 10px 0;
	}
	.other_recipe {
		display: table;
		width: 300px;
		margin: 3px 10px 12px;
	}
	.other_recipe li {
		float: none;
		width: 100%;
		margin: 0;
		font-size: 1.1rem;
		line-height: 1.6rem;
		text-align: left;
	}
	.other_recipe li a {
		display: table;
		width: 100%;
		padding: 7px 0;
	}
	.other_recipe li img {
		display: table-cell;
		width: 100px;
		height: auto;
		margin-bottom: 0;
	}
	.other_recipe li span {
		display: table-cell;
		width: 200px;
		padding-left: 7px;
		vertical-align: middle;
		box-sizing: border-box;
	}
	#ingredient {
		margin: 0 10px 20px;
		width: 300px;
	}
	#ingredient th,
	#ingredient td {
		padding: 7px 0;
		font-size: 1.1rem;
		line-height: 1.8rem;
	}
	#ingredient th {
		padding-right: 8px;
	}
	#ingredient td {
		width: 18%;
	}
	#recipe_process {
		margin: 0 10px;
	}
	#recipe_process li {
		padding: 11px 0 10px 42px;
		font-size: 1.1rem;
		line-height: 1.8rem;
		background-position: 0 10px;
		background-repeat: no-repeat;
		background-size: 35px;
	}
	#process_01 {
		background-image: url(/recipe/images/sp_recipe_num.png);
	}
	#process_02 {
		background-image: url(/recipe/images/sp_recipe_num_2.png);
	}
	#process_03 {
		background-image: url(/recipe/images/sp_recipe_num_3.png);
	}
	#process_04 {
		background-image: url(/recipe/images/sp_recipe_num_4.png);
	}
	#process_05 {
		background-image: url(/recipe/images/sp_recipe_num_5.png);
	}
	#process_06 {
		background-image: url(/recipe/images/sp_recipe_num_6.png);
	}
	#process_07 {
		background-image: url(/recipe/images/sp_recipe_num_7.png);
	}
	#process_08 {
		background-image: url(/recipe/images/sp_recipe_num_8.png);
	}
	#process_09 {
		background-image: url(/recipe/images/sp_recipe_num_9.png);
	}
	#process_10 {
		background-image: url(/recipe/images/sp_recipe_num_10.png);
	}
	#process_11 {
		background-image: url(/recipe/images/sp_recipe_num_11.png);
	}
	#process_12 {
		background-image: url(/recipe/images/sp_recipe_num_12.png);
	}
	#process_13 {
		background-image: url(/recipe/images/sp_recipe_num_13.png);
	}
	#process_14 {
		background-image: url(/recipe/images/sp_recipe_num_14.png);
	}
	#process_15 {
		background-image: url(/recipe/images/sp_recipe_num_15.png);
	}
	#process_16 {
		background-image: url(/recipe/images/sp_recipe_num_16.png);
	}
	#process_17 {
		background-image: url(/recipe/images/sp_recipe_num_17.png);
	}
	#process_18 {
		background-image: url(/recipe/images/sp_recipe_num_18.png);
	}
	#process_19 {
		background-image: url(/recipe/images/sp_recipe_num_19.png);
	}
	#process_20 {
		background-image: url(/recipe/images/sp_recipe_num_20.png);
	}
	#recipe_detail_use {
		position: relative;
		margin: 0 10px 19px;
		background: none;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		-webkit-box-shadow: 0 0 4px rgba(192, 187, 178, .6);
		-moz-box-shadow: 0 0 4px rgba(192, 187, 178, .6);
		box-shadow: 0 0 4px rgba(192, 187, 178, .6);
	}
	#recipe_detail_use h2 {
		position: absolute;
		top: -5px;
		left: -5px;
		width: 123px;
		padding: 0 0 4px 10px;
		height: 35px;
		line-height: 35px;
		background: url(/recipe/images/sp_bg_detail_use_title.png) 0 0 no-repeat;
		background-size: 133px 39px;
		font-size: 1.3rem;
	}
	#recipe_detail_use ul {
		padding: 36px 7px 10px 8px;
	}
	#recipe_detail_use li {
		width: 88px;
		margin: 0 3px 5px 2px;
		font-size: 1rem;
		line-height: 1.6rem;
	}
	#recipe_detail_use li a span {
		width: 88px;
		height: 73px;
		text-align: center;
	}
	#recipe_detail_use li img {
		max-width: 88px;
		max-height: 73px;
		margin: 0;
		display: inline;
	}
	#recipe_sns {
		width: 300px;
		height: auto;
		margin: 15px 10px;
		background: none;
	}
	#recipe_sns p {
		float: none;
		padding: 6px 9px;
		font-size: 1.2rem;
		line-height: 1.5rem;
		background: #fff url(/recipe/images/sp_btn_sns_op.png) 273px 50% no-repeat;
		background-size: 15px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		border: solid 2px #e6e4e1;
		box-sizing: border-box;
	}
	#recipe_sns p.open {
		background-image: url(/recipe/images/sp_btn_sns_cl.png);
	}
	#sns_button {
		display: none;
		width: 100%;
		position: absolute;
		top: 27px;
		left: 0;
		padding: 6px 8px 1px;
		background: #fff;
		-webkit-border-radius: 0px 0px 4px 4px;
		-moz-border-radius: 0px 0px 4px 4px;
		border-radius: 0px 0px 4px 4px;
		border: solid 2px #e6e4e1;
		border-top: none;
		box-sizing: border-box;
	}
	#sns_button .sns_cell {
		display: inline-block;
		margin-bottom: 15px;
		margin-right: 14px;
		vertical-align: top;
	}
	/* ====================================================================================

Recipe Search

==================================================================================== */
	.recipe_search #main {
		margin-top: 0;
		position: relative;
	}
	.recipe_search #title_area {
		margin: 15px 10px 10px;
	}
	.recipe_search #title_area h1 span {
		display: block;
		margin: 0;
		font-size: 1.1rem;
		line-height: 2.1rem;
		text-indent: -14px;
	}
	#search_result {
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		border: none;
		border-top: 4px solid #d8d8d8;
		border-bottom: 2px solid #d8d8d8;
		margin-bottom: 0;
		padding: 0;
		margin-top: 0;
	}
	.searchRelease {
		padding: 10px 20px 10px 10px;
	}
	#search_input {
		padding: 9px 19px 9px 10px;
		overflow: hidden;
	}
	.recipe_search #search_input {
		border-top: #d8d8d8 solid 2px;
	}
	#search_input_form {
		width: 194px;
		float: left;
		position: relative;
	}
	#search_input_form input[type="text"] {
		width: 194px;
		padding: 0.5rem 35px 0.5rem 0.5rem;
		margin: 0;
		border: 2px solid #FF626E;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		-ms-border-radius: 4px;
		-o-border-radius: 4px;
		border-radius: 4px;
		background: #FFFFFF;
		font-size: 1.2rem;
		line-height: 1rem;
		box-sizing: border-box;
	}
	#search_input_form input[type="image"] {
		width: 40px;
		height: 20px;
		position: absolute;
		top: 9px;
		right: 12px;
	}
	#search_input #btn_help {
		float: right;
		margin-left: 0;
	}
	#search_input #btn_help a {
		display: block;
		width: 80px;
		height: 30px;
		font-size: 1rem;
		margin-top: 2px;
		color: #3a2900;
		line-height: 30px;
		font-weight: bold;
		text-align: center;
		-webkit-border-radius: 8px;
		-moz-border-radius: 8px;
		border-radius: 8px;
		background-color: #FFF3CE;
	}
	#btn_search_release,
	#btn_more_narrow {
		/*float: none;*/
		width: 100%;
		padding-top: 0;
		font-size: 1.2rem;
		font-weight: normal;
		box-sizing: border-box;
	}
	p.searchTtl {
		width: 80px;
		line-height: 1;
	}
	#btn_search_release {
		display: block;
		margin-top: 0;
		width: 83px;
		-webkit-border-radius: 0;
		-moz-border-radius: 0;
		border-radius: 0;
		background-size: 16px;
		font-size: 1.2rem;
		line-height: 1.1;
		color: #54282b;
		box-sizing: border-box;
	}
	#btn_search_release.open a {
		background: url(/recipe/images/sp_icon_nav_op.png) 293px 50% no-repeat;
		background-size: 16px;
	}
	#search_result_panel {
		/*display:none;*/
	}
	#search_select_cat,
	#search_select_ing,
	#search_select_pro,
	#search_select_tim,
	#search_select_kw {
		float: none;
		margin: 0 10px;
		padding: 5px 0 0;
		/*border-bottom: 1px dashed #999;*/
		background-image: none;
		overflow: hidden;
	}
	#search_select_tim {
		border: none;
	}
	#search_select_cat p,
	#search_select_ing p,
	#search_select_pro p,
	#search_select_tim p,
	#search_select_kw p {
		float: left;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		color: #ffffff;
		text-align: center;
		font-size: 1rem;
		line-height: 22px;
		padding: 0 !important;
	}
	/*#search_select_cat ul, #search_select_ing ul, #search_select_pro ul, #search_select_tim ul, #search_select_kw ul {
	float:left;
	margin-left:10px;
}*/
	#search_select_cat li,
	#search_select_ing li,
	#search_select_pro li,
	#search_select_tim li,
	#search_select_kw li {
		float: left;
		padding-right: 14px;
		line-height: 22px;
	}
	#search_select_cat li a,
	#search_select_ing li a,
	#search_select_pro li a,
	#search_select_tim li a,
	#search_select_kw li a {
		padding: 10px 22px 10px 0;
		background: url(/recipe/images/sp_btn_release.png) right 50% no-repeat;
		background-size: 16px;
	}
	#search_select_cat p {
		width: 65px;
		background-color: #eb6759;
	}
	#search_select_cat ul {
		/*width: 224px;*/
	}
	/*---------------------------*/
	#search_result_panel {
		margin: 0;
		padding: 0;
	}
	#search_result_panel dl {
		width: 100%;
		border-bottom: #d8d8d8 2px solid;
		display: table;
		line-height: 0;
	}
	#search_result_panel dt {
		/*padding-top: 15px;*/
		padding: 0 0 0 25px;
		/*float: left;*/
		width: 6.5em;
		background: url(/recipe/images/sp_icon_cg.png) 5px center no-repeat #f8f8f8;
		background-size: 16px;
		color: #3a2900;
		font-size: 12px;
		font-weight: bold;
		display: table-cell;
		zoom: 1;
		position: relative;
		vertical-align: middle;
		border-right: 2px solid #d8d8d8;
	}
	#search_result_panel dd {
		background: #fff;
		width: auto;
		padding: 0;
		display: table-cell;
	}
	#search_select_kw {
		padding-top: 10px;
	}
	#search_select_cat ul {
		margin-left: 0;
	}
	#search_select_cat li {
		padding-bottom: 5px;
	}
	#search_result_panel .conditions {
		/*border-top: #d8d8d8 2px solid;*/
	}
	#search_result_panel .conditions dt {
		background: url(/recipe/images/sp_icon_refine.png) 5px center no-repeat #f8f8f8;
		background-size: 16px;
	}
	#search_result_panel .conditions dd {
		background-color: #FFFFFF;
	}
	#search_result_panel .conditions dd div {
		margin-bottom: 10px;
		float: none;
		background-image: none;
	}
	/*---------------------------*/
	#search_select_ing p {
		width: 42px;
		background-color: #e88b35;
	}
	#search_select_ing ul {
		/*width:247px;*/
		margin-left: 52px;
	}
	#search_select_pro p {
		width: 42px;
		background-color: #8EB33C;
	}
	#search_select_pro ul {
		/*width:247px;*/
		margin-left: 52px;
	}
	#search_select_tim p {
		width: 65px;
		background-color: #3c9eb2;
	}
	#search_select_tim ul {
		/*width: 224px;*/
		margin-left: 75px;
	}
	#search_select_kw p {
		width: 75px;
		background-color: #ff5770;
	}
	#search_select_kw ul {
		/*width: 224px;*/
		margin-left: 85px;
	}
	.recipe_search #more_narrow {
		position: relative;
		border-bottom: #d8d8d8 4px solid;
	}
	#btn_more_narrow {
		margin: 10px;
		width: 300px;
		height: 40px;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		background: #fff3ce url(/recipe/images/sp_icon_nav_cl.png) 75% 50% no-repeat;
		background-size: 16px;
		line-height: 40px;
		text-align: center;
		color: #3a2900;
	}
	#more_narrow>.open {
		background: #fff3ce url(/recipe/images/sp_icon_nav_op.png) 75% 50% no-repeat;
		background-size: 16px;
	}
	#more_narrow_panel {
		display: none;
		position: absolute;
		background-color: #fff;
		z-index: 3;
	}
	.recipe_search #more_narrow_panel {
		top: 60px;
	}
	.narrow_panel_wrap {
		display: table;
		width: 100%;
		margin-top: -1px;
		margin-bottom: 3px;
		border-bottom: 1px solid #CAC2C1;
	}
	.narrow_panel_col {
		display: table-cell;
		width: 33.33333%;
		box-sizing: border-box;
		vertical-align: top;
	}
	.narrow_panel_col:nth-child(2) {
		border-left: 1px solid #CAC2C1;
		border-right: 1px solid #CAC2C1;
	}
	#more_narrow_panel h2 {
		border-bottom: 1px solid #998987;
		padding-left: 36px;
		line-height: 32px;
		color: #482C00;
		font-size: 11px;
		z-index: 5;
		position: relative;
	}
	#narrow_panel_cat h2 {
		border-top: 3px solid #EB6759;
		background: url(../images/sp_icon_nav_cat.png) 10px 50% no-repeat;
		background-size: 22px 20px;
	}
	#narrow_panel_ing h2 {
		border-top: 3px solid #E67F21;
		background: url(../images/sp_icon_nav_ing.png) 10px 50% no-repeat;
		background-size: 22px 20px;
	}
	#narrow_panel_pro h2 {
		border-top: 3px solid #8EB33C;
		background: url(../images/sp_icon_nav_pro.png) 10px 50% no-repeat;
		background-size: 22px 20px;
	}
	#narrow_panel_tim h2 {
		border-top: 3px solid #26ACBB;
		background: url(../images/sp_icon_nav_tim.png) 10px 50% no-repeat;
		background-size: 22px 20px;
	}
	.narrow_panel_cell {
		width: 100%;
	}
	.narrow_toggle_wrap {
		display: table;
		width: 100%;
	}
	.narrow_panel_cell .narrow_toggle,
	.narrow_panel_cell a,
	.narrow_cell_null {
		display: table-cell;
		width: 82px;
		height: 35px;
		padding: 0 21px 0 3px;
		vertical-align: middle;
		border-top: 1px solid #CAC2C1;
		font-size: 10px;
	}
	.narrow_panel_cell ul {
		display: none;
	}
	.narrow_panel_cell > a {
		background: url(../images/sp_arr_nav.png) 91px 50% no-repeat;
		background-size: 5px 8px;
	}
	.narrow_panel_cell .narrow_toggle {
		background: url(../images/sp_icon_nav_cl.png) 86px 50% no-repeat;
		background-size: 16px 16px;
	}
	.narrow_panel_cell .open .narrow_toggle {
		background: url(../images/sp_icon_nav_op.png) 86px 50% no-repeat;
		background-size: 16px 16px;
	}
	#narrow_panel_cat .narrow_panel_wrap {
		background: #FCF2F1;
	}
	#narrow_panel_ing .narrow_panel_wrap {
		background: #FBF3EB;
	}
	#narrow_panel_pro .narrow_panel_wrap {
		background: #F3F6ED;
	}
	#narrow_panel_tim .narrow_panel_wrap {
		background: #F3F8F8;
	}
	#narrow_panel_cat .narrow_panel_cell ul {
		background-color: #FEFBFB;
	}
	#narrow_panel_ing .narrow_panel_cell ul {
		background-color: #FEFDF5;
	}
	#narrow_panel_pro .narrow_panel_cell ul {
		background-color: #F5FFF7;
	}
	.narrow_panel_cell ul a {
		padding: 0 3px 0 10px;
		width: 93px;
	}
	.narrow_panel_cell ul a {
		background: url(../images/sp_arr_nav.png) 91px 50% no-repeat;
		background-size: 5px 8px;
		width: 82px;
		padding: 0 21px 0 3px;
	}
	.searchListBox {
		padding: 10px 10px 0px;
		margin: 0 0 5px;
		border-bottom: 2px solid #EB6759;
		font-size: 1.3rem;
		color: #000;
		font-weight: normal;
		line-height: 1.9rem;
	}
	.search_list_title {
		background: none;
		font-size: 1.3rem;
		color: #000;
		font-weight: normal;
		line-height: 1.9rem;
		float: left;
		width: 50%;
	}
	/*.tabArea
-------------------*/
	.searchListBox .tabArea {
		float: right;
		width: 50%;
		text-align: right;
	}
	.searchListBox .tabArea select {
		-webkit-appearance: none;
		-moz-appearance: none;
		appearance: none;
		outline: none;
		background: url(../images/select_bg.jpg) no-repeat;
		border: none;
		width: 100px;
		background-size: 100%;
		height: 24px;
		padding-left: 10px;
		color: #54282b;
		line-height: 24px;
	}
	/*-------------------*/
	.search_item {
		margin: 0 10px;
		padding: 15px 0 12px 99px;
		min-height: 76px;
		position: relative;
		border-bottom: 1px dashed #999;
		box-sizing: border-box;
	}
	.search_item:last-of-type {
		border-bottom: none;
	}
	.search_item_img {
		display: block;
		position: absolute;
		top: 10px;
		left: 0;
		width: 87px;
		text-align: left;
		max-height: 67px;
		overflow: hidden;
	}
	.search_item_data {
		overflow: hidden;
		margin-bottom: 9px;
	}
	.search_item_data li {
		float: left;
		margin-left: 10px;
		font-size: 0.9rem;
		line-height: 1.9rem;
	}
	.search_item_data li:first-child {
		margin-left: 0;
	}
	.search_item_data_1 {
		padding-left: 21px;
		background: url(/recipe/images/sp_search_data_1.png) 0 0 no-repeat;
		background-size: 16px 19px;
	}
	.search_item_data_2 {
		padding-left: 18px;
		background: url(/recipe/images/sp_search_data_2.png) 0 0 no-repeat;
		background-size: 15px 19px;
	}
	.search_item_data_3 {
		padding-left: 25px;
		background: url(/recipe/images/sp_search_data_3.png) 0 0 no-repeat;
		background-size: 22px 19px;
	}
	.search_item_name {
		/*
	padding-left: 20px;
	background: url(/common/rwd/images/arr_menu_1.png) 0 50% no-repeat;
	background-size: 16px;
	*/
		font-size: 1.1rem;
		line-height: 1.6rem;
	}
	#search_keyword {
		margin: 20px 10px;
		padding: 8px 7px;
		-webkit-border-radius: 10px;
		-moz-border-radius: 10px;
		border-radius: 10px;
		border: 1px solid #F2F1F0;
		background: url(/recipe/images/sp_bg_keyword.png) 0 0 repeat;
		background-size: 8px;
	}
	#search_keyword h2 {
		float: none;
		margin-bottom: 6px;
		font-size: 1.1rem;
		font-weight: bold;
		line-height: 1.6rem;
		color: #f05343;
	}
	#search_keyword ul {
		background-color: #fff;
		float: none;
		width: 100%;
		-webkit-border-radius: 4px;
		-moz-border-radius: 4px;
		border-radius: 4px;
		padding: 3px 7px 5px;
		overflow: hidden;
		box-sizing: border-box;
	}
	#search_keyword li {
		float: left;
		margin-left: 0;
		margin-right: 15px;
		font-size: 1rem;
		line-height: 1.8rem;
	}
	#search_pager {
		display: table;
		margin-bottom: 20px;
		border-top: 1px solid #E6E4E1;
		border-bottom: 1px solid #E6E4E1;
	}
	#search_pager li {
		display: table-cell;
		width: 86px;
		font-size: 1.2rem;
		text-align: center;
	}
	#search_pager li a {
		display: block;
		padding-left: 20px;
		background: url(/common/rwd/images/arr_menu_1.png) 20px 50% no-repeat;
		background-size: 16px;
		line-height: 4.3rem;
	}
	#search_pager li:first-child a {
		background-image: url(/recipe/images/sp_arr_pager.png);
	}
	#search_pager li:nth-child(2) {
		width: 148px;
		box-sizing: border-box;
		border-right: 1px solid #E6E4E1;
		border-left: 1px solid #E6E4E1;
		font-size: 1rem;
		line-height: 4.3rem;
	}
	/* =============

search_help

============= */
	.search_help #title_area {
		margin: 13px 10px 15px;
	}
	.search_help #search_lead {
		width: 96%;
		margin: 0 auto 16px;
	}
	.search_help #search_detail {
		width: 96%;
		margin: 0 auto;
	}
	.search_help #search_detail dl {
		float: none;
		width: 90%;
		margin: 10px auto;
	}

	.recipe_detail_recent {
		margin-top: auto;
	}
	.recipe_detail_row .recipe_detail_h2.recipe_detail_qtyTitle {
		margin-top: 20px;
	}

}


/*レシピページ変更*/
@media screen and (min-width:641px) {
	.tab_search_sort_modified {
		position: absolute;
		right: 0;
		top: 0;
	}
	.tab_search_sort_modified_txt,
	.tab_search_sort_modified_lists {
		display: inline-block;
		vertical-align: middle;
	}
	.tab_search_sort_modified_txt {
		margin-right: -5px;
	}
	.tab_search_sort_modified #tab_search_sort {
		position: static;
	}
}
@media screen and (max-width:640px) {
	.searchListBox .tabArea select {
		width: 160px;
		background-size: 100%;
	}
	.search_list_title {
		width: 45%;
	}
	.searchListBox .tabArea {
		width: 55%;
	}
}



.mt0 {margin-top: 0 !important;}
.mb0 {margin-bottom: 0 !important;}
.ml0 {margin-left: 0 !important;}
.mr0 {margin-right: 0 !important;}
.pt0 {padding-top: 0 !important;}
.pb0 {padding-bottom: 0 !important;}
.pl0 {padding-left: 0 !important;}
.pr0 {padding-right: 0 !important;}