/* CSS Document */
body{
  font-size: 1rem;
}

a:hover{
  opacity: 0.7;
}

.align-c{
  text-align: center;
}
.align-r{
  text-align: right;
}
.mb10{
  margin-bottom: 10px;
}
.mb20{
  margin-bottom: 20px;
}

.mb30{
  margin-bottom: 30px;
}

.mb100{
  margin-bottom: 100px;
}

.f24cr{
  color: #D91A17;
  font-size: 170%; /*24px*/
}

#top {
  padding-top: 50px;
  padding-bottom: 20px;
  text-align: center;
  margin-bottom: 20px;
  background: url(../img/bg.jpg) repeat-y center top;
}

.inner{
  width: 896px;
  margin-left: auto;
  margin-right: auto;
}

.inner .txt{
  padding-top: 30px;
  padding-right: 10px;
  line-height: 1.5;
}


.inner .txt span{
  font-size: 1rem !important;
  /*display: inline-block;*/
  margin-right: 1em;
}

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;}
