@charset "UTF-8";
/*
Copyright (c) 2010, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.com/yui/license.html
version: 3.2.0
build: 2676
*/
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, textarea, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-style: normal;
  font-weight: normal; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: text-top; }

sub {
  vertical-align: text-bottom; }

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit; }

input, textarea, select {
  *font-size: 100%; }

legend {
  color: #000; }

/*
LH Reset
2010.12.08
*/
/* global settings */
html {
  background-color: transparent;
  background-image: none; }

body {
  background: #fafafa;
  color: #333;
  font: 14px/1.6 "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

/* text layout */
.center {
  text-align: center; }

.right {
  text-align: right; }

/* float layout */
.fleft {
  float: left; }

.fright {
  float: right; }

.clear {
  clear: both; }

/* link settings */
a {
  text-decoration: none;
  border: 0; }

a:hover {
  text-decoration: underline; }

a.mr, .mr a {
  text-decoration: none; }

a.mr:hover, .mr a:hover {
  text-decoration: underline; }

a.hideAnchor {
  display: block;
  height: 0px;
  *height: 1px;
  overflow: hidden;
  text-indent: -9999px;
  margin-top: -10px;
  padding-bottom: 10px; }

fieldset, img {
  border: 0; }

/* clearfix */
.clearfix {
  zoom: 1; }

.clearfix:after {
  content: "";
  display: block;
  clear: both; }

@font-face {
  font-family: 'WebSymbolsLigaRegular';
  src: url("resource/font/websymbolsligaregular.eot");
  src: url("resource/font/websymbolsligaregular.eot?#iefix") format("embedded-opentype"), url("resource/font/websymbolsligaregular.woff") format("woff"), url("resource/font/websymbolsligaregular.ttf") format("truetype"), url("resource/font/websymbolsligaregular.svg#WebSymbolsRegular") format("svg"); }

.caution {
  color: #e11c2c; }

/**
 * 見出し
 */
h1 {
  border-bottom: 1px solid #ddd;
  font-size: 1.8em;
  padding: 0 0 10px 0;
  margin: 15px 0 30px; }
  h1 small {
    font-size: 0.6em;
    font-weight: normal;
    margin-left: 10px;
    color: #666; }

h2 {
  font-size: 1.4em;
  margin: 25px 0 5px; }
  h2 small {
    font-size: 0.6em;
    font-weight: normal;
    color: #666; }

/**
 * 段落
 */
p {
  margin-bottom: 1.6em; }

.lead {
  font-size: 1.4em; }

.w65 {
  width: 65%; }

.w30 {
  width: 30%; }

/**
 * 余白
 */
.m5 {
  margin: 5px; }

.mt5 {
  margin-top: 5px; }

.mb5 {
  margin-bottom: 5px; }

.mr5 {
  margin-right: 5px; }

.ml5 {
  margin-left: 5px; }

.mv5 {
  margin: 5px 0; }

.mh5 {
  margin: 0 5px; }

.m10 {
  margin: 10px; }

.mt10 {
  margin-top: 10px; }

.mb10 {
  margin-bottom: 10px; }

.mr10 {
  margin-right: 10px; }

.ml10 {
  margin-left: 10px; }

.mv10 {
  margin: 10px 0; }

.mh10 {
  margin: 0 10px; }

.m20 {
  margin: 20px; }

.mt20 {
  margin-top: 20px; }

.mb20 {
  margin-bottom: 20px; }

.mr20 {
  margin-right: 20px; }

.ml20 {
  margin-left: 20px; }

.mv20 {
  margin: 20px 0; }

.mh20 {
  margin: 0 20px; }

.p5 {
  padding: 5px; }

.pt5 {
  padding-top: 5px; }

.pb5 {
  padding-bottom: 5px; }

.pr5 {
  padding-right: 5px; }

.pl5 {
  padding-left: 5px; }

.pv5 {
  padding: 5px 0; }

.ph5 {
  padding: 0 5px; }

.p10 {
  padding: 10px; }

.pt10 {
  padding-top: 10px; }

.pb10 {
  padding-bottom: 10px; }

.pr10 {
  padding-right: 10px; }

.pl10 {
  padding-left: 10px; }

.pv10 {
  padding: 10px 0; }

.ph10 {
  padding: 0 10px; }

.p20 {
  padding: 20px; }

.pt20 {
  padding-top: 20px; }

.pb20 {
  padding-bottom: 20px; }

.pr20 {
  padding-right: 20px; }

.pl20 {
  padding-left: 20px; }

.pv20 {
  padding: 20px 0; }

.ph20 {
  padding: 0 20px; }

/**
 * 回り込み
 */
.fleft {
  float: left; }

.fright {
  float: right; }

/**
 * 文字色
 */
.text-red {
  color: #e11c2c; }

.text-blue {
  color: #1c558e; }

/**
 * リスト
 */
ul {
  margin-bottom: 1.6em; }
  ul li {
    margin-bottom: .6em; }
  ul.inline {
    margin-bottom: 0; }
    ul.inline li {
      display: inline-block;
      *display: inline;
      *zoom: 1; }

dl {
  margin-bottom: 1.6em; }
  dl dt {
    font-weight: bold; }
  dl dd {
    margin-bottom: .6em; }

.nav-stack {
  display: block;
  margin: 0; }
  .nav-stack li {
    margin: 0; }
    .nav-stack li.line {
      height: 5px;
      overflow: hidden;
      background: #eee;
      border-bottom: 1px solid #ccc; }
    .nav-stack li.head {
      padding: .1em .5em;
      background: #666;
      font-size: .6em;
      color: #fff;
      border-bottom: 1px solid #ccc; }
      .nav-stack li.head.act {
        background: #246EB9; }
    .nav-stack li a {
      display: block;
      padding: .8em 1em;
      color: #333;
      border-bottom: 1px solid #ccc;
      position: relative; }
      .nav-stack li a i.nav-icon {
        line-height: 1;
        position: absolute;
        right: 15px;
        top: 50%;
        margin-top: -.5em; }
      .nav-stack li a.act, .nav-stack li a:hover {
        text-decoration: none;
        background: #fff; }
      .nav-stack li a.act i.nav-icon {
        right: 10px; }
    .nav-stack li ul {
      margin: 0;
      border-left: 10px solid #ccc;
      font-size: 0.9em; }
      .nav-stack li ul a {
        padding: .3em 1em; }

/**
 * ページネーション
 */
ul.pagination {
  text-align: center;
  margin: 1.6em 0; }
  ul.pagination li {
    display: inline-block;
    *display: inline;
    *zoom: 1;
    vertical-align: top;
    margin: 0 5px; }
    ul.pagination li span, ul.pagination li a {
      display: inline-block;
      *display: inline;
      *zoom: 1;
      line-height: 2;
      min-width: 1.6em;
      padding: 0 0.2em;
      text-align: center;
      border: 1px solid #ddd;
      color: #333; }
    ul.pagination li a:hover {
      background: #eee;
      text-decoration: none; }
    ul.pagination li span {
      background: #999;
      color: #fff; }

/**
 * インプット
 */
textarea.text,
input.text {
  font-size: 1.1em;
  color: #333;
  border: 1px solid #aaa;
  outline: none;
  padding: 5px 8px;
  margin: -5px 0;
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0 2px 3px #ccc;
  box-shadow: inset 0 2px 3px #ccc; }
  textarea.text:focus,
  input.text:focus {
    border: 1px solid #246EB9;
    -webkit-box-shadow: inset 0 2px 3px #ccc, 0 0 5px #246EB9;
    box-shadow: 0 0 5px #246EB9; }

textarea.micro,
input.micro {
  width: 4em; }

textarea.mini,
input.mini {
  width: 8em; }

textarea.middle,
input.middle {
  width: 20em; }

textarea.half,
input.half {
  width: 40%; }

textarea.full,
input.full {
  width: 100%; }

span.input-box {
  border: 2px solid #ccc;
  width: auto;
  padding: 3px 5px;
  display: inline-block;
  *display: inline;
  *zoom: 1; }

span.full {
  display: block; }

span.exp-text {
  display: block;
  margin-top: 8px;
  color: gray;
  font-size: .9em; }

.select2-container {
  width: 520px;
  max-width: 100%; }

label {
  margin-right: 15px;
  vertical-align: middle;
  display: inline-block;
  cursor: pointer; }
  label.no_style {
    margin: auto; }

fieldset {
  margin: 0;
  padding: 0;
  border-top: 1px solid #ccc;
  padding-top: 20px; }
  fieldset legend {
    padding: 0 20px;
    margin: 0 0 0 20px;
    background: #fafafa;
    font-size: 1.4em; }
  fieldset .odd {
    background: #eee; }

fieldset ~ fieldset {
  margin-top: 30px; }

/**
 * テーブル
 */
.table_wrap {
  min-width: 600px;
  overflow: auto; }

table.table {
  width: 100%;
  margin-bottom: 1.4em;
  border-bottom: 1px solid #999; }
  table.table thead {
    font-size: 0.9em; }
    table.table thead th, table.table thead td {
      padding: 10px 10px;
      border-bottom: 1px solid #999; }
  table.table tbody th, table.table tbody td {
    padding: 10px 10px;
    border-bottom: 1px dotted #aaa; }
    table.table tbody th dl, table.table tbody td dl {
      margin-bottom: 0; }
    table.table tbody th ul, table.table tbody td ul {
      margin-bottom: -.6em; }
    table.table tbody th.action, table.table tbody td.action {
      white-space: nowrap;
      width: 1em; }
  table.table tbody tr:hover th, table.table tbody tr:hover td {
    background: #fff; }
  table.table tbody .top th,
  table.table tbody .top td {
    vertical-align: top; }

.form_box table {
  border-bottom: none;
  margin-bottom: 0; }
  .form_box table thead th, .form_box table thead td {
    background: none;
    border: none; }
  .form_box table tbody th {
    width: 8em;
    white-space: nowrap;
    text-align: right; }
  .form_box table tbody th, .form_box table tbody td {
    padding: 15px 10px;
    border: none; }
  .form_box table.table-border th, .form_box table.table-border td {
    width: auto;
    border: 1px solid #ccc;
    text-align: center; }
  .form_box table.table-border th {
    background: #eee; }
  .form_box table.table-border .sun {
    background: #fee; }

/**
 * ボタン
 */
.btn {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  padding: 0.6em 1em;
  color: #333;
  border: 1px solid transparent;
  text-align: center;
  margin: 0;
  cursor: pointer;
  box-sizing: border-box;
  font-size: 1em;
  vertical-align: middle;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 2px;
  -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.2);
  white-space: nowrap; }
  .btn:hover {
    text-decoration: none;
    -webkit-box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: 0 3px 3px rgba(0, 0, 0, 0.3); }
  .btn:active {
    -webkit-box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.3); }

.btn-on {
  -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2);
  box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.2); }
  .btn-on:hover {
    -webkit-box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 3px 3px rgba(0, 0, 0, 0.3); }
  .btn-on:active {
    -webkit-box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0 5px 5px rgba(0, 0, 0, 0.3); }

.btn-block {
  display: block;
  width: 100%;
  padding-left: 0;
  padding-right: 0; }

.btn-small {
  font-size: 14px;
  padding: 0.2em 0.6em;
  font-weight: normal; }

.btn-micro {
  font-size: 12px;
  padding: .1em .4em;
  font-weight: normal; }

/* ボタンスタイル */
.btn-default {
  border: 1px solid #ddd;
  color: #333;
  background: #fafafa; }
  .btn-default:hover {
    background: #fff; }
  .btn-default:active {
    background: #fafafa; }

.btn-default-on {
  border: 1px solid #aaaaaa;
  background: #c7c7c7; }
  .btn-default-on:hover {
    background: #cccccc; }
  .btn-default-on:active {
    background: #c7c7c7; }

.btn-primary {
  border: 1px solid #1c558e;
  color: #fff;
  background: #246EB9; }
  .btn-primary:hover {
    background: #3887d8; }
  .btn-primary:active {
    background: #246EB9; }

.btn-primary-on {
  border: 1px solid #0b2239;
  background: #133b64; }
  .btn-primary-on:hover {
    background: #1c558e; }
  .btn-primary-on:active {
    background: #133b64; }

.btn-danger {
  border: 1px solid #e11c2c;
  color: #fff;
  background: #E84855; }
  .btn-danger:hover {
    background: #ee757f; }
  .btn-danger:active {
    background: #E84855; }

.btn-danger-on {
  border: 1px solid #86111a;
  background: #b31723; }
  .btn-danger-on:hover {
    background: #e11c2c; }
  .btn-danger-on:active {
    background: #b31723; }

.btn-success {
  border: 1px solid #569554;
  color: #fff;
  background: #70AE6E; }
  .btn-success:hover {
    background: #90c08f; }
  .btn-success:active {
    background: #70AE6E; }

.btn-success-on {
  border: 1px solid #30542f;
  background: #437541; }
  .btn-success-on:hover {
    background: #569554; }
  .btn-success-on:active {
    background: #437541; }

.btn-warning {
  border: 1px solid #f7d12b;
  color: #fff;
  background: #F9DC5C; }
  .btn-warning:hover {
    background: #fbe78d; }
  .btn-warning:active {
    background: #F9DC5C; }

.btn-warning-on {
  border: 1px solid #b59507;
  background: #e7be08; }
  .btn-warning-on:hover {
    background: #f7d12b; }
  .btn-warning-on:active {
    background: #e7be08; }

.btn-disabled {
  cursor: default;
  border: 1px solid #666666;
  color: #fff;
  background: #999999; }
  .btn-disabled:hover {
    background: #999999; }

/**
 * アラート
 */
.alert {
  margin-bottom: 20px;
  padding: 20px;
  border: 1px solid transparent;
  margin-bottom: 1.6em;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px; }
  .alert .alert-header {
    margin-bottom: 0.8em; }
    .alert .alert-header h1, .alert .alert-header h2 {
      margin: 0; }
  .alert ul {
    margin-bottom: 0; }
  .alert li {
    margin: 0 0 0 1.4em;
    list-style: disc outside; }

.alert-mini {
  padding: 10px; }

/* アラートスタイル */
.alert-default {
  background: #f5f5f5;
  border: 1px solid gainsboro;
  color: #0d0d0d; }

.alert-primary {
  background: #a3c8ed;
  border: 1px solid #78aee5;
  color: #0f2f4e; }

.alert-danger {
  background: #fce7e8;
  border: 1px solid #f6b9be;
  color: #9d141f; }

.alert-success {
  background: #e1eee1;
  border: 1px solid #c1dcc0;
  color: #396438; }

.alert-warning {
  background: white;
  border: 1px solid #ccccff;
  color: #cea908; }

/**
 * ラベル
 */
.label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  padding: .3em .5em;
  border: 1px solid transparent;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  font-size: .8em;
  white-space: nowrap; }

/* ラベルスタイル */
.label-default {
  background: #f5f5f5;
  border: 1px solid gainsboro;
  color: #0d0d0d; }

.label-primary {
  background: #a3c8ed;
  border: 1px solid #78aee5;
  color: #0f2f4e; }

.label-danger {
  background: #fce7e8;
  border: 1px solid #f6b9be;
  color: #9d141f; }

.label-success {
  background: #e1eee1;
  border: 1px solid #c1dcc0;
  color: #396438; }

.label-warning {
  background: white;
  border: 1px solid #ccccff;
  color: #cea908; }

/* アイコン */
i.symbols {
  font-weight: normal;
  font-style: normal;
  font-family: 'WebSymbolsLigaRegular';
  font-size: 0.7em;
  vertical-align: middle; }

/* 固定メニュー */
.fixed-menu {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  margin: 0;
  padding: 1em 0;
  background: #fff;
  border-top: 1px solid #ccc; }
  .fixed-menu .fixed-inner {
    padding-left: 180px; }

/**
 * レイアウト
 */
/**
 * ヘッダー
 */
#header {
  background: #403F4C;
  color: #fff;
  height: 36px;
  min-width: 860px;
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1; }
  #header a {
    color: #fff; }
  #header .header-wrap {
    margin-left: 160px; }
  #header .header {
    float: left;
    line-height: 36px; }
  #header .header-right {
    float: right;
    font-size: 0; }
    #header .header-right span {
      vertical-align: top;
      font-size: 11.2px;
      display: inline-block;
      *display: inline;
      *zoom: 1;
      border-left: 1px solid #34333e; }
      #header .header-right span a {
        display: block;
        line-height: 36px;
        padding: 0 10px; }
        #header .header-right span a:hover {
          text-decoration: none;
          background: #575668; }

/**
 * コンテンツ
 */
#content {
  min-width: 860px; }
  #content .main_block {
    padding: 10px 30px;
    margin-left: 160px;
    padding-top: 40px; }
    #content .main_block .image_cont .ph,
    #content .main_block .file_cont .ph {
      margin-bottom: 5px; }
    #content .main_block .image_cont .on,
    #content .main_block .file_cont .on {
      display: none; }
  #content .side_block {
    font-size: .9em;
    width: 160px;
    height: 100%;
    overflow: auto;
    position: fixed;
    left: 0;
    top: 0;
    background: #403F4C;
    color: #fff;
    z-index: 2; }
    #content .side_block h1 {
      margin: 0;
      padding: 0;
      border: none; }
      #content .side_block h1 a {
        height: 120px;
        display: block;
        position: relative; }
      #content .side_block h1 img {
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        margin: auto;
        max-height: 85%;
        max-width: 85%; }
    #content .side_block .nav-stack {
      border-top: 1px solid #34333e; }
      #content .side_block .nav-stack li.head {
        background: #292830;
        border-bottom: 1px solid #34333e; }
      #content .side_block .nav-stack li.act {
        background: #184879; }
      #content .side_block .nav-stack li a {
        color: #fff;
        border-bottom: 1px solid #34333e; }
        #content .side_block .nav-stack li a.act, #content .side_block .nav-stack li a:hover {
          background: #575668; }
  #content .panel {
    width: 600px;
    margin: 0 auto; }
  #content .section {
    margin-bottom: 3em; }
  #content .main_block img {
    width: auto !important;
    height: auto !important;
    max-width: 320px; }
  #content .file_wrap, #content .image_wrap {
    margin: -8px 0 0; }

/**
 * ログイン画面
 */
.panel-login dd {
  padding-top: 5px; }

/**
 * トップページのメニュー
 */
#top_menu li {
  width: 45%;
  display: inline-block; }
  #top_menu li a {
    display: block;
    line-height: 60px; }
  #top_menu li.blank {
    display: block;
    width: 90%;
    height: 0;
    margin: .6em 0 1.2em 0;
    border-top: 1px solid #eee; }

/**
 * フッター
 */
#footer {
  text-align: center;
  padding: 10px 0;
  font-size: 10px;
  border-top: 1px solid #ddd;
  margin-left: 180px;
  min-width: 680px; }
  #footer p {
    margin: 0; }

/**
 * モーダルボックス
 */
._modal_cover {
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 5;
  width: 100%;
  display: none; }

._modal_box {
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 10;
  display: none;
  background: #fafafa;
  vertical-align: top; }
  ._modal_box iframe {
    border: none;
    vertical-align: top; }

/*# sourceMappingURL=base.css.map */