@charset "UTF-8";
/* line 5, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* line 4, ../sass/_common.scss */
body {
  color: #333;
  background-color: #999;
}

/* line 8, ../sass/_common.scss */
a {
  color: #999999;
}

/* line 11, ../sass/_common.scss */
.clear {
  clear: both;
}

/* line 14, ../sass/_common.scss */
caption {
  padding: 20px 20px 10px 20px;
  font-size: 0.88em;
  line-height: 1.8em;
  color: #666;
}

/* line 21, ../sass/_common.scss */
table {
  max-width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 26, ../sass/_common.scss */
.table, .cake-sql-log {
  width: 100%;
  margin-bottom: 18px;
}

/* line 30, ../sass/_common.scss */
.table th, .table td, .cake-sql-log th, .cake-sql-log td {
  padding: 8px;
  line-height: 18px;
  text-align: left;
  vertical-align: top;
  border-top: 1px solid #ddd;
  font-size: 0.75em;
}

/* line 39, ../sass/_common.scss */
.table th, .cake-sql-log th {
  font-weight: bold;
}

/* line 49, ../sass/_common.scss */
.table thead th {
  vertical-align: bottom;
}

/* line 52, ../sass/_common.scss */
.table thead:first-child tr th, .table thead:first-child tr td {
  border-top: 0;
}

/* line 58, ../sass/_common.scss */
.table-condensed th, .table-condensed td {
  padding: 4px 5px;
}

/* line 61, ../sass/_common.scss */
.table-bordered, .cake-sql-log {
  border: 1px solid #ddd;
  border-collapse: separate;
  *border-collapse: collapsed;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
}

/* line 75, ../sass/_common.scss */
.table-bordered thead:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child th, .table-bordered tbody:first-child tr:first-child td {
  border-top: 0;
}

/* line 78, ../sass/_common.scss */
.table-bordered thead:first-child tr:first-child th:first-child, .table-bordered tbody:first-child tr:first-child td:first-child {
  -webkit-border-radius: 4px 0 0 0;
  -moz-border-radius: 4px 0 0 0;
  border-radius: 4px 0 0 0;
}

/* line 83, ../sass/_common.scss */
.table-bordered thead:first-child tr:first-child th:last-child, .table-bordered tbody:first-child tr:first-child td:last-child {
  -webkit-border-radius: 0 4px 0 0;
  -moz-border-radius: 0 4px 0 0;
  border-radius: 0 4px 0 0;
}

/* line 88, ../sass/_common.scss */
.table-bordered thead:last-child tr:last-child th:first-child, .table-bordered tbody:last-child tr:last-child td:first-child {
  -webkit-border-radius: 0 0 0 4px;
  -moz-border-radius: 0 0 0 4px;
  border-radius: 0 0 0 4px;
}

/* line 93, ../sass/_common.scss */
.table-bordered thead:last-child tr:last-child th:last-child, .table-bordered tbody:last-child tr:last-child td:last-child {
  -webkit-border-radius: 0 0 4px 0;
  -moz-border-radius: 0 0 4px 0;
  border-radius: 0 0 4px 0;
}

/* line 98, ../sass/_common.scss */
.table-striped tbody tr:nth-child(odd) td, .table-striped tbody tr:nth-child(odd) th {
  background-color: #f9f9f9;
}

/* line 101, ../sass/_common.scss */
.table tbody tr:hover td, .table tbody tr:hover th {
  background-color: #f5f5f5;
}

/* line 106, ../sass/_common.scss */
input[type="text"], input[type="password"] {
  display: inline-block;
  width: 400px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 121, ../sass/_common.scss */
textarea {
  display: inline-block;
  width: 400px;
  height: 200px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 136, ../sass/_common.scss */
select {
  display: inline-block;
  width: 110px;
  height: 18px;
  padding: 4px;
  font-size: 13px;
  line-height: 18px;
  color: #555555;
  border: 1px solid #ccc;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}

/* line 150, ../sass/_common.scss */
select {
  height: 70px;
  /* In IE7, the height of the select element cannot be changed by height, only font-size */
  *margin-top: 4px;
  /* For IE7, add top margin to align select with labels */
  line-height: 28px;
}

/* line 160, ../sass/_common.scss */
input[type="submit"], .btn {
  display: inline-block;
  padding: 4px 10px 4px;
  margin-bottom: 0;
  font-size: 13px;
  line-height: 18px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -ms-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #ccc;
  border-bottom-color: #bbb;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  cursor: pointer;
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  *margin-left: .3em;
  text-decoration: none;
}
/* line 193, ../sass/_common.scss */
input[type="submit"] a, .btn a {
  text-decoration: none;
}

/* line 198, ../sass/_common.scss */
input[type="submit"]:hover,
input[type="submit"]:active,
input[type="submit"].active,
input[type="submit"].disabled,
.btn[disabled] {
  background-color: #e6e6e6;
}

/* line 205, ../sass/_common.scss */
input[type="submit"], .btn.active {
  background-color: #cccccc \9;
}

/* line 208, ../sass/_common.scss */
input[type="submit"] {
  *margin-left: 0;
}

/* line 211, ../sass/_common.scss */
input[type="submit"]:hover {
  color: #333333;
  text-decoration: none;
  background-color: #e6e6e6;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -ms-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

/* line 222, ../sass/_common.scss */
input[type="submit"]:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

/* line 227, ../sass/_common.scss */
input[type="submit"].active, input[type="submit"]:active {
  background-image: none;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
  background-color: #e6e6e6;
  background-color: #d9d9d9 \9;
  outline: 0;
}

/* line 236, ../sass/_common.scss */
input[type="submit"].disabled, .btn[disabled] {
  cursor: default;
  background-image: none;
  background-color: #e6e6e6;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}

/* line 246, ../sass/_common.scss */
a[href$=".pdf"] {
  background: url(img/icon_pdf.png) 0 0;
  padding-left: 10px;
}

/* line 5, ../sass/_header.scss */
#globalHeader {
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid #ccc;
  z-index: auto;
}

/* line 11, ../sass/_header.scss */
#headerInner {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  position: relative;
  height: 100px;
}

/* line 17, ../sass/_header.scss */
#headerLogo {
  position: absolute;
  top: 5px;
  left: 0px;
}

/* line 24, ../sass/_header.scss */
#headerMenu h1 {
  display: none;
}

/* line 29, ../sass/_header.scss */
#headerNavi {
  position: absolute;
  top: 5px;
  right: 10px;
  overflow: hidden;
  *zoom: 1;
}
/* line 34, ../sass/_header.scss */
#headerNavi li {
  float: left;
  width: auto;
  font-size: 12px;
  padding: 0 4px;
  border-right: 1px solid #ccc;
}
/* line 41, ../sass/_header.scss */
#headerNavi .last {
  border: none;
}
/* line 44, ../sass/_header.scss */
#headerNavi a {
  color: #2692FF;
}
/* line 47, ../sass/_header.scss */
#headerNavi h1 {
  display: none;
}

