@charset "utf-8";
/* CSS Document */

.style_recipe_logo img{
  width:100%;
  height:auto;
}

.style_recipe_box h1 {
  padding-bottom: 30px;
}

@media screen and (max-width: 768px) {
.style_recipe_box h1 {
  padding-bottom: 15px;
}
}
.style_recipe #wrap,
.page-template-single-stylerecipe_top #wrap,
.single-stylerecipe #wrap,
.tax-stylerecipe_element #wrap,
.tax-stylerecipe_design #wrap,
.tax-stylerecipe_property #wrap,
.search #wrap{
  background: #fff ;
}
.style_recipe header,
.page-template-single-stylerecipe_top header,
.single-stylerecipe header,
.tax-stylerecipe_element header,
.tax-stylerecipe_design header,
.tax-stylerecipe_property header,
.search header{
  background: url(../img/bg01.png) repeat;
  box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -webkit-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  -moz-box-shadow: 0px 6px 3px -3px rgba(0,0,0,0.2);
  margin-bottom: 20px;
}
.style_recipe_box h1 img {
  width: 100%;
  height: auto;
}
.style_recipe_box .style_recipe_txt01 {
  font-size: 14px;
  color: #000;
  line-height: 160%;
}

.style_recipe_top_howto{
  text-align:center;
}
.style_recipe_top_howto li{
  padding:0 20px;
  display:inline-block;
  font-size: 14px;
  color: #000;
  line-height: 160%;
}
.style_recipe_top_howto li img{
  margin:0 auto 10px;
  display:block;
}

.style_recipe_btn01{
  width:60%;
  color: #fff;
  padding: 15px;
  margin: 0 auto 45px;
  font-size: 16px;
  font-weight: normal;
  line-height: 120%;
  text-align: center;
  background: #444444;
  display: block;
  -webkit-transition:background-color 0.3s ease-in-out ;
  -moz-transition:background-color 0.3s ease-in-out;
  -o-transition:background-color 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
}
.style_recipe_btn01:hover{
  background: #000;
}

