/*
 Theme Name:   Shinkou Saku Plazasaku
 Description:  Shinkou Saku Plazasaku Theme
 Author:       -
 Author URI:   http://www.shinkou-saku.or.jp
 Template:     shinkousaku
 Version:      1.0.0
 Text Domain:  shinkou-saku-plazasaku
*/

/*--------------------------
    footer
----------------------------*/
footer{
    position: relative;
    background-color: #CD0B49;
}

.footter_inner {
    position: relative;
    display: block;
    margin: 0 auto;
    padding: 20px 0 15px;
    text-align: center;
    z-index: 30;
}

.footter_inner img{
    height: auto;
    vertical-align: top;
    width: 200px;
}
@media screen and (max-width: 640px){
.footter_inner img{
    width: 25%;
}
}

.footter_inner p{
    display: inline-block;
    margin: 0;
    margin-left: 12px;
    margin-bottom: 17px;
    color: #fff;
    font-size: 60%;
    text-align: left;
}

.footer_menu {
    text-align: center;
    background-color: #F4CDCA; 
}
.footer_menu ul{
    display: block !important;
    margin: 0 auto !important;
}
.footer_menu li{
    display: inline-block !important;
    padding: 0 5px;
}
#wrap .footer_menu li a{
    margin: 0 auto;
    color: #CD0B49 !important;
    font-size: 60%;
    text-align: center;
}
@media screen and (max-width: 640px){
#wrap .footer_menu li a{font-size: 80%;}
}

#wrap .footer_menu li a:hover{
    color: #fff !important;
}

.copy {
    padding: 5px 0;
    background-color: #782038;
    text-align: center;
}
.copy p{
    display: block;
    margin: 0 auto;
    width: 605px;
    color: #fff;
    font-size: 60%;
}
@media screen and (max-width: 640px){
.copy p{
    text-align: center;
}
}


    