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

#mainImg {
	position:relative;
	width:auto;
	height:407px;
	background:url(../img/main_img_2015_osaka.png) no-repeat 0 0;
	background-size:cover;
	border-bottom:5px solid #541863;
	}
h1 {
	z-index: 99;
	position: absolute;
	top: 29px;
	left: 20px;
	width: 445px;
	height: 88px;
	background:url(../img/main_img_title.png) no-repeat;
	text-indent: -9999px;
	}
#mainImg #location {
	position:absolute;
	top: 229px;
	left: 20px;
	width:347px;
	height:112px;
	}


/*------------------------------------------------------------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:160px;
	padding:5px 0;
	}
#newsBox dd {
	padding:5px 0 5px 180px;
	border-bottom:1px dotted #999;
	}
