article#content {
    width: 100% !important;
    line-height: 200%;
}
/* 
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com 
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

/*
 * _common.scss
 */
/* for IE */
* {
  zoom: 1;
}

/* Common styles */
body {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 770px;
  padding: 0 10px;
  background-color: #fff;
  color: black;
  font-family: sans-serif;
  font-size: 0.75em;
  line-height: 1.7;
}

#skip-nav {
  display: none;
}

#go-to-page-top, footer {
  line-height: 1;
}

#go-to-page-top {
  margin-top: 3em;
}
#go-to-page-top p {
  height: 18px;
  overflow: hidden;
}

footer p {
  height: 99px;
  overflow: hidden;
}

a:link, a:visited {
  color: #5f5f5f;
  text-decoration: none;
}

a:active, a:hover {
  color: #f30;
  text-decoration: underline;
}

article#content table.table {
  width: 100%;
  margin: 1.5em 0 1em;
  border-color: #6e7f8f;
  border-style: solid;
  border-width: 2px 0;
  line-height: 1.5;
}
article#content table.table th, article#content table.table td {
  padding: 5px;
  border-bottom: 1px dotted #666666;
  text-align: left;
  font-weight: normal;
}
article#content table.table th {
  width: 120px;
  border-right: 1px solid #007373;
  color: #007373;
}
article#content dl.dl-table {
  margin: 1.5em 0 1em;
  border-color: #6e7f8f;
  border-style: solid;
  border-width: 2px 0;
  line-height: 1.5;
}
article#content dl.dl-table > dt {
  float: left;
  clear: both;
  width: 130px;
  padding: 5px 0;
  color: #007373;
  text-indent: 5px;
}
article#content dl.dl-table > dd {
  margin-left: 130px;
  padding: 5px;
  border-left: 1px solid #007373;
}
article#content dl.dl-table > dt, article#content dl.dl-table > dd {
  border-top: 1px dotted #666666;
}
article#content dl.dl-table > dt:first-child, article#content dl.dl-table > dd:nth-child(2) {
  border-top-width: 0;
}
article#content ul.no-bullet {
  padding-left: 0;
}
article#content ul.no-bullet li {
  display: block;
  margin-left: 0;
}

sup {
  font-size: 70%;
  vertical-align: super;
}

sub {
  font-size: 70%;
  vertical-align: sub;
}

/*
 * _topnav2.scss
 */
/* Top navigation (2 items) */
header nav#top-nav {
  *zoom: 1;
  background-color: #aca68e;
}
header nav#top-nav:before, header nav#top-nav:after {
  display: table;
  line-height: 0;
  content: "";
}
header nav#top-nav:after {
  clear: both;
}
header nav#top-nav ul#top-nav-others {
  float: right;
  width: 77px;
  height: 20px;
  margin-right: 10px;
  background-color: #fff;
}
header nav#top-nav ul#top-nav-others #top-nav-sitemap a {
  float: left;
  overflow: hidden;
  display: block;
  width: 45px;
  height: 20px;
  background-image: url("../img/common/sitemap.gif");
  text-indent: -99999px;
}
header nav#top-nav ul#top-nav-others #top-nav-help a {
  float: left;
  overflow: hidden;
  display: block;
  width: 32px;
  height: 20px;
  background-image: url("../img/common/help.gif");
  text-indent: -99999px;
}

/*
 * _topnav2-small.scss
 */
/* Top navigation (2 items, small) */
header nav#top-nav p#header-logo {
  float: left;
  width: 90px;
  height: 20px;
}

/*
 * _header-normal.scss
 */
header nav#global-nav {
  margin: 5px 10px 0;
}
header nav#global-nav ul {
  *zoom: 1;
}
header nav#global-nav ul:before, header nav#global-nav ul:after {
  display: table;
  line-height: 0;
  content: "";
}
header nav#global-nav ul:after {
  clear: both;
}
header nav#global-nav li {
  display: block;
  float: left;
  margin-left: 20px;
}
header nav#global-nav li:first-child {
  margin-left: 0;
}
header nav#global-nav li#global-nav-products {
  width: 55px;
}
header nav#global-nav li#global-nav-maintenance {
  width: 67px;
}
header nav#global-nav li#global-nav-encyclopedia {
  width: 63px;
}
header nav#global-nav li#global-nav-inquiry {
  width: 51px;
}
header nav#global-nav li#global-nav-company {
  margin-top: 7px;
  width: 50px;
  margin-left: 40px;
}
header nav#global-nav li#global-nav-home {
  margin-top: 7px;
  width: 43px;
  margin-left: 15px;
}
header h1 {
  width: 750px;
  height: 100px;
  margin: 0.5em 0 2em;
}
header nav#breadcrumb {
  *zoom: 1;
}
header nav#breadcrumb:before, header nav#breadcrumb:after {
  display: table;
  line-height: 0;
  content: "";
}
header nav#breadcrumb:after {
  clear: both;
}
header nav#breadcrumb div {
  float: left;
  margin-left: 0.3em;
}
header nav#breadcrumb div:first-child {
  margin-left: 0;
}

/*
 * _normal.scss
 */
article#content h2 {
  margin-bottom: 0.5em;
  border-bottom: 1px dotted #666;
  color: #666;
  font-size: 170%;
}
article#content p.figure {
  text-align: center;
}
article#content ul li {
  margin-left: 1.4em;
}
article#content ol li {
  margin-left: 1.6em;
}

nav#side-nav h2 {
  margin-bottom: 0.25em;
  padding-left: 5px;
  border-left: 5px solid #c3cfd7;
  border-bottom: 1px solid #999999;
  color: #666;
  font-weight: normal;
}
nav#side-nav li {
  display: block;
  padding-left: 15px;
  background: url("../img/common/list-icon.gif") 5px 0.5em no-repeat;
  border-bottom: 1px dotted #666666;
}
nav#side-nav em {
  font-weight: normal;
  font-style: normal;
}

/*
 * _common-mixins.scss
 */
#main-container {
  *zoom: 1;
}
#main-container:before, #main-container:after {
  display: table;
  line-height: 0;
  content: "";
}
#main-container:after {
  clear: both;
}

article#content {
  float: left;
  width: 535px;
}

nav#side-nav {
  float: right;
  width: 170px;
}

/*
 * news-list.scss
 */
header h1 {
  text-indent: -99999px;
}
header h1#h-news {
  background: url("../img/h-news.jpg") no-repeat;
}
header h1#h-events {
  background: url("../img/h-events.jpg") no-repeat;
}

article#content h3, article#content dl {
  margin-left: 10px;
}
article#content h3 {
  margin: 2em auto 0.5em auto;
  border-bottom: 1px dotted #666666;
  width:850px;
}
article#content dl {
  *zoom: 1;
  width:850px;
  margin:0 auto 1em auto;
}
article#content dl:before, article#content dl:after {
  display: table;
  line-height: 0;
  content: "";
}
article#content dl:after {
  clear: both;
}
article#content dt {
  *zoom: 1;
  float: left;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
  width: 9.5em;
  padding-left: 15px;
  background: url("../img/common/list-icon.gif") 5px center no-repeat;
  color: #827d68;
}
article#content dt:before, article#content dt:after {
  display: table;
  line-height: 0;
  content: "";
}
article#content dt:after {
  clear: both;
}
article#content dd {
  margin-left: 9em;
}
