/*====================================================================================*/
/* Common
/*====================================================================================*/
.FooterWrapper{
	/* Design */
	border-top-style:solid;
	border-top-width:0.5px;
	
	/* Layout */
	padding-top:30px;
	padding-bottom:30px;
    padding-left: 100px;
    padding-right: 100px;
}
.FooterMenu{
	margin-bottom:25px;
}
.FooterMenu > div.List a{
	text-decoration:none;
	color:black;
}
.FooterInfo > div.List img{
	width:200px;
}
.FooterInfo > div.List a{
	text-decoration:none;
	color:black;
}

.FooterCopyright{
	text-align:right;
}

/*====================================================================================*/
/* スマフォ縦表示
/*====================================================================================*/
/* ipad pro? */
@media only screen and (max-width: 1024px) and (orientation:portrait){
.FooterWrapper{
	/* Design */
	border-top-style:solid;
	border-top-width:1px;
	
	/* Layout */
	padding-top:30px;
	padding-bottom:75px;
    padding-left: 0px;
    padding-right: 0px;
    margin-left: 40px;
    margin-right: 40px;    
}
.Footer.FooterInfo{
	margin-bottom:15px;
}
.FooterCopyright{
	text-align:left;
}

}
/*====================================================================================*/
/* スマフォ　横表示
/*====================================================================================*/
@media only screen and (max-width: 1024px) and (orientation:landscape){
.FooterCopyright{
	text-align:left;
}
.FooterInfo {
    margin-bottom: 15px;
}
}

