@charset "utf-8";
/* シーズらんどタイヨー */
body,div,dl,dt,dd,ul,ol,li,p,form,h1,h2,h3,h4,h5,h6,input,table,tr,th,td {
  margin: 0;
  padding: 0;
}

address,h1,h2,h3,h4,h5,h6,th,em,strong {
  font-style: normal;
  font-weight: normal;
}

h1,h2,h3,h4,h5,h6 {
  font-size: 100%;
}

table {
  border-spacing: 0;
  border-collapse: separate;
  *border-collapse: collapse;
}

img {
  border: 0;
  vertical-align: top;
}

th {
  text-align: left;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

/*----- body -----*/
body {
  font-size: 14px;
  line-height: 1.4;
  color: #333333;
	font-family:  "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック",sans-serif;
	word-wrap: break-word;
	overflow-wrap: break-word;
	-webkit-text-size-adjust: 100%;
}

/*  clearfix */
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: ".";
	clear: both;
	height: 0;
}

#wrapper {
  background-color: #ffe000;
}

#contents {
  width: 960px;
  margin: 0 auto;
}

#header {
  margin-bottom: 15px;
}

#header .head {
  padding: 14px 40px 15px 20px;
}

#header .head h1 {
  width: 200px;
  float: left;
}

#header .head p {
  width: 275px;
  float: right;
  line-height: 1.7;
  padding-top: 25px;
}

#header ul li {
  width: 318px;
  float: left;
  margin-left: 3px;
  font-size: 18px;
}

#header ul li:first-child {
  margin-left: 0;
}

#header ul li a {
  display: block;
  text-align: center;
  color: #fff;
  font-weight: bold;
  background: #707070;
  background: -moz-linear-gradient( #707070 0%, #707070 50%, #3b3b3b 50%, #3b3b3b 100%);
  background: -webkit-gradient(linear, left top, left bottom, from(#707070), color-stop(50%, #707070), color-stop(50%, #3b3b3b), to(#3b3b3b));
  background: -webkit-linear-gradient( #707070 0%, #707070 50%, #3b3b3b 50%, #3b3b3b 100%);
  background: -o-linear-gradient( #707070 0%, #707070 50%, #3b3b3b 50%, #3b3b3b 100%);
  background: linear-gradient( #707070 0%, #707070 50%, #3b3b3b 50%, #3b3b3b 100%);
  padding: 12px 0 11px 0;
}

@keyframes fadeIn {
  from {
      opacity: 1;
  }
  to {
      opacity: 0.7;
  }
}

#header ul li a:hover {
  opacity: 0.7;
  -moz-opacity: 0.7;
  filter: alpha(opacity=70);
  animation-name: fadeIn;
  animation-duration: 0.5s;
}

#main {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 60px;
}

#main h2.title {
  font-size: 40px;
  font-weight: bold;
}

#main h2.title.icon01 {
  background: url("../img/icon_title_01.png") no-repeat left center;
  padding: 0 0 0 55px;
  margin-bottom: 14px;
}

#main h2.title.icon02 {
  background: url("../img/icon_title_02.png") no-repeat left center;
  padding: 0 0 0 55px;
  margin-bottom: 14px;
}

#main h2.title.icon03 {
  background: url("../img/icon_title_03.png") no-repeat left center;
  padding: 0 0 0 65px;
  margin-bottom: 14px;
}

#main h2.title.icon04 {
  background: url("../img/icon_title_04.png") no-repeat left center;
  padding: 0 0 0 57px;
  margin-bottom: 28px;
}

#main h3.title {
  font-size: 32px;
  font-weight: bold;
}

#main h3.title.icon_small_01 {
  background: url("../img/icon_small_title_01.png") no-repeat left center;
  padding: 0 0 0 51px;
  margin-bottom: 23px;
}

#main h3.title.icon_small_02 {
  background: url("../img/icon_small_title_02.png") no-repeat left center;
  padding: 0 0 0 47px;
  margin-bottom: 14px;
}


#footer {
  background-color: #ffd521;
}

#footer .footer_sec {
  width: 940px;
  margin: 0 auto;
  padding-bottom: 33px;
}

#footer .footer_sec div {
  width: 191px;
  float: left;
  padding: 101px 0 0 102px;
  margin-right: 142px;
}

#footer .footer_sec dl {
  width: 505px;
  float: left;
  padding-top: 56px;
}

#footer .footer_sec dl dt {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 18px;
}

#footer .footer_sec dl dd ul li {
  margin-bottom: 6px;
}


/* 調整用 */
.mb30 {
  margin-bottom: 30px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}