/*--------------------------------------
search form
---------------------------------------*/
.style_recipe_search_box h1,
.style_recipe_search_box h2 {
  font-size: 20px;
  color: #444444;
  line-height: 120%;
  text-align: center;
  background: url(/wp-content/themes/maromaro_blog_ver2/img/style_recipe/style_recipe_search_bg01.png) repeat-x;
  background-position: center;
  margin-bottom: 15px;
}
.style_recipe_search_box h1 span,
.style_recipe_search_box h2 span {
  background: #fff;
  padding: 2px 50px;
  display:inline-block;
}
.style_recipe_search_box_inner02{
/*  display:none;*/
}
.style_recipe_search_box input, .style_recipe_search_box button, .style_recipe_search_box textarea, .style_recipe_search_box select {
  margin: 0;
  padding: 0;
  background: none;
  border: none;
  border-radius: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.style_recipe_search_col01 {
  width: 210px;
  padding: 0 30px 45px 30px;
  text-align: left;
  float: left;
}
.style_recipe_search_col01 h3 {
  font-size: 18px;
  color: #444;
  line-height: 120%;
  font-weight: normal;
}
.style_recipe_search_col02 {
  width: 754px;
  padding-bottom: 35px;
  float: left;
}

@media screen and (max-width: 768px) {
.style_recipe_search_box h2 {
  font-size: 22px;
}
.style_recipe_search_box h2 span {
  background: #fff;
  padding: 2px 30px;
}
.style_recipe_search_col01 h3 {
  font-size: 16px;
}
.style_recipe_search_col01 {
  width: 100%;
  text-align: center;
  padding: 0 0 20px 0;
}
.style_recipe_search_col02 {
  width: 100%;
}
}
.style_recipe_search_box input[type="text"] {
  property: value;
  width: 100%;
  padding: 0 10px;
  -webkit-box-sizing : border-box;
  -moz-box-sizing : border-box;
  box-sizing : border-box;
  height: 30px;
  outline: none;
  border: 1px solid #DDD;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
  -moz-box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset;
  box-shadow: 2px 2px 2px 0 rgba(200,200,200,0.2) inset
}
.style_recipe_search_box input[type="text"]:focus {
  -webkit-box-shadow: 2px 2px 2px 0 rgba(162,208,255,0.6) inset;
  -moz-box-shadow: 2px 2px 2px 0 rgba(162,208,255,0.6) inset;
  box-shadow: 2px 2px 2px 0 rgba(162,208,255,0.6) inset;
  border: 1px solid #A2D0FF;
}
.style_recipe_search_box input[type=checkbox] {
  display: none;
}
.style_recipe_search_col02 ul li {
  float: left;
  padding: 0 5px 5px 0;
}
.style_recipe_search_box .checkbox_container01:hover {
  background: #555;
  color: #fff;
}
.style_recipe_search_box label,
.style_recipe_search_box checkbox{
  padding: 3px 10px;
  -webkit-transition:background-color 0.3s ease-in-out ;
  -moz-transition:background-color 0.3s ease-in-out;
  -o-transition:background-color 0.3s ease-in-out;
  transition:background-color 0.3s ease-in-out;
  background: #EEEEEE;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #444;
  display: block;
  cursor: pointer;
  font-size:14px;
  line-height:180%;
}
.style_recipe_search_box label:hover {
  background: #555;
  color: #fff;
}
.search_tag_box ul li a {
  background: #444444;
  color: #fff;
  font-size: 14px;
  line-height: 180%;
  font-weight: bold;
  padding: 3px 7px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.search_tag_box ul li a:hover {
  background: #8F8F8F;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
}
.style_recipe_search_box input:checked+label {
  background: #555;
  color: #fff;
  font-size: 14px;
  line-height: 180%;
}
.style_recipe_search_box .submit_button_container01 {
  background: #555;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  width: 250px;
  display: block;
  margin: 0 auto;
}
.style_recipe_search_box .submit_button_container01:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.style_recipe_search_box #style_recipe_search_btn {
  color: #fff;
  padding: 15px 0;
  margin:0 auto 45px;
  font-size: 16px;
  font-weight: normal;
  line-height: 120%;
  letter-spacing: 0.1em;
  text-align: center;
  background:#444444;
  width: 70%;
  cursor:pointer;
  display:block;
}
.style_recipe_search_table01 #style_recipe_search_btn:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.style_recipe_search_box_switch_btn {
  border-top: 1px solid #DDDDDD;
}
.style_recipe_search_box_inner01 .style_recipe_search_box_switch_btn_inner {
  border-top: 30px solid #DDDDDD;
  border-left: 15px solid transparent;
  border-right: 15px solid transparent;
}
.style_recipe_search_box_inner01.open .style_recipe_search_box_switch_btn_inner {
  -webkit-transition:border-top-color 0.3s ease-in-out ;
  -moz-transition:border-top-color 0.3s ease-in-out;
  -o-transition:border-top-color 0.3s ease-in-out;
  transition:border-top-color 0.3s ease-in-out;
  height: 0;
  width: 124px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.style_recipe_search_box_inner01.open .style_recipe_search_box_switch_btn_inner:hover {
  border-top: 30px solid #EBEBEB;
}
.style_recipe_search_box_inner01.close .style_recipe_search_box_switch_btn_inner {
  height: 0;
  width: 124px;
  position: relative;
  margin: 0 auto;
  cursor: pointer;
}
.style_recipe_search_box_inner01.close .style_recipe_search_box_switch_btn_inner:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
/* open close icon */
.style_recipe_search_box_inner01.open .style_recipe_search_box_switch_btn_inner p:before {
  content: url(/wp-content/themes/maromaro_blog_ver2/img/style_recipe/style_recipe_search_box_switch_icon_close.png);
  display: inline-block;
 *zoom:1;
 *display:inline;
  margin-right: 10px;
}
.style_recipe_search_box_inner01.close .style_recipe_search_box_switch_btn_inner p:before {
  content: url(/wp-content/themes/maromaro_blog_ver2/img/style_recipe/style_recipe_search_box_switch_icon_open.png);
  display: inline-block;
 *zoom:1;
 *display:inline;
  margin-right: 10px;
}
.style_recipe_search_box_switch_btn_inner p {
  position: absolute;
  top: -25px;
  left: 0;
  color: #444;
  font-size: 14px;
  line-height: 120%;
  font-weight: bold;
  width: 124px;
  text-align: center;
}
/*--------------------------------------
contents
---------------------------------------*/
.style_recipe_main_box {
  width: 782px;
  float: left;
}
.style_recipe_side_box {
 width:210px;
 margin:0 0 30px;
 float:right;
}
.style_recipe_side_massage{
  padding:10px;
  margin-bottom:10px;
  font-size:14px;
  background:#F5F5F5;
}
.style_recipe_side_massage h4{
  margin-bottom:5px;
  font-weight:bold;
  font-size:14px;
}
.style_recipe_side_massage a{
  font-weight:bold;
  color:#2666A6;
}
.style_recipe_side_massage a:hover{
  text-decoration:underline;
}
.style_recipe_side_box>a img{
  width:100%;
  height:auto;
}

.style_recipe_blog_icon01 {
  color: #8C2300;
  font-size: 30px;
  display: inline-block;
 /display:inline;
 /zoom:1;
  vertical-align: middle;
  padding-right: 15px;
}
.style_recipe_blog_icon02 {
  color: #008c6a;
  font-size: 30px;
  display: inline-block;
 /display:inline;
 /zoom:1;
  vertical-align: middle;
  padding-right: 15px;
}
.style_recipe_blog_htxt01 {
  font-size: 24px;
  font-family: "Sorts Mill Goudy", serif;
  font-display: swap;

  padding-bottom: 9px;
}
.style_recipe_blog_box p{
  font-size:12px;
  margin:0 0 10px;
}
.style_recipe_blog_box ul{
  border-top:1px solid #DDDDDD;
}
.style_recipe_blog_box ul li{
  border-bottom:1px solid #DDDDDD;
}
.style_recipe_blog_box ul li a{
  padding:10px 0 5px;
  color:#3F3F3F;
  display:block;
}
.style_recipe_blog_box ul li img{
  width:73px;
  height:auto;
  float:left;
  margin:0 10px 5px 0;
  border:1px solid #ddd;
}
.style_recipe_blog_box ul li h3{
  margin-bottom:5px;
  font-weight:normal;
  font-size:14px;
}
.style_recipe_blog_box ul li p{
  font-weight:normal;
  font-size:12px;
  text-align:right;
}

.style_recipe_element_box ul li{
  margin:0 0 10px;
}
.style_recipe_element_box ul li a{
  width:100%;
  padding:0px;
  color:#3F3F3F;
  display:table;
  text-align:left;
}
.style_recipe_element_box ul li img{
  width:90px;
  height:auto;
  margin:0;
  display:table-cell;
}
.style_recipe_element_box ul li p{
  width:100%;
  padding:0 5px;
  font-weight:normal;
  font-size:14px;
  vertical-align:middle;
  text-align:center;
  display:table-cell;
}

.style_recipe_element_box ul li:nth-child(3n+1) {
  border: 1px solid #DBEAF9;
}
.style_recipe_element_box ul li:nth-child(3n+1) p {
  background: #DBEAF9
}
.style_recipe_element_box ul li:nth-child(3n+2) {
  border: 1px solid #FFEAD5;
}
.style_recipe_element_box ul li:nth-child(3n+2) p {
  background: #FFEAD5;
}
.style_recipe_element_box ul li:nth-child(3n+3) {
  border: 1px solid #FCE6E8;
}
.style_recipe_element_box ul li:nth-child(3n+3) p {
  background: #FCE6E8;
}
.style_recipe_element_box ul li:nth-child(3n+4) {
  border: 1px solid #D3F5EA;
}
.style_recipe_element_box ul li:nth-child(3n+4) p {
  background: #D3F5EA;
}

@media screen and (max-width: 768px) {
  .style_recipe_main_box {
    width: 100%;
    float:none;
  }
  .style_recipe_side_box {
   width:100%;
   float:none
  }
}
.style_recipe_item_list {
  padding-bottom: 50px;
}
.style_recipe_item_list ul li {
  display: inline-block;
 *zoom:1;
 *display:inline;
  float: left;
  margin-right: 20px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
.style_recipe_item_list ul li {
  width: 100%;
}
}
.style_recipe_item_list ul li a {
  background: #FCFCFC;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.style_recipe_item_list ul li a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.style_recipe_item_list ul li h3 {
  color: #444;
  font-size: 14px;
  line-height: 150%;
  font-weight: normal;
  text-align: center;
  padding: 5px;
}

@media screen and (max-width: 768px) {
.style_recipe_item_thum img {
  width: 100%;
  height: auto;
}
}
.style_recipe_item_list ul li:nth-child(3n) {
  margin-right: 0;
}
.style_recipe_item_list ul li:nth-child(3n+1) {
  border: 1px solid #DBEAF9;
}
.style_recipe_item_list ul li:nth-child(3n+1) h3 {
  background: #DBEAF9
}
.style_recipe_item_list ul li:nth-child(3n+2) {
  border: 1px solid #FFEAD5;
}
.style_recipe_item_list ul li:nth-child(3n+2) h3 {
  background: #FFEAD5;
}
.style_recipe_item_list ul li:nth-child(3n+3) {
  border: 1px solid #FCE6E8;
}
.style_recipe_item_list ul li:nth-child(3n+3) h3 {
  background: #FCE6E8;
}
.style_recipe_item_list ul li:nth-child(3n+4) {
  border: 1px solid #D3F5EA;
}
.style_recipe_item_list ul li:nth-child(3n+4) h3 {
  background: #D3F5EA;
}

/*--------------------------------------
single
---------------------------------------*/
.style_recipe_single_box .style_recipe_entry{
  margin:0 0 40px;
/*  border-bottom:1px solid #ddd;*/
}
.style_recipe_single_box .style_recipe_entry:last-child{
  border:none;
}
.style_recipe_single_box>h1 {
  margin:30px 0 35px;
  font-size:20px;
  font-weight: 300;
  background:#FCFCFC;
  line-height: 140%;
  text-align:center;
  border:1px solid #000;
}
.style_recipe_single_box>h1 img{
  padding:10px;
}
.style_recipe_single_box>h1 span{
  display:block;
  color:#fff;
  line-height:180%;
  font-size:18px;
  background:#000;
  padding:2px;
}
.style_recipe_single_box .style_recipe_entry > h2,
.style_recipe_single_box .style_recipe_entry > .htxt02 {
  position: relative;
  padding: 3px 15px 5px;
  font-size: 20px;
  color: #333;
  border-left: #333 solid 3px;
  background: #fff;
  margin-bottom: 20px;
  font-weight:normal;
}
.style_recipe_main_box .search_htxt{
  margin:0 0 25px;
  padding:15px;
  color:#fff;
  background:#000;
}
.style_recipe_single_box .feature_tag li {
    padding: 0;
    background: none;
}

.style_recipe_single_box .imgdl{
  margin:5px 5px 5px 0;
  padding:6px 10px 2px;
  line-height:100%;
  text-align: center;
  border: 1px solid #bbb;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background:#DADADA;
  display:inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.style_recipe_single_box .imgdl:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.style_recipe_single_box .imgdl img{
  vertical-align:1px;
}
.style_recipe_single_box .imgdl:after{
  content:"Download";
  color:#666;
  font-size:8px;
  display:block;
}
/* タグ */
.style_recipe_tag_list {
  text-align: center;
  display: inline-block;
}
.style_recipe_tag_list ul {
  display: inline;
}
.style_recipe_tag_list li {
  display: inline-block;
 /display:inline;
 /zoom:1;
 margin-bottom:16px;
}
.style_recipe_tag_list li a {
  color: #444444;
  font-size: 13px;
  line-height: 180%;
  text-decoration: none;
  background: #e7e7e7;
  padding: 4px 6px;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  border: 1px solid #DDDDDD;
}
.style_recipe_tag_list li a:hover {
  background: #7C7C7C;
  -o-border-radius: 4px;
  -ms-border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  color: #fff;
}
.style_recipe_tag_list p {
  display: inline-block;
 /display:inline;
 /zoom:1;
  vertical-align: middle;
}
/* 対応ブラウザ */
.style_recipe_single_browser_box{
  display:inline-block;
}
.style_recipe_single_browser_box p{
  height: 13px;
  padding: 4px 4px 4px 10px;
  font-size: 12px;
  color: #000;
  line-height: 100%;
  margin: 0 20px 10px 5px;
  display: inline;
  position: relative;
  border: 1px solid #bbb;
}
.style_recipe_single_browser_box p:before{
  content: " ";
  position: absolute;
  top: -1px;
  right: -24px;
  width: 0;
  height: 0;
  border-width: 12px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #999;
}
.style_recipe_single_browser_box p:after{
  content: " ";
  position: absolute;
  top: -0px;
  right: -22px;
  width: 0;
  height: 0;
  border-width: 11px;
  border-style: solid;
  border-color: transparent;
  border-left-color: #fff;
}

.style_recipe_single_browser_box ul{
  letter-spacing: -0.4em;
  display:inline-block;
}
.style_recipe_single_browser_box ul li{
  display: inline-block;
 *zoom:1;
 *display:inline;
 padding:2px 10px;
 letter-spacing:normal;
 margin:0 10px 20px 0;
 font-size:13px;
 line-height:180%;
}
.style_recipe_single_browser_box ul li.style_recipe_single_browser_ie{
  background:#B8ECF9;
}
.style_recipe_single_browser_box ul li.style_recipe_single_browser_ff{
  background:#F8DBCB;
}
.style_recipe_single_browser_box ul li.style_recipe_single_browser_chrome{
  background:#C8E3C6;
}
.style_recipe_single_browser_box ul li.style_recipe_single_browser_safari{
  background:#F4F4F4;
}

/* tab */
.style_recipe_tab{
  border:4px solid #DDD;
  margin-bottom:20px;
  position:relative;
}
.style_recipe_tab .tab{
  background:#333;
  color:#fff;
}
.style_recipe_tab .tab li{
  background:#333;
  float: left;
  padding:12px 18px;
  color:#fff;
  font-size:18px;
  line-height:120%;
  font-weight:bold;
  cursor:pointer;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
}
.style_recipe_tab .tab li:hover{
  background:#9B9B9B;
}
.style_recipe_tab .tab li.select{
  background:#555;
  position:relative;
}
.style_recipe_tab .tab li.select:hover{
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}
.style_recipe_tab .tab li.select span{
  background:url(/wp-content/themes/maromaro_blog_ver2/img/style_recipe/style_recipe_tab_select_off.png) no-repeat;
  background-position:center bottom;
  width:100%;
  height:9px;
  position:absolute;
  left:0;
  bottom:-9px;
}
.style_recipe_tab .content{
  padding:18px;
  height:260px;
  overflow:auto;
}
.style_recipe_tab .content>li{
  display:none;
}
.style_recipe_tab .content>li.active{
  display: block;
}
.style_recipe_tab .content>li .selectbtn{
  padding: 10px 20px;
  color:#666;
  line-height:100%;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  background: #DADADA;
  cursor:pointer;
  display: inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position:absolute;
  top:63px;
  right:25px;
}
.style_recipe_tab .content>li .selectbtn:hover{
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
}
.style_recipe_tab .content>li .selectbtn_active:before{
  content:url(../img/style_recipe/selectbtn_ok.png);
  width:25px;
  height:18px;
  position:absolute;
  top:10px;
  right:30px;
  z-index:999;
}

.style_recipe_single_box .style_recipe_entry02{
  padding:30px 20px;
  margin:0 0 0;
  border-bottom:1px solid #ddd;
  position:relative;
  overflow:hidden;
}
.style_recipe_single_box .style_recipe_entry02 > div{
  max-height:400px;
  overflow:hidden;
}

.style_recipe_single_box .style_recipe_entry02 .more{
  width:100%;
  height:100%;
  background:rgba(0,0,0,0);
  position:absolute;
  left:0;
  top:0;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  z-index:999;
  display:block;
}
.style_recipe_single_box .style_recipe_entry02 .more > span{
  width:100%;
  height:100%;
  display:table;
}
.style_recipe_single_box .style_recipe_entry02 .more > span > span{
  width:100%;
  height:100%;
  display:table-cell;
  text-align:center;
  vertical-align:middle;
}
.style_recipe_single_box .style_recipe_entry02 .more > span > span > span{
  min-width:300px;
  margin:10px;
  padding:10px 30px;
  color:rgba(255,255,255,1);
  background:rgba(0,0,0,0.8);
  -webkit-border-radius:25px;
  -moz-border-radius:25px;
  border-radius:25px;
  display:inline-block;
  -webkit-transition: 0.3s ease-in-out;
  -moz-transition: 0.3s ease-in-out;
  -o-transition: 0.3s ease-in-out;
  transition: 0.3s ease-in-out;
  position:relative;
}
.style_recipe_single_box .style_recipe_entry02 .more > span > span > span::before{
  content: '';
  width: 6px;
  height: 6px;
  margin:-4px 0 0;
  border: 0px;
  border-top: solid 2px rgba(255,255,255,1);
  border-right: solid 2px rgba(255,255,255,1);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  display:block;
  position:absolute;
  top:50%;
  right:20px;
  -webkit-transition: 0.3s ease-out;
  -moz-transition: 0.3s ease-out;
  -o-transition: 0.3s ease-out;
  transition: 0.3s ease-out;
}

.style_recipe_single_box .style_recipe_entry02 .more:hover{
  background:rgba(0,0,0,0.05);
}
.style_recipe_single_box .style_recipe_entry02 .more:hover > span > span > span{
  color:rgba(255,255,255,0);
  background:rgba(0,0,0,0);
}

.style_recipe_single_box .style_recipe_entry02 .more:hover > span > span > span::before{
  border-top: solid 2px rgba(255,255,255,0);
  border-right: solid 2px rgba(255,255,255,0);
}


