@charset "euc-jp";

*{
    font-family: "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo, Osaka, "£Í£Ó £Ð¥´¥·¥Ã¥¯", "MS PGothic", "sans-serif";
    margin: 0;
    padding: 0;
    letter-spacing: 0.03vw;
}
body {
	position: relative;
	min-width: 1080px;
    text-align: center
}

@media all and (-ms-high-contrast: none) {
  /* IE¤Î¤ß */
  *{overflow: hidden}
}

a{
    text-decoration:none;
    color:black;
}
a:hover{
    text-decoration: underline
}

a:hover img{
    opacity:0.7;
}

li{
    list-style:none;
}

img{
    width: auto;
    border: none;
    margin: 10px 0
}

.red{
    color: #FF0000
}

#footer{
	width:1080px;
    margin: 30px auto;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

#footer *{    
    font-size: 12px;
}


/*=======================================
ÆâÍÆ
=======================================*/
#footer .infomation{    
    background-color: #f5f5f4;
    margin-top: 20px;
    padding: 20px;
    overflow: hidden;
    line-height: 150%
}
#footer .infomation a{
    color: #0066ff;
    padding-right: 0.5rem;
}
#footer .infomation a:hover{
    text-decoration: underline
}

#footer .infomation ul{
    overflow: hidden
}

#footer .infomation ul li{
    width: 48%;
    text-align: left;
    overflow: hidden
}

#footer .infomation ul li.lt{
    float: left;
}

#footer .infomation ul li.rt{
    float: right;
}

#footer .infomation h2{
    background: #d7d7d6;
    font-weight: normal;
    padding: 5px
}

#footer .infomation h3{
    font-weight: normal;
    border-bottom: 1px dotted;
    margin: 15px 0 5px
}

#footer .infomation h3::before{
    content: '¢£';
}

#footer .infomation ul li div{
    margin: 5px 0 15px 12px
}

#footer .infomation ul li p{
    margin-top: 10px
}
