#wrap{
	text-align:center;
	width:100%;
}

h2 {
	padding:70px 0 60px;
	font-size: 38px;
	font-family: 'Open Sans', sans-serif;
	letter-spacing: 7px;
}


#contents{
	width:700px;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	padding:0 0 50px;
	font-size: 14px;
}

p { line-height: 150%;}

.address {
    unicode-bidi : bidi-override;
    direction : rtl;
}
.txt01 {
	margin-bottom:40px;
	text-align: center;
}
section { margin-bottom:40px;}
section h3 {
	font-weight:bold;
	margin-bottom: 10px;
}
section ul {
	margin-top: 20px;	
}
section ul li {
	margin-bottom: 10px;
	padding-left:1em;
	text-indent: -1em;
}


/* screens smaller than 768---------------------------------------------------------- */
@media only screen and (max-width:760px) {

h2 {
	padding:40px 0 40px;
	font-size: 33px;
	letter-spacing: 2px;
}

#contents{
	width:86%;
	margin:0 auto;
	text-align:left;
	overflow:hidden;
	padding:0 0 10px;
}

	.txt01 {
	margin-bottom:30px;
	text-align: center;
}
	.txt01 br {
		display: none;
	}
section { margin-bottom:30px;}
section h3 {
	font-weight:bold;
	margin-bottom: 10px;
}
section ul {
	margin-top: 20px;	
}
section ul li {
	list-style-type: disc;
	list-style-position: outside;
	margin-bottom: 10px;
	padding-left: 20px;
	line-height: 120%;
}


}
/* /screens smaller than 768 */