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

.dormitory_section p {
	width: 80%;
	margin: 0 auto 10px auto;
	float: none;
}
.dormitory_section p img {
	width: 100%;
}
.dormitory_section table {
	width: 100%;
	float: none;
}
.dormitory_section table th {
	width: 40%;
}
.dormitory_section table td {
	width: 60%;
}
p.mar30 {
	margin-bottom: 30px !important;
}
p.btn_hanshin {
	width: 100%;
}
p.btn_hanshin a {
	font-size: 14px;
}
.detail-list{
	display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
    justify-content: space-between;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
}
.detail-list li {
    width: 48.5%;
	text-align: center;
	margin-bottom: 2vw;
}
.detail-list li img {
    width: 100%;
}