h2.title_top_pic{
	margin: 0;
	padding: 0;
	text-indent:-1500px;
	display: block;
	overflow: hidden;
	height: 0;
	max-width: 100%;
	max-height: 100%;
	background-image: url(./images/map_top.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 40%; /* 400  1000 x 100 = 40 */
	/* Background Ε WH Εζzu·ιΫi³ϋ`Μκ POO%j
	/* \¦ζΜ³  \¦ζΜ ~ 100 */
	/* α:800px³300pxΜζΜκ */
	/* padding-top: 37.5%; */
}
h2.title_bottom_pic{
	margin: 0;
	padding: 0;
	text-indent:-1500px;
	display: block;
	overflow: hidden;
	height: 0;
	max-width: 100%;
	max-height: 100%;
	background-image: url(./images/map_bottom.png);
	background-repeat: no-repeat;
	background-size: contain;
	padding-top: 48%; /* 480  1000 x 100 = 48 */
	/* Background Ε WH Εζzu·ιΫi³ϋ`Μκ POO%j
	/* \¦ζΜ³  \¦ζΜ ~ 100 */
	/* α:800px³300pxΜζΜκ */
	/* padding-top: 37.5%; */
}


div.pic_bottom{
	margin: 10px auto;
	text-indent:-1500px;
	display: block;
	overflow: hidden;
	width: 490px;
	height: 239px;
	background-image: url(./images/map_bottom.jpg);
	text-indent:-1500px;
}






div.txtBoxYeRd{
	margin: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: 3px solid #fad00a;
	overflow: auto;
	border-radius: 6px; 
	-webkit-border-radius: 6px; /* Safari,Google Chromep */  
	-moz-border-radius: 6px; /* Firefoxp */  
}



/* distri List */
div.distList{
	width: 100%;
	margin: 10px auto;
}
	div.distList h4{
		font-weight: bold;
		margin: 0;
		padding: 2px 0 2px 12px;
		border-left: #fad00a 4px solid;
	}

	div.distList ul{
		display: block;
		overflow: auto;
		padding: 0 0 1em 0;
		margin: 1em 0;
		border-bottom: #fad00a 2px dotted;
	}
	div.distList ul li{
		white-space: nowrap;
		list-style-type: none;
		text-indent: 1em;
		margin: 0 3em 0 0;
		padding: 0;
		float: left;
	}
		div.distList li:before {
			font-family: FontAwesome;
			margin-right: 0.5em;
			font-size: 140%;
		}
		div.distList li.address:before {
			content: "\f041";
			color: #d63d2f;
		}
		div.distList li.map:before {
			content: "\f279";
			color: #4285f4;
		}
		div.distList li.web:before {
			content: "\f0ac";
			color: #1abcf1;
		}

	div.distList ul li a{
		color: #404040;
	}

/* distri List */


/* distri PDF EXP */
div.pdfNoteWrap{
	margin: 10px;
	padding: 10px;
	background-color: #ffffff;
	border: 3px solid #fad00a;
	overflow: auto;
	border-radius: 6px; 
	-webkit-border-radius: 6px; /* Safari,Google Chromep */  
	-moz-border-radius: 6px; /* Firefoxp */  
}

div.pdfNote{
/*	background-image: url(./images/icon_pdf.png);
	background-repeat: no-repeat;
	background-position: 10px center;	*/
	margin: 10px;
	padding: 10px;
	background-color: #f8eeeb;
/*	border: 3px solid #ddc6cc;	*/
	overflow: hidden;
	clear: both;
	border-radius: 6px; 
	-webkit-border-radius: 6px; /* Safari,Google Chromep */  
	-moz-border-radius: 6px; /* Firefoxp */  
}

/* distri PDF EXP */


div.dl_btn {
	width: 100%;
	margin: 30px 0;
	padding: 0;
	overflow: hidden;
	box-sizing: border-box;
}
	div.dl_btn ul {
		width: 100%;
		padding: 0;
		margin: 0; 
		text-align: center;
	}
		div.dl_btn ul li {
			width: 45%;
			box-sizing: border-box;
			margin: 0;
			margin-right: 1%;
			padding: 0;
			list-style-type: none;
			text-align: left;

			display: inline-block;
			zoom: 1;
			*display: inline;
		}
		div.dl_btn ul li:last-child {
			margin-right: 0;
		}
	div.dl_btn ul li a{
		margin: 0;
		background-color: #ff9900;
		border-left: 10px solid #ff6600;
		border-right: 2px solid #ff6600;
		border-top: 2px solid #ff6600;
		border-bottom: 2px solid #ff6600;
		padding: 6px;
		padding-left: 16px;
		text-decoration: none;
		display: block;

		background-repeat: no-repeat;
		background-size: 30%;
		background-position: right 0.5em center;
	}
	div.dl_btn ul li.btn_dt a{
		background-image: url(./images/btn_bg_dt.png);
	}
	div.dl_btn ul li.btn_van a{
		background-image: url(./images/btn_bg_van.png);
	}

	div.dl_btn ul li a span{
		color: #262626;
		line-height: 110%%;
		display: block;
		font-weight: bold;
	}
	div.dl_btn ul li a span.txt1{
		font-size: 140%;
	}

	div.dl_btn ul li a span.txt2{
		color: #46614e;
		font-size: 180%;
	}

	div.dl_btn ul li a span.dlTxt{
		color: #46614e;
		font-weight: bold;
		font-size: 140%;
		text-align: center;
		filter: none;
		text-shadow: none;
	}


	div.dl_btn ul li a:hover{
		filter: alpha(opacity=75);
		opacity:0.75;
	}





div.btn_dl_pdf {
	margin: 0;
	padding: 0;
	float: right;
}
		div.btn_dl_pdf img {
/*			border: 1px solid #ddd;	*/
/*			padding: 3px;	*/
/*			background: #f8f8f8;	*/
			margin: 5px;
			width: 120px;
			height: 40px;
		}

		div.btn_dl_pdf a:hover{
			filter: alpha(opacity=75);
			opacity:0.75;
		}




/* update date */
div.updateDate{
	margin: 0;
	text-align: right;
}
	div.updateDate p{
		margin: 0;
		color: #a6a6a6;
		border-bottom: 6px solid #f7f7f7;
		padding-bottom: 0;
		display: inline-block;
		zoom: 1;
		*display: inline;
	}
