@charset "utf-8";
/*タイトル*/
#main-con .title {
	margin-top: 30px;
}
/*テーブル*/
#main-con .info_table {
	margin-top: 10px;
}
#main-con .info_table th,
#main-con .info_table td {
	padding: 5px 0;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #232323;
	text-align: left;
}
#main-con .info_table th {
	padding-left: 5px;
	width: 130px;
}
#main-con .info_table td {
	width: 450px;
}
/*院内写真*/
#main-con .photograph {
	background-color: #fadddd;
	padding: 25px;
	padding-bottom: 0px;
	width: 540px;
	margin-top: 30px;
}
#main-con .photograph .inner {
	overflow: hidden;
	padding-bottom: 30px;
}
#main-con .photograph .inner img {
	width: 240px;
}
#main-con .photograph .left {
	display: inline;
	float: left;
	width: 240px;
	border: 8px solid #FFFFFF;
}
#main-con .photograph .right {
	display: inline;
	float: right;
	width: 240px;
	border: 8px solid #FFFFFF;
}

