div#m-calendar {
	margin-top: 45px;
	margin-bottom: 45px;
}
div#m-calendar h2 {
	margin-bottom: 10px;
}
div#m-calendar table {
	margin: 10px 0;
}
.slide-bottom {
}
#footer .ftCnp {
	margin-top: 70px;
	padding-bottom: 100px;
}
#footer .ftCnp .inbox .navSetInr a h1 {
	padding-top: 0px;
}
#footer .search-box {

}
#footer .search-box .searchform{
}
#footer .search-box .searchform:after {
/*	content: " ";*/
	background-image: url(../img/search.png);
	width: 60px;
	height: 45px;
	display: block;
	position: absolute;
	top: -45px;
	margin-left: 0px;
	background-size: cover;
}
#footer .search-box input#s{
	box-sizing: border-box;
	height: 40px;
	display: block;
	float: left;
	margin-right: 1%;
	line-height: 1.5;
	width: 81%;
	padding: 1%;
}
#footer .search h3{

}
#footer .search-box input#searchsubmit {
	content: " ";
	background-image: url(../img/magnifying_glass.png);
	color: transparent;
	font-size: 1.4em;
	border-style: none;
	width: 15%;
	height: 40px;
	box-sizing: border-box;
	padding-top: 5px;
	padding-right: 13px;
	background-size: cover;
}
#footer .search-box input#searchsubmit:hover{
	background-image: url(../img/magnifying_glass_on.png);
	background-color: #646464;
	transition: all 0.3s;
}
#footer .slide-bottom {
	background-color: #006837;
	padding: 5px 0px;
	transition: all 0.7s;
}
.google_calendar{
	display: inline-flex;
}
.google_calendar div{
	margin-right: 25px;
}

/* PC
-------------------------------------*/
@media screen and (min-width: 769px) {
}

/* SP
-------------------------------------*/
@media screen and (max-width: 768px) {
	#footer .search-box input#s {
		margin-left: 1%;
		font-size: 150%;
	}
	#footer .search-box .searchform:after {
		display:none;
	}
	#footer .search-box input#s {
		width: 77%;
	}
	#footer .search-box input#searchsubmit {
		width: 20%;
	}

}
@media screen and (max-width: 480px) {
	#footer .search-box input#s {
		width: 67%;
	}
	#footer .search-box input#searchsubmit {
		width: 30%;
		background-size: auto;
		background-position: right;
	}
}
