@charset "UTF-8";
/* CSS Document */
#contWrap {
	margin: 0 auto;
	width: 980px;
}
@media screen and (max-width: 750px)  {
	#contWrap {
		width: 100%;
		transform: scale(1,1);
	}
}
img{
	border:0;
	margin:0;
	padding:0;
	vertical-align:bottom;
}
h2{
border:0;
	margin:0;
	padding:0;	
}

#last{
	background:url(../images/img_12.png) ;
	background-repeat:no-repeat;
	height:314px;
}
@media screen and (max-width: 750px)  {
	#last{
		background-size: contain;
		transform: scale(1,1);
		height: auto;
	}
}

#last img{
	margin:20px 30px 0;
}
@media screen and (max-width: 750px)  {
	#last img{
		margin:2.0408163265306123% auto 0 auto;
		display: block;
		width: 93.36734693877551%;
	}
}
#last img:hover{
	opacity:0.8;
}

#last ul{
	text-align:right;
	margin:40px 50px 0 0;
}
#last ul li{
	list-style:none;
	line-height:1.6em;
}

#last a:link {
	color:#000;
	text-decoration:none;
}
#last a:visited {
	color:#000;
	text-decoration:none;
}
#last a:hover {
	color:#000;
	text-decoration:underline;
}
#last a:active {
	color:#000;
	text-decoration:none;
}