@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%;
}

/**
 * 余白
 */
.m0 {
  margin: 0 !important;
}

.mt0 {
  margin-top: 0 !important;
}

.mb0 {
  margin-bottom: 0 !important;
}

.mr0 {
  margin-right: 0 !important;
}

.ml0 {
  margin-left: 0 !important;
}

.mv0 {
  margin-top: 0;
  margin-bottom: 0 !important;
}

.mh0 {
  margin-left: 0;
  margin-right: 0 !important;
}

.m5 {
  margin: 5px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.mv5 {
  margin: 5px 0 !important;
}

.mh5 {
  margin: 0 5px !important;
}

.m10 {
  margin: 10px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.mv10 {
  margin: 10px 0 !important;
}

.mh10 {
  margin: 0 10px !important;
}

.m20 {
  margin: 20px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.mv20 {
  margin: 20px 0 !important;
}

.mh20 {
  margin: 0 20px !important;
}

.p0 {
  padding: 0 !important;
}

.pt0 {
  padding-top: 0 !important;
}

.pb0 {
  padding-bottom: 0 !important;
}

.pr0 {
  padding-right: 0 !important;
}

.pl0 {
  padding-left: 0 !important;
}

.pv0 {
  padding-top: 0;
  padding-bottom: 0 !important;
}

.ph0 {
  padding-left: 0;
  padding-right: 0 !important;
}

.p5 {
  padding: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.pv5 {
  padding: 5px 0 !important;
}

.ph5 {
  padding: 0 5px !important;
}

.p10 {
  padding: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.pv10 {
  padding: 10px 0 !important;
}

.ph10 {
  padding: 0 10px !important;
}

.p20 {
  padding: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.pv20 {
  padding: 20px 0 !important;
}

.ph20 {
  padding: 0 20px !important;
}

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

.fright {
  float: right;
}

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

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

/**
 * リスト
 */
ul {
  margin-bottom: 1.6em;
}
ul li {
  margin-bottom: 0.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: 0.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: 0.1em 0.5em;
  background: #666;
  font-size: 0.6em;
  color: #fff;
  border-bottom: 1px solid #ccc;
}
.nav-stack li.head.act {
  background: #246EB9;
}
.nav-stack li a {
  display: block;
  padding: 0.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: -0.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: 0.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, ul.pagination li button {
  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;
  background: none;
  font-size: inherit;
  box-sizing: content-box;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  -ms-box-sizing: content-box;
  cursor: pointer;
  outline: none;
  font-family: inherit;
}
ul.pagination li a:hover, ul.pagination li button: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;
  -webkit-appearance: none;
  -moz-appearance: textfield;
}
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: 0.9em;
}

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;
}

.input-wrap {
  position: relative;
  display: table;
  margin: -5px 0;
}
.input-wrap.input-wrap-full {
  width: 100%;
}
.input-wrap.input-wrap-inline {
  display: inline-table;
}
.input-wrap .input-wrap-item {
  display: table-cell;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  line-height: 1.6;
}
.input-wrap .input-wrap-item:first-child, .input-wrap .input-wrap-item:first-child .btn {
  -webkit-border-top-right-radius: 0;
  -moz-border-top-right-radius: 0;
  -ms-border-top-right-radius: 0;
  -o-border-top-right-radius: 0;
  border-top-right-radius: 0;
  -webkit-border-bottom-right-radius: 0;
  -moz-border-bottom-right-radius: 0;
  -ms-border-bottom-right-radius: 0;
  -o-border-bottom-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-wrap .input-wrap-item:first-child .btn {
  border-right: none;
}
.input-wrap .input-wrap-item:last-child, .input-wrap .input-wrap-item:last-child .btn {
  -webkit-border-top-left-radius: 0;
  -moz-border-top-left-radius: 0;
  -ms-border-top-left-radius: 0;
  -o-border-top-left-radius: 0;
  border-top-left-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -moz-border-bottom-left-radius: 0;
  -ms-border-bottom-left-radius: 0;
  -o-border-bottom-left-radius: 0;
  border-bottom-left-radius: 0;
}
.input-wrap .input-wrap-item:last-child .btn {
  border-left: none;
}
.input-wrap .input-wrap-item:not(:first-child):not(:last-child), .input-wrap .input-wrap-item:not(:first-child):not(:last-child) .btn {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  -ms-border-radius: 0;
  -o-border-radius: 0;
  border-radius: 0;
}
.input-wrap label.input-wrap-item {
  padding-top: 0;
  padding-bottom: 0;
}
.input-wrap input.input-wrap-item {
  display: block;
  width: 100%;
  margin: 0;
}
.input-wrap span.input-wrap-item {
  vertical-align: top;
  position: relative;
}
.input-wrap label {
  display: table-cell;
  padding: 0 0.5em;
  min-width: 2.5em;
  text-align: center;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  border: 1px solid #aaa;
  background: #eee;
  width: 1em;
  white-space: nowrap;
}
.input-wrap label i {
  font-size: 1.1em;
}
.input-wrap label:first-child {
  border-right: none;
}
.input-wrap label:last-child {
  border-left: none;
}
.input-wrap .btn {
  height: 100%;
  width: 100%;
  font-size: 1.1em;
  padding: 5px 0.5em;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  vertical-align: top;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.input-wrap .btn:hover, .input-wrap .btn:active {
  -webkit-box-shadow: none;
  box-shadow: none;
}

.select2-container {
  width: 100%;
  max-width: 25em;
}

/**
 * テーブル
 */
.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: -0.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;
  line-height: normal;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Verdana, sans-serif;
}
.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: 0.1em 0.4em;
  font-weight: normal;
}

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

.btn-default-on {
  border: 1px solid #777777;
  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 #fdf4ce;
  color: #cea908;
}

/**
 * ラベル
 */
.label {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  line-height: 1;
  padding: 0.3em 0.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: 0.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 #fdf4ce;
  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: 0.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;
}
#content .photo_thumb-wrapper {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: flex-start;
}
#content .photo_thumb {
  width: 220px;
  text-align: center;
  margin-right: 25px;
  margin-bottom: 35px;
  border: 1px solid #ccc;
  padding: 10px;
  cursor: move;
}
#content .photo_thumb:hover {
  background: #eee;
}
#content .main_block .photo_thumb .image_wrap {
  margin: 0;
}
#content .main_block .photo_thumb img {
  max-width: 100% !important;
  max-height: 150px !important;
}
#content .main_block .photo_thumb select {
  width: 100%;
}
#content .main_block .photo_thumb textarea {
  margin: 8px 0;
}
#content .photo_thumb .image_cont .off,
#content .photo_thumb .image_cont .on {
  height: 200px;
}
#content .photo_thumb .image_cont ul {
  margin-bottom: 10px;
}
#content .photo_thumb .image_cont ul li {
  margin: 0;
}
#content .photo_thumb .image_cont .ph {
  height: 150px;
}
#content .photo_thumb.loading {
  position: relative;
  background: #fff;
}
#content .photo_thumb.loading:after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #444;
  background: rgba(0, 0, 0, 0.6);
}

/**
 * ログイン画面
 */
.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: 0.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 */