/* - fitness
 ------------------------------------------------------------ */
article#fitness {
	background-color: #fff;
}
article#fitness header {
	height: 460px;
	background-image: url(../images/bg.jpg);
	background-repeat: no-repeat;
	background-position: center -24px;
	background-size: 1250px;
	position: relative;
}
article#fitness header h1 {
    padding: 70px 0 0;
	text-align: center;
}
article#fitness .contents {
	width: 1000px;
	margin: 0 auto;
}
article#fitness .contents p {
  font-size: 1rem;
  line-height: 1.7;
  text-align: center;
}
#img{
	position: relative;
	left: -35px;
}

#fitnes #campaignFooter {
    margin: 0 auto;
}
.more-link .col:nth-of-type(2) .btn {
    background-color: #676e9c;
}
.more-link .col {
    text-align: center;
    text-align: center;
    display: inline-block;
    margin: 1em;
}
.more-link {
    width: 90%;
    margin: 0 auto;
    text-align: center;
}
.more-link {
    width: 90%;
    margin: 0 auto;
}
#page-top {
    position: fixed;
    z-index: 10;
    right: 20px;
    bottom: 150px
}
#page-top a {
    font-size: 12px;
    display: block;
    width: 100px;
    height: 77px;
    padding: 30px 0;
    text-align: center;
    text-decoration: none;
    color: #fff!important;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: #8e7b87;
    -o-border-radius: 5px;
    -khtml-border-radius: 5px
}
#page-top a:hover {
    text-decoration: none;
    background: #c0bbac
}