@charset "UTF-8";
/* global colors */
.message_alert {
  border: 1px solid #cccccc;
  color: #555555;
  font-size: 14px;
  padding: 15px 15px;
  border-radius: 10px; }
  .message_alert span {
    color: #e85154;
    font-weight: bold;
    font-size: 16px; }

.message_safe {
  border: 1px solid #cccccc;
  color: #999999;
  font-size: 14px;
  padding: 15px 15px;
  border-radius: 10px; }
  .message_safe span {
    color: "";
    font-weight: bold;
    font-size: 16px; }

/* ===============
  Layout
================ */
body {
  font-family: Verdana, Roboto, 'Droid Sans', 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic ProN', sans-serif;
  font-size: 12px;
  color: #888; }

a {
  color: #fff;
  text-decoration: none; }

ul {
  list-style: none; }

#header {
  background: url(/assets/common/bg_header-64e958f9d4a46849ef29ffa3d400948d.png) repeat-x; }
  #header .inner {
    margin: 0 auto;
    width: 940px;
    padding: 0 20px; }
    #header .inner #global {
      text-align: right;
      line-height: 35px;
      height: 35px;
      margin-bottom: 23px; }
      #header .inner #global #trade_name {
        font-size: 13px;
        float: left;
        color: #fff;
        font-weight: bold; }
    #header .inner #logo {
      float: left;
      margin-bottom: 27px; }
    #header .inner #gnav {
      float: right;
      margin-top: 12px; }
      #header .inner #gnav ul {
        float: left;
        margin-left: 15px; }
        #header .inner #gnav ul li a {
          padding: 12px 20px;
          background: #60c8ea; }
        #header .inner #gnav ul li a:hover {
          background: #feba37; }

#container {
  clear: both; }

#contents {
  clear: both;
  width: 940px;
  margin: 0 auto; }

