@charset "utf-8";
/* CSS Document */

body{
	min-width: 1140px;
}
	
a{
	text-decoration: none;
}
	
a.over{
	transition: all ease-out 0.3s;
}
	
a.over:hover{
	opacity: 0.6;
}
	
.inner{
	width: 1140px;
	margin: auto;
	box-sizing: border-box;
}


/* header
   ========================================================================== */
header .header_wrap{
	width: 1140px;
	height: 60px;
	box-sizing: border-box;
	margin: auto;
	padding: 0 0;
	position: relative;
}
	
header h1{
	display: inline-block;
	line-height: 0;
	padding: 6px 0 0;
}
	
header h1 a{
	display: inline-block;
}
	
header .header_wrap > a img{
	position: absolute;
	right: 0;
	top: 17px;
}


/* main
   ========================================================================== */
.main{
	margin: 0 0 0;
	height: 730px;
	height: 230px;
	background: url(../img/main/bg.jpg) no-repeat center center;
	background-image: none;
	background-size: cover;
	text-align: center;
}

.main .inner{
	padding: 7px 0 0;
}

.main .inner h2{
	margin: 0 auto 5px;
	line-height: 0;
	width: 70%;
	background: url(../img/main/title_bg.png) no-repeat center center;
	background-size: 100%;
}

.main .inner h2 a{
	display: inline-block;
}

.main .inner h2 a img{
	width: 100%;
}

.main .inner > div:nth-child(2){
	margin: 0 auto 0;
	line-height: 0;
	width: 70%;
}

.main .inner > div:nth-child(2) img{
	width: 100%;
}

.main .inner > div:nth-child(3){
	margin: -10px auto 0;
	line-height: 0;
	font-size: 0;
	position: relative;
	width: 80%;
}

.main .inner > div > .balloon{
	content: "";
	position: absolute;
	left: -100px;
	bottom: -50px;
	width: 160px;
	height: 317px;
	animation: fuwafuwa 2s infinite;
	z-index: 5;
}

.main .inner > div > .balloon a{
	display: block;
}

.main .inner > div > .balloon a img{
	width: 100%;
}

@keyframes fuwafuwa {
	0% {transform:translate(0, 0);}
	50% {transform:translate(0, -10px);}
	100% {transform:translate(0, 0);}
}

@-webkit-keyframes fuwafuwa {
	0% {-webkit-transform:translate(0, 0);}
	50% {-webkit-transform:translate(0, -10px);}
	100% {-webkit-transform:translate(0, 0);}
}

.main .inner > div:nth-child(3) span{
	line-height: 0;
	display: inline-block;
	transition: .8s;
	transform: translate(0, 200px);
	opacity:0;
	width: 33%;
	background: url(../img/main/box_bg.png) no-repeat center center;
	background-size: 100%;
}

.main .inner > div:nth-child(3) span a{
	display: block;
}

.main .inner > div:nth-child(3) span a img{
	width: 100%;
}

.main .inner > div:nth-child(3) span.on{
	transform: translate(0, 0);
	opacity:1;
}

.main .inner > div:nth-child(3) span:nth-child(1){
	
}

.main .inner > div:nth-child(3) span:nth-child(2){
	margin: 0 0 0 -3px;
	transition: 1.5s;
}

.main .inner > div:nth-child(3) span:nth-child(3){
	transition: 2.0s;
}

.main .inner > div:nth-child(4){
	margin: -38px auto 0;
	font-size: 0;
	background: #946134;
	position: relative;
	width: 900px;
}

.main .inner > div:nth-child(4) span{
	height: 50px;
	display: inline-block;
	font-size: 20px;
	color: #fff;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
}

.main .inner > div:nth-child(4) span a{
	height: 50px;
	display: block;
	font-size: 20px;
	color: #fff;
	box-sizing: border-box;
	line-height: 50px;
	text-align: center;
}

.main .inner > div:nth-child(4) span:nth-child(1){
	position: relative;
	background: #6A3906;
	width: 170px;
}

.main .inner > div:nth-child(4) span:nth-child(1) a::after{
	content: "";
	background: #6A3906;
	width: 34px;
	height: 35px;
	position: absolute;
	right: -18px;
	top: 8px;
	transform: rotate(136deg);
}

.main .inner > div:nth-child(4) span:nth-child(2){
	width: 220px;
}

