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

#select_plan {
	  
	  margin-top:0;
	  position:relative;
	  height:180px;
	  margin-bottom:15px;
  }
  
  #select_title {
	  text-align:center;
	  padding-bottom:20px;
  }
  
  #select_under_def {
	  position:absolute;
	  left:17px;
	  top:174px;	
  }
  
  #select_under60 {
	  position:absolute;
	  left:160px;
	  top:174px;	
  }
  
  #select_under45 {
	  position:absolute;
	  left:504px;
	  top:174px;	
  }
  
  
  #select_plan ul {
	  padding-left:100px;
	  border-bottom:solid 10px #c21742;
  }
  
  #select_plan li {
	  height:84px;
    float: left;
    padding-left:60px;
}

#hotelcassette1-5 h2.chokuzen_shikoku {
	font-size:22px;
	color:#196DA4;
	border-left:5px solid #196DA4;
	font-weight:bold;
	padding-left:10px;
	height: 0;
    margin: 15px 0;
}

#area_ehime,#area_kouchi,#area_tokushima,#area_kagawa {
	border-bottom:dotted 1px #6E6E6E;
	padding-bottom:20px;
}

#page-top {
	position: fixed;
	bottom: 20px;
	right: 20px;
	font-size:15px;
}
#page-top a {
	background:#999;
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 30px 0;
	text-align: center;
	display: block;
	border-radius: 5px;
}
#page-top a:hover {
	text-decoration: none;
	background:#333;
}