@charset "utf-8";
/* CSS Document */

body{background: #dcdcdc;}

#background{
  width: 950px;
  margin: 0 auto;
  background: url(../images/bg_wrap.png);
}
  
#wrap{
  width: 930px;
  margin: 0 auto;
}

nav{
  width: 930px;
  padding: 18px 0;
  background: #070405;
}

nav ul{
  margin: 0 52px;
  display:-webkit-box;/*--- Androidブラウザ用 ---*/
  display:-ms-flexbox;/*--- IE10 ---*/
  display: -webkit-flex;/*--- safari（PC）用 ---*/
  display:flex;
  -webkit-box-pack:justify;/*--- Androidブラウザ用 ---*/
  -ms-flex-pack:justify;/*--- IE10 ---*/
  -webkit-justify-content:space-between;/*--- safari（PC）用 ---*/
  justify-content:space-between;
}

nav ul li{line-height: 0;}

nav ul li a{line-height: normal;}

h2{
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 10px;
}

h3{
  font-size: 24px;
  font-weight: bold;
  color: #ffffff;
  background: #000000;
  padding: 0px 8px 0px 6px;
  display: inline-block;
  margin-bottom: 10px;
  border-radius: 5px;/* CSS3草案 */
  -webkit-border-radius: 5px;/* Safari,Google Chrome用 */
  -moz-border-radius: 5px;/* Firefox用 */
}

h4{
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px solid #000000;
  margin-bottom: 20px;
}

h5{
  font-size: 16px;
  font-weight: bold;
  background: #dcdddd;
  padding: 4px 15px 2px 15px;
  margin-bottom: 20px;
  border-radius: 5px;/* CSS3草案 */
  -webkit-border-radius: 5px;/* Safari,Google Chrome用 */
  -moz-border-radius: 5px;/* Firefox用 */
}

h6{
  font-size: 18px;
  font-weight: bold;
  background: #dcdddd;
  text-align: center;
  letter-spacing: 10px;
  padding: 4px 0;
  margin-bottom: 30px;
}

.list{margin-bottom: 20px;}

.list li{
  font-size: 18px;
  padding-left: 15px;
  background: url(../images/list_icon.png) no-repeat;
  background-position: 0 11px;
}

.text{
  font-size: 14px;
  margin-bottom: 20px;
}

footer{
  width: 930px;
  padding: 40px 0;
  position: relative;
}

.footerText{
  width: 700px;
  margin-left: 40px;
}

.footerStyle{
  font-size: 16px;
  font-weight: bold;
}

.footerIcon{
  font-size: 16px;
  padding-left: 25px;
  background: url(../images/simbol01.png) no-repeat;
}

.footerRed{color: #e71f19;}

small{
  font-size: 16px;
  font-family: メイリオ;
}

footer img{
  position: absolute;
  top: 80px;
  left: 730px;
}