.main .inner > div:nth-child(4) span:nth-child(3),
.main .inner > div:nth-child(4) span:nth-child(4),
.main .inner > div:nth-child(4) span:nth-child(5){
	width: 170px;
	border-left: 1px solid #fff;
}


/* gnav
   ========================================================================== */
.gnav{
	margin: 0 0 0;
	background: #00A63C;
	background: url(http://www.polus.co.jp/reds/sp/resources/images/bg_body.png);
}

.gnav.on{
	position: fixed;
	top: 0;
	width: 100%;
	z-index: 100;
}

.gnav ul{
	margin: 0 auto 0;
	width: 1135px;
	text-align: center;
}

.gnav ul li{
	display: inline-block;
}

.gnav ul li a{
	display: block;
	background: url(../img/common/arrow_down.png) no-repeat center 40px;
	height: 60px;
	box-sizing: border-box;
	padding: 11px 0 0;
}

.gnav ul li a span{
	display: block;
	height: 38px;
	width: 189px;
	border-left: 1px solid #fff;
	color: #fff;
	font-size: 15px;
	text-align: center;
	padding: 5px 0 0;
	box-sizing: border-box;
}

.gnav ul li:last-child a span{
	border-right: 1px solid #fff;
}


/* smile
   ========================================================================== */
.smile{
	margin: 0 0 0;
	height: 600px;
	transition: 1.2s;
	transform: translate(0, 20px);
	opacity:0;
}
.smile.on{
	transform: translate(0, 0);
	opacity:1;
}

.smile .inner{
	padding: 104px;
	background: url(../img/smile/bg.png) no-repeat center 121px;
	text-align: center;
}

.smile h2{
	margin: 0 0 48px;
	line-height: 0;
}

.smile p{
	margin: 0 0 0;
	font-size: 18px;
	line-height: 180%;
	color: #6A3906;
	font-family: "YuMincho", YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* present
   ========================================================================== */
.present{
	background: url(../img/present/bg.jpg) repeat center center;
	padding: 100px 0 180px;
	position: relative;
	transition: 1.2s;
	transform: translate(0, 20px);
	opacity:0;
}
.present.on{
	transform: translate(0, 0);
	opacity:1;
}

.present h2{
	position: absolute;
	top: -98px;
	width: 100%;
	background: url(../img/common/title_bg.png) no-repeat center bottom, url(../img/common/title_bg_re.png) repeat-x center bottom;
	text-align: center;
	line-height: 0;
	height: 148px;
	box-sizing: border-box;
	padding: 30px 0 0;
}

.present .inner > p:first-child{
	margin: 0 0 48px;
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	line-height: 180%;
	color: #6A3906;
}

.present .inner .white_bg{
	margin: 0 0 65px;
	padding: 0 0 43px;
	background: #fff;
	transition: 1.2s;
	transform: translate(0, 20px);
	opacity:0;
}
.present .inner .white_bg.on{
	transform: translate(0, 0);
	opacity:1;
}

.present .inner .white_bg h3{
	margin: 0 0 36px;
	padding: 9px 0 0;
	background: #804F21;
	height: 60px;
	box-sizing: border-box;
	text-align: center;
	position: relative;
}

.present .inner .white_bg:nth-child(2) h3::before{
	content: "";
	position: absolute;
	width: 127px;
	height: 128px;
	top: -38px;
	left: 63px;
	background: url(../img/present/present01/title_item.png) no-repeat center center;
}

.slick-slider{
	margin: 0 auto 20px;
	width: 996px;
}

.slick-slider li{
	width: 331px;
	height: 192px;
	padding: 0 0.25px;
	box-sizing: border-box;
}

.slick-slider li img{
	width: 100%;
	height: 100%;
}

.present .thumb-item .slick-arrow{
    position: absolute;
    text-indent: -9999px;
    z-index: 10;
    width: 19px;
    height: 28px;
    border: none;
    top: 45%;
    cursor: pointer;
}
.present .thumb-item .slick-prev{
    background: url(../img/present/present01/left.png) no-repeat center center;
    left: -30px;
}
.present .thumb-item .slick-next{
    background: url(../img/present/present01/right.png) no-repeat center center;
    right: -30px;
}

.present .inner .white_bg:nth-child(2) ul + div{
	margin: 0 0 40px;
	text-align: center;
	font-size: 0;
}

.present .inner .white_bg:nth-child(2) ul + div span{
	line-height: 0;
	display: inline-block;
	vertical-align: top;
}

.present .inner .white_bg:nth-child(2) ul + div span:nth-child(1){
	margin-right: 80px;
	position: relative;
}

.present .inner .white_bg:nth-child(2) ul + div span:nth-child(1)::before{
	content: "";
	width: 114px;
	height: 92px;
	position: absolute;
	top: 0;
	left: -25px;
	background: url(../img/present/present01/balloon.png) no-repeat center center;
}

.present .inner .white_bg:nth-child(3){
	text-align: center;
}

.present .inner .white_bg:nth-child(3) h3{
	margin: 0 0 28px;
	padding: 16px 0 0;
}

.present .inner .white_bg:nth-child(3) h3::before{
	content: "";
	position: absolute;
	width: 119px;
	height: 127px;
	top: -44px;
	right: 37px;
	background: url(../img/present/present02/title_item.png) no-repeat center center;
}

.present .inner .white_bg:nth-child(3) h3 + img{
	margin: 0 0 30px;
}

.present .inner .white_bg:nth-child(3) .container{
	margin: 0 67px 0;
	font-size: 0;
}

.present .inner .white_bg:nth-child(3) .container div{
	margin: 0 10px 33px 0;
	width: 390px;
	height: 287px;
	box-sizing: border-box;
	border: 1px solid #B28146;
	display: inline-block;
	vertical-align: top;
	position: relative;
}

.present .inner .white_bg:nth-child(3) .container div:nth-child(5n+5){
	margin: 0 0 33px 0;
}

.present .inner .white_bg:nth-child(3) .container div h4{
	margin: 0 0 137px;
/*
	padding-left: 20px;
*/
	height: 36px;
	font-size: 15px;
	color: #fff;
	background: #B28146;
	line-height: 36px;
	font-weight: normal;
	position: relative;
	z-index: 1;
}

.present .inner .white_bg:nth-child(3) .container div h4::before{
	content: "";
	width: 46px;
	height: 46px;
	position: absolute;
	top: 1px;
	left: 4px;
}

.present .inner .white_bg:nth-child(3) .container div p{
	display: none;
	margin: 0 0 0;
	font-size: 11px;
	font-weight: bold;
	line-height: 140%;
	position: relative;
	z-index: 1;
}

.present .inner .white_bg:nth-child(3) .container div > span{
	position: absolute;
	left: 0;
	top: 36px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.present .inner .white_bg:nth-child(3) .container div.cleaner02 > span{
	padding-right: 40px;
}


.present .inner .white_bg:nth-child(3) .container div h4.limit_one::before{
/*
	background: url(../img/present/present02/one.png) no-repeat center center;
*/
}

.present .inner .white_bg:nth-child(3) .container div h4.limit_two::before{
/*
	background: url(../img/present/present02/two.png) no-repeat center center;
*/
}

.present .inner .white_bg:nth-child(3) .container div h4.limit_three::before{
	background: url(../img/present/present02/three.png) no-repeat center center;
}

.present .inner .white_bg:nth-child(3) .container div h4.limit_four::before{
	background: url(../img/present/present02/four.png) no-repeat center center;
}


.present .inner .white_bg:nth-child(3) .container div.cleaner02 h4{
	margin: 0 0 98px;
}

.present .inner .white_bg:nth-child(3) .container div.cleaner02 p{
	padding-left: 65px;
}

.present .inner .white_bg:nth-child(3) .container div:nth-child(7) h4{
	padding-left: 42px;
}

.present .inner .white_bg:nth-child(3) .container + div{
	margin: 0 0 48px;
	width: 593px;
/*
	height: 161px;
*/
	box-sizing: border-box;
	border: 1px solid #B28146;
	display: inline-block;
	vertical-align: top;
}

.present .inner .white_bg:nth-child(3) .container + div h4{
	margin: 0 0 5px;
	height: 36px;
	font-size: 15px;
	color: #fff;
	background: #B28146;
	line-height: 36px;
	font-weight: normal;
	position: relative;
}

.present .inner .white_bg:nth-child(3) .container + div h4::before{
	content: "";
	width: 98px;
	height: 98px;
	position: absolute;
	top: 8px;
	left: 13px;
	background: url(../img/present/present02/chance.png) no-repeat center center;
}

.present .inner .white_bg:nth-child(3) .container + div > img{
	margin: 0 0 0 70px;
}


.present .inner .white_bg:nth-child(4){
	text-align: center;
}

.present .inner .white_bg:nth-child(4) h3{
	margin: 0 0 20px;
	padding: 16px 0 0;
}

.present .inner .white_bg:nth-child(4) h3::before{
	content: "";
	position: absolute;
	width: 156px;
	height: 123px;
	top: -33px;
	left: 37px;
	background: url(../img/present/present03/title_item.png) no-repeat center center;
}

.present .inner .white_bg:nth-child(4) h3 + img{
	margin: 0 0 24px;
}

.present .inner .white_bg:nth-child(4) p{
	margin: 30px 65px 0;
	color: #40210F;
	font-size: 12px;
	line-height: 170%;
	text-align: left;
}


.present .inner > div:last-child{
	margin: -30px 0 0;
}

.present .inner > div:last-child p:nth-child(1){
	margin: 0 0 20px;
	font-size: 15px;
	font-weight: bold;
	color: #40210F;
}

.present .inner > div:last-child p:nth-child(1) span{
	color: #E73828;
}

.present .inner > div:last-child p:nth-child(2){
	margin: 0 0 0;
	font-size: 12px;
	color: #40210F;
	line-height: 160%;
}


/* orange_btn
   ========================================================================== */
.orange_btn{
	margin: auto;
	width: 400px;
}

.orange_btn a{
	display: block;
	height: 70px;
	box-sizing: border-box;
	background: #E95513;
	padding: 5px;
}

.orange_btn a span{
	display: block;
	height: 58px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 24px;
	line-height: 58px;
	color: #fff;
	background: url(../img/common/arrow_right.png) no-repeat 452px center;
}

/* brown_btn
   ========================================================================== */
.brown_btn{
	margin: auto;
	width: 400px;
}

.brown_btn a{
	display: block;
	height: 70px;
	box-sizing: border-box;
	background: #A38A77;
	padding: 5px;
}

.brown_btn a span{
	display: block;
	height: 58px;
	border: 1px solid #fff;
	text-align: center;
	font-size: 24px;
	line-height: 58px;
	color: #fff;
	background: url(../img/common/arrow_right.png) no-repeat 352px center;
}



/* property
   ========================================================================== */
#property{
	padding: 80px 0 93px;
	position: relative;
	transition: 1.2s;
	transform: translate(0, 20px);
	opacity:0;
}
#property.on{
	transform: translate(0, 0);
	opacity:1;
}

#property h2{
	position: absolute;
	top: -118px;
	width: 100%;
	background: url(../img/common/title_bg.png) no-repeat center bottom, url(../img/common/title_bg_re.png) repeat-x center bottom;
	text-align: center;
	line-height: 0;
	height: 148px;
	box-sizing: border-box;
	padding: 30px 0 0;
}