@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 53, ../sass/_header.scss */
  #headerInner {
    height: 60px;
  }

  /* line 56, ../sass/_header.scss */
  #headerMenu {
    display: none;
    top: 60px;
    left: 0;
    position: fixed;
    background: #2c2c2c;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    z-index: 999;
  }
  /* line 66, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    line-height: 20px;
    width: 100%;
  }
  /* line 71, ../sass/_header.scss */
  #headerMenu li {
    display: block;
    border: 1px solid #666;
    border-right: none;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    padding: 13px 4px;
    text-align: center;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.4);
  }
  /* line 84, ../sass/_header.scss */
  #headerMenu a {
    display: block;
    color: #fff;
    text-decoration: none;
  }

  /* line 91, ../sass/_header.scss */
  #headerNavi {
    display: none;
  }

  /* line 96, ../sass/_header.scss */
  #menuBody {
    position: relative;
    text-align: right;
    top: 5px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 105, ../sass/_header.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  /* line 111, ../sass/_header.scss */
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 22px;
    top: 5px;
    right: 5px;
  }
  /* line 117, ../sass/_header.scss */
  .menu-trigger span {
    position: absolute;
    content: 'MENU';
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }

  /* line 128, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  /* line 131, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  /* line 137, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* line 143, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(315deg) scale(0.8);
  }
  /* line 146, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(2) {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
  }
  /* line 153, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-315deg) scale(0.8);
  }

  /* 下記メニュー文字 */
  /* line 159, ../sass/_header.scss */
  .menu-trigger::after {
    position: absolute;
    left: 0px;
    bottom: -20px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
  }

  /* line 172, ../sass/_header.scss */
  .menu-trigger.active::after {
    content: 'CLOSE';
    left: -2px;
    bottom: -20px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px) and (-moz-min-device-pixel-ratio: 1.5) {
  /* line 53, ../sass/_header.scss */
  #headerInner {
    height: 60px;
  }

  /* line 56, ../sass/_header.scss */
  #headerMenu {
    display: none;
    top: 60px;
    left: 0;
    position: fixed;
    background: #2c2c2c;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    z-index: 999;
  }
  /* line 66, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    line-height: 20px;
    width: 100%;
  }
  /* line 71, ../sass/_header.scss */
  #headerMenu li {
    display: block;
    border: 1px solid #666;
    border-right: none;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    padding: 13px 4px;
    text-align: center;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.4);
  }
  /* line 84, ../sass/_header.scss */
  #headerMenu a {
    display: block;
    color: #fff;
    text-decoration: none;
  }

  /* line 91, ../sass/_header.scss */
  #headerNavi {
    display: none;
  }

  /* line 96, ../sass/_header.scss */
  #menuBody {
    position: relative;
    text-align: right;
    top: 5px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 105, ../sass/_header.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  /* line 111, ../sass/_header.scss */
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 22px;
    top: 5px;
    right: 5px;
  }
  /* line 117, ../sass/_header.scss */
  .menu-trigger span {
    position: absolute;
    content: 'MENU';
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }

  /* line 128, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  /* line 131, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  /* line 137, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* line 143, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(315deg) scale(0.8);
  }
  /* line 146, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(2) {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
  }
  /* line 153, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-315deg) scale(0.8);
  }

  /* 下記メニュー文字 */
  /* line 159, ../sass/_header.scss */
  .menu-trigger::after {
    position: absolute;
    left: 0px;
    bottom: -20px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
  }

  /* line 172, ../sass/_header.scss */
  .menu-trigger.active::after {
    content: 'CLOSE';
    left: -2px;
    bottom: -20px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 3 / 2) {
  /* line 53, ../sass/_header.scss */
  #headerInner {
    height: 60px;
  }

  /* line 56, ../sass/_header.scss */
  #headerMenu {
    display: none;
    top: 60px;
    left: 0;
    position: fixed;
    background: #2c2c2c;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    z-index: 999;
  }
  /* line 66, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    line-height: 20px;
    width: 100%;
  }
  /* line 71, ../sass/_header.scss */
  #headerMenu li {
    display: block;
    border: 1px solid #666;
    border-right: none;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    padding: 13px 4px;
    text-align: center;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.4);
  }
  /* line 84, ../sass/_header.scss */
  #headerMenu a {
    display: block;
    color: #fff;
    text-decoration: none;
  }

  /* line 91, ../sass/_header.scss */
  #headerNavi {
    display: none;
  }

  /* line 96, ../sass/_header.scss */
  #menuBody {
    position: relative;
    text-align: right;
    top: 5px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 105, ../sass/_header.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  /* line 111, ../sass/_header.scss */
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 22px;
    top: 5px;
    right: 5px;
  }
  /* line 117, ../sass/_header.scss */
  .menu-trigger span {
    position: absolute;
    content: 'MENU';
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }

  /* line 128, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  /* line 131, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  /* line 137, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* line 143, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(315deg) scale(0.8);
  }
  /* line 146, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(2) {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
  }
  /* line 153, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-315deg) scale(0.8);
  }

  /* 下記メニュー文字 */
  /* line 159, ../sass/_header.scss */
  .menu-trigger::after {
    position: absolute;
    left: 0px;
    bottom: -20px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
  }

  /* line 172, ../sass/_header.scss */
  .menu-trigger.active::after {
    content: 'CLOSE';
    left: -2px;
    bottom: -20px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px) and (-ms-min-device-pixel-ratio: 1.5) {
  /* line 53, ../sass/_header.scss */
  #headerInner {
    height: 60px;
  }

  /* line 56, ../sass/_header.scss */
  #headerMenu {
    display: none;
    top: 60px;
    left: 0;
    position: fixed;
    background: #2c2c2c;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    z-index: 999;
  }
  /* line 66, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    line-height: 20px;
    width: 100%;
  }
  /* line 71, ../sass/_header.scss */
  #headerMenu li {
    display: block;
    border: 1px solid #666;
    border-right: none;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    padding: 13px 4px;
    text-align: center;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.4);
  }
  /* line 84, ../sass/_header.scss */
  #headerMenu a {
    display: block;
    color: #fff;
    text-decoration: none;
  }

  /* line 91, ../sass/_header.scss */
  #headerNavi {
    display: none;
  }

  /* line 96, ../sass/_header.scss */
  #menuBody {
    position: relative;
    text-align: right;
    top: 5px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 105, ../sass/_header.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  /* line 111, ../sass/_header.scss */
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 22px;
    top: 5px;
    right: 5px;
  }
  /* line 117, ../sass/_header.scss */
  .menu-trigger span {
    position: absolute;
    content: 'MENU';
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }

  /* line 128, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  /* line 131, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  /* line 137, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* line 143, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(315deg) scale(0.8);
  }
  /* line 146, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(2) {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
  }
  /* line 153, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-315deg) scale(0.8);
  }

  /* 下記メニュー文字 */
  /* line 159, ../sass/_header.scss */
  .menu-trigger::after {
    position: absolute;
    left: 0px;
    bottom: -20px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
  }

  /* line 172, ../sass/_header.scss */
  .menu-trigger.active::after {
    content: 'CLOSE';
    left: -2px;
    bottom: -20px;
    font-size: 10px;
  }
}
@media only screen and (max-width: 600px) {
  /* line 53, ../sass/_header.scss */
  #headerInner {
    height: 60px;
  }

  /* line 56, ../sass/_header.scss */
  #headerMenu {
    display: none;
    top: 60px;
    left: 0;
    position: fixed;
    background: #2c2c2c;
    opacity: 0.9;
    color: #fff;
    width: 100%;
    z-index: 999;
  }
  /* line 66, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    line-height: 20px;
    width: 100%;
  }
  /* line 71, ../sass/_header.scss */
  #headerMenu li {
    display: block;
    border: 1px solid #666;
    border-right: none;
    border-left: none;
    border-bottom: none;
    box-sizing: border-box;
    width: 100%;
    font-size: 14px;
    padding: 13px 4px;
    text-align: center;
    box-shadow: 0 3px 5px 0px rgba(0, 0, 0, 0.4);
  }
  /* line 84, ../sass/_header.scss */
  #headerMenu a {
    display: block;
    color: #fff;
    text-decoration: none;
  }

  /* line 91, ../sass/_header.scss */
  #headerNavi {
    display: none;
  }

  /* line 96, ../sass/_header.scss */
  #menuBody {
    position: relative;
    text-align: right;
    top: 5px;
    width: 100%;
    height: 50px;
    overflow: hidden;
    *zoom: 1;
  }

  /* line 105, ../sass/_header.scss */
  .menu-trigger,
  .menu-trigger span {
    display: inline-block;
    transition: all .4s;
    box-sizing: border-box;
  }

  /* line 111, ../sass/_header.scss */
  .menu-trigger {
    position: relative;
    width: 30px;
    height: 22px;
    top: 5px;
    right: 5px;
  }
  /* line 117, ../sass/_header.scss */
  .menu-trigger span {
    position: absolute;
    content: 'MENU';
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #000;
    border-radius: 2px;
  }

  /* line 128, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(1) {
    top: 0;
  }
  /* line 131, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(2) {
    top: 20px;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
  /* line 137, ../sass/_header.scss */
  .menu-trigger span:nth-of-type(3) {
    bottom: 0;
  }

  /* line 143, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(1) {
    transform: translateY(10px) rotate(315deg) scale(0.8);
  }
  /* line 146, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(2) {
    width: 32px;
    height: 32px;
    background-color: transparent;
    border: 1px solid #000;
    border-radius: 50%;
  }
  /* line 153, ../sass/_header.scss */
  .menu-trigger.active span:nth-of-type(3) {
    transform: translateY(-10px) rotate(-315deg) scale(0.8);
  }

  /* 下記メニュー文字 */
  /* line 159, ../sass/_header.scss */
  .menu-trigger::after {
    position: absolute;
    left: 0px;
    bottom: -20px;
    content: 'MENU';
    display: block;
    width: 100%;
    color: #000;
    font-size: 11px;
    text-decoration: none;
    text-align: center;
    transition: all .4s;
  }

  /* line 172, ../sass/_header.scss */
  .menu-trigger.active::after {
    content: 'CLOSE';
    left: -2px;
    bottom: -20px;
    font-size: 10px;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 181, ../sass/_header.scss */
  #headerInner {
    height: 60px;
  }

  /* line 185, ../sass/_header.scss */
  #headerMenu {
    display: block;
    position: absolute;
    top: 10px;
    left: 220px;
    width: 70%;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 192, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    width: 100%;
  }
  /* line 196, ../sass/_header.scss */
  #headerMenu li {
    border: 1px solid #ccc;
    border-right: none;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 25%;
    font-size: 14px;
    padding: 13px 5px;
    text-align: center;
  }
  /* line 208, ../sass/_header.scss */
  #headerMenu .last {
    border-right: 1px solid #ccc;
  }
  /* line 211, ../sass/_header.scss */
  #headerMenu a {
    color: #2692FF;
    display: block;
  }

  /* line 217, ../sass/_header.scss */
  #headerNavi {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5) {
  /* line 181, ../sass/_header.scss */
  #headerInner {
    height: 60px;
  }

  /* line 185, ../sass/_header.scss */
  #headerMenu {
    display: block;
    position: absolute;
    top: 10px;
    left: 220px;
    width: 70%;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 192, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    width: 100%;
  }
  /* line 196, ../sass/_header.scss */
  #headerMenu li {
    border: 1px solid #ccc;
    border-right: none;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 25%;
    font-size: 14px;
    padding: 13px 5px;
    text-align: center;
  }
  /* line 208, ../sass/_header.scss */
  #headerMenu .last {
    border-right: 1px solid #ccc;
  }
  /* line 211, ../sass/_header.scss */
  #headerMenu a {
    color: #2692FF;
    display: block;
  }

  /* line 217, ../sass/_header.scss */
  #headerNavi {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2) {
  /* line 181, ../sass/_header.scss */
  #headerInner {
    height: 60px;
  }

  /* line 185, ../sass/_header.scss */
  #headerMenu {
    display: block;
    position: absolute;
    top: 10px;
    left: 220px;
    width: 70%;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 192, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    width: 100%;
  }
  /* line 196, ../sass/_header.scss */
  #headerMenu li {
    border: 1px solid #ccc;
    border-right: none;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 25%;
    font-size: 14px;
    padding: 13px 5px;
    text-align: center;
  }
  /* line 208, ../sass/_header.scss */
  #headerMenu .last {
    border-right: 1px solid #ccc;
  }
  /* line 211, ../sass/_header.scss */
  #headerMenu a {
    color: #2692FF;
    display: block;
  }

  /* line 217, ../sass/_header.scss */
  #headerNavi {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-ms-min-device-pixel-ratio: 1.5) {
  /* line 181, ../sass/_header.scss */
  #headerInner {
    height: 60px;
  }

  /* line 185, ../sass/_header.scss */
  #headerMenu {
    display: block;
    position: absolute;
    top: 10px;
    left: 220px;
    width: 70%;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 192, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    width: 100%;
  }
  /* line 196, ../sass/_header.scss */
  #headerMenu li {
    border: 1px solid #ccc;
    border-right: none;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 25%;
    font-size: 14px;
    padding: 13px 5px;
    text-align: center;
  }
  /* line 208, ../sass/_header.scss */
  #headerMenu .last {
    border-right: 1px solid #ccc;
  }
  /* line 211, ../sass/_header.scss */
  #headerMenu a {
    color: #2692FF;
    display: block;
  }

  /* line 217, ../sass/_header.scss */
  #headerNavi {
    display: none;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* line 181, ../sass/_header.scss */
  #headerInner {
    height: 60px;
  }

  /* line 185, ../sass/_header.scss */
  #headerMenu {
    display: block;
    position: absolute;
    top: 10px;
    left: 220px;
    width: 70%;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 192, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    width: 100%;
  }
  /* line 196, ../sass/_header.scss */
  #headerMenu li {
    border: 1px solid #ccc;
    border-right: none;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 25%;
    font-size: 14px;
    padding: 13px 5px;
    text-align: center;
  }
  /* line 208, ../sass/_header.scss */
  #headerMenu .last {
    border-right: 1px solid #ccc;
  }
  /* line 211, ../sass/_header.scss */
  #headerMenu a {
    color: #2692FF;
    display: block;
  }

  /* line 217, ../sass/_header.scss */
  #headerNavi {
    display: none;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 224, ../sass/_header.scss */
  #headerMenu {
    display: block;
    position: absolute;
    top: 60px;
    left: 0px;
    width: 100%;
    overflow: hidden;
    *zoom: 1;
  }
  /* line 231, ../sass/_header.scss */
  #headerMenu ul {
    display: block;
    width: 100%;
  }
  /* line 235, ../sass/_header.scss */
  #headerMenu li {
    border: 1px solid #ccc;
    border-right: none;
    box-sizing: border-box;
    float: left;
    display: block;
    width: 25%;
    font-size: 14px;
    padding: 13px 5px;
    text-align: center;
  }
  /* line 245, ../sass/_header.scss */
  #headerMenu li a {
    color: #2692FF;
    display: block;
  }
  /* line 251, ../sass/_header.scss */
  #headerMenu .last {
    border-right: 1px solid #ccc;
  }
}
/* line 5, ../sass/_body.scss */
#contentArea {
  width: 100%;
  padding-top: 20px;
  background-color: #f5f5f5;
  overflow: hidden;
  *zoom: 1;
}

