body,
button,
input,
select,
textarea {
	font-family: 'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-size: 14px;
	font-size: 1.6rem;
	line-height: 1.5;
}

h1, h2, h3, h4, h5, h6 {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
	margin-bottom: 10px;
	display: block;
	clear: both;
}
h1,h2 {
	font-family:  'Lucida Grande', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
	font-weight: 700;
	line-height: 32px;
}
h1,
h1 span {
	font-size: 30px;
}
h2 {
	font-size: 24px;
}
h3 {
	font-size: 24px;
}

h4 {
	font-size: 18px;
}
h5 {
	font-size: 17px;
}
h6 {
	font-size: 14px;
}



.focus-box .service-icon {
border-radius: 0;
}
.focus-box .service-icon .pixeden {
border-radius: 0;
}


	
.about-us .big-intro {
	text-align: left;
	font-size: 14px;
	margin-top: -15px;
}

.about-us p {
	text-align: left;
	font-size: 14px;
	line-height: 25px;
}

.about-us .col-md-12.zerif-rtl-big-title .big-intro,
.about-us .col-md-12.zerif_about_us_center p {
	text-align: left;
}

.focus-box p {
	text-align: left;
}

.latesnews-content p{
	text-align: left;
}

blockquote {
	font-style: normal;
}

/*ACCORDION*/
div.accordion {
  width: 100%;
  list-style-type: none;
}
div.accordion > ul > li > a {
  display: block;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  background-color: #8296FF;
  border-bottom: 1px solid #fff;
  cursor: pointer;
  padding: 10px 12px;
  position: relative;
  list-style-type: none;
}
div.accordion > ul > li > a:hover{
  background-color: #2043FF;
}
div.accordion > ul > li > a:after, div.accordion > ul > li > a.active:after{
  font-size: 12px;
  position: absolute;
  right: 12px;
  top: 16px;
  color: #fff;
    list-style-type: none;
}
div.accordion > ul > li > a:after{
  content: "▼";
}
div.accordion > ul > li > a.active:after{
  content: "▲";
}
div.accordion > ul > li > ul {
  display: none;
  list-style-type: none;
}
div.accordion > ul > li > ul > li > a{
  display: block;
  color: #000;
  font-size: 14px;
  background-color: #fff;
  border-bottom: 1px solid #fff;
  padding: 6px 12px;
  position: relative;
  list-style-type: none;
}
div.accordion > ul > li > ul > li > a:hover{
  background-color: #D4DBFF;
    list-style-type: none;
}

dt {
	font-weight: bold;
}
dd {
	margin: 0 1.5em 0 0;
}
