@charset "utf-8";
*{
  font-size:middle;
  font-weight:normal;
  color:#4C4C4C;
  margin:0;
  padding:0;
  word-wrap:break-word;
}

body {
  padding-bottom:3em;}
  
a{
  color:#00f;
  text-decoration:underline;
  border:transparent 1px solid;
}
a.external{
  word-break:break-all;
}/* 20130411 Del Onishi
a.internal{
  white-space:nowrap;
/*  word-break:keep-all;
}*/
a.selected{
  background:#ade1f5;
  border:#ade1f5 1px solid;
}
strong,
.strong{
/*20130408 OnishiChange
color:#000;
font-size:1.1em;*/
font-weight:bold;
color:#000;
font-size:1.05em
}

sup {
  position:relative;
  font-size:75%;
  top:-0.5em;  
  vertical-align:baseline;
  margin-left: 0.1em;
  margin-right: 0.1em;
/*  font-weight: normal !important;
  font-family: "Times New Roman", Times, serif;*/
}

supC {
  position:relative;
  font-size:75%;
  top:-0.5em;  
  vertical-align:baseline;
  margin-left: 0.1em;
  margin-right: 0.1em;
  color:#ef7a00;
/*  font-weight: normal !important;
  font-family: "Times New Roman", Times, serif;*/
}

p {
  line-height: 160%;
  margin: 1px;
  padding: 0;
  color:#4C4C4C;
}

p:first-child {
  margin-top:4px;
}
ul{
  /*margin-left:2.0em;*/
}
ol {
margin-left:1.3em;
}
/* 20130408 Onisi Del
ul, ol{
  margin-left:2.0em;
}
/* 20130408 Onisi Del
ul.bullet > li {
  list-style:disc;
}

ul.dash li{
  list-style-image: url("../img/listimgdash.png");
}

ul.little_bullet li{
  list-style:disc;
}*/

/*------------ heading-----------------------*/
h1, h2, h3{
  font-weight:bold;
  /*text-shadow:1px 0 1px rgba(0,0,0,1);/*擬似Bold*/
  margin: 0.75em 0 0.5em;
  padding:0.4em 10px 0.3em 0.4em;
}

