/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* normalize.css v2.1.3 | MIT License | git.io/normalize */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
/* line 22, ../../sass/_reset.scss */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * Correct `inline-block` display not defined in IE 8/9.
 */
/* line 32, ../../sass/_reset.scss */
audio,
canvas,
video {
  display: inline-block;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
/* line 41, ../../sass/_reset.scss */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
/* line 52, ../../sass/_reset.scss */
[hidden],
template {
  display: none;
}

/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
/* line 66, ../../sass/_reset.scss */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
/* line 76, ../../sass/_reset.scss */
body {
  margin: 0;
}

/* ==========================================================================
   Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
/* line 88, ../../sass/_reset.scss */
a {
  background: transparent;
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
/* line 96, ../../sass/_reset.scss */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
/* line 105, ../../sass/_reset.scss */
a:active,
a:hover {
  outline: 0;
}

/* ==========================================================================
   Typography
   ========================================================================== */
/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
/* line 118, ../../sass/_reset.scss */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
/* line 127, ../../sass/_reset.scss */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
/* line 136, ../../sass/_reset.scss */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
/* line 144, ../../sass/_reset.scss */
dfn {
  font-style: italic;
}

/**
 * Address differences between Firefox and other browsers.
 */
/* line 152, ../../sass/_reset.scss */
hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

/**
 * Address styling not present in IE 8/9.
 */
/* line 162, ../../sass/_reset.scss */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Correct font family set oddly in Safari 5 and Chrome.
 */
/* line 174, ../../sass/_reset.scss */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

/**
 * Improve readability of pre-formatted text in all browsers.
 */
/* line 183, ../../sass/_reset.scss */
pre {
  white-space: pre-wrap;
}

/**
 * Set consistent quote types.
 */
/* line 191, ../../sass/_reset.scss */
q {
  quotes: "\201C" "\201D" "\2018" "\2019";
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
/* line 199, ../../sass/_reset.scss */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
/* line 208, ../../sass/_reset.scss */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

/* line 215, ../../sass/_reset.scss */
sup {
  top: -0.5em;
}

/* line 219, ../../sass/_reset.scss */
sub {
  bottom: -0.25em;
}

/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
/* line 231, ../../sass/_reset.scss */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
/* line 239, ../../sass/_reset.scss */
svg:not(:root) {
  overflow: hidden;
}

/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
/* line 251, ../../sass/_reset.scss */
figure {
  margin: 0;
}

/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Define consistent border, margin, and padding.
 */
/* line 263, ../../sass/_reset.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.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
/* line 274, ../../sass/_reset.scss */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Correct font family not being inherited in all browsers.
 * 2. Correct font size not being inherited in all browsers.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
/* line 288, ../../sass/_reset.scss */
button,
input,
select,
textarea {
  font-family: inherit;
  /* 1 */
  font-size: 100%;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
/* line 300, ../../sass/_reset.scss */
button,
input {
  line-height: normal;
}

/**
 * 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 Chrome, Safari 5+, and IE 8+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
/* line 312, ../../sass/_reset.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 327, ../../sass/_reset.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 337, ../../sass/_reset.scss */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
/* line 347, ../../sass/_reset.scss */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
/* line 358, ../../sass/_reset.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 5 and Chrome
 * on OS X.
 */
/* line 371, ../../sass/_reset.scss */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
/* line 380, ../../sass/_reset.scss */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 8/9.
 * 2. Improve readability and alignment in all browsers.
 */
/* line 390, ../../sass/_reset.scss */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
/* line 403, ../../sass/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 8, ../../sass/base.scss */
body {
  font-size: 13px;
}

/* line 11, ../../sass/base.scss */
html {
  font-size: 62.5%;
  width: 100%;
}

/* line 20, ../../sass/base.scss */
button,
input,
select,
textarea {
  font-size: 12px;
  font-size: 1.2rem;
  /* 2 */
  padding: 2px;
}

@-moz-document url-prefix() {
  /* line 25, ../../sass/base.scss */
  input {
    padding-top: 0;
    padding-bottom: 0;
  }
}

/* line 1, ../../sass/_module.scss */
.page-header {
  overflow: hidden;
  *zoom: 1;
  width: 100%;
  border-bottom: 3px solid #000;
  min-height: 78px;
  min-width:920px;
}
/* line 6, ../../sass/_module.scss */
.page-header .mod-boxB920 {
  position: relative;
  width: 920px;
}
/* line 10, ../../sass/_module.scss */
.page-header #logo {
  padding: 23px 0 0 0 !important;
  margin: 0 !important;
  float: left;
}
/* line 16, ../../sass/_module.scss */
.page-header nav {
  float: right;
  padding-top: 28px;
}
/* line 19, ../../sass/_module.scss */
.page-header nav li {
  margin-left: 30px;
}
/* line 23, ../../sass/_module.scss */
.page-header li {
  list-style-type: none;
  float: left;
  margin: 0 0 0 20px;
}
/* line 28, ../../sass/_module.scss */
.page-header .utilitynav {
  position: absolute;
  margin: 0;
  padding: 0;
  right: 0;
  top: 14px;
}

/* line 37, ../../sass/_module.scss */
.page-footer {
  width: 100%;
  padding: 10px 0;
  border-top: 3px solid #000;
  margin-top: 100px;
  min-width:920px;
}

/* line 43, ../../sass/_module.scss */
#contents {
  width: 920px;
  margin: 0 auto;
}

/* line 48, ../../sass/_module.scss */
.mod-table {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  width: 100%;
  margin-bottom: 50px;
  margin-top: 40px;
  font-size: 1.4rem;
}
/* line 55, ../../sass/_module.scss */
.mod-table th, .mod-table td {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 10px 0;
}
/* line 60, ../../sass/_module.scss */
.mod-table th {
  text-align: right;
  background-color: #F2F2F2;
  width: 190px;
  padding-right: 20px;
  font-weight: bold;
}
/* line 67, ../../sass/_module.scss */
.mod-table td {
  padding-left: 30px;
  line-height: 1.8;
}
/* line 70, ../../sass/_module.scss */
.mod-table td ul {
  padding: 0;
  margin: 0;
}
/* line 74, ../../sass/_module.scss */
.mod-table td li {
  margin: 10px 0;
  list-style-type: none;
}
/* line 78, ../../sass/_module.scss */
.mod-table td input {
  width: 220px;
}

/* line 83, ../../sass/_module.scss */
.mod-formtable {
  border-top: 1px solid #CCC;
  border-right: 1px solid #CCC;
  width: 100%;
  margin-bottom: 30px;
}
/* line 88, ../../sass/_module.scss */
.mod-formtable th, .mod-formtable td {
  border-bottom: 1px solid #CCC;
  border-left: 1px solid #CCC;
  padding: 10px 0;
}
/* line 93, ../../sass/_module.scss */
.mod-formtable .error {
  background-color: #EECDCE;
}
/* line 96, ../../sass/_module.scss */
.mod-formtable th {
  text-align: right;
  background-color: #F2F2F2;
  width: 200px;
  padding-right: 10px;
}
/* line 101, ../../sass/_module.scss */
.mod-formtable th img {
  margin-right: 5px;
  position: relative;
  top: 2px;
  display: inline-block;
}
/* line 108, ../../sass/_module.scss */
.mod-formtable td {
  padding-left: 40px;
  line-height: 1.8;
}
/* line 111, ../../sass/_module.scss */
.mod-formtable td ul {
  padding: 0;
  margin: 0;
}
/* line 115, ../../sass/_module.scss */
.mod-formtable td li {
  margin: 10px;
  list-style-type: none;
}
/* line 119, ../../sass/_module.scss */
.mod-formtable td input {
  width: 220px;
}

/* line 125, ../../sass/_module.scss */
.mod-boxB920 {
  width: 920px;
  margin: 0 auto;
}

/* line 130, ../../sass/_module.scss */
.mod-ttlA01 {
  background: url(../images/bg_ttl01.png) no-repeat bottom;
  padding: 14px 0 16px 2px;
}

/* line 134, ../../sass/_module.scss */
.mod-ttlA02 {
  background: url(../images/bg_ttl02.png) no-repeat bottom;
  padding: 14px 0 16px 2px;
}

/* line 138, ../../sass/_module.scss */
.mod-boxA01 {
  padding: 1px 0 30px 0;
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
  position: relative;
}
/* line 143, ../../sass/_module.scss */
.mod-boxA01 ul {
  margin: 0 0 0 20px;
  padding: 0;
}
/* line 146, ../../sass/_module.scss */
.mod-boxA01 ul li {
  margin-bottom: 4px;
}
/* line 148, ../../sass/_module.scss */
.mod-boxA01 figure {
  position: absolute;
  top: 0;
  right: 0;
}

/* line 154, ../../sass/_module.scss */
.mod-boxC01 {
  margin-bottom: 20px;
}

/* line 157, ../../sass/_module.scss */
.mod-boxC01.attention {
  background-color: #F5CBCB;
  border: 1px solid #cc0000;
}
/* line 160, ../../sass/_module.scss */
.mod-boxC01.attention li {
  font-weight: bold;
  list-style-type: none;
  padding-left: 26px;
  background: url("../images/icon-attention.png") no-repeat left 2px;
}

/* line 167, ../../sass/_module.scss */
#synegyChart {
  position: absolute;
  bottom: -150px;
  left: 620px;
}

/*------------------*/
/* line 173, ../../sass/_module.scss */
.attention {
  color: #cc0000;
}

/* line 176, ../../sass/_module.scss */
.fwn {
  font-weight: normal;
}

/* line 179, ../../sass/_module.scss */
.fL {
  float: left;
  padding: 0;
  margin: 0;
}

/* line 184, ../../sass/_module.scss */
.fR {
  float: right;
  margin: 0;
  padding: 0;
}

/* line 189, ../../sass/_module.scss */
.aR {
  text-align: right;
  margin: 0 0 20px 0;
}

/* line 193, ../../sass/_module.scss */
.ac {
  text-align: center;
}

/* line 196, ../../sass/_module.scss */
.error {
  background-color: #EECDCE;
}

/* line 200, ../../sass/_module.scss */
.fs-12 {
  font-size: 1.2rem;
}

/* line 203, ../../sass/_module.scss */
.fs-13 {
  font-size: 1.3rem;
}

/* line 206, ../../sass/_module.scss */
.fs-14 {
  font-size: 1.4rem;
}

/* line 209, ../../sass/_module.scss */
.m-tb20 {
  margin-top: 20px;
  margin-bottom: 20px;
}

/* line 213, ../../sass/_module.scss */
.m-tb30 {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* line 217, ../../sass/_module.scss */
.m-tb40 {
  margin-top: 40px;
  margin-bottom: 40px;
}

/* line 221, ../../sass/_module.scss */
.m-b20 {
  margin-bottom: 20px;
}

/* line 224, ../../sass/_module.scss */
.m-b30 {
  margin-bottom: 30px;
}

/* line 227, ../../sass/_module.scss */
.m-b40 {
  margin-bottom: 40px;
}

/* line 230, ../../sass/_module.scss */
.m-b60 {
  margin-bottom: 60px;
}

/*--*/
/* line 234, ../../sass/_module.scss */
.m-t20 {
  margin-top: 20px;
}

/* line 237, ../../sass/_module.scss */
.m-t30 {
  margin-top: 30px;
}

/* line 240, ../../sass/_module.scss */
.m-t40 {
  margin-top: 40px;
}

/* line 243, ../../sass/_module.scss */
.m-t60 {
  margin-top　: 60px;
}

/* line 246, ../../sass/_module.scss */
.m-b100 {
  margin-bottom: 100px;
}

/* line 249, ../../sass/_module.scss */
.m-b200 {
  margin-bottom: 200px;
}

/*---------slide------------*/
/* line 253, ../../sass/_module.scss */
#toppage .page-header {
  background: rgba(255, 255, 255, 0.9);
  clear: both;
  display: block;
  position: relative;
  z-index: 1;
}

/* line 260, ../../sass/_module.scss */
#toppage .fluid_container {
  bottom: 0;
  height: 100%;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 0;
}

/* line 269, ../../sass/_module.scss */
#toppage #camera_wrap_4 {
  bottom: 0;
  height: 100%;
  left: 0;
  margin-bottom: 0 !important;
  position: fixed;
  right: 0;
  top: 0;
}

/* line 278, ../../sass/_module.scss */
#toppage .camera_bar {
  z-index: 2;
}

/* line 281, ../../sass/_module.scss */
#toppage .camera_thumbs {
  margin-top: -100px;
  position: relative;
  z-index: 1;
}

/* line 286, ../../sass/_module.scss */
#toppage .camera_thumbs_cont {
  border-radius: 0;
  -moz-border-radius: 0;
  -webkit-border-radius: 0;
}

/* line 291, ../../sass/_module.scss */
#toppage .camera_overlayer {
  opacity: .1;
}