#property nav{
	margin: 0 0 40px;
}

#property nav ul{
	margin: 0 auto 0;
	font-size: 0;
	text-align: center;
	border-bottom: 3px solid #804F21;
	width: 1135px;
}

#property nav ul li{
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 235px;
	margin: 0 20px 0 0;
}

#property nav ul li:last-child{
	margin: 0 0 0 0;
}

#property nav ul li button{
	display: block;
	height: 45px;
	width: 235px;
	background: url(../img/property/btn_bg.png) no-repeat center center;
	border: none;
	font-size: 20px;
	text-align: center;
	line-height: 45px;
	color: #fff;position: relative;
	cursor: pointer;
	transition: all ease-in .3s;
}

#property nav ul li button::after{
	content: "＋";
	position: absolute;
	left: 199px;
	top: 0;
}

#property nav ul li button:hover{
	opacity: .6;
}

#property #mtcxplate{
	margin: 0 0 69px;
	text-align: center;
	color: #00A63C;
	font-size: 24px;
}

#property #mtcxplate span{
	color: #00A63C;
	font-size: 26px;
	font-weight: bold;
}

#property .container{
	margin: 0 auto 0;
	width: 1135px;
	font-size: 0;
}

#property .container > div{
	margin: 0 0 60px;
	padding: 50px 26px 34px;
	display: inline-block;
	width: 545px;
	min-height: 535px;
	box-sizing: border-box;
	border: 1px solid #804F21;
	position: relative;
	vertical-align: top;
}

