html, body {
  height: 100%;
  margin: 0;  /* 余白の削除 */
  padding: 0; /* 余白の削除 */
  height: 100%; /* 縦の高さを100% */
  width: 100%;  /* 横の幅を100% */
}

.bg00 {
  background-image: url(../img/bg00.png);
  background-size: cover;
  background-repeat: no-repeat;
  background-attachment: fixed;
}

.bg01 {
  background-image: url(../img/bg01.jpg);
  background-size: cover;
}

.wrapper {
  position: relative;
  height: 100%;
  width: 100%;
  height:auto !important; /*IE6対策*/
  min-height: 100%;
}

.cvtv {
    background-image: url(../img/bg_tv.png);
    background-repeat: repeat;
}

header {
  background-image: url(../img/bg_header.png);
  background-repeat: repeat-x;
  padding-top: 30px;
  min-height: 88px;
  width: 100%;
  margin: 0px;
  position: fixed;
  top: 0;
  z-index: 20;
}

.sns {
  margin-top: 25px;
  float: right;
  margin-right: 0px;
  background-image: url(../img/bg_sns.png);
  background-repeat: no-repeat;
  width: 285px;
  height: 34px;
  clear: both;
  padding-top: 5px;
  padding-left: 40px;
}

.mainmenu {
  width: 940px;
  margin: 0 auto;
}

.mainmenu li img {
  width: 85%;
  height: auto;
}

.mainmenu a:hover {
  background-color: #AD1414;
  display: block;
  transition-duration:0.5s;
}

.kiflogo {
  float: left;
}

.mainmenu ul {
  float: left;
  width: 450px;
  margin: 0px;
  padding-left: 100px;
}

.mainmenu ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
  list-style:none;
}

.img-polaroid {
  padding: 4px;
  background-color: #fff;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
     -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
          box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
}

.c-main {
  padding-top: 160px;
  background-color: ;
  width: 940px;
  margin: 0 auto;
  padding-bottom: 50px;
  height: 100%;
  min-height: 100%;

}

.c-main h1 {
  color: #FFF;
  font-size: 25px;
}

.c-main ul li {
  float: left;
  margin-right: 20px;
  margin-bottom: 0px;
  list-style:none;
}

.c-main a:hover img {
  opacity: 0.8;
  padding-left: 5px;
  transition-duration:0.2s;
}

.c-mainleft {
  float: left;
  margin-right: 30px;
  width: 600px;
}

.c-mainright {
  float: left;
  width: 250px
}

.c-banner {
  width: 250px;
  float: left;
}

.c-banner li {
  width: 250px;
}

.c-banner img {
  width: 100%;
  height: auto;
}

.c-banner1 {
  margin-top: 250px;
}

.c-newscv ul {
  float: right;
  width: 450px;
}

.c-newscv ul li {
  float: left;
  margin-right: 15px;
  margin-top: 10px;
  list-style:none;
  width: 200px;
}

.c-newscv ul li img {
  width: 100%;
  height: auto;
}

.c-newscv {
  width: 940px;
  margin: 0 auto;
}


.c-newscv a:hover {
  opacity: 0.8;
  padding-left: 5px;
  transition-duration:0.2s;
}

.c-news {
  /*float: left;*/
  background-image: url(../img/bg_news.png);
  background-repeat: no-repeat;
  height: 190px;
  width: 220px; /*457px*/
  padding-top: 30px;
  padding-left: 20px;
  padding-right: 10px;
  color: #fff;
  z-index: 20;
  /*margin-top: 100px;*/
}

.c-news dd {
  padding: 0px;
  margin: 0px;
}


footer {
  margin: 0px;
  width: 100%;
  position: absolute;
  padding: 5px 0px;
  bottom: 0px;
  height: 30px;
}


.c-footercv {
  border-top: 2px solid #fff;
  color: #fff;
  background-color: #000;
  padding: 10px 0;
}

.c-footer {
  width: 940px;
  margin: 0 auto;

}