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

#mainImg {
	position:relative;
	width:auto;
	height:407px;
	background:url("../img/main_img_2025_osaka.jpg") no-repeat 0 0;
	background-size:cover;
	border-bottom:5px solid #541863;
	}
h1{
	color:#000;
}
#mainImg #location {
	display: inline-block;
	position:absolute;
	/*top: 229px;*/
	bottom:20px;
	left: 20px;
	background:rgba(255,255,255,0.7);
	padding:20px;
	}
#location p{
	color:#000;
	font-family:serif;
}
#location .title{
	font-size:1.2rem;
	font-weight: bold;
}
#location .em{
	color:#c00;
	font-size:1.6em;
	font-weight: bold;
}

.mail{
	color:#2267F3;
	}
/*------------------------------------------------------------detail*/
#more {}
.block01 {
	width:475px;
	margin-bottom:30px;
	padding:20px 0 0;
	background:#fff;
	}
.paper01 {
	margin:0 20px 20px;
	}
.block01 p {
	margin:10px 0 0 0!important;
	}
.block01:after {
	position:relative;
	bottom:-24px;
	display:block;
	content:url(../img/paper01_shadow.png);
	}
	
/*--------------------------------------------------------lastNews*/
#newsBox {
	padding:20px;
	background:#fff;
	}
#newsBox dt {
	float:left;
	clear:left;
	width:200px;
	padding:5px 0;
	}
#newsBox dd {
	padding:5px 0 5px 180px;
	border-bottom:1px dotted #999;
	}
