.inline-block-half_index {
    float: left;
    margin: 10px 0 20px 0;
}

.inline-block-half_index-r {
    float: right;
    margin: 10px 0 20px 0;
}
.no_15_1 {
	text-align:right;
	margin:0 5px 20px 0 !important;
}
.w230 {width: 230px;}
.w300 {width: 300px;}
.w450 {width: 450px;}

p.noindent {
	text-indent: 0;
	alignment-adjust: auto;
	margin-right: 0px;
}

.num {
  font-weight: bold;
  font-size: 185%;
  /* line-height: 1.0em; margin:1.0em 0 0 0.5em; text-indent: 0.4em;*/
  padding: 1.0em 0 0 0;
}

.feature03_header { 
	padding:40px 0 0;
	background:url(../images/ar/niponica16/feature03-item.jpg) left 30px no-repeat;
	language : ar;
	direction : rtl;
}

.ml_a {
	margin-left: -3.4%;
}

.inline-block-three2 {
    float: right;
    margin: 10px 0 20px 8.0%;
    text-align: center;
    width: 27%;
}

.inline-block-three3 {
    float: right;
    margin: 10px 3.4% 20px;
    text-align: center;
	width: 27%;
}
.inline-block-three3-01 {
    float: right;
    margin: 10px 0 20px 3.4%;
    text-align: center;
	width: 27%;
}

.right_num {
  font-weight:bold;
  text-align:right;
  padding:0;
  margin:0;
  font-size: 120%;
}

.pop-right3{
	float:right;
	padding-left:10px;
}

/* TOOLTIP */

abbr {border-bottom:dotted 1px #000;}

#tooltip {
  font-size: 0.9em;
  text-align: right;
  text-shadow: 0 1px rgba( 0, 0, 0, .5 );
  line-height: 1.5;
  color: #fff;
  background: #333;
  background: -webkit-gradient( linear, left top, left bottom, from( rgba( 0, 0, 0, .6 ) ), to( rgba( 0, 0, 0, .8 ) ) );
  background: -webkit-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
  background: -moz-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
  background: -ms-radial-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
  background: -o-linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
  background: linear-gradient( top, rgba( 0, 0, 0, .6 ), rgba( 0, 0, 0, .8 ) );
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  border-top: 1px solid #fff;
  -webkit-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
  -moz-box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
  box-shadow: 0 3px 5px rgba( 0, 0, 0, .3 );
  position: absolute;
  z-index: 100;
  padding: 15px;
}

#tooltip:after {
  width: 0;
  height: 0;
  border-left: 10px solid transparent;
  border-right: 10px solid transparent;
  border-top: 10px solid #333;
  border-top-color: rgba( 0, 0, 0, .7 );
  content: '';
  position: absolute;
  left: 50%;
  bottom: -10px;
  margin-left: -10px;
}

#tooltip.top:after {
  border-top-color: transparent;
  border-bottom: 10px solid #333;
  border-bottom-color: rgba( 0, 0, 0, .6 );
  top: -20px;
  bottom: auto;
}

#tooltip.left:after {
  left: 10px;
  margin: 0;
}
#tooltip.right:after {
  right: 10px;
  left: auto;
  margin: 0;
}