#property .container.nmore > div:nth-child(6) ~ div{
	display: none;
}

#property .container > div:nth-child(2n+1){
	margin: 0 45px 60px 0;
}

#property .container > div span:nth-child(1){
	position: absolute;
	background: url(../img/property/city_bg.png) no-repeat center center;
	text-align: center;
	font-size: 20px;
	color: #804F21;
	width: 167px;
	height: 45px;
	box-sizing: border-box;
	line-height: 45px;
	top: -18px;
	left: 24px;
	font-weight: bold;
	padding: 3px 20px 0 0;
}

#property .container > div h3{
	margin: 0 0 19px;
	color: #804F21;
	font-size: 16px;
	font-weight: bold;
	width: 330px;
	min-height: 48px;
}
#property .container > div h3 a {
    color: #804F21;
}

#property .container > div span:nth-child(3){
	position: absolute;
	top: 3px;
	right: 26px;
}

#property .container > div span:nth-child(3) img{
	margin-left: 5px;
}

#property .container > div span:nth-child(4){
	margin: 0 0 15px;
	width: 490px;
	height: 270px;
	box-sizing: border-box;
	display: block;
}

#property .container > div span:nth-child(4) img{
	width: 100%;
	height: 100%;
}

#property .container > div p{
	margin: 0 0 27px;
	font-size: 13px;
	line-height: 160%;
	display: block;
}

