@charset "UTF-8";
/*reset CSS*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td input {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-weight: inherit;
  font-style: inherit;
  font-size: 100%;
  font-family: inherit;
  vertical-align: baseline;
  -webkit-box-shadow:none;
  -moz-box-shadow:none;
  box-shadow:none;
}
/* remember to define focus styles! */
:focus {outline: 0;}
body {line-height: 1; color: black; background: white;}
ol, ul {list-style: none;}
/* tables still need 'cellspacing="0"' in the markup */
caption, th, td {text-align: left;	font-weight: normal;}
blockquote:before, blockquote:after,
q:before, q:after {content: "";}
blockquote, q {quotes: "" "";}

/*ベース*/
body {
  color: black;
  background: #ffffff;
  min-height: 100%;
  height: 100%;
  font-family: 'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height:1.3;
}
#container{
	width:100%;
}
#contents{
	margin:0 auto;
}
.contents-area {
  width: 630px;
  -zoom: 1;
  overflow: hidden;
  margin:10px auto;
}
.l-clearfix:before, .l-clearfix:after {
  content: " ";
  display: table;
}
.l-clearfix:after {
  clear: both;
}
.pull-left {
  float: left;
}
.pull-right {
  float: right;
}
.over-visible {
  overflow: visible;
}
.wrapper {
  overflow: hidden;
  line-height: 1.6;
}
td{
  border-bottom: 1px solid #cccccc;
}

h1.recipe-area-title:before {
	content:"■";
	color: #ff8401;
}

/*ページ上部ボタン*/
.btn-b {
  display: block;
  text-decoration: none;
  cursor: pointer;
  background-color: #f49a2c;
  color: white;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-transition: 0.2s;
  -moz-transition: 0.2s;
  transition: 0.2s;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
  width: 158px;
  height: 40px;
  line-height: 22px;
  font-size: 16px;
  font-weight: bold;
  padding: 10px 0;
  float:right;
  margin-top:10px;
}
.btn-b span{
  display: inline-block;
  vertical-align: middle;
}
.btn-b:hover {
  background-color: #db7700;
}
.btn-print {
  width: 158px;
  float: right;
}
.btn-area {
  width: 100%;
  height: 60px;
  text-align: center;
  float: none;
  background-color:#fff7ee;
}
.btn-box {
	width:650px;
	margin:0 auto;
}
.textsizebtn-area{
  float: right;
  margin:10px 15px 0 0;
  width:200px;
  height:40px;
  background-color:#FFFFFF;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  border-radius: 4px;
}
.textsize-txt{
  margin-top:13px;
  font-weight:bold;
  font-size:16px;
  line-height:1.0;
}
.textsizebtn{
display: block;
text-decoration: none;
cursor: pointer;
color: white;
-webkit-box-sizing: border-box;
-moz-box-sizing: border-box;
box-sizing: border-box;
-webkit-transition: 0.2s;
-moz-transition: 0.2s;
transition: 0.2s;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
-ms-border-radius: 4px;
border-radius: 4px;
width: 30px;
height: 30px;
line-height: 20px;
font-size: 16px;
font-weight: bold;
padding:5px 0;
float:right;
border-style: none;
margin:5px 5px 0 0;
}
.textsizebtn:hover{
  background-color:#db7700;
}
#btn-large{
	background-color:#CACACA;
}
#btn-medium{
	background-color:#CACACA;
}
#btn-small{
	background-color:#CACACA;
}
.here{
	background-color:#f49a2c!important;
}

.recipe-title-area {
  margin-bottom: 25px;
}
.recipe-title {
  font-size: 18px;
  font-weight: bold;
  width: 490px;
  float: right;
  padding-left: 10px;
  margin-top: 39px;
  line-height:1.3;
}
.recipe-title span {
  color: #ff8401;
  margin-bottom: 0px;
}
.recipe-table-title {
  font-weight: bold;
  vertical-align: middle;
}
.recipe-main {
  margin-bottom: 10px;
}
.recipe-area-title:after {
  content: '';
  margin-top: 6px;
  display: block;
  height: 1px;
  background-color: #ff8401;
}
.recipe-area-title {
  margin-bottom: 10px;
  font-weight: bold;
}
.menu-box{
  width: 236px;
  height: auto;
  border:2px solid #cec4b9;
}

.title-area span {
  margin-right: 10px;
  height: 0;
}
.row {
  height: 85px;
}
.col-md-1 {
  width: 490px;
}
.border-none {
border-bottom: none;
}

.material-area {
  margin: 0;
}
.material-area th {
  width: 240%;
  padding: 7px;
  text-align: left;
}
.material-area table thead {
  background-color: #fff1e3;
}
.material-text {
  width: 240px;
}
.material, .amount {
  width: 50%;
  padding: 3px 0 0 0;
}
.material {
  width: 50%;
  border-bottom: 1px solid #cec4b9;
  padding: 3px 10px 0 0;
}
.material-long {
  width: 100%;
  border-bottom: none;
  padding: 3px 10px 0 0;
}
.amount {
  width: 50%;
  border-bottom: 1px solid #cec4b9;
  padding: 3px 0 0 0;
}
.amount-long {
  width: 100%;
  border-bottom: 1px solid #cec4b9;
  padding: 3px 0 0 0;
  text-align:right;
}
.recipe-box {
  width: 240px;
  float: left;
  margin-right: 10px;
}
.cook-number {
  display: block;
  width: 50px;
  height: 45px;
  font-size: 36px;
  font-weight: bold;
  color: #ffcc95;
  text-align: center;
}
.cook-title {
  margin-bottom: 10px;
  padding-top: 4px;
  font-weight: bold;
}
.cook-list li {
  overflow: hidden;
  padding: 10px 0 15px 0;
  list-style: none;
  border-bottom: 1px solid #cccccc;
}
.cook-area {
  width: 380px;
  float: right;
}
.cook-area li:first-child {
padding-top: 0;
}
.cook-box {
  width: 320px;
  margin-left: 5px;
}

#print-copylight{
	margin-top:20px;
	font-size: 9px;
	font-family: "ＭＳ ゴシック", "Osaka－等幅";
	color: #7F7F7F;
	line-height: 130%;
	float:right;
}
@media print {
  body {
    height: 50%!important;
    -webkit-print-color-adjust: exact;
  }
  .btn-area {
    display: none;
  }
  .contents-area {
    margin: 0;
  }
}