/* **********************************************
 フッター
********************************************** */

.blog-footer {
  padding: 40px 0;
  color: #999;
  text-align: center;
  background-color: #f9f9f9;
  border-top: 1px solid #e5e5e5;
}
.blog-footer p:last-child {
  margin-bottom: 0;
}

#footer {
  position: relative;
  left: auto;
  margin: 0 auto;
  border-top: 10px solid #d4ffbf;
  padding: 5px 0;
  clear: both;
  text-align: left;
  display: none;
}

@media (min-width: 767px) {
	#footer {
		display: block;
	}
}

#footer div {
  margin: 0 20px;
  font-size: 90%;
}

@media (min-width: 992px) {
	#footer div {
		font-size: 100%;
	}
}

#footer div.center {
	padding: 0 0 3px;
	margin: 0 0 2px;
	color: #999;
	text-align: center;
	border-bottom: 1px dashed #ccc;
}
#footer p {
	color: #999;
	text-align: center;
	padding: 0 0 3px;
	margin: 0 0 2px;
	border-bottom: 1px dashed #ccc;
}

#footer p.site {
	text-align: center;
	padding: 2px 0;
	margin: 2px 0 0;
	border-top: 1px dashed #ccc;
	border-bottom: 1px dashed #ccc;
}

#footer p.copyright {
	margin: 0;
	padding: 0;
	color: #999;
	text-align: center;
	border-bottom: 0;
}

div#footerlink {
	text-align: center;
	font-size: 110%;
	font-weight: bold;
	background: #f7f6f6;
	overflow: hidden ;
	line-height: 120%;
	margin-top: 15px;
	padding: 0 0 15px 0;
}
div#footerlink a {
	text-decoration: underline;
}

div#footerlink img {
	width: 100%;
	margin: 0 0 15px 0;
}
div#footerios {
	text-align: center;
	font-size: 10px;
	color: #fff;
	background: #0d792c;
	overflow: hidden ;
	border-top: 1px solid #005c0f;
	line-height: 140%;
	padding: 1px 0 3px 0;
}
div#footerios a {
	font-weight: normal;
	color: #abe87a;
}

@media (min-width: 767px) {
	div#footerlink,
	div#footerios {
		display: none;
	}
}

/* ページTopへ */
div.to_top {
	display: none;
}
div.to_top img {
    position: fixed;
    right: 0;
    bottom:20px;
    z-index: 5;
    margin: 10px;
}
.link_pagetop_sp{
    width: 40px;
}
.link_pagetop_pc{
    width: 100px;
}
@media (min-width: 767px) {
	div.to_top img{
		right: 30px;
	}
}
@media print{
	div.to_top img {
		position: inherit;
	}
}