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

.bg_main {
    padding: 0px;
    padding-top: 40px;
    padding-bottom: 10px;
    background: #f9f4e1;
    background: #fff url(../images/bg_01.gif) 50% 0 repeat;
    border-bottom: 1px solid #ff1300;
}

.main_cont_inner {
	width: 960px;
	margin: 0 auto;
}
/* 共通 */
body
{
	-webkit-text-size-adjust: 100%;
}
table
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.f_right
{
	float: right;
	display: inline;
}
.f_left
{
	float: left;
	display: inline;
}
#contents
{
	background: url(../images/bg_01.gif) 50% 0 repeat;
}
.contents_bg
{
	text-align: center;
	padding-bottom: 39px;
}
.contents_bg h1
{
	padding-top: 8px;
	margin: 0 auto;
	text-align: center;
}
.l_navi
{
	margin: 30px auto;
	text-align: center;
}
.l_navi li
{
	display: inline;
	margin: 0 12px;
}

.lecipe_box,
.item_box
{
	width: 880px;
	margin: 0 auto;
}
.item_box
{
  box-sizing: border-box;
	position: relative;
	height: 336px;
	overflow: hidden;
  border: 1px solid #967336;
  border-radius: 10px;
  background-color: #fff;
}
.item_box h2{
  color: #fff;
  font-weight: bold;
  padding: 2px 8px;
  text-align: left;
  background-color: #967336;
  border-radius: 8px 8px 0 0 ;
}
.item_box .f_left
{
	position: relative;
  background:#fff url(../images/item_bg.gif) right top no-repeat;
  padding-right: 8px;
  width: calc(33.3% - 8px);
}
.item_box .f_left:last-child{
  background: none;
}
.item_box .btn
{
	position: absolute;
	left: 50%;
	top: 236px;
	margin-left: -130px;
}
.pagetop
{
	width: 960px;
	margin: 25px auto;
}

.pagetop a
{
	color: #299d4f;
	float: right;
	padding-left: 16px;
	background: url(../images/ico_01.gif) 0 50% no-repeat;
}
.u_atten{
  background-color: #e60012;
  color: #fff;
  font-weight: bold;
  padding: 10px;
  border-radius: 8px;
  margin-top: 10px;
}
.u_recipe01_wrap{
  padding: 10px;
  background-color: #f5fefb;
}
.u_recipe01{
  box-sizing: border-box;
  background-color: #fff;
  border: 5px solid #22976f;
  outline: 1px solid #22976f;
  outline-offset: -10px;
  padding:0px;
  }
.u_recipe01 .f_left{
  width: 50%;
}
.u_recipe01 .f_right{
  width: 50%;
  text-align: right;
}
.u_recipe01_wrap .f_left h4 img,
.u_recipe01_wrap .f_left p img{
  width: 100%;
  height: auto;
}
.u_recipe01_baby .f_left{
  border: 6px solid #d9eee7;
  border-radius: 8px;
  box-sizing: border-box;
  width: 32.3%;
  margin: 5px 0.5%;
}
.u_recipe01_baby:after{
  content: '';
  display: block;
  clear: both;
}
.u_recipe01_baby .f_left img{
  width: 100%;
}
.u_recipe02_wrap{
  padding: 10px;
  background-color: #fef5fc;
}
.u_recipe02{
  box-sizing: border-box;
  background-color: #fff;
  border: 5px solid #ed9edf;
  outline: 1px solid #ed9edf;
  outline-offset: -10px;
  padding:0px;
  }
  .u_recipe02 .f_left{
    width: 50%;
  }
  .u_recipe02 .f_right{
    width: 50%;
    text-align: right;
  }
.u_recipe02_baby{
  border: 6px solid #fdebfa;
  border-radius: 8px;
}
.u_recipe02_baby:after{
  content: '';
  display: block;
  clear: both;
}
.u_recipe02_baby .f_left{
  width: 33.3%;
}
.u_recipe02_baby .f_left img{
  width: 100%;
}
.u_recipe03_wrap{
  padding: 10px;
  background-color: #fffbf1;
}
.u_recipe03{
  box-sizing: border-box;
  background-color: #fff;
  border: 5px solid #e5a418;
  outline: 1px solid #e5a418;
  outline-offset: -10px;
  padding:0px;
  }
  .u_recipe03 .f_left{
    width: 50%;
  }
  .u_recipe02 .f_right{
    width: 50%;
    text-align: right;
  }
.u_recipe03_baby{
  border: 6px solid #f2e5c9;
  border-radius: 8px;
}
.u_recipe03_baby:after{
  content: '';
  display: block;
  clear: both;
}
.u_recipe03_baby .f_left{
  width: 33.3%;
}
.u_recipe03_baby .f_left img{
  width: 100%;
}
.u_howto{
  width: 94%;
  margin: 0 auto 20px;
  text-align: left;
}
.u_howto p{
  color: #ccc;
  font-weight: bold;
  text-align: left;
  border-bottom: 1px dashed #22976f;
}
.u_howto:before,
.u_howto dl:before,
.u_howto dl:after{
  content: '';
  display: block;
  clear: both;
}
.u_howto dt{
  float: left;
  width: 25px;
}
.u_howto dd{
  float: left;
  width: calc(100% - 25px);
  padding-left: 10px;
  box-sizing: border-box;
}
.u_rectangle{
  border: 1px solid #555;
  padding: 1px 6px;
}

.u_howto01 p{
  color: #22976f;
}
.u_howto01 dl{
  border-bottom: 1px dashed #22976f;
  padding: 10px 0;
}
.u_howto01 dt span{
  color: #22976f;
  padding: 1px 8px;
  border: 1px solid #22976f;
}
.u_howto02 p{
  color: #ed9edf;
  border-bottom: 1px dashed #ed9edf;
}
.u_howto02 dl{
  border-bottom: 1px dashed #ed9edf;
  padding: 10px 0;
}
.u_howto02 dt span{
  color: #ed9edf;
  padding: 1px 8px;
  border: 1px solid #ed9edf;
}
.u_howto03 p{
  color: #e5a418;
  border-bottom: 1px dashed #e5a418;
}
.u_howto03 dl{
  border-bottom: 1px dashed #e5a418;
  padding: 10px 0;
}
.u_howto03 dt span{
  color: #ed9edf;
  padding: 1px 8px;
  border: 1px solid #e5a418;
}
