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

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

.main_cont_inner {
  font-size: 14px;
}

/* 共通 */
body
{
	-webkit-text-size-adjust: 100%;
}
table
{
	padding: 0;
	margin: 0;
	border-collapse: collapse;
	border-spacing: 0;
}
.f_right
{
	display: inline;
}
.f_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:after{
  content: '';
  display: block;
  clear: both;
}
.l_navi li
{
  width: 28%;
	float: left;
	margin: 0 1%;
}
.l_navi li:last-child{
  width: 38%;
}

.lecipe_box,
.item_box
{
	margin: 0 auto;
}
.item_box
{
	position: relative;
	height: auto;
  background-color: #fff;
  border: 1px solid #967336;
  border-radius: 10px;
}
.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
{
  float: none;
  width: 100%;
	position: relative;
}
.item_box .f_left:before,
.item_box .f_left:after{
  content: '';
  display: block;
  clear: both;
}
.item_box .btn
{
	position: relative;
  top: -40px;
}
.pagetop
{
	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{
  background-color: #fff;
  border: 3px solid #22976f;
  outline: 1px solid #22976f;
  outline-offset: -6px;
  padding:10px;
  }
.u_recipe01_wrap .f_left{
    display: block;
    width: 100%;
    max-width: 320px;
    margin: 10px auto;
}
.u_recipe01_wrap .f_left img{
  width: 100%;
}
.u_recipe01_baby .f_left {
  border: 6px solid #d9eee7;
  border-radius: 8px;
  max-width: 400px;
  margin: 0 auto 20px;
}
.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{
  background-color: #fff;
  border: 3px solid #ed9edf;
  outline: 1px solid #ed9edf;
  outline-offset: -6px;
  padding:10px;
}
.u_recipe02_baby{
  border: 6px solid #fdebfa;
  border-radius: 8px;
  max-width: 400px;
  margin: 0 auto;
}
.u_recipe02_baby:after{
  content: '';
  display: block;
  clear: both;
}
.u_recipe02_baby .f_left img{
  width: 100%;
}

.u_recipe03_wrap{
  padding: 10px;
  background-color: #fffbf1;
}
.u_recipe03{
  background-color: #fff;
  border: 3px solid #e5a418;
  outline: 1px solid #e5a418;
  outline-offset: -6px;
  padding:10px;
}
.u_recipe03_baby{
  border: 6px solid #f2e5c9;
  border-radius: 8px;
  max-width: 400px;
  margin: 0 auto;
}
.u_recipe03_baby:after{
  content: '';
  display: block;
  clear: both;
}
.u_recipe03_baby .f_left img{
  width: 100%;
}
.u_howto{
  width: 94%;
  margin: 0 auto;
  text-align: left;
}
.u_howto p{
  font-weight: bold;
  text-align: left;
  border-bottom: 1px dashed #ccc;
}
.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;
  border-bottom: 1px dashed #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: #e5a418;
  padding: 1px 8px;
  border: 1px solid #e5a418;
}


.pc_br{
  display: none;
}
