/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 9, sass/_normalize.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 19, sass/_normalize.scss */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
/* line 33, sass/_normalize.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
/* line 54, sass/_normalize.scss */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 67, sass/_normalize.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
/* line 77, sass/_normalize.scss */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 89, sass/_normalize.scss */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 97, sass/_normalize.scss */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
/* line 109, sass/_normalize.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
/* line 117, sass/_normalize.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
/* line 126, sass/_normalize.scss */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
/* line 135, sass/_normalize.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 144, sass/_normalize.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 153, sass/_normalize.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 161, sass/_normalize.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 169, sass/_normalize.scss */
sup {
  top: -0.5em;
}

/* line 173, sass/_normalize.scss */
sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
/* line 184, sass/_normalize.scss */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
/* line 192, sass/_normalize.scss */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
/* line 203, sass/_normalize.scss */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 211, sass/_normalize.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
/* line 221, sass/_normalize.scss */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
/* line 229, sass/_normalize.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
/* line 252, sass/_normalize.scss */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
/* line 266, sass/_normalize.scss */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
/* line 277, sass/_normalize.scss */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
/* line 290, sass/_normalize.scss */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
/* line 302, sass/_normalize.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 311, sass/_normalize.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 322, sass/_normalize.scss */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 334, sass/_normalize.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
/* line 346, sass/_normalize.scss */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 357, sass/_normalize.scss */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
/* line 370, sass/_normalize.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
/* line 379, sass/_normalize.scss */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 390, sass/_normalize.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
/* line 399, sass/_normalize.scss */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
/* line 408, sass/_normalize.scss */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 419, sass/_normalize.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 424, sass/_normalize.scss */
td,
th {
  padding: 0;
}

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */
/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */
/* ==========================================================================
   Base styles: opinionated defaults
   ========================================================================== */
/* line 442, sass/_normalize.scss */
html,
button,
input,
select,
textarea {
  color: #222;
}

/* line 450, sass/_normalize.scss */
html {
  font-size: 1em;
  line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */
/* line 461, sass/_normalize.scss */
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

/* line 466, sass/_normalize.scss */
::selection {
  background: #b3d4fc;
  text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */
/* line 475, sass/_normalize.scss */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */
/* line 489, sass/_normalize.scss */
audio,
canvas,
img,
video {
  vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */
/* line 500, sass/_normalize.scss */
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */
/* line 510, sass/_normalize.scss */
textarea {
  resize: vertical;
}

/* line 8, sass/_common.scss */
html {
  min-width: 600px;
}

/* line 12, sass/_common.scss */
body {
  font-family: 'Open Sans', sans-serif;
  font-size: 62.5%;
  background: #FFF;
  color: #000;
  padding-top: 0;
  background: URL("/img/main_bg.jpg") no-repeat center top;
}

/* line 23, sass/_common.scss */
#cookie_notify_wrapper {
  background: #000;
  color: #EEE;
  font-size: 1.2em;
  overflow: hidden;
  *zoom: 1;
  display: none;
}
/* line 30, sass/_common.scss */
#cookie_notify_wrapper .container {
  padding: 0 0 5px 5px;
  position: relative;
}
/* line 33, sass/_common.scss */
#cookie_notify_wrapper .container .content {
  margin-right: 60px;
  min-height: 20px;
}
/* line 36, sass/_common.scss */
#cookie_notify_wrapper .container .content p {
  padding: 5px 0 0 0;
  margin: 0;
}
/* line 40, sass/_common.scss */
#cookie_notify_wrapper .container .content a {
  color: #FFF;
}
/* line 44, sass/_common.scss */
#cookie_notify_wrapper .container #cookie_notify_button {
  font-size: 2em;
  position: absolute;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: 50px;
  display: inline-block;
  text-decoration: none;
  background: #666;
  color: #FFF;
  margin-left: 5px;
  text-align: center;
}
/* line 57, sass/_common.scss */
#cookie_notify_wrapper .container #cookie_notify_button:hover {
  background: #F00;
}

/* line 64, sass/_common.scss */
.color_bar {
  width: 100%;
  margin: 0;
  height: 5px;
  background: URL("/img/color_bar.jpg") repeat-x center;
}

