
footer .container {
	margin-top: 20px;
	padding-top: 15px;
	min-height: 50px;
	font-size: 12px;
}

.footer-link {
	white-space: nowrap;
	padding-left: 2px;
	padding-right: 2px;
}

.google-adsense-wrapper > div {
	margin: 20px auto;
	text-align: center;
}

.google-adsense-wrapper-list > div {
	margin: 0px auto;
	text-align: center;
}

.google-adsense-timeline-wrapper > div {
	margin: 10px auto;
	text-align: center;
}

.google-adsense-timeline-contents-wrapper > div {
	text-align: center;
}

.full-width{
	width: 100%;
    max-width: 414px;
}

/* footer-navi-container */

.footer-navi-container{
	list-style: none;
	margin: 40px auto 10px;
	padding: 0;
	text-align: center;
	font-size: 85%;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.footer-navi-container li{
	margin-bottom: 10px;
	border-right: 1px solid #dedede;
}

.footer-navi-container li:last-child{
	border-right: none;
}

.footer-navi-container li a{
	display: block;
	padding: 0 7px;
}

/* footer-navi-container fixed*/

.button-box {
  display: flex;
  border-top: 1px solid #dedede;
}
.button-box .switch-button {
  flex: 1 1 50%;
  background-color: #fff;
  text-align: center;
  border-right: 1px solid #dedede;
}
.button-box .switch-button a {
  display: block;
  padding: 25px 0;
  color: #605F5D;
  border-bottom: solid 1px #e8e8e8;
  font-weight: bold;
}
.button-box .switch-button a:hover {
  text-decoration: none;
}
.button-box .page-top {
  flex: 1 1 50%;
  background-color: #fff;
  text-align: center;
  padding: 25px 0;
  color: #605F5D;
  position: relative;
  border-bottom: solid 1px #e8e8e8;
  font-weight: bold;
}
.button-box .page-top::before {
  content: "";
  display: inline-block;
  border-top: 2px solid #f47d30;
  border-right: 2px solid #f47d30;
  transform: rotate(-45deg);
  width: 10px;
  height: 10px;
  position: absolute;
  top: 15px;
  right: 0;
  left: 0;
  margin: auto;
}

/* layout-table-ellipsis */

.layout-table-layout-fixed {
	table-layout: fixed;
}

.layout-text-overflow-ellipsis {
	white-space:nowrap;
	width:100%;
	overflow:hidden;
	text-overflow:ellipsis;
}

/* layout-table-ellipsis fixed*/

/* other */

.copyright{
  color: #777;
	text-align:center;
	margin-bottom: 20px;
}

.copyright span {
  margin-right: 0.2em;
}

.ellipsis{
	overflow: hidden;
	white-space: nowrap;
	text-overflow: ellipsis;
}

/* adsense */
.ad-anchor-overlay {
    height: 50px;
    text-align: center;
}
.ad-anchor-overlay-post {
    height: 30px;
    text-align: center;
}
.ad-anchor-overlay-inner {
    margin: 0 auto;
    padding: 0;
    position: fixed;
    bottom: 0px;
    left: 0px;
    width: 100%;
    height: 50px;
    z-index: 20;
}

/* footer-messasge */
.footer-message {
  padding-bottom: 130px;
  text-align: center;
  background-color: #f97f41;
}


.footer-message a {
  display: block;
  color: #fff;
  padding: 10px 0;
}