/* line 12, ../sass/_body.scss */
#contentAreaWrapper {
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
  background-color: #f5f5f5;
}

/* line 17, ../sass/_body.scss */
#mainImage {
  padding-bottom: 20px;
}

/* line 21, ../sass/_body.scss */
#contentTop {
  float: left;
  margin-right: 0;
  width: 620px;
  width: 70%;
}
/* line 147, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-blueprint-1.0.0/framework/blueprint/stylesheets/blueprint/_grid.scss */
* html #contentTop {
  overflow-x: hidden;
}

@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 26, ../sass/_body.scss */
  #contentTop {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) and (-moz-min-device-pixel-ratio: 1.5) {
  /* line 26, ../sass/_body.scss */
  #contentTop {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 3 / 2) {
  /* line 26, ../sass/_body.scss */
  #contentTop {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) and (-ms-min-device-pixel-ratio: 1.5) {
  /* line 26, ../sass/_body.scss */
  #contentTop {
    width: 100%;
  }
}
@media only screen and (max-width: 600px) {
  /* line 26, ../sass/_body.scss */
  #contentTop {
    width: 100%;
  }
}
/* line 5, ../sass/_fotter.scss */
#globalFooter {
  width: 100%;
}
/* line 7, ../sass/_fotter.scss */
#globalFooter h1 {
  display: none;
}

