/* CSS Document */

body{
  font-size: 1rem;
}

#container{
background: url(../img/bg.jpg) repeat-y center top;

}

a:hover{
  opacity: 0.7;
}

#top{
  padding-top: 50px;
  text-align: center;
  margin-bottom: 20px;
}

.align-c{
  text-align: center;
}

.pl30{
  padding-left: 30px;
}

#r01 .wrap{
  background: url(../img/recipe_bg.png) no-repeat center top;
background-size: 871px 100%;
margin-top: 50px;

}

#r02 .wrap{
  background: url(../img/recipe_bg.png) no-repeat center top;
background-size: 871px 100%;
margin-top: 100px;
}

#r03 .wrap{
  background: url(../img/recipe_bg.png) no-repeat center top;
background-size: 871px 100%;
margin-top: 100px;
}

#r04 .wrap{
  background: url(../img/recipe_bg.png) no-repeat center top;
background-size: 871px 100%;
margin-top: 100px;
}

#r04{
  padding-bottom: 100px;
}

.wrap .inner{
  padding-top: 20px;

  width: 871px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 50px;
}

.wrap .inner .txt{
  padding-top: 20px;
  padding-left: 70px;
  padding-right: 40px;
  line-height: 1.5;
}
.inner .txt span{
  font-size: 1rem !important;
  /*display: inline-block;*/
  margin-right: 1em;
}

.fb18{
  font-size: 1.12rem; /*18px*/
  font-weight: bold;
}

p.indent-1 {
padding-left:1em;
text-indent:-1em;
}

#pageTop {
    position: fixed;
    bottom: 50px;
    right: 20px;
    z-index: 999;
}

#footer {
    background-color: #fff;
    text-align: center;
    /*margin: 80px 0 60px 0;*/
    padding: 20px 0;
}

#footer .inner {
    width: 967px;
    margin: 0 auto;
    display: block;
    height: 15px;
    position: relative;
min-height: 15px;
}

#footer .inner .toHotate {
    position: absolute;
    top: -1px;
    left: 0px;}

#footer .inner .torecipe {
        position: absolute;
        top: -1px;
        right : 0px;}
