@charset "utf-8";
/* CSS Document */

.clear{clear:both}

.pull-left{float:left;}
.pull-right{float:right;}

.mb-10{margin-bottom:10px;}
.mb-20{margin-bottom:20px;}
.mb-30{margin-bottom:30px;}

.mt-10{margin-top:10px;}
.mt-20{margin-top:20px;}
.pt-10{padding-top:10%;}

.bold{font-size:15px; font-weight:bold;}

.breadTitle{
  font-size: 11px;
  color: #636363;
}

.print-btn-icon{
  display:inline-block;
  vertical-align: middle;
  width:22px;
  height:20px;
  background:url(../images/icon_paper.png) no-repeat;
}

.movie-btn-icon{
  display:inline-block;
  vertical-align: middle;
  width:25px;
  height:20px;
  margin-right: 5px;
  background:url(../images/icon_movie_btn.png) no-repeat;
}

.recipe-top{
  width:650px;
  overflow: hidden;
  _zoom:1;
}

.recipe-title{
    background:#fcffe5;
    padding:11px 0px;
    border-bottom:5px solid #889b00;
    margin-bottom:10px;
}

.recipe-title h1{
    color:#321e1e;
    font-size:21px;
    font-weight:bold;
    text-indent:10px;
    
}
.content-inner{
    width:650px;
    overflow:hidden;
}
/*== leftarea == */
.recipe-left-area{
	width:310px;
	height:auto;
	float:left;
}
.recipe-thumb{
	width: 304px;
  border:3px solid #cec4b9;
	overflow:hidden;
}
.recipe-thumb img{
  width:100%;
  height:auto;
}
.recipe-btn{
  width:100%;
  height:51px;
}
.recipe-btn a{
  color:#FFF;
  display:block;
  text-align:center;
  text-decoration: none;
  font-size: 18px;
  font-weight: bold;
  width:100%;
  height:15px;
  padding:14px 0;
  vertical-align: middle;
  background:#F6A73F;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  border-bottom:#d68624 6px solid;
  background: linear-gradient(top,  #F6A73F,  #F39227);
  background: -ms-linear-gradient(top,  #F6A73F,  #F39227);
  background: -webkit-gradient(linear, left top, left bottom, from(#F6A73F), to(#F39227));
  background: -moz-linear-gradient(top,  #F6A73F,  #F39227);
}

.recipe-btn a:hover{
  height:15px;
  border-bottom:#d68624 8px solid;
  background:#F39227;
}

.summary-outer{
  width: 286px;
  border: 1px #cec4b9 solid;
  padding: 10px;
  overflow: hidden;
  _zoom: 1;
}

.point-summary-outer{
  width: 286px;
  border: 1px #cec4b9 solid;
  padding: 10px;
  overflow: hidden;
  _zoom: 1;
}

.summary-area{
  display: table;
	width:100%;
  overflow: hidden;
  _zoom:1;
  margin-bottom: 10px;
}
.summary-title{
  margin-bottom: 9px;
  font-size: 14px;
  font-weight: 700;
  color: #333;
  text-shadow: -1px 1px 0 #fff;
  text-indent: 5px;
  border-left: 5px solid #f3992c;
}
.summary-text{
  display: table-cell;
	font-size:12px;
  line-height: 1.3em;
  vertical-align: middle;
}
.summary-img{
    width:135px;
    height:78px;
}
.summary-img img{
    width:135px;
    height:78px;
}

/*== rightarea == */
.recipe-right-area{
	width:320px;
	height:auto;
	float:right;
}

.recipe-area-title {
  font-size: 17px;
  margin-bottom: 20px;
  font-weight: bold;
  clear: both;
}

.recipe-area-title span{
  vertical-align: middle;
  padding-right: 5px;
}

.recipe-area-title:after {
  content: '';
  margin-top: 6px;
  display: block;
  height: 1px;
  background-color: #ff8401;
}

.material-text table {
	width: 320px;
  margin-bottom: 2px;
  color: #321e1e;
  font-size: 13px;
  border-spacing: 0;
}

.material-text table thead {
  background-color: #fff1e3;
}
.material-text table thead tr {
  border-bottom: none;
}
.material-text th {
	padding:7px 0px ;
	text-indent: 7px;
  text-align: left;
}

.material-text th span {
  vertical-align: middle;
  padding-right:3px;
}

.material-text tr {
  height: 24px;
  line-height: 24px;
}
.recipe_icon_menu {
  display: inline-block;
  margin-right: 2px;
  width: 12px;
  height: 12px;
  background-repeat: no-repeat;
  vertical-align: middle;
}
.recipe-table-title {
  font-weight: bold;
  vertical-align: middle;
}

.material {
  width: 160px;
  border-bottom: 1px solid #cec4b9;
  padding: 3px 10px 0 0;
}
.material-long {
  width: 320px;
  border-bottom: none;
  padding: 3px 10px 0 0;
}
.amount {
  width: 160px;
  border-bottom: 1px solid #cec4b9;
  padding: 3px 0 0 0;
  text-align: right;
}
.amount-long {
  width: 320px;
  border-bottom: 1px solid #cec4b9;
  padding: 3px 0 0 0;
  text-align:right;
}

.no-border{
  border-bottom: none;
}
.material-image {
  width: 320px;
  margin-bottom: 20px;
}
.material-image img{
  width: 100%;
  height: auto;
}
/*== cook-box ==*/

.cook-area li {
  overflow: hidden;
  padding: 15px 0;
  list-style: none;
  border-bottom: 1px solid #cec4b9;
}
.cook-area li:first-child {
  padding-top: 0;
}
.cook-number {
  display: block;
  width: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #ffcc95;
  text-align: center;
}
.cook-box {
  width: 600px;
}

.cook-title {
  margin-bottom: 10px;
  padding-top: 4px;
  font-size: 14px;
  font-weight: bold;
}
.cook-content {
  font-size: 14px;
  line-height: 1.6;
}
.cook-img {
	width:50%;
  height: auto;
	float:right;
}

/*== movie ==*/
.recipe-movie{
 background: #cec4b9;
 width: 650px;
 overflow: hidden;
}

.movie-contents{
  position: relative;
  padding: 5px 0 5px 5px;
}