/* line 10, ../sass/_fotter.scss */
#fotterTotalMenu {
  background: #eaeaea;
}

/* line 14, ../sass/_fotter.scss */
#copyright {
  width: 100%;
  background-color: #999;
  padding-bottom: 100px;
  width: 90%;
  margin: 0 auto;
  overflow: hidden;
  *zoom: 1;
}
/* line 19, ../sass/_fotter.scss */
#copyright p {
  margin: 10px 0 0 0;
  color: #fff;
  font-size: 0.75em;
  font-weight: normal;
  text-align: center;
}

@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 30, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
    background: #eaeaea;
    border-right: none;
  }
  /* line 39, ../sass/_fotter.scss */
  #fotterTotalMenu li :nth-child(2n) {
    border-left: none;
    clear: left;
  }
  /* line 43, ../sass/_fotter.scss */
  #fotterTotalMenu li :nth-child(2n+1) {
    margin-left: -1px;
  }
  /* line 47, ../sass/_fotter.scss */
  #fotterTotalMenu a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
}
@media only screen and (max-width: 600px) and (-moz-min-device-pixel-ratio: 1.5) {
  /* line 30, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
    background: #eaeaea;
    border-right: none;
  }
  /* line 39, ../sass/_fotter.scss */
  #fotterTotalMenu li :nth-child(2n) {
    border-left: none;
    clear: left;
  }
  /* line 43, ../sass/_fotter.scss */
  #fotterTotalMenu li :nth-child(2n+1) {
    margin-left: -1px;
  }
  /* line 47, ../sass/_fotter.scss */
  #fotterTotalMenu a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
}
@media only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 3 / 2) {
  /* line 30, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
    background: #eaeaea;
    border-right: none;
  }
  /* line 39, ../sass/_fotter.scss */
  #fotterTotalMenu li :nth-child(2n) {
    border-left: none;
    clear: left;
  }
  /* line 43, ../sass/_fotter.scss */
  #fotterTotalMenu li :nth-child(2n+1) {
    margin-left: -1px;
  }
  /* line 47, ../sass/_fotter.scss */
  #fotterTotalMenu a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
}
@media only screen and (max-width: 600px) and (-ms-min-device-pixel-ratio: 1.5) {
  /* line 30, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
    background: #eaeaea;
    border-right: none;
  }
  /* line 39, ../sass/_fotter.scss */
  #fotterTotalMenu li :nth-child(2n) {
    border-left: none;
    clear: left;
  }
  /* line 43, ../sass/_fotter.scss */
  #fotterTotalMenu li :nth-child(2n+1) {
    margin-left: -1px;
  }
  /* line 47, ../sass/_fotter.scss */
  #fotterTotalMenu a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
}
@media only screen and (max-width: 600px) {
  /* line 30, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
    background: #eaeaea;
    border-right: none;
  }
  /* line 39, ../sass/_fotter.scss */
  #fotterTotalMenu li :nth-child(2n) {
    border-left: none;
    clear: left;
  }
  /* line 43, ../sass/_fotter.scss */
  #fotterTotalMenu li :nth-child(2n+1) {
    margin-left: -1px;
  }
  /* line 47, ../sass/_fotter.scss */
  #fotterTotalMenu a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 56, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
    background: #eaeaea;
    border-right: none;
  }
  /* line 66, ../sass/_fotter.scss */
  #fotterTotalMenu a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5) {
  /* line 56, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
    background: #eaeaea;
    border-right: none;
  }
  /* line 66, ../sass/_fotter.scss */
  #fotterTotalMenu a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2) {
  /* line 56, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
    background: #eaeaea;
    border-right: none;
  }
  /* line 66, ../sass/_fotter.scss */
  #fotterTotalMenu a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-ms-min-device-pixel-ratio: 1.5) {
  /* line 56, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
    background: #eaeaea;
    border-right: none;
  }
  /* line 66, ../sass/_fotter.scss */
  #fotterTotalMenu a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* line 56, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    border: 1px solid #ccc;
    border-bottom: none;
    box-sizing: border-box;
    float: left;
    text-align: center;
    width: 50%;
    background: #eaeaea;
    border-right: none;
  }
  /* line 66, ../sass/_fotter.scss */
  #fotterTotalMenu a {
    display: block;
    padding: 10px 0;
    color: #000;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 74, ../sass/_fotter.scss */
  #fotterTotalMenu {
    height: 30px;
  }
  /* line 76, ../sass/_fotter.scss */
  #fotterTotalMenu ul {
    width: 90%;
    margin: 0 auto;
    overflow: hidden;
    *zoom: 1;
    list-style: none;
  }
  /* line 80, ../sass/_fotter.scss */
  #fotterTotalMenu li {
    margin-top: 5px;
    margin-left: 10px;
    display: inline;
    float: left;
    white-space: nowrap;
  }
}
@media only screen and (max-width: 600px) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 22, ../sass/screen.scss */
  .background {
    background: #0f0;
  }
}
@media only screen and (max-width: 600px) and (-moz-min-device-pixel-ratio: 1.5) {
  /* line 22, ../sass/screen.scss */
  .background {
    background: #0f0;
  }
}
@media only screen and (max-width: 600px) and (-o-min-device-pixel-ratio: 3 / 2) {
  /* line 22, ../sass/screen.scss */
  .background {
    background: #0f0;
  }
}
@media only screen and (max-width: 600px) and (-ms-min-device-pixel-ratio: 1.5) {
  /* line 22, ../sass/screen.scss */
  .background {
    background: #0f0;
  }
}
@media only screen and (max-width: 600px) {
  /* line 22, ../sass/screen.scss */
  .background {
    background: #0f0;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-webkit-min-device-pixel-ratio: 1.5) {
  /* line 27, ../sass/screen.scss */
  .background {
    background: #f00;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-moz-min-device-pixel-ratio: 1.5) {
  /* line 27, ../sass/screen.scss */
  .background {
    background: #f00;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-o-min-device-pixel-ratio: 3 / 2) {
  /* line 27, ../sass/screen.scss */
  .background {
    background: #f00;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) and (-ms-min-device-pixel-ratio: 1.5) {
  /* line 27, ../sass/screen.scss */
  .background {
    background: #f00;
  }
}
@media only screen and (min-width: 601px) and (max-width: 1024px) {
  /* line 27, ../sass/screen.scss */
  .background {
    background: #f00;
  }
}
@media only screen and (min-width: 1025px) {
  /* line 32, ../sass/screen.scss */
  .background {
    background: #00f;
  }
}
/* line 37, ../sass/screen.scss */
#contentTop {
  width: 100%;
}

/* line 40, ../sass/screen.scss */
#contentAreaWrapper {
  width: 100%;
}

/* line 46, ../sass/screen.scss */
#breadCrumbs {
  padding: 0;
  margin: 0 0 20px 0;
  font-size: 0.75em;
}

/* line 56, ../sass/screen.scss */
#contentLeafMainSection {
  -moz-border-radius: 10px 10px 0 10px / 10px 10px 0 10px;
  -webkit-border-radius: 10px 10px;
  border-radius: 10px 10px 0 10px / 10px 10px 0 10px;
  border: 1px solid #ccc;
  background-color: #fff;
}

