.main_box{
  padding: 10px;
}

div.gasshuku_box{
  margin-bottom: 20px;
}

div.gasshuku_box div.box1{
  float: left;
  width: 200px;
  margin-left: 10px;
}

div.gasshuku_box div.box2{
  float: left;
  width: 100px;
  padding-top: 70px;
  padding-left: 40px;
  padding-right: 40px;
}

div.gasshuku_box div.box3{
  float: left;
  width: 200px;
  margin-right: 10px;
}

div.gasshuku_box div.box1 ul{
  border: 1px solid #0033ff;
  margin-bottom: 10px;
  padding-bottom: 5px;
  background-color: azure;
}

div.gasshuku_box div.box1 ul li{
  padding: 5px 0 5px 20px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}

div.gasshuku_box div.box3 ul{
  border: 1px solid #0033ff;
  margin-bottom: 10px;
  padding-bottom: 5px;
  background-color: azure;
}

div.gasshuku_box div.box3 ul li{
  padding: 5px 0 5px 20px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}

div.gasshuku_box p.submit{
  text-align: center;
  margin-bottom: 30px
}


div.gasshuku_list div ul{
  border: 1px solid #0033ff;
  padding-top: 5px;
  margin-bottom: 10px;
  padding-bottom: 5px;
  background-color: azure;
}

div.gasshuku_list div ul li{
  padding: 5px 0 5px 20px;
  font-size: 14px;
  line-height: 1.4em;
  text-align: left;
}

div.gasshuku_list div ul a{
  padding: 5px;
}

div.gasshuku_list div ul a:hover{
  color: white;
  background-color: skyblue;
  text-decoration: underline;
}

div.gasshuku_list div ul span{
  padding-left: 10px;
  padding-right: 10px;
}

div.gasshuku_list_left{
  width: 290px;
  float: left;
}

div.gasshuku_list_right{
  margin-left: 20px;
  width: 290px;
  float: left;
}

p.attention{
  color: red;
  font-size: 12px;
  margin-left: 10px;
  padding: 5px;
  background-color: bisque;
}