/* line 71, sass/_common.scss */
#header_wrapper {
  width: 100%;
  margin: 0;
  padding: 0 0 10px 0;
  *zoom: 1;
  -moz-box-shadow: #bbb 0px 4px 6px;
  -webkit-box-shadow: #bbb 0px 4px 6px;
  box-shadow: #bbb 0px 4px 6px;
  background: #FFF;
}
/* line 38, c:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
#header_wrapper:after {
  content: "";
  display: table;
  clear: both;
}
/* line 78, sass/_common.scss */
#header_wrapper .container {
  max-width: 1200px;
  padding: 20px 0 0 0;
  margin: 0 auto;
}
/* line 82, sass/_common.scss */
#header_wrapper .container .logo {
  float: left;
}
/* line 85, sass/_common.scss */
#header_wrapper .container .top_menu {
  float: right;
  clear: right;
  list-style: none;
  margin: 6px 0 0 0;
}
/* line 90, sass/_common.scss */
#header_wrapper .container .top_menu li {
  display: inline-block;
  vertical-align: middle;
  font-size: 2.2em;
  font-family: 'Open Sans Condensed', sans-serif;
}
/* line 95, sass/_common.scss */
#header_wrapper .container .top_menu li a {
  padding: 3px;
  color: #000;
  text-decoration: none;
}
/* line 99, sass/_common.scss */
#header_wrapper .container .top_menu li a:hover {
  color: #008ef6;
}
/* line 106, sass/_common.scss */
#header_wrapper .container .social_container a {
  display: inline-block;
  padding: 5px !important;
}
/* line 109, sass/_common.scss */
#header_wrapper .container .social_container a:hover {
  background: #ff8000;
}
/* line 115, sass/_common.scss */
#header_wrapper .container .button a {
  color: #FFF !important;
  display: inline-block;
  padding: 8px 20px !important;
  background: #ff8000;
}
/* line 120, sass/_common.scss */
#header_wrapper .container .button a:hover {
  background: #008ef6;
}

/* line 128, sass/_common.scss */
.main_menu {
  margin: 0;
  font-family: 'Open Sans Condensed', sans-serif;
  float: left;
}

/* line 134, sass/_common.scss */
.sf-menu {
  padding: 0;
  position: relative;
  z-index: 8000;
  *zoom: 1;
}
/* line 38, c:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/utilities/general/_clearfix.scss */
.sf-menu:after {
  content: "";
  display: table;
  clear: both;
}

/* line 145, sass/_common.scss */
.sf-menu a {
  text-transform: uppercase;
  color: #eee;
  padding: .6em 1em;
}
/* line 149, sass/_common.scss */
.sf-menu a:hover {
  color: #FFF;
}

/* line 154, sass/_common.scss */
.sf-menu .parent_level {
  font-size: 2.2em;
  color: #000;
}

/* line 159, sass/_common.scss */
.sf-menu .sfHover .parent_level {
  color: #FFF;
}

/* line 163, sass/_common.scss */
.sf-menu ul li {
  font-size: 1.6em;
  background: #333;
}

/* line 167, sass/_common.scss */
.sf-menu ul ul li {
  background: #333;
}

/* line 171, sass/_common.scss */
.sf-menu li:hover,
.sf-menu li.sfHover {
  background: #008ef6;
}

/* line 176, sass/_common.scss */
.sf-menu li.sfHover > a {
  color: #FFF;
}

/* line 180, sass/_common.scss */
.sf-arrows .sf-with-ul:after {
  color: #999;
  border-top-color: #999;
}

/* line 184, sass/_common.scss */
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #999;
  /* IE8 fallback colour */
}

/* line 190, sass/_common.scss */
.sf-arrows > li > .sf-with-ul:focus:after,
.sf-arrows > li:hover > .sf-with-ul:after,
.sf-arrows > .sfHover > .sf-with-ul:after {
  border-top-color: #999;
  /* IE8 fallback colour */
}

/* line 195, sass/_common.scss */
.sf-arrows ul .sf-with-ul:after {
  border-left-color: #999;
}