#property .container > div span:nth-child(6){
	display: block;
	font-size: 0;
}

#property .container > div span:nth-child(6) a{
	margin: 0 0 0;
	padding-left: 20px;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 238px;
	height: 53px;
	text-align: center;
	font-size: 20px;
	line-height: 53px;
}

#property .container > div span:nth-child(6) a:nth-child(1){
	margin: 0 15px 0 0;
	border: 1px solid #804F21;
	color: #804F21;
	background: url(../img/property/claim.png) no-repeat 33px center;
}

#property .container > div span:nth-child(6) a:nth-child(2){
	border: 1px solid #E95513;
	color: #fff;
	background: url(../img/property/clock.png) no-repeat 30px center ,#E95513;
}


/* strength
   ========================================================================== */
.strength{
	margin: 0 0 0;
	background: url(../img/strength/bg.jpg) repeat center top;
	text-align: center;
	transition: 1.2s;
	transform: translate(0, 20px);
	opacity:0;
}
.strength.on{
	transform: translate(0, 0);
	opacity:1;
}

.strength .inner{
	padding: 105px 0 62px;
	background: url(../img/strength/balloon01.png) no-repeat 119px 143px, url(../img/strength/balloon02.png) no-repeat 946px 89px;
}

.strength h2{
	margin: 0 0 56px;
	line-height: 0;
}

.strength h2 + p{
	margin: 0 0 131px;
	font-size: 19px;
	line-height: 180%;
	color: #fff;
}

.strength .container{
	margin: 0 0 0;
	font-size: 0;
}

.strength .container > div{
	margin: 0 0 120px;
	padding: 70px 0 0;
	display: inline-block;
	vertical-align: top;
	width: 540px;
	min-height:650px;
	box-sizing: border-box;
	background: url(../img/common/heart.png) no-repeat center 27px, #fff;
	position: relative;
	transition: 1.2s;
	transform: translate(0, 20px);
	opacity:0;
}
.strength .container > div.on{
	transform: translate(0, 0);
	opacity:1;
}

.strength .container > div:nth-child(2n+1){
	margin: 0 55px 120px 0;
}

.strength .container > div::before{
	content: "";
	background: url(../img/strength/strength.png) no-repeat center top;
	width: 273px;
	height: 76px;
	position: absolute;
	top: -76px;
	left: 50%;
	margin-left: -136.5px;
}

.strength .container > div h3{
	margin: 0 0 20px;
}

.strength .container > div .thum {
	margin: 0 0 23px;
}

.strength .container > div p{
	margin: 0 20px 94px;
	font-size: 13px;
	line-height: 180%;
	color: #6A3906;
	min-height: 140px;
}

.strength .container > div p + a{
	position: absolute;
	bottom: 47px;
	left: 50%;
	margin-left: -48px;
	height: 33px;
	box-sizing: border-box;
	display: inline-block;
	font-size: 12px;
	font-weight: bold;
	line-height: 180%;
	color: #00A63C;
	background: url(../img/strength/arrow.png) no-repeat center bottom;
}