.page-title {
  font-size: 18px;
  margin-bottom: 5px;
  color: #5fb2dc; }

/* ===============
  button
================ */
.btn-blue {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  white-space: no-wrap;
  border: 1px solid white !important;
  background: #60c8ea;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none; }
  .btn-blue:hover, .btn-blue.hover {
    background: #feba37;
    cursor: pointer; }

.btn-blue-thin {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  white-space: no-wrap;
  border: 1px solid white !important;
  background: #60c8ea;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none; }
  .btn-blue-thin:hover, .btn-blue-thin.hover {
    background: #feba37;
    cursor: pointer; }

.btn-blue-s {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  white-space: no-wrap;
  border: 1px solid white !important;
  background: #60c8ea;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none; }
  .btn-blue-s:hover, .btn-blue-s.hover {
    background: #feba37;
    cursor: pointer; }

.btn-deepblue {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  white-space: no-wrap;
  border: 1px solid white !important;
  background: #60c8ea;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none;
  background: #5fb2dc; }
  .btn-deepblue:hover, .btn-deepblue.hover {
    background: #feba37;
    cursor: pointer; }

.btn-deepblue-thin {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  white-space: no-wrap;
  border: 1px solid white !important;
  background: #60c8ea;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none;
  background: #5fb2dc; }
  .btn-deepblue-thin:hover, .btn-deepblue-thin.hover {
    background: #feba37;
    cursor: pointer; }

.btn-deepblue-s {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  white-space: no-wrap;
  border: 1px solid white !important;
  background: #60c8ea;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none;
  background: #5fb2dc; }
  .btn-deepblue-s:hover, .btn-deepblue-s.hover {
    background: #feba37;
    cursor: pointer; }

.btn-gray {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 20px;
  white-space: no-wrap;
  border: 1px solid white !important;
  background: #60c8ea;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none;
  background: #aaaaaa; }
  .btn-gray:hover, .btn-gray.hover {
    background: #feba37;
    cursor: pointer; }

.btn-gray-thin {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  white-space: no-wrap;
  border: 1px solid white !important;
  background: #60c8ea;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none;
  background: #aaaaaa; }
  .btn-gray-thin:hover, .btn-gray-thin.hover {
    background: #feba37;
    cursor: pointer; }

.btn-gray-s {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 30px;
  line-height: 30px;
  padding: 0 10px;
  white-space: no-wrap;
  border: 1px solid white !important;
  background: #60c8ea;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none;
  background: #aaaaaa; }
  .btn-gray-s:hover, .btn-gray-s.hover {
    background: #feba37;
    cursor: pointer; }

.btn-disabled-thin {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1;
  width: auto;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
  white-space: no-wrap;
  border: 1px solid white !important;
  background: #60c8ea;
  color: white;
  font-size: 13px;
  border-radius: 0;
  -webkit-appearance: none;
  background: #ddd;
  color: #aaa; }
  .btn-disabled-thin:hover, .btn-disabled-thin.hover {
    background: #feba37;
    cursor: pointer; }
  .btn-disabled-thin:hover, .btn-disabled-thin.hover {
    background: #ddd;
    cursor: default; }

.prev_link {
  margin-bottom: 1em; }
  .prev_link a {
    color: #60c8eb; }
  .prev_link a:hover {
    color: #e85154; }

.text-field {
  border: 3px solid #60c8ea;
  padding: 5px 8px;
  height: 20px;
  font-size: 13px;
  border-radius: 0; }

.text-field-tall {
  border: 3px solid #60c8ea;
  padding: 5px 8px;
  height: 26px;
  font-size: 13px;
  border-radius: 0; }

.btn-datepicker {
  background: #60c8ea;
  border: 1px solid white; }
  .btn-datepicker input {
    display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
    width: 100px;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    white-space: no-wrap;
    border: none !important;
    background: #60c8ea;
    color: white;
    font-size: 13px;
    border-radius: 0;
    padding: 0 30px 0 15px;
    cursor: pointer;
    font-size: 13px;
    background: url(/assets/common/calender-4c5f2e7afd3102ffda94ee778cc9b73a.png) no-repeat 90% 50%;
    border: 1px solid #fff; }
    .btn-datepicker input:hover, .btn-datepicker input.hover {
      background: #feba37;
      cursor: pointer; }
    .btn-datepicker input:hover, .btn-datepicker input.hover {
      background: url(/assets/common/calender-4c5f2e7afd3102ffda94ee778cc9b73a.png) no-repeat 90% 50%; }

#user-menu {
  display: inline-block;
  /* For IE 6/7 */
  *display: inline;
  *zoom: 1; }
  #user-menu li {
    position: relative;
    cursor: pointer; }
    #user-menu li .dropdown-menu {
      display: none;
      position: absolute;
      top: 25px;
      right: 0px;
      padding: 5px;
      background: #7CD8EF;
      border: 3px solid #fff;
      z-index: 9999;
      width: 110px; }
      #user-menu li .dropdown-menu li a {
        background: none;
        display: block;
        text-align: left;
        padding: 5px 10px;
        color: white; }
        #user-menu li .dropdown-menu li a:hover {
          background: #feba37; }

#password_changes_confirm p {
  line-height: 1.3; }

#local-nav {
  clear: both;
  margin-bottom: 20px; }
  #local-nav li {
    position: relative;
    cursor: pointer; }
    #local-nav li .dropdown-menu {
      display: none;
      position: absolute;
      top: 25px;
      right: -30px;
      padding: 5px;
      background: #7CD8EF;
      border: 3px solid #fff;
      z-index: 9999;
      width: 140px; }
      #local-nav li .dropdown-menu li a {
        background: none;
        display: block;
        text-align: left;
        padding: 5px 10px;
        color: white; }
        #local-nav li .dropdown-menu li a:hover {
          background: #feba37; }
  #local-nav > li {
    display: inline-block;
    /* For IE 6/7 */
    *display: inline;
    *zoom: 1;
    width: auto;
    height: 40px;
    line-height: 40px;
    padding: 0 20px;
    white-space: no-wrap;
    border: none !important;
    background: #60c8ea;
    color: white;
    font-size: 13px;
    border-radius: 0;
    display: block;
    float: left;
    margin-right: 15px; }
    #local-nav > li:hover, #local-nav > li.hover {
      background: #feba37;
      cursor: pointer; }

/* ===============
  copyright footer
================ */
#copyright {
  position: fixed;
  left: 0;
  bottom: 0;
  padding: 5px;
  font-size: 9px;
  width: 100%;
  border-top: 1px solid #ccc;
  text-align: center;
  line-height: 1.3;
  background: white; }
  #copyright span {
    white-space: nowrap; }

/* ===============
  error message
================ */
#error_explanation {
  clear: both;
  margin-bottom: 30px; }
  #error_explanation ul li {
    padding: 15px 30px;
    margin-bottom: 8px;
    color: #fff;
    font-size: 14px;
    border-radius: 10px;
    background: #40c79f; }

.field_with_errors {
  display: inline; }

/* ===============
  jquery chosen
================ */
.chosen-wrapper {
  z-index: 9999; }
  .chosen-wrapper a {
    -webkit-appearance: none;
    padding: auto;
    background: #60c8ea;
    border: 1px solid #fff !important;
    background: #60c8eb !important;
    color: #fff !important;
    display: inline-block;
    border-radius: 0 !important;
    box-shadow: none !important;
    line-height: 25px !important;
    padding: 12px; }
    .chosen-wrapper a:hover {
      background: #feba37;
      cursor: pointer; }
  .chosen-wrapper .chzn-container-single .chzn-single span {
    margin-right: 0; }

/* ===============
  clearfix
================ */
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%; }

.clearfix {
  display: block; }

/* End hide from IE-mac */
#top {
  color: #555;
  position: relative;
  visibility: hidden; }
  #top #content {
    position: absolute;
    height: 300px;
    width: 980px;
    margin: 0 auto; }
    #top #content h2 {
      margin: 0 0 50px;
      font-size: 20px;
      line-height: 1.6;
      text-align: center; }
    #top #content p {
      font-size: 14px;
      text-align: center; }
      #top #content p a {
        color: #5fb2dc; }
        #top #content p a:hover {
          color: #e85154; }
