#title {
	background:url(../img/bg_w_title1280.jpg) no-repeat;
	background-size: cover;
	background-position: top;
	position: absolute;
	top:0;
	left:0;
	bottom:0;
	right:0;
	padding-top: 3%;
	padding-left: 3%;
	padding-right:3%;
	margin-bottom: 5px;
	}
#wrapper {
	position:relative;
	width: 100%;
}
#wrapper:before {
	content: "";
	display: block;
	padding-top: 125%;
}
#sponsors {
	padding:-3%;
	position: relative;
	z-index:100;	
	text-align:left;
}
#sponsors img{	
	width:100%;
}
#fee {
	position: relative;
	text-align: center;
}
#fee img {
	 width:40%;
	z-index:80;	
}
#place {
}
#place img {
	display:block;
	padding: 2% 35% 2% 3%;
	background: rgba(125,125,125,0.5);
	position:absolute;
	bottom:0;
	left:0;
	width:100%;
	z-index:80;	
}
#information {
	padding: 3%;
	text-align: center;
}
#information dt {
	padding: 5px;
	margin-top: 5px;
}
#information dd {
	padding: 5px;

}
.hojin-name {
	display:block;
}
.hojinkaku {
	font-size: x-small;
}
#venue {
	display: block;
}
.english-name {
	color: #888;
}
.btn {
	padding: 2px;
	font-size: small;
	width: 25%;
	position:absolute;	
}
.btn a {
	color: #fff;
}
#access {
	bottom:16%;
	left:35%;
}
#abstract {
	bottom:24%;
	left:20%;
}
#program {
	bottom:32%;
	left:5%;
}
.logo {
	display:inline-block;
	padding: 10px;
}

@media (min-width:768px)  {
	.hojin-name {
		display:inline;
	}
	#place img {
	background: none;
	padding:3%;
	width:50%;
	z-index:80;	
	}
	#venue {
	display: none;
	}
	.btn {
		font-size:x-large;
	}	
	#fee {
		position: relative;
		text-align:right;
	}
	#fee img {
		position: absolute;
		bottom: 0;
		right: 2%;
		width: 20%;
		z-index:80;	
	}
}
