@charset "utf-8";

h2,h3,ul, ol, dl, li, dt, dd, p, div, span, img, a, table, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-size: 100%;
  vertical-align:baseline;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
article, header, footer, aside, figure, figcaption, nav, section { 
  display:block;
}
html {
  line-height: 1;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}
ol, ul {
  list-style: none;
  list-style-type: none;
}
a:active,
a:hover {
  outline-width: 0;
  text-decoration:none;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    margin: 0;
    padding: 0;
}
address { font-style:normal;}
img { display:block; line-height:0; font-size:0; border-style:none; }
html { font-size: 120%; }
body { font-family: source-han-sans-japanese, sans-serif;}

a:hover { 
  filter:alpha(opacity=80); 
  -moz-opacity: 0.8; 
  opacity: 0.8; 
}

a:link, a:active, a:hover {
  outline-width: 0;
  text-decoration: none;
  }

.clearfix:before, .clearfix:after { content: ""; display: table; }
.clearfix:after { clear: both; }
.clearfix { zoom: 1; }





/*header */
.header {
    display: flex;
    z-index: 999999999;
    justify-content: space-between;
    width: 100%;
    background: #fff;
    padding: 10px 10px 5px 10px;
    position: fixed;
    top: 0;
    left: 0;
    box-shadow: 0 2px 2px 0 rgba(0,0,0,.02), 0 2px 10px 0 rgba(0,0,0,.1);
}
.logo img {
    height: 40px;
    margin-left: 10px;
}

/*footer*/

footer{
  background-color: #333;
  width: 100%;
  text-align: center;
  margin: 0;
  padding: 0;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS P Gothic", sans-serif;
  line-height: 1.6;
}
address {
  width: 1024px;
  margin: 0 auto;
  clear:both;/*不要か？*/
}
address ul {
  position: relative;
  overflow: hidden;
  text-align: center;
  width: 100%;
  margin: 0 auto 0 auto;
  padding: 22px 0 0 0;
  height: 125px;
}
address ul li {
  display: block;
  float: left;
  border-left: #FFF 1px solid;
  text-decoration: none;
  font-style: normal;
  line-height: 1;
  color: #FFF;
  height: 11px;
  margin-left: 10px;
  padding-left: 10px;
  font-size: 11px;
  }     
address ul li.ad2 {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 78px;
  padding: 0;
  border-left: none;
}
address ul li.first {
  border-left: none;
}
address ul li a, 
address ul li a:link{
  text-decoration: none;
  color: #FFF;
}
address ul li a:hover {
  text-decoration: underline;
  color: #FFF;
}
address ul li a div {
  margin: 0;
  padding: 0;
  border-bottom: none;
}
address ul li.ad1 {
  position: absolute;
  left: 10px;
  top: 40px;
  margin: 0;
  font-size: 10px;
  border-left: none;
}
address ul li.ad2 {
  position: absolute;
  right: 20px;
  top: 22px;
  width: 78px;
  padding: 0;
  border-left: none;
  display: block;
  text-align: center;
  text-indent: -9999px;
  height: 24px;
  margin: 0 auto 0 auto;
  background-image: url(../images/kob_logo-wh.png);
  background-position: center;
  background-repeat: no-repeat;
}

@media screen and (max-width:1024px) {
	footer,address{
		width: 100%;
	}
}

@media screen and (max-width:481px) {

/*footer*/
  footer {
    width: 100%;
    text-align: left;
    margin: 0;
    padding: 0;
    display: block;
  }
  address {
    width:100%;
  }
  address ul {
    margin: 0;
    padding: 0;
    height: auto;
  }
  address ul li {
    text-decoration: none;
    font-style: normal;
    font-size: 13px;
    line-height: 1;
    color: #FFF;
    float: none;
    border-left: none;
    height:auto;
    margin-left: inherit;
    padding-left: inherit;
  }
  address ul li.ad1,
  address ul li.ad2 {
    position: inherit;
    top:inherit;
    left:inherit;
    right:inherit;
  }
  address ul li.ad1 {
    text-align: center;
    margin: 13px 0 0 0;
    font-size: 9px;
  }
  address ul li.ad2 {
    display: block;
    text-align: center;
    text-indent: -9999px;
    width: 78px;
    height: 24px;
    margin: 0 auto 0 auto;
    padding: 20px 0 35px 0;
    background-image: url(../img/kob_logo-wh.png);
    background-position: center;
    background-repeat: no-repeat;
  }
  address ul li a {
    text-decoration: none;
    color: #FFF;
  }
  address ul li a div {
    padding: 17px;
    border-bottom: #666 dotted 1px;
  }
}