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

#img3{
	background-image: url(img3.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 960px;
	height: 558px;
	position: relative;
}

#img3 .btn{
	position: absolute;
transition: 0.5s;
}

#img3 #btn1{
	top: 5px;
	left: 40px;
	
}

#img3 #btn2{
	top: 0;
	right: 40px;
	
}

#img3 #btn3{
	top: 252px;
	left: 40px;
	
}

#img3 #btn4{
	top: 220px;
	right: 40px;
	
}

#img3 #btn5{
	top: 410px;
	left: 40px;
	
}

#img3 .btn:hover{
	    -webkit-transform: scale(1.05,1.05);
    -moz-transform: scale(1.05,1.05);
    -o-transform: scale(1.05,1.05);
    -ms-transform: scale(1.05,1.05);
    transform: scale(1.05,1.05);
}
.oshirase{
	border: #c00 solid 2px;
	padding: 40px;
	margin: 0 auto 40px;
}

#news .oshirase h2{
	font-size: 18px;
	margin-bottom: 0.5em;
	color: #c00;
	
	    background-repeat: no-repeat;
    height:auto;
 
    text-indent:inherit;
    display: block;
    background-image:none;
	
}

.oshirase p{
	font-size: 14px;
	margin-bottom:0.5em;
	line-height: 1.6;
	padding: 0;
}

