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

.dormitory_section:after {
	content: "."; visibility: hidden; display: block; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
.dormitory_section p {
	float: left;
	width: 234px;
	text-align: center;
    line-height: 2.25;

}
.dormitory_section p img{
	width: 100%;
	
}
.dormitory_section table {
	width: 480px;
	float: right;
}
.dormitory_section table th {
	width: 140px;
}
.dormitory_section table td {
	width: 340px;
}
.dormitory th {
  width: 24.52316%; 
}
h4 {
	margin: 40px 0 5px 0;
}
p.mar30 {
	margin-bottom: 30px !important;
}
p.align_center {
	text-align: center;
	padding: 30px 0;
	background: #f7f7f7;
}
p.btn_hanshin {
	width: 500px;
	margin: 0 auto;
}
p.btn_hanshin a {
	display: block;
	text-align: center;
	color: #FFFFFF;
	background: #00a7d7;
	font-size: 100%;
	padding: 6px 10px;
}
p.btn_hanshin a span {
	background: url(/common/img/ico-window_white.png) no-repeat right center;
	padding-right: 20px;
}
.detail-list{
	display: flex;
    display: -webkit-box;
    display: -ms-flexbox;
    justify-content: space-between;
    -webkit-box-pack: justify;
	-ms-flex-pack: justify;
	margin: 20px 0 0 0 ;
	text-align: center;
}
.detail-list li p{
	margin-bottom: 5px;
}