@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;
}
	
	.service_pamphlet {
	margin: 0 0 0 30px;
	}	
.blo {
	margin-bottom: 40px;
	}
	
.box {
	margin-bottom: 50px;
	width: 870px;
	}

.box_img {
	width: 300px;
	float: left;
	text-align: center;
	/*border: 1px solid #ccc;*/
	padding: 5px;
	}
.box_img img {
	width: 250px;
	}
	
.box_txt {
	width: 540px;
	float: right;
	}	

.box_txt table {
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
	border-color: #ccc;
	line-height: 1.6;
	margin-bottom: 20px;

}
.box_txt th,
.box_txt td {
	border-width: 1px 0px 0px 1px;
	border-style: solid none none solid;
	border-color: #ccc;

}
.box_txt th {
	background: #e8efff;
	vertical-align: middle;
	font-weight: normal;
	width: 17%;
	text-align: center;
}
.box_txt td {
	background: #ffffff;
	padding: 12px 15px;
}	
.box_cap {
	background: #ffd8de;
	margin-bottom: 20px;
	padding: 12px 15px;
	line-height: 1.4;
	}	
.box_cap p {
	margin: 0 !important;
}	
.box_pdf {
	border: 1px solid #e4da6d;
	background: #fffcda;
	padding: 15px 15px 5px 25px;
	line-height: 1.4;
	}			
	
	
.box_pdf ul li {
	margin-bottom: 10px;
	padding-left: 28px;
	background: url("../../common_02/img/pdficon_small.png") no-repeat 0px 2px;

}		
.box_pdf ul li a:link {
	text-decoration: none;
}	
.box_pdf ul li a:hover {
	text-decoration: underline;
}		
	
	
	
	
	

	
}


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

#ttl_img {	
	text-align: center;
	width: 80%;
	margin: 0 auto;
}
.service_pamphlet {
	margin: 0 2em;
	}	
.blo {
	margin-bottom: 3em;
	}
	
.box {
	margin-bottom: 2em;
	}

.box_img {
	text-align: center;
	/*border: 1px solid #ccc;*/
	padding: 5px;
	margin-bottom: 1em;
	}
.box_img img {
	width: 70%;
	}
	
.box_txt {

	}	

.box_txt table {
	margin-top: 1em;
	border-width: 0px 1px 1px 0px;
	border-style: none solid solid none;
	border-color: #ccc;
	line-height: 1.6;
	margin-bottom: 20px;
/*font-size: 0.875em;*/	

}
.box_txt th,
.box_txt td {
	border-width: 1px 0px 0px 1px;
	border-style: solid none none solid;
	border-color: #ccc;

}
.box_txt th {
	background: #e8efff;
	vertical-align: middle;
	font-weight: normal;
	width: 17%;
	text-align: center;
}
.box_txt td {
	background: #ffffff;
	padding: 10px 15px;
}	
.box_cap {
	background: #ffd8de;
	margin-bottom: 20px;
	padding: 12px 15px;
	line-height: 1.4;
	}	
.box_cap p {
	margin: 0 !important;
}	
.box_pdf {
	border: 1px solid #e4da6d;
	background: #fffcda;
	padding: 15px 15px 5px 10px;
	line-height: 1.4;
	}			
	
	
.box_pdf ul li {
	margin-bottom: 10px;
	padding-left: 25px;
	background: url("../../common_02/img/pdficon_small.png") no-repeat 0px 2px;


}		
.box_pdf ul li a:link {
	text-decoration: none;
}	
.box_pdf ul li a:hover {
	text-decoration: underline;
}		




}
	