h1.contents_title {
 font-size: 1.6em;
 border: solid #ff650f;
 border-width: 0.1em 0em 0.1em 0.4em;/*上右下左*/
 
}
h1.section_title {
  font-size: 2em;
  background: #ffb387;
  /*font-weight: bold;*/
  text-align: right;
  padding-bottom:2em;
  padding-right:10px;
  border: solid #ff650f;
  border-width: 0em 0em 0.4em 0em;/*上右下左*/
  color: #000000;
  margin:0 0 10px 0;
}
h1 {
  background-color:#ffe0cf;
}
h1.large{
  font-size: 1.5em;
  /*background:url("../img/h1_large_bg.png"), url("../img/h1_large_bg_lr.png"), url("../img/h1_large_bg_lr.png");*/
  /*-webkit-background-size:96% 100%, 10% 100%, 10% 100%;
  background-repeat: no-repeat, no-repeat, no-repeat;*/
  border-radius:10px;
  border:#ff650f solid 2px;
  text-align:center;
  padding: 4px 10px;
  background-color:#ffe0cf;
  font-weight:bold;
}
h1.large span{
  font-weight:bold;
  display: block;
  border-top:#ffb387 solid 2px;
  border-bottom:#ffb387 solid 2px;
  /*-webkit-background-size: 1.4em;
  background-image:url("../img/h1_large_bg.png");*/
  width: 100%;
  padding-top:0.1em;
  padding-bottom:0em;
  background-repeat: repeat-x;
  background-clip:content-box;
}
h1.normal {
  font-size: 1.4em;
  background: #ffe0cf;
  border: solid #ff650f;
  border-width: 0.1em 0.1em 0.1em 0.6em;/*上右下左*/
  padding:0.4em 10px 0.2em 0.4em;
  color: #000000;
}
h1.short {
  margin-left: 6em;
  margin-right: 6em;
}
p.red {
  font-size: 1.35em;
  color:#f00;}

p.ua_title {
  text-align:center;
  font-size:1.15em;
  text-decoration: underline;
  margin-top: 20px;
}
/*h2{
  padding:0.42em 0.1em 0.2em 5px;
  background:#ef7a00;
  border-top:#dc7000 3px solid;
  border-bottom:#ffecd9 5px solid;
  color:#fff;
  font-size: 1.3em;
  box-shadow:0px 1px 5px rgba(110, 44, 6, 0.7);
}*/
h2{
  font-size: 1.3em;
  border: solid #ff650f;
  border-width: 0em 0em 0.2em 0.6em;/*上右下左*/
	/*text-shadow:1px 0 1px rgba(255,255,255,1);/*擬似Bold*/
  color: #ef7a00;
  padding:  0.2em 0.2em 0em 0.4em;
}
h3 {
  padding:0.3em 0 0.1em 0.3em;
  font-size: 1.2em;
  color:#ff650f;
  padding-left: 1.0em; 
  background:url("../img/square.png");
  background-repeat:no-repeat;
  background-position:left 0.4em;
  background-size: 0.8em 0.8em;
  line-height:1.2em;
}
h4, h5, h6 {
  margin:20px 0 0.5em;
  line-height:1.6em;
}
h4 {
  font-weight:bold;
  padding-left: 1.1em;
  background-repeat:no-repeat;}
h4.red {
  background-image: url("../img/square.png");
  background-position:0.1em 0.2em;
  background-size: 0.85em 0.85em;}
h4.square_k {
  background-image: url("../img/square_k.png");
  background-position:0.1em 0.2em;
  background-size: 0.85em 0.85em;
  /*font-weight:bold;*/}
h4:first-child {
  margin-top:5px;
}

h5{
  text-decoration:underline;
}
h5.red {
  text-decoration: underline;
  color: #e3003d;
}
h5.black {
  text-decoration: underline;
  color: #000000;}

h6.red{
  color: #e3003d;}
p.lead{
  font-size: 1.1em;
  margin-bottom:0.2em;
}
p.title{
  font-size: 1.1em;
  margin-bottom:0.2em;
}

ul.fill_circle {
  margin-top:0.3em;
  margin-left:2.0em;
}
ul.fill_circle > li {
  margin-top:0.3em;
  display:block;
  margin:0 0 0.2em -2em;
  padding-left:1.1em;
  list-style:none;
  background:url("../img/mark_black_circle.png");
  background-repeat:no-repeat;
  background-size:1.0em 1.0em;
  background-position:left 0.2em;}

ul.ellipse_circle {
  margin-top:0.3em;
  margin-left:2.0em;
}
ul.ellipse_circle > li {
  margin-top:0.3em;
  display:block;
  margin:0 0 0.2em -2em;
  padding-left:1.1em;
  list-style:none;
  background:url("../img/circle.png");
  background-repeat:no-repeat;
  background-size:1.0em 1.0em;
  background-position:left 0.2em;}
ul.double_circle {
  margin-top:0.3em;
  margin-left:2.0em;
}
ul.double_circle > li {
  margin-top:0.3em;
  display:block;
  margin:0 0 0.2em -2em;
  padding-left:1.1em;
  list-style:none;
  background:url("../img/mark_double_circle.png");
  background-repeat:no-repeat;
  background-size:1.0em 1.0em;
  background-position:left 0.2em;}

ul.orange_circle {
  margin-top:0.3em;
  margin-left:2.0em;
}
ul.orange_circle > li {
  margin-top:0.3em;
  display:block;
  margin:0 0 0.2em -2em;
  padding-left:1.1em;
  list-style:none;
  background:url("../img/mark_orange_circle.png");
  background-repeat:no-repeat;
  background-size:1.0em 1.0em;
  background-position:left 0.2em;}
  
ul.square_red,
ul.square_black{
  margin-top:0.3em;
}
ul.square_red li,
ul.square_black li{
  display:block;
  margin:0 0 0.2em -2em;
  padding-left:1.4em;
  list-style:none;
  background:url("../img/s_red_bg.png");
  background-repeat:no-repeat;
  background-size:0.9em 0.9em;
  background-position:left 0.14em;
  
  /*border-left:#e3003d 1.5em solid;*/
}
ul.square_black li{
  background:url("../img/s_black_bg.png");
  background-repeat:no-repeat;
  background-size:0.9em 0.9em;
  background-position:left top;
}
ul.square_red p,
ul.square_black p{
  display:block;
  font-size:1.1em;
}
ul.square_red li:last-child,
ul.square_black li:last-child{
  margin-bottom:0;
}
p.roundtitle{
  display:block;
  margin-bottom:0.5em;
  font-size:1.2em;
  background:#e3003d;
  color:#fff;
  line-height:1.4em;
  text-align:center;
  -webkit-border-radius:30px;
  -moz-border-radius:30px;
}
p.redtitle{
  margin-bottom:0.2em;
  color: #e3003d;
}
/*-------------------- layout div -----------------*/

.step_list{
  display:block;
  width:100%;
  height:auto;
  margin:10px 0;
  vertical-align:middle;
}
.mark_list,
.circleposi_list{
  display:block;
  width:100%;
  height:auto;
  margin:4px 0;
  vertical-align:middle;
}
.step_list{
  margin:10px 0 0;
}
/*
.mark,
.step_list .mark,
.circleposi_list .mark{
  display:block;
  float:left;
  padding-right:0.5em;
}*/
.circleposi_list .mark{
  padding:0 0.25em;
}
.step_list .mark p.step{
  display:block;
  font-size:1.8em;
  color:#e3003d;
  font-weight:bold;
  margin-top:-0.18em;
}
.step_list .mark p{
  display:block;

}
.step_list .content p{
  display:block;
  font-size:1.25em;
}
.step_list .content p.step{
}
.clear{
  clear:both;
}

/*------------------ Step Section ------------------*/
div.step_box {
  display:-webkit-box;
  display:-moz-box;
  display:flex;
  vertical-align:middle;
  padding-top:0.4em;
  background:url("../img/square.png") no-repeat;
  background-position:0em 0.7em;
  background-size:1.5em 1.5em;}

div.step_number {
  width: 1.5em;
  height:1.5em;
  text-align:center;
  /*padding:0 0.15em;*/}

div.step_content {
  padding-top: 0.1em;
  padding-left: 0.5em;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  width:auto;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 100%;
}


div.step_number > p {
  padding:0;
  margin: 0;
  text-align:center;
  font-size:1.3em;
  font-weight: bold;
  color:#fff;
  line-height: 160%;}

div.step_content > p {
  line-height: 150%;
  margin: 0;
  padding:0;
  font-size:1.2em;
  color:#000;
  font-weight:bold;
  width:auto;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 100%;
}

td.mark {
  vertical-align:top;
  padding-right:0.5em;}
td.mark > p.step{
  color:#fff;
  padding:0.05em 0em 0.4em 0.35em;/*上右下左*/
  font-size: 1.4em;
  font-weight: bold;
  width:1.14em;
  height:1.08em;
  background:url("../img/square.png");
  background-repeat:no-repeat;
  background-position:left top;
   -webkit-background-size: 1.3em 1.3em;}
td.content > p.step {  
  font-size: 1.3em;
  /*font-weight: bold;*/
}
/*-------------------- table----------------------*/
table {
  table-layout: fixed;
  width: 100%;
  border-collapse: collapse;
  margin:0.25em 0;
  border-spacing: 0px;
  /*border:none;*/
}
table.noborder td{
  border:none;
}
th,
table td.fill,
table.head_first_col > tbody > tr > td:first-child{
  background:#eee;
}
th p,
table td.fill p{
  color:#000;
}
th,td{border:#555 solid 1px;}
th{
  vertical-align: middle;
  padding: 0.2em;
}
tr.high {
  background: #f9cbd8;}

/*-step table-*/
table.layout {
  border-spacing: 0px 0px;}

table.layout > tbody > tr > td {
  border: 0px none;}

td.mark p {
  width: 0*;
  margin:0;
  /*word-break: keep-all;*/}

col.content {
  width:100%;
  padding-top: 4px;}

table.normal td {
  vertical-align: top;
  padding: 0.05em 0.15em;}
/*-----------------info-------------------*/
.memo{
  margin:1em 0 0.5em 0;
  padding:8px;
  padding-bottom: 0.8em;
  background-color:#ffecd9;
  border-radius:5px;
  -webkit-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: inset 0px 0px 6px rgba(0, 0, 0, 0.1);
  border:#efb578 2px dotted;
}
.memo:last-child{
  margin-bottom: 0px;
}
/*------------------list ---------------*/
span.step_number{
  font-weight: bold;
  text-align:center;
  padding:0.14em 0.44em;
  background:url("../img/square.png") no-repeat;
  color: #fff; 
  background-position:0.1em 0.3em;
  background-size:1.1em 1.1em;
  font-size:0.9em}
div.step_body{
  padding-bottom:4px;
  padding-left:15px;
}
td.list_mark {
  padding-left: 8px;
  vertical-align: top;
}

td.list_content {
  vertical-align: top;
}
/*-------------etc---------------------*/
div.indent {
  margin-left: 2em;
}
div.indent_s {
  margin-left: 1.4em;
}
div.step_indent, div.normal_titles{
  margin-left:1.5em;
}
.section_top dl{
  margin-right:10px;
  margin-left:10px;
}
.i_graph{
  height:1em;
  position:relative;
  top:0.2em;
}
h4 .i_graph{
  top:0em;
}
.f3_graph{
  height:3.5em;
}
/*20130410 Onishi Add*/
ul.bullet {
  -webkit-padding-start: 0;
  -webkit-margin-start: 0;
}
ul.bullet > li {
  list-style:none;
  background: url(../img/bullet.png) left 0.25em;
  background-repeat:no-repeat;
  background-size:1.0em 1.0em;
  padding-left:1.0em;
}

ul.dash {
  -webkit-padding-start: 0;
  -webkit-margin-start: 0;
}
ul.dash > li {
  list-style:none;
  background: url(../img/dash.png) left 0.25em;
  background-repeat:no-repeat;
  background-size:1.0em 1.0em;
  padding-left:1.0em;
}
/*
ul.bullet .i_graph{
  top:-0.3em;
}
ul.dash .i_graph{
  top:0.1em;
}
td .i_graph{
  vertical-align:middle;
  top:0;
}
.circleposi_list .i_graph{ 
  height:1.0em;}
table td p{
  vertical-align:middle;
  word-break:break-all;}
*/
.l_img {
  text-align: center;
  margin: 4px 0px;;
}

.left_img {
  text-align: left;
  margin-left:2em;
}


div.gray {
  background-color: #cccccc;
  padding: 0.2em;
  margin:5px 0;}

div.pink {
  background-color: #f8c1c6;
  padding: 0.2em;
  margin:5px 0;}
div.rect,
table.rect td{
  padding:10px;
  border: 1px solid;
}
p.pl2 {
  font-size: 125%;
/*  font-weight: bold;*/
  text-align: center;
}

hr {
  width: 100%;
  text-align: right;
}

span.color{
  font-size: 110%;
  font-weight: bold;
  color: #ff650f;}


/*-------------------- Contents(001)----------------------*/

table.toc_table {
  border-top: solid 1px;
}

table.toc_table th {
  border-left:none;
  border-right:none;
  border-bottom: solid 1px;
  background: #f8b1b6;
  vertical-align: middle;
  padding: 10px 10px 10px 10px;}

table.toc_table td {
  margin: 0;
  padding:0.2em;
  border-top: solid 1px;
  border-left:none;
  border-right:none;
  border-bottom: solid 1px;}

td.bk_w {
  background-color: #fff;}
dl.dot,
table.toc_table td dl {
  padding-bottom:0.2em;
  background: url("../img/dot.gif") repeat-x left 0.4em;
  clear:both;
  display: block;
/*  margin: 0.25em;*/}

table.toc_table td dl {
  font-size: 10%;}

td.list_content dl.dot {
  background: url("../img/dot.gif") repeat-x left top;
  clear:both;
  margin: 0em;
  }
/*
body > dl.dot, .strong {
  font-weight: bold;}
*/

dl.dot dt, 
table.toc_table td dt {
  float:left;
  width: 80%;
  padding-right: 6px;
/*  background:#fff;*/
}
dl.dot dd, 
table.toc_table td dd {
  text-align: right;
  /*background: url("../img/dot.gif") repeat-x left bottom;*/
  }
dl.dot dt a, 
table.toc_table td dt a {
  padding-right: 2px;
  background:#fff;
  vertical-align: top;
}
dl.dot > dt > span{
  background:#fff;
}
.section_top dl.dot > dt > span{
  background:#FFE0CF;
}
dl.dot dd a, dl.dot dd span, 
table.toc_table td dd a {
  padding-left: 6px;
  background: #fff;
  }
.section_top dl.dot dd a{
  background: #FFE0CF;
}
div.toc_marker {
  clear:both;
  margin:0.25em 0;
  padding:2px 2px 0 2px;
  background:#ffe8db;
  border-bottom:#fff 1px solid;}
div.toc_marker > dl.dot > dd a, div.toc_marker > dl.dot > dt > span {
  background: #ffe8db;
}
div.section_index_area {
  padding:25px;
  background-color:#ffe0cf;}
.section_index_area dl.section_index span, .section_index_area  dl.section_index a{
  background-color:#ffe0cf;}
div.section_index_area > dl span, div.section_index_area > dl a {
  font-size:105%;}
div.section_index_area > dl{
  margin-top:0.25em;}

table.pl td {
 border: solid 2px #ff650f;
 padding: 5px 5px 5px 5px;
}

table.pl td.fill_color {
  background-color: #ffe8db;
  font-size:200%;
  line-height:0;
  text-align:center;
  vertical-align:middle;
  padding: 5px 5px 5px 5px;
}

table.layout td.fill_color {
  background-color: #ffe8db;
  font-size:110%;
  vertical-align:middle;}

table.pl_table th {
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: solid 1px;
  border-color: #ff650f;
  background: #f8b1b6;
  vertical-align: top;
  padding: 10px 10px 10px 10px;}

table.pl_table td {
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: solid 1px;
  border-color: #ff650f;
  vertical-align: top;
  padding: 5px 5px;
}
table.pl_table td:nth-child(2) {
 vertical-align:middle;
}

table.pl_table > tbody > tr:last-child > td {
  border-bottom: none;
  vertical-align: top;
}

table.pl_table2 th {
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: solid 2px;
  border-color: #ff650f;
  background: #f8b1b6;
  vertical-align: top;
  padding: 10px 10px 10px 10px;}
 
table.pl_table2 td {
  border-top:solid 1px;
  border-left:none;
  border-right:none;
  border-bottom: none;
  border-color: #ff650f;
  vertical-align: top;
}

table.pl_table th {
  padding: 2px;}

table.world_call td,
table.world_call th {
  vertical-align: middle;
  text-align: center;
  word-break:break-all;
  font-size:0.9em;
  padding:2px;}

table.br > tbody > tr > td,
table.br > thead > tr > th {
word-break:break-all;}

/*-------------------- H4用----------------------*/
table.pl_udborder th {
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: solid 2px;
  border-color: #ef7a00;
	background: #f8b1b6;
	vertical-align: top;
	padding: 10px 10px 10px 10px;}

table.pl_udborder td {
  border-top:none;
  border-left:none;
  border-right:none;
  border-bottom: solid 2px;
  border-color: #ef7a00;
	vertical-align: top;
}

table.pl_udborder th.end,
table.pl_udborder td.end {
   border-bottom: none;
}

/*-------------------- Accessories(010)----------------------*/

.round_rect {  
  padding: 5px;  
  border: 1px solid ;
  text-align:left;
  width:80%;
  
  -webkit-border-radius: 10px;  
  -moz-border-radius: 10px;  
  border-radius: 10px;  
}  

table.lr_linenone  {
  border-top:solid 1px;
}

table.lr_linenone th {
  border-top:none;
  border-left:none;
  border-right: solid 1px;
  border-bottom: solid 1px;
  background: #f8b1b6;
  vertical-align: top;
  padding: 2px;}

table.lr_linenone td {
  border-top:none;
  border-left:none;
  border-right: solid 1px;
   border-bottom: solid 1px;
   vertical-align:top;
}

table.lr_linenone th.right,
table.lr_linenone td.right {
  border-right: none;
}
.high_title {
  text-align:center;
}  

.high_title p{
  margin:0 auto;
  width:50%;
  padding: 2px 10px;  
  background-color:#e3222f;
  color:#FFF;
  font-weight:bold;
  text-align:center;
  -webkit-border-radius: 20px;  
  -moz-border-radius: 20px;  
  border-radius: 20px;  
}

table.udlr_line_red td{
   border: solid 1px #e3222f;
}
table.udlr_line td{
  border: none;
  vertical-align: top;
}
table.udlr_line tr{
  border: solid 1px;
}
img {
  vertical-align: top;
  margin: 1px;
  }

div.fullblock {
  padding-left:10px;
  padding-right:10px;}

div.fullblock:first-child {
  padding-top: 12px;
}
div.fullblock:last-child {
  padding-bottom: 20px;
}

div.boot{
  margin: 2px 0px;
  background-image: url("../img/bootbg.gif");
  border-left: 1px solid #35b9fd;
  border-top: 1px solid #35b9fd;
  border-bottom:1px solid #35b9fd;
  border-right:1px solid #35b9fd;
  background-repeat: repeat;
}
h1:first-child,
h2:first-child,
h3:first-child,
div.info:first-child,
table.layout:first-child,
ul.square_red:first-child,
ul.square_black:first-child{
  margin-top:0;
  -webkit-margin-before:0;
}
div.mark:first-child,div.circleposi_list:first-child{
  margin-top:1px;
}
/*
*:first-child,div.info:first-child{
  margin-top:0;
}*//*
strong{
  font-weight:normal;
  color:#000;
  text-shadow:0 0 1px rgba(0,0,0,1);/*擬似Bold
}*/
div.redrect{
  margin:0.5em 0 0;
  padding:0.3em;
  border:#e3003d solid 2px;
}
/*------remark-------*/
.remark{
  display:-webkit-box;
  display:-moz-box;
  display:flex;
}/* remove 13/4/8onishi
.remark_single{
  width:1.5em;
}*/
.remark_mark{
  margin-top:0.5em;
}
.remark_num{
/*  width:2.5em;*/
}
.remark_single,
.remark_num{
  /*padding-top:0.2em;*/
}
.remark_content{
  padding-left:0.3em;
  -webkit-box-flex:1;
  -moz-box-flex:1;
}
/*------circle_posi-------*/
.circle_posi{
  display:-webkit-box;
  display:-moz-box;
  display:flex;
}
.circle_posi_num{
  width:auto;
  margin-right:0.5em;
  /*background:url("../img/circle.png") no-repeat left 0.2em;
  -webkit-background-size:1.24em 1.24em;
  text-align:center;*/
}
.circle_posi_content{
  padding-left:0.3em;
  -webkit-box-flex:1;
  -moz-box-flex:1;
  width:auto;
  box-flex: 1;
  -webkit-box-flex: 1;
  -moz-box-flex: 1;
  width: 100%;
}

/*------function btn-------*/
.funcbtn {
  display:block;
  width:40%;
  margin:20px auto;
  padding:15px 38px 15px 50px;
  border-radius: 4px;
  -webkit-box-shadow: 1px 1px 7px #164848;
  -moz-box-shadow: 1px 1px 7px #164848;
  border:#2f8e8e 2px solid;
  background-image:url(../img/icon_func.png), url(../img/arrow.png), 
  -webkit-gradient(linear, left top, left bottom, 
  from(#fff), 
  color-stop(0.5, #efefef), 
  color-stop(0.5, #dedede), 
  to(#ccc));
  background-repeat:no-repeat, no-repeat, repeat;
  background-position:5px 50%, right 50%, left top;
  background-size:38px auto,2.4em 1.6em, 100% 100%;
  color:#333;
  text-decoration:none;
  text-align:left;
}
.funcbtn:after{
  content:'使ってみる';
}
/*------function btn END-------*/
/* highlights */
.highlight0 {
  background: #FFFF00;
  opacity:0.8;
}
.highlight1 {
  background: #FF00FF;
  opacity:0.8;
}
.highlight2 {
  background: #FF0000;
  opacity:0.8;
}
.highlight3 {
  background: #00FF00;
  opacity:0.8;
}
.highlight4 {
  background: #00FFFF;
  opacity:0.8;
}
.highlight5 {
  background: #FF0000;
  opacity:0.8;
}
.highlight6 {
  background: #FF0000;
  opacity:0.8;
}
.highlight7 {
  background: #FF0000;
  opacity:0.8;
}
.highlight8 {
  background: #FF0000;
  opacity:0.8;
}
.highlight9 {
  background: #FF0000;
  opacity:0.8;
}