/* line 198, sass/_common.scss */
.sf-arrows ul li > .sf-with-ul:focus:after,
.sf-arrows ul li:hover > .sf-with-ul:after,
.sf-arrows ul .sfHover > .sf-with-ul:after {
  border-left-color: #999;
}

/* line 204, sass/_common.scss */
#contact_box_wrapper {
  width: 100%;
  margin: 0;
}
/* line 207, sass/_common.scss */
#contact_box_wrapper .container {
  overflow: hidden;
  *zoom: 1;
  max-width: 910px;
  padding: 0 20px 20px 20px;
  margin: 0 auto;
  font-size: 1.4em;
}
/* line 213, sass/_common.scss */
#contact_box_wrapper .container .statue_big {
  float: left;
}
/* line 216, sass/_common.scss */
#contact_box_wrapper .container .block {
  margin-left: 150px;
}
/* line 218, sass/_common.scss */
#contact_box_wrapper .container .block .logo_container {
  border-bottom: 1px solid #000;
  padding-left: 30px;
}
/* line 222, sass/_common.scss */
#contact_box_wrapper .container .block .cms {
  padding-left: 38px;
}
/* line 224, sass/_common.scss */
#contact_box_wrapper .container .block .cms strong {
  color: #008ef6;
  font-weight: normal;
}
/* line 228, sass/_common.scss */
#contact_box_wrapper .container .block .cms a {
  color: #008ef6;
}
/* line 230, sass/_common.scss */
#contact_box_wrapper .container .block .cms a:hover {
  color: #ff8000;
  text-decoration: none;
}

/* line 240, sass/_common.scss */
.featured_link_box_wrapper {
  width: 100%;
  margin: 15px auto;
  background: #008ef6;
}
/* line 244, sass/_common.scss */
.featured_link_box_wrapper .container {
  overflow: hidden;
  *zoom: 1;
  color: #FFF;
  margin: 0 auto;
  padding: 25px 40px 40px 40px;
  max-width: 930px;
}
/* line 250, sass/_common.scss */
.featured_link_box_wrapper .container h2 {
  font-size: 2.6em;
  font-weight: normal;
  margin: 15px 0 0 0;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
}
/* line 257, sass/_common.scss */
.featured_link_box_wrapper .container p {
  font-size: 1.4em;
  margin: 0;
}
/* line 261, sass/_common.scss */
.featured_link_box_wrapper .container .button {
  font-family: 'Open Sans Condensed', sans-serif;
  float: right;
  text-align: justify;
  text-decoration: none;
  background: #ff8000;
  display: inline-block;
  color: #FFF;
  font-size: 2.8em;
  padding: 15px 45px;
  margin: 30px 0px 20px 20px;
}
/* line 272, sass/_common.scss */
.featured_link_box_wrapper .container .button:hover {
  background: #e67300;
}

