@charset "UTF-8";


/*common
--------------------------------*/
.secArea img{
  width: 100%;
}

.textArea{
  width: 900px;
  margin: 0 auto;
  font-size: 16px;
  line-height: 1.8;
  font-weight: bold;
}

a:link,#centercol a:visited{
  color: #0000ff !important;
}



/*sec02
--------------------------------*/
.sec02{
  padding: 40px 0;
}



/*sec03
--------------------------------*/
.sec03{
  position: relative;
}
.sec03 .textArea{
  position: absolute;
  bottom: 60px;
  left: 0;
  right: 0;
}



/*sec05
--------------------------------*/
.sec05{
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #F2F4E6), color-stop(100%, #F7F9EE));
  background: -webkit-linear-gradient(top, #F2F4E6, #F7F9EE);
  background:    -moz-linear-gradient(top, #F2F4E6, #F7F9EE);
  background:      -o-linear-gradient(top, #F2F4E6, #F7F9EE);
  background:         linear-gradient(to bottom, #F2F4E6, #F7F9EE);
}
.sec05 .textArea{
  font-weight: normal;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.sec05 dl{
  width: 46%;
  padding: 2%;
}
.sec05 dt{
  font-size: 1.2em;
}
.sec05 dd{

}
.sec05 dd.dlBtn{
  width: 85%;
  margin: 0 auto;
  padding-top: 10px;
}
.sec05 dd.dlBtn a{
  background: url("../images/diycontest2017/btn.jpg") no-repeat;
  display: block;
  width: 352px;
  height: 62px;
}
.sec05 dd.dlBtn a:hover{
  background: url("../images/diycontest2017/btn_on.png") no-repeat;
}



/*sec06
--------------------------------*/
.sec06 .textArea p{
  text-align: center;
  font-size: 1.2em;
  padding: 1em 0 0;
}



/*sec07
--------------------------------*/
.sec07 p{
  text-align: center;
  font-size: 1.2em;
  padding: 1em 0 0.5em;
}
.sec07 .textAreaSub{
  font-weight: normal;
}
.sec07 .textAreaSub dl{
  margin-bottom: 2em;
}
.sec07 .textAreaSub dt{
  background: #66d0ff;
  margin: 0 0 0.5em;
  padding: 0.2em 1em 0.1em;
  font-size: 1.2em;
}
.sec07 .textAreaSub dd{
  padding-left: 1em;
}
