@charset "utf-8";
.cont1 {
	width: 100%;
	float: left;
}
.cont1-left {
	width: 27%;
	float: left;
	padding-right: 20px;
	box-sizing: border-box;
	margin-top: 12px;
}
.cont1-left img {
	width: 100%;
}
.cont1-right {
	width: 100%;
	float: left;
	margin-top: 12px;
	font-size: 1.4em;
	line-height: 180%;
	box-sizing:border-box;
}
.cont2 {
	width: 100%;
	float: left;
	margin-top: 30px;
}

/*p2*/

.tbb1{
	width:100%;
	box-sizing:border-box;
	}

.tbb1 tr td {
	padding:15px;
    border-bottom: 1px dotted #ccc;
    line-height: 160%;
	box-sizing:border-box;
	font-size: 1.4em;
	line-height: 180%;
}
.tbb1 a{
	text-decoration:none;
	color:#6c4;
}
.tbb1 a:hover{
	text-decoration:underline;
}
.tdll {
    width: 25%;
	background:#EAF8E4;
}
.pdlr-20{
	padding:0 20px;
}
.map-info iframe{
	width:100%;
	float:left;
	height:250px;
	margin-top:20px;
}

@media screen and (max-width: 640px) {
.cont1, .cont2 {background:#F7F7F7;padding:4% 0; box-sizing:border-box;}
.cont1-left {width:100%;text-align:center;padding:2%;box-sizing:border-box;}
.cont1-left img {width:auto;}
.cont1-right {width:100%;}
.tdll{
	text-align:center;
}
}