@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;
}

ul{
	width: 1080px; 
    margin: 0 auto;
}
li{
    list-style:none;
}

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

.red{
    color: #FF0000
}

#footer{
	width:100%;
    margin: 0;
    overflow: hidden;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

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


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

#footer .infomation ul{
    overflow: hidden
}

#footer .infomation ul li{
    width: 26%;
    text-align: left;
    overflow: hidden;
    display: inline-block;
    float: left;
}

#footer .infomation ul li.lt{
    float: left;
    width: 34%;
    margin-left: 3%
}

#footer .infomation ul li.rt{
    float: right;
    width: 34%;
    margin-left: 3%
}

#footer .infomation h2{
    background: #0058c5;
    font-weight: normal;
    padding: 5px;
color: #fff;
margin: 2px 0 8px 0;
}

#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 div.cal_box div#closed a{ 
width:80%; 
display:block; 
background-color:#fff; 
border:1px solid #666666; 
text-decoration:none;
margin:0 auto;
color:#666666 ;
}

/*=======================================
²ñ¼Ò³µÍ×
=======================================*/

#footer ul li div.company {
    margin: 52px 11px 0;
}
#footer ul li div.company a{
font-size: 15px;
    color: #565656;
    border-top: dotted 1px #565656;
display:block; 
    padding: 20px 0;
}

