.list01 ul li{
	background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
	background: linear-gradient(#fff, #f0f0f0);
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #cccccc;
	height: 70px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	text-align: left;
	font-size: 14px;
}

 .list01 ul li a{
 background: url(list_mark1.png) no-repeat 100% 50%;
 color: #666;
 display: block;
 height: 70px;
 margin: 0;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 
}

 .list01 ul li img{
 float: left;
 height: 70px;
 width: 70px;
 margin-right: 10px;
 
}

 .list01 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top : 10px;
 
}

.list02 ul{
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #cccccc;
	margin-left: 10px;
	margin-right: 10px;
	text-align: left;
}

 .list02 ul li{
 background-image: -webkit-gradient(linear, 0% 0%, 0% 100%, from(#fff), to(#f0f0f0));
 background: linear-gradient(#fff, #f0f0f0);
 border-top: 1px solid #ccc;
 border-left: 1px solid #ccc;
 border-right: 1px solid #ccc;
 height: 45px;
 margin: 0px;
 
}

 .list02 ul li a{
 background: url(list_mark1.png) no-repeat 100% 50%;
 color: #666;
 display: block;
 height: 45px;
 margin: 0;
 padding: 0 20px 0 0;
 overflow: hidden;
 white-space: nowrap;
 text-overflow: ellipsis;
 text-decoration: none;
 
}

 .list02 ul li a strong{
 color: #000;
 display: block;
 font-weight: bold;
 padding-top: 5px;
 
}

 .list02 ul li img{
 float: left;
 height: 45px;
 width: 45px;
 margin-right: 10px;
}

.video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.ggmap {
	position: relative;
padding-bottom: 56.25%;
padding-top : 100px;
height: 0;
overflow: hidden;
}
 
.ggmap iframe,
.ggmap object,
.ggmap embed {
	position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
}