@charset "UTF-8";
/* @group Reset */

.map {
    position: relative;
    width: 100%;
    padding-top: 56.25%;
    /* 16:9のアスペクト比 */
    height: 0;
}

.map iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

/*--------------------------------------------------------------------------------------------------------------------*/
/*768px*//*1024px*/
@media print, screen and (min-width : 768px){
#contents {	
	position: relative;
}
#ttl_img {	
	position: absolute;
	top: -15px;
	right: 35px;
}
#contents h3 {	
	font-size: 1.25em;
}	
.blo {
	margin-bottom: 40px;
	}
.lr {
	float: left;
	width: 400px;
	margin-right: 30px;
	}	
	.pdf_img {
		width: 240px;
		height: 339px;
		border: 1px solid #ccc;
		margin: 0 auto 40px;
		text-align: center;
	}	
	

}


/*-----------------------------------------------------------*/
@media only screen and (max-width: 767px)  {

#ttl_img {	
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.blo {
		margin-bottom: 3em;
	}	
	
#contents h3 {	
	font-size: 1.25em;
}	
.blo {
	margin-bottom:1em;
	}
.lr {
 margin-bottom: 2em;
	}	
	.pdf_img {
		width: 50%;
		border: 1px solid #ccc;
		margin: 0 auto;
		text-align: center;
	}	

}
	