/* line 279, sass/_common.scss */
#footer_wrapper {
  width: 100%;
  margin: 0;
  overflow: hidden;
  *zoom: 1;
  background: #3d3d3d;
}
/* line 284, sass/_common.scss */
#footer_wrapper .container {
  max-width: 950px;
  padding: 30px 15px;
  margin: 0 auto;
  font-size: 1.3em;
  color: #FFF;
}
/* line 290, sass/_common.scss */
#footer_wrapper .container .small_logo img {
  vertical-align: baseline;
  margin: 0 10px 0 0;
}
/* line 294, sass/_common.scss */
#footer_wrapper .container .bottom_menu {
  list-style: none;
  margin: 0;
  padding: 0;
}
/* line 298, sass/_common.scss */
#footer_wrapper .container .bottom_menu li {
  display: inline-block;
  margin: 3px 3px 3px 0;
}
/* line 301, sass/_common.scss */
#footer_wrapper .container .bottom_menu li a {
  text-decoration: none;
  color: #FFF;
}
/* line 304, sass/_common.scss */
#footer_wrapper .container .bottom_menu li a:hover {
  text-decoration: underline;
  color: #ff8000;
}
/* line 311, sass/_common.scss */
#footer_wrapper .container .footer_tags {
  color: #999;
}
/* line 313, sass/_common.scss */
#footer_wrapper .container .footer_tags p {
  margin: 0;
}
/* line 317, sass/_common.scss */
#footer_wrapper .container .credits {
  margin: 0;
  font-size: .8em;
  color: #999;
}
/* line 321, sass/_common.scss */
#footer_wrapper .container .credits a {
  text-decoration: none;
  color: #999;
}
/* line 324, sass/_common.scss */
#footer_wrapper .container .credits a:hover {
  text-decoration: underline;
}
/* line 329, sass/_common.scss */
#footer_wrapper .container .contact_title {
  font-size: 1.8em;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #ff8000;
  margin: 50px 0 0 0;
}
/* line 335, sass/_common.scss */
#footer_wrapper .container .contact_button {
  display: inline-block;
  background: #ff8000;
  font-size: 2em;
  text-decoration: none;
  padding: 10px 35px;
  font-family: 'Open Sans Condensed', sans-serif;
  color: #FFF;
}
/* line 343, sass/_common.scss */
#footer_wrapper .container .contact_button:hover {
  background: #0088ec;
}
/* line 347, sass/_common.scss */
#footer_wrapper .container .footer_cms_container {
  float: right;
  clear: right;
  max-width: 300px;
  padding: 15px;
  color: #999;
}
/* line 353, sass/_common.scss */
#footer_wrapper .container .footer_cms_container h3 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-weight: normal;
  font-size: 1.8em;
  color: #FFF;
  margin: 0;
}
/* line 360, sass/_common.scss */
#footer_wrapper .container .footer_cms_container strong {
  color: #FFF;
  font-weight: normal;
}

/* line 369, sass/_common.scss */
.b_anner_container {
  background: URL("/img/b_anner_loading.gif") no-repeat;
  background-position: 50% 50%;
}

/* line 374, sass/_common.scss */
#box_1_wrapper {
  width: 100%;
  margin: 15px auto;
  background: #ff8000;
}
/* line 378, sass/_common.scss */
#box_1_wrapper .container {
  overflow: hidden;
  *zoom: 1;
  margin: 0 auto;
  max-width: 950px;
}

/* line 385, sass/_common.scss */
.b_box_1 {
  margin: 10px auto;
  width: 750px;
  height: 100px;
  overflow: hidden;
  *zoom: 1;
}
/* line 390, sass/_common.scss */
.b_box_1 .b_anner_content {
  width: 750px;
  height: 100px;
  text-align: center;
  background: #ff8000;
}
/* line 395, sass/_common.scss */
.b_box_1 .b_anner_content img {
  max-width: 750px;
  max-height: 100px;
}
/* line 399, sass/_common.scss */
.b_box_1 .b_anner_content object {
  width: 100%;
  height: 100%;
  max-width: 750px;
  max-height: 100px;
}

/* line 408, sass/_common.scss */
.b_box_2 {
  margin: 10px auto;
  width: 300px;
  height: 200px;
  overflow: hidden;
  *zoom: 1;
}
/* line 413, sass/_common.scss */
.b_box_2 .b_anner_content {
  width: 300px;
  height: 200px;
  text-align: center;
}
/* line 417, sass/_common.scss */
.b_box_2 .b_anner_content img {
  max-width: 300px;
  max-height: 200px;
}
/* line 421, sass/_common.scss */
.b_box_2 .b_anner_content object {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 200px;
}

/* line 430, sass/_common.scss */
.b_box_3 {
  margin: 10px auto;
  width: 300px;
  height: 200px;
  overflow: hidden;
  *zoom: 1;
}
/* line 435, sass/_common.scss */
.b_box_3 .b_anner_content {
  width: 300px;
  height: 200px;
  text-align: center;
}
/* line 439, sass/_common.scss */
.b_box_3 .b_anner_content img {
  max-width: 300px;
  max-height: 200px;
}
/* line 443, sass/_common.scss */
.b_box_3 .b_anner_content object {
  width: 100%;
  height: 100%;
  max-width: 300px;
  max-height: 200px;
}