/* return
   ========================================================================== */
.return{
	margin: 0 0 0;
	padding: 163px 0 0;
	height: 1171px;
	box-sizing: border-box;
	transition: 1.2s;
	transform: translate(0, 20px);
	opacity:0;
	text-align: center;
	background: url(../img/return/bg.jpg) no-repeat center bottom;
}

.return.on{
	transform: translate(0, 0);
	opacity:1;
}

.return h2{
	margin: 0 0 50px;
	line-height: 0;
}

.return p{
	margin: 0 0 75px;
	font-size: 20px;
	line-height: 180%;
	color: #6A3906;
	font-family: "YuMincho", YuMincho, "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


/* under_page
   ========================================================================== */
#under_page{
	min-width: 800px;
	margin: auto;
}

#under_page .header_wrap{
	width: 800px;
}

#under_page .inner{
	width: 800px;
}


/* under_header
   ========================================================================== */
.under_header{
	margin: 0 0 40px;
	border-top: 10px solid #00A63C;
	text-align: center;
}

.under_header .header_wrap{
	padding: 20px 0 55px;
	height: auto;
	background: url(../img/common/heart.png) no-repeat center 122px, url(../img/common/heart.png) no-repeat center bottom;
}

.under_header h1{
	margin: 0 0 65px;
}

.under_header .header_wrap > img{
	margin: 0 0 30px;
	position: relative;
	top: auto;
	right: auto;
}

.under_header .header_wrap > p{
	margin: 0 0 0;
	font-size: 15px;
	line-height: 180%;
	color: #6A3906;
}


/* under_wrap
   ========================================================================== */
.under_wrap{
	margin: 0 0 0;
	text-align: center;
}

.under_wrap .inner > img{
	margin: 0 0 40px;
}

.under_wrap .inner > div{
	margin: 0 0 35px;
	text-align: left;
	font-size: 0;
}

.under_wrap .inner > div h2{
	margin: 0 0 20px;
	padding: 6px 10px 12px 50px;
	color: #00A63C;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 1px dotted #00A63C;
	background: url(../img/common/pop01.png) no-repeat left top;
}

.under_wrap .inner > div:nth-child(3) h2{
	background: url(../img/common/pop02.png) no-repeat left top;
}

.under_wrap .inner > div:nth-child(4) h2{
	background: url(../img/common/pop03.png) no-repeat left top;
}

.under_wrap .inner > div p{
	margin: 0 20px 0 0;
	font-size: 15px;
	line-height: 180%;
	color: #6A3906;
	display: inline-block;
	vertical-align: top;
	box-sizing: border-box;
	width: 545px;
}


/* footer
   ========================================================================== */
footer{
	margin: 0;
	padding: 0;
	background: #fff;
	text-align: center;
}

footer .footer_nav{
	margin: 0;
}

footer .footer_nav ul{
	margin: 0;
}

footer .footer_nav ul li{
	display: inline-block;
	width: auto;
	height: 62px;
	box-sizing: border-box;
	padding: 20px 0 0;
}

footer .footer_nav ul li:nth-child(2){
	margin: 0 92px;
}

footer .footer_nav ul li a{
	font-size: 16px;
	display: inline-block;
	margin: -3px 0 0;
	background-size: auto;
	border: none;
	padding: 0;
	color: #717071;
	width: auto;
	text-align: center;
}
	
footer .footer_nav ul li a:hover{
	text-decoration: underline;
}
	
footer .footer_logo{
	margin: 20px 0 0;
	width: auto;
	display: block;
	line-height: 0;
}
	
footer .footer_logo a{
	margin: 0;
}
	
footer address{
	font-size: 15px;
	background: #00A63C;
	background: url(http://www.polus.co.jp/reds/sp/resources/images/bg_body.png);
	color: #FFF;
	height: 50px;
	line-height: 50px;
	text-align: center;
}


/* TOPへ戻るボタン
   ========================================================================== */
#page-top {
	position:  fixed;
	bottom:  20px;
	right:  40px;
	z-index: 100;
}
	
#page-top img{
	width: auto;
}
	
#page-top span{
	display: none;
}
	
#page-top a {
	display: block;
	opacity: 0.8;
	transition: ease-in 0.3s;
}
	
#page-top a:hover {
	opacity: 1;
}

