@charset 'UTF-8';
#mainImgIn {
	background-image: url(../img/common/bg_mainimg05.png);
}

#pickup{
  margin-bottom: 4em;
}

p.firstTxt{
  margin-bottom: 20px;
}
#list{
  border:1px #ddd solid;
  width: 100%;
  margin-bottom: 10px;
}
#list th{
  background-color: #f0f0f0;
  vertical-align: top;
  width: 300px;
  text-align: left;
}
#list th a{
  color:#0099ff;
  font-size:20px;
  text-decoration: underline;
}
#list th,
#list td{
  padding: 30px;
}
#list td dl dt{
  float: left;
  color:#999999;
  font-weight: bold;
}
#list td dl dd{
  padding-left: 80px;
}