/* line 3, sass/article.scss */
#content_wrapper {
  width: 100%;
}
/* line 5, sass/article.scss */
#content_wrapper .container {
  overflow: hidden;
  *zoom: 1;
  max-width: 950px;
  padding: 25px 0px 5px 5px;
  margin: 0 auto;
}
/* line 10, sass/article.scss */
#content_wrapper .container h1.title {
  color: #ff8000;
  font-size: 4.2em;
  font-weight: normal;
  border-bottom: 1px solid #000;
  margin: 0 0 5px 0;
  padding: 0 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  text-transform: uppercase;
  line-height: 1em;
}
/* line 21, sass/article.scss */
#content_wrapper .container .breadcrumb {
  list-style: none;
  padding: 0 10px;
  margin: 0 0 20px 0;
  clear: both;
}
/* line 26, sass/article.scss */
#content_wrapper .container .breadcrumb li {
  display: inline-block;
  font-size: 1.2em;
  color: #999;
  margin: 0 5px 0 0;
}
/* line 31, sass/article.scss */
#content_wrapper .container .breadcrumb li a {
  color: #999;
  text-decoration: none;
}
/* line 34, sass/article.scss */
#content_wrapper .container .breadcrumb li a:hover {
  text-decoration: underline;
}
/* line 40, sass/article.scss */
#content_wrapper .container .span {
  max-width: 950px !important;
  width: 100% !important;
}
/* line 45, sass/article.scss */
#content_wrapper .container .left_column {
  overflow: hidden;
  *zoom: 1;
  max-width: 650px;
  float: left;
}
/* line 49, sass/article.scss */
#content_wrapper .container .left_column .thumbnail {
  width: 100%;
  max-width: 650px;
}
/* line 53, sass/article.scss */
#content_wrapper .container .left_column .lead {
  font-size: 2.8em;
  text-align: justify;
  padding: 0 10px;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 1em;
  color: #000;
}
/* line 62, sass/article.scss */
#content_wrapper .container .left_column .content {
  font-size: 1.4em;
  padding: 0 10px;
}
/* line 65, sass/article.scss */
#content_wrapper .container .left_column .content h2 {
  font-size: 2em;
  text-align: justify;
  font-family: 'Open Sans Condensed', sans-serif;
  line-height: 1em;
  color: #ff8000;
  font-weight: normal;
}
/* line 73, sass/article.scss */
#content_wrapper .container .left_column .content td {
  padding: 5px;
  vertical-align: top;
}
/* line 78, sass/article.scss */
#content_wrapper .container .left_column .content table img {
  margin: 5px 0;
}
/* line 81, sass/article.scss */
#content_wrapper .container .left_column .content table h2 {
  line-height: 1.2em;
}
/* line 85, sass/article.scss */
#content_wrapper .container .left_column .content img {
  margin: 10px;
}
/* line 88, sass/article.scss */
#content_wrapper .container .left_column .content .button {
  vertical-align: top;
  text-align: center;
  line-height: 1em;
  display: inline-block;
  margin: 2px;
  background: #008ef6;
  color: #FFF;
  padding: 10px;
  text-decoration: none;
  max-width: 190px;
}
/* line 99, sass/article.scss */
#content_wrapper .container .left_column .content .button:hover {
  background: #119aff;
}
/* line 103, sass/article.scss */
#content_wrapper .container .left_column .content .button_pdf_file {
  display: inline-block;
  padding: 15px 0px 0px 55px;
  min-height: 35px;
  background: URL("/img/ic_pdf_file.png") no-repeat left top;
  text-decoration: none;
  vertical-align: middle;
}
/* line 110, sass/article.scss */
#content_wrapper .container .left_column .content .button_pdf_file:hover {
  text-decoration: underline;
}
/* line 114, sass/article.scss */
#content_wrapper .container .left_column .content .button_doc_file {
  display: inline-block;
  padding: 15px 0px 0px 55px;
  min-height: 35px;
  background: URL("/img/ic_doc_file.png") no-repeat left top;
  text-decoration: none;
  vertical-align: middle;
}
/* line 121, sass/article.scss */
#content_wrapper .container .left_column .content .button_doc_file:hover {
  text-decoration: underline;
}
/* line 125, sass/article.scss */
#content_wrapper .container .left_column .content .button_ppt_file {
  display: inline-block;
  padding: 15px 0px 0px 55px;
  min-height: 35px;
  background: URL("/img/ic_ppt_file.png") no-repeat left top;
  text-decoration: none;
  vertical-align: middle;
}
/* line 132, sass/article.scss */
#content_wrapper .container .left_column .content .button_ppt_file:hover {
  text-decoration: underline;
}
/* line 136, sass/article.scss */
#content_wrapper .container .left_column .content .button_jpg_file {
  display: inline-block;
  padding: 15px 0px 0px 55px;
  min-height: 35px;
  background: URL("/img/ic_jpg_file.png") no-repeat left top;
  text-decoration: none;
  vertical-align: middle;
}
/* line 143, sass/article.scss */
#content_wrapper .container .left_column .content .button_jpg_file:hover {
  text-decoration: underline;
}
/* line 148, sass/article.scss */
#content_wrapper .container .left_column .gallery {
  padding: 0px;
  list-style: none;
  clear: both;
  overflow: hidden;
  *zoom: 1;
}
/* line 153, sass/article.scss */
#content_wrapper .container .left_column .gallery li {
  float: left;
  margin: 20px 25px;
}
/* line 156, sass/article.scss */
#content_wrapper .container .left_column .gallery li img {
  -moz-box-shadow: #bbb 0px 2px 15px;
  -webkit-box-shadow: #bbb 0px 2px 15px;
  box-shadow: #bbb 0px 2px 15px;
  opacity: .9;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
}
/* line 163, sass/article.scss */
#content_wrapper .container .left_column .gallery li:hover img {
  opacity: 1;
  -webkit-transform: scale(1.05, 1.05);
  -moz-transform: scale(1.05, 1.05);
  transform: scale(1.05, 1.05);
}
/* line 171, sass/article.scss */
#content_wrapper .container .left_column .info {
  color: #999;
  font-size: 1.2em;
}
/* line 175, sass/article.scss */
#content_wrapper .container .left_column .submenu {
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 179, sass/article.scss */
#content_wrapper .container .left_column .submenu li {
  display: inline-block;
  margin: 0 0 2px 0;
  background: #999;
  font-size: 1.6em;
  overflow: hidden;
  *zoom: 1;
}
/* line 185, sass/article.scss */
#content_wrapper .container .left_column .submenu li a {
  display: block;
  padding: 20px 30px;
  color: #FFF;
  background: #008ef6;
  text-decoration: none;
}
/* line 191, sass/article.scss */
#content_wrapper .container .left_column .submenu li a:hover {
  background: #ff8000;
}
/* line 198, sass/article.scss */
#content_wrapper .container .right_column {
  float: right;
  overflow: hidden;
  *zoom: 1;
  max-width: 275px;
}
/* line 202, sass/article.scss */
#content_wrapper .container .right_column .submenu {
  width: 100%;
  list-style: none;
  padding: 0;
  margin: 0;
}
/* line 207, sass/article.scss */
#content_wrapper .container .right_column .submenu li {
  background-image: url("/img/submenu_bullet.png");
  background-repeat: no-repeat;
  background-position: 100% .6em;
  padding-right: .9em;
  margin: 0 0 10px 0;
  font-size: 1.6em;
  color: #FFF;
  text-align: right;
}
/* line 216, sass/article.scss */
#content_wrapper .container .right_column .submenu li a {
  color: #008ef6;
  text-decoration: none;
}
/* line 219, sass/article.scss */
#content_wrapper .container .right_column .submenu li a:hover {
  text-decoration: underline;
}
/* line 225, sass/article.scss */
#content_wrapper .container .right_column .box {
  margin-top: 15px;
  border: 1px solid #eaeaea;
  background: #f5f5f5 no-repeat bottom right;
  padding: 20px 5px;
}
/* line 230, sass/article.scss */
#content_wrapper .container .right_column .box p {
  padding: 0 30px;
  font-size: 1.2em;
}
/* line 234, sass/article.scss */
#content_wrapper .container .right_column .box h1 {
  font-family: 'Open Sans Condensed', sans-serif;
  font-size: 2.2em;
  margin: 0;
  padding: 0 0 0 30px;
  font-weight: normal;
}
/* line 242, sass/article.scss */
#content_wrapper .container .right_column .box ul li {
  color: #666;
  margin-bottom: 5px;
}
/* line 245, sass/article.scss */
#content_wrapper .container .right_column .box ul li a {
  text-decoration: none;
  color: #666;
  font-size: 1.2em;
}
/* line 249, sass/article.scss */
#content_wrapper .container .right_column .box ul li a:hover {
  color: #000;
  text-decoration: underline;
}
/* line 256, sass/article.scss */
#content_wrapper .container .right_column .box .button_color_main {
  margin: 0 0 0 30px;
  text-decoration: none;
  background: #008ef6;
  display: inline-block;
  color: #FFF;
  font-size: 1.2em;
  padding: 5px 35px;
}
/* line 266, sass/article.scss */
#content_wrapper .container .right_column .box .button_color_main:hover {
  background: #ff8000;
}
/* line 271, sass/article.scss */
#content_wrapper .container .right_column .box .button_color_second {
  margin: 0 0 0 30px;
  text-decoration: none;
  background: #ff8000;
  display: inline-block;
  color: #FFF;
  font-size: 1.2em;
  padding: 5px 35px;
}
/* line 281, sass/article.scss */
#content_wrapper .container .right_column .box .button_color_second:hover {
  background: #008ef6;
}