/* line 62, ../sass/screen.scss */
#mainHeader {
  border-bottom: 1px solid #ccc;
  padding: 10px;
}
/* line 65, ../sass/screen.scss */
#mainHeader h1 {
  font-size: 1.25em;
  font-weight: bold;
  padding-left: 10px;
  background-image: url(../img/head_bk_normal.png);
  background-position: left top;
  background-repeat: repeat-y;
}

/* line 75, ../sass/screen.scss */
#mainContent {
  padding: 20px 20px 10px 20px;
  overflow: hidden;
  *zoom: 1;
  font-size: 0.88em;
  line-height: 1.8em;
  color: #666;
}
/* line 82, ../sass/screen.scss */
#mainContent .float-left {
  float: left;
  margin-right: 10px;
  margin-bottom: 10px;
}
/* line 87, ../sass/screen.scss */
#mainContent .float-right {
  float: right;
  margin-left: 10px;
  margin-bottom: 10px;
}
/* line 92, ../sass/screen.scss */
#mainContent p {
  margin: 0 0 20px 0;
}

/* line 101, ../sass/screen.scss */
#toTop {
  margin: 0 0 20px 0;
  font-size: 0.75em;
  text-align: center;
  overflow: hidden;
  *zoom: 1;
}
/* line 106, ../sass/screen.scss */
#toTop #toTopNav {
  -moz-border-radius: 0px 0px 6px 6px / 0px 0px 6px 6px;
  -webkit-border-radius: 0px 0px;
  border-radius: 0px 0px 6px 6px / 0px 0px 6px 6px;
  border-bottom: 1px solid #ccc;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  float: left;
  margin-right: 0;
  width: 140px;
  float: right;
  background-color: #ccc;
  padding: 4px 8px;
}
/* line 147, ../../../../../Ruby23-x64/lib/ruby/gems/2.3.0/gems/compass-blueprint-1.0.0/framework/blueprint/stylesheets/blueprint/_grid.scss */
* html #toTop #toTopNav {
  overflow-x: hidden;
}
/* line 115, ../sass/screen.scss */
#toTop #toTopNav a {
  text-decoration: none;
  color: #666;
}

/* line 123, ../sass/screen.scss */
.message {
  -moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
  border: 2px solid #f99;
  margin-bottom: 20px;
  background-color: #fee;
  padding: 7px 7px 4px 10px;
  font-weight: bold;
  color: #cc3333;
}

/* line 133, ../sass/screen.scss */
.error {
  -moz-border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
  -webkit-border-radius: 5px 5px;
  border-radius: 5px 5px 5px 5px / 5px 5px 5px 5px;
  border: 1px solid #f99;
  margin-bottom: 20px;
  background-color: #fee;
  padding: 4px 4px 2px 6px;
}
/* line 139, ../sass/screen.scss */
.error p {
  font-weight: bold;
  color: #cc3333;
}
/* line 143, ../sass/screen.scss */
.error .error-message {
  font-weight: bold;
  color: #cc3333;
}