/* line 292, sass/article.scss */
body.responsive-lvl1 #content_wrapper .container {
  max-width: none !important;
}
/* line 294, sass/article.scss */
body.responsive-lvl1 #content_wrapper .container .span {
  max-width: none !important;
  width: none !important;
}
/* line 298, sass/article.scss */
body.responsive-lvl1 #content_wrapper .container .left_column {
  overflow: hidden;
  *zoom: 1;
  float: none !important;
  max-width: none !important;
}
/* line 302, sass/article.scss */
body.responsive-lvl1 #content_wrapper .container .left_column .thumbnail {
  width: 100%;
  max-width: none !important;
}
/* line 306, sass/article.scss */
body.responsive-lvl1 #content_wrapper .container .left_column .lead {
  font-size: 2.8em;
}
/* line 310, sass/article.scss */
body.responsive-lvl1 #content_wrapper .container .right_column {
  float: none !important;
  overflow: hidden;
  *zoom: 1;
  max-width: none !important;
}

/* line 321, sass/article.scss */
body.responsive-lvl2 #content_wrapper .container {
  max-width: none !important;
}
/* line 323, sass/article.scss */
body.responsive-lvl2 #content_wrapper .container .span {
  max-width: none !important;
  width: none !important;
}
/* line 327, sass/article.scss */
body.responsive-lvl2 #content_wrapper .container .left_column {
  overflow: hidden;
  *zoom: 1;
  float: none !important;
  max-width: none !important;
}
/* line 331, sass/article.scss */
body.responsive-lvl2 #content_wrapper .container .left_column .thumbnail {
  width: 100%;
  max-width: none !important;
}
/* line 335, sass/article.scss */
body.responsive-lvl2 #content_wrapper .container .left_column .lead {
  font-size: 2.8em;
}
/* line 339, sass/article.scss */
body.responsive-lvl2 #content_wrapper .container .right_column {
  float: none !important;
  overflow: hidden;
  *zoom: 1;
  max-width: none !important;
}

/* line 350, sass/article.scss */
body.responsive-lvl3 #content_wrapper .container {
  max-width: none !important;
}
/* line 352, sass/article.scss */
body.responsive-lvl3 #content_wrapper .container .span {
  max-width: none !important;
  width: none !important;
}
/* line 356, sass/article.scss */
body.responsive-lvl3 #content_wrapper .container .left_column {
  overflow: hidden;
  *zoom: 1;
  float: none !important;
  max-width: none !important;
}
/* line 360, sass/article.scss */
body.responsive-lvl3 #content_wrapper .container .left_column .thumbnail {
  width: 100%;
  max-width: none !important;
}
/* line 364, sass/article.scss */
body.responsive-lvl3 #content_wrapper .container .left_column .lead {
  font-size: 2.8em;
}
/* line 368, sass/article.scss */
body.responsive-lvl3 #content_wrapper .container .right_column {
  float: none !important;
  overflow: hidden;
  *zoom: 1;
  max-width: none !important;
}
