@charset "UTF-8";
/*********************************
 * IMPORT
 *********************************/
abbr, address, article, aside, audio, b, blockquote, body, canvas, caption, cite, code, dd, del, details, dfn, div, dl, dt, em, fieldset,
figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav,
object, ol, p, pre, q, samp, section, small, span, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, ul, var, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

body {
  line-height: 1;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

ul, ol {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: 700;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

* {
  box-sizing: border-box;
}

/*********************************
 * MEDIA QUERY
 *********************************/
/*********************************
 * COLORS
 *********************************/
/*********************************
 * FONT
 *********************************/
/*********************************
 * LAYOUT SETTINGS
 *********************************/
fieldset {
  margin: 0.25em 0;
}
fieldset.submit {
  text-align: center;
}

label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 0.5em 0 0;
}

input, textarea, select {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-family: Arial, Helvetica, "Avenir Next", Verdana, "游ゴシック", "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS P Gothic, sans-serif;
  font-size: 1.4rem;
  line-height: 1;
}
input:-moz-placeholder, textarea:-moz-placeholder, select:-moz-placeholder {
  color: #b5bbbf;
}
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder, select::-webkit-input-placeholder {
  color: #b5bbbf;
}
@media screen and (max-width: 768px) {
  input, textarea, select {
    font-size: 1.6rem;
  }
}

input[type="text"], input[type="password"],
textarea {
  max-width: 100%;
  width: 100%;
  padding: .75em 1em;
  border: none;
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background 0.2s, border 0.2s;
  -o-transition: background 0.2s, border 0.2s;
  -webkit-transition: background 0.2s, border 0.2s;
  transition: background 0.2s, border 0.2s;
  outline: none;
}
input[type="text"]:focus, input[type="password"]:focus,
textarea:focus {
  background: #fff;
  border: 1px solid #1a923b;
}
input[type="text"].inline, input[type="password"].inline,
textarea.inline {
  width: auto;
}

textarea {
  min-height: 150px;
  line-height: 2;
}

input[type="radio"] {
  display: none;
}
input[type="radio"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 2em;
}
input[type="radio"] + label:before, input[type="radio"] + label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
}
input[type="radio"] + label:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  left: 0;
}
input[type="radio"] + label:hover:before {
  background: #fff;
}
input[type="radio"] + label:after {
  width: 0.75em;
  height: 0.75em;
  margin-top: -0.3em;
  left: 0.45em;
  background: #1a923b;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
input[type="radio"]:checked + label:before {
  background: #fff;
  border: 1px solid #1a923b;
}
input[type="radio"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

input[type="checkbox"] {
  display: none;
}
input[type="checkbox"] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0 0 2em;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
input[type="checkbox"] + label:before, input[type="checkbox"] + label:after {
  content: '';
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  -moz-transition: all 0.2s;
  -o-transition: all 0.2s;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  position: absolute;
  top: 50%;
}
input[type="checkbox"] + label:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: -0.75em;
  background: #f5f8fa;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  left: 0;
}
input[type="checkbox"] + label:hover:before {
  background: #fff;
}
input[type="checkbox"] + label:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.6rem;
  color: #1a923b;
  left: 0.25em;
  margin-top: -0.5em;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
input[type="checkbox"]:checked + label:before {
  background: #fff;
  border: 1px solid #1a923b;
}
input[type="checkbox"]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}

select {
  text-indent: .01px;
  /* Firefox */
  text-overflow: "";
  /* Firefox */
  padding: 0.5em 50px 0.5em 0.5em;
  border: 1px solid #e3e8e8;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: url(/admin/common/images/select.svg) no-repeat right 10px center #f5f8fa;
}

.file {
  position: relative;
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
.file:before {
  content: 'ファイルを選択';
  display: inline-block;
  width: 140px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  border: 1px solid #e3e8e8;
  background: #f5f8fa;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.file input[type="file"] {
  cursor: pointer;
  background: #0ff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 100px;
  opacity: 0;
}
.file input[type="text"] {
  padding: 0;
  border: none;
  background: none;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 0 0.5em;
  color: #b5bbbf;
}

input[type="submit"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
}
input[type="submit"]:visited {
  color: #fff;
}
input[type="submit"]:focus {
  color: #fff;
}
input[type="submit"]:hover {
  color: #fff;
}
input[type="submit"]:active {
  color: #fff;
}
input[type="submit"]:hover {
  background: #105c25;
}
spaninput[type="submit"] {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
spaninput[type="submit"]:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}

input[type="button"] {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
}
input[type="button"]:visited {
  color: #fff;
}
input[type="button"]:focus {
  color: #fff;
}
input[type="button"]:hover {
  color: #fff;
}
input[type="button"]:active {
  color: #fff;
}
input[type="button"]:hover {
  background: #105c25;
}
spaninput[type="button"] {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
spaninput[type="button"]:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}

/*********************************
 * HELPER
 *********************************/
/*
//pc-view
.pc-view {
	display: block !important;
	@at-root {
		span, strong, i {
			display: inline !important;
		}
		th, td {
			display: table-cell !important;
		}
	}
	@media screen and ( max-width: $mq-tablet ) {
		display: none !important;
	}
}

//sp-view
.sp-view {
	display: none !important;
	@media screen and ( max-width: $mq-tablet ) {
		display: block !important;
		@at-root {
			span, strong, i {
				display: inline !important;
			}
			td {
				display: none !important;
			}
		}
	}
}
*/
.pc-view {
  display: block;
}
i.pc-view {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}

span.pc-view, strong.pc-view {
  display: inline;
}

th.pc-view, td.pc-view {
  display: table-cell;
}
@media screen and (max-width: 768px) {
  .pc-view {
    display: none !important;
  }
}

.sp-view {
  display: none;
}
@media screen and (max-width: 768px) {
  .sp-view {
    display: block;
  }
  i.sp-view {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
  }

  span.sp-view, strong.sp-view {
    display: inline;
  }

  th.sp-view, td.sp-view {
    display: table-cell;
  }
}

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

.mt1 {
  margin-top: 1px !important;
}

.mt2 {
  margin-top: 2px !important;
}

.mt3 {
  margin-top: 3px !important;
}

.mt4 {
  margin-top: 4px !important;
}

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

.mt6 {
  margin-top: 6px !important;
}

.mt7 {
  margin-top: 7px !important;
}

.mt8 {
  margin-top: 8px !important;
}

.mt9 {
  margin-top: 9px !important;
}

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

.mt15 {
  margin-top: 15px !important;
}

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

.mt25 {
  margin-top: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

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

.mr1 {
  margin-right: 1px !important;
}

.mr2 {
  margin-right: 2px !important;
}

.mr3 {
  margin-right: 3px !important;
}

.mr4 {
  margin-right: 4px !important;
}

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

.mr6 {
  margin-right: 6px !important;
}

.mr7 {
  margin-right: 7px !important;
}

.mr8 {
  margin-right: 8px !important;
}

.mr9 {
  margin-right: 9px !important;
}

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

.mr15 {
  margin-right: 15px !important;
}

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

.mr25 {
  margin-right: 25px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mr60 {
  margin-right: 60px !important;
}

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

.mb1 {
  margin-bottom: 1px !important;
}

.mb2 {
  margin-bottom: 2px !important;
}

.mb3 {
  margin-bottom: 3px !important;
}

.mb4 {
  margin-bottom: 4px !important;
}

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

.mb6 {
  margin-bottom: 6px !important;
}

.mb7 {
  margin-bottom: 7px !important;
}

.mb8 {
  margin-bottom: 8px !important;
}

.mb9 {
  margin-bottom: 9px !important;
}

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

.mb15 {
  margin-bottom: 15px !important;
}

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

.mb25 {
  margin-bottom: 25px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

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

.ml1 {
  margin-left: 1px !important;
}

.ml2 {
  margin-left: 2px !important;
}

.ml3 {
  margin-left: 3px !important;
}

.ml4 {
  margin-left: 4px !important;
}

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

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

.ml11 {
  margin-left: 11px !important;
}

.ml12 {
  margin-left: 12px !important;
}

.ml13 {
  margin-left: 13px !important;
}

.ml14 {
  margin-left: 14px !important;
}

.ml15 {
  margin-left: 15px !important;
}

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

.ml25 {
  margin-left: 25px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.ml60 {
  margin-left: 60px !important;
}

/* padding */
.p0 {
  padding: 0px !important;
}

.p5 {
  padding: 5px !important;
}

.p10 {
  padding: 10px !important;
}

.p15 {
  padding: 15px !important;
}

.p20 {
  padding: 20px !important;
}

.p25 {
  padding: 25px !important;
}

.p30 {
  padding: 30px !important;
}

.p35 {
  padding: 35px !important;
}

.p40 {
  padding: 40px !important;
}

.p45 {
  padding: 45px !important;
}

.p50 {
  padding: 50px !important;
}

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

.pt1 {
  padding-top: 1px !important;
}

.pt2 {
  padding-top: 2px !important;
}

.pt3 {
  padding-top: 3px !important;
}

.pt4 {
  padding-top: 4px !important;
}

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

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

.pt15 {
  padding-top: 15px !important;
}

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

.pt25 {
  padding-top: 25px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pt50 {
  padding-top: 50px !important;
}

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

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

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

.pr15 {
  padding-right: 15px !important;
}

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

.pr25 {
  padding-right: 25px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pr50 {
  padding-right: 50px !important;
}

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

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

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

.pb15 {
  padding-bottom: 15px !important;
}

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

.pb25 {
  padding-bottom: 25px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

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

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

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

.pl12 {
  padding-left: 12px !important;
}

.pl15 {
  padding-left: 15px !important;
}

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

.pl25 {
  padding-left: 25px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.pl50 {
  padding-left: 50px !important;
}

/* text-color */
.red {
  color: #d0021b;
}

/* text-align */
.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.center {
  text-align: center !important;
}

/*********************************
 * SETTINGS
 *********************************/
html {
  font-size: 62.5%;
  overflow-y: scroll;
}

html, body {
  width: 100%;
  min-height: 100%;
  background: #fff;
}

body {
  color: #363b3f;
  font-family: Arial, Helvetica, "Avenir Next", Verdana, "游ゴシック", "游ゴシック体", Yu Gothic, YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS P Gothic, sans-serif;
  font-size: 1.4rem;
  -webkit-font-smoothing: subpixel-antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-rendering: geometricPrecision;
}

a {
  color: #999999;
  text-decoration: none;
  -moz-transition: color 0.2s, background-color 0.1s;
  -o-transition: color 0.2s, background-color 0.1s;
  -webkit-transition: color 0.2s, background-color 0.1s;
  transition: color 0.2s, background-color 0.1s;
}
a:hover {
  color: #6c6c6c;
  text-decoration: underline;
}

::-moz-selection {
  background: #999999;
  color: #fff;
}

::-webkit-selection {
  background: #999999;
  color: #fff;
}

::selection {
  background: #999999;
  color: #fff;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

/*********************************
 * LAYOUT
 *********************************/
#wrapper {
  position: relative;
  width: 100%;
  padding-top: 110px;
  padding-right: 20px;
  padding-left: 220px;
}
@media screen and (max-width: 768px) {
  #wrapper {
    padding-top: 100px;
    padding-right: 10px;
    padding-left: 10px;
  }
}

#main {
  position: relative;
}

#globalHeader {
  width: 100%;
  height: 50px;
  background: #fff;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  position: fixed;
  left: 0;
  top: 0;
  z-index: 10;
}
#globalHeader .site-id {
  position: absolute;
  left: 10px;
  top: 10px;
}
#globalHeader .site-id img {
  vertical-align: top;
  width: auto;
  height: 30px;
}
#globalHeader #gh-menu {
  *zoom: 1;
  position: absolute;
  right: 0;
  top: 0;
}
#globalHeader #gh-menu:after {
  content: "";
  display: table;
  clear: both;
}
#globalHeader #gh-menu > li {
  position: relative;
  float: left;
  text-align: center;
  border-left: 1px solid #e3e8e8;
}
@media screen and (max-width: 768px) {
  #globalHeader #gh-menu > li {
    position: static;
  }
}
#globalHeader #gh-menu > li > a {
  display: block;
  padding: 0 10px 0 15px;
  height: 50px;
  line-height: 50px;
  color: #717b84;
}
#globalHeader #gh-menu > li > a:hover {
  color: #363b3f;
}
#globalHeader #gh-menu > li > a strong {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  color: #363b3f;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  max-width: 400px;
  text-align: right;
}
#globalHeader #gh-menu > li > a i.fa-caret-down {
  font-size: 1rem;
}
#globalHeader #gh-menu > li > a i.fa-caret-up {
  font-size: 1rem;
  display: none;
}
#globalHeader #gh-menu > li.active i.fa-caret-down {
  display: none;
}
#globalHeader #gh-menu > li.active i.fa-caret-up {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
#globalHeader #gh-menu .toggle-cont {
  min-width: 100%;
  background: #fff;
  border: 1px solid #e3e8e8;
  position: absolute;
  display: none;
}
#globalHeader #gh-menu .toggle-cont.account {
  right: -1px;
}
#globalHeader #gh-menu .toggle-cont.account table {
  width: 100%;
  min-width: 300px;
  font-size: 1.2rem;
  line-height: 1.285;
  text-align: left;
}
#globalHeader #gh-menu .toggle-cont.account table th {
  border-bottom: 1px solid #e3e8e8;
  padding: 15px;
  text-align: left;
  white-space: nowrap;
  font-weight: normal;
  vertical-align: middle;
  background: #f9fafa;
}
#globalHeader #gh-menu .toggle-cont.account table td {
  border-left: 1px solid #e3e8e8;
  border-bottom: 1px solid #e3e8e8;
  padding: 15px;
}
#globalHeader #gh-menu .toggle-cont.account .btns {
  padding: 10px;
  text-align: center;
}
#globalHeader #gh-menu .toggle-cont.help {
  right: 0;
}
#globalHeader #gh-menu .toggle-cont.help ul li {
  border-top: 1px solid #e3e8e8;
  text-align: left;
  white-space: nowrap;
}
#globalHeader #gh-menu .toggle-cont.help ul li:first-of-type {
  border: 0;
}
#globalHeader #gh-menu .toggle-cont.help ul li a {
  display: block;
  background: #fff;
  padding: 20px;
  color: #363b3f;
}
#globalHeader #gh-menu .toggle-cont.help ul li a:hover {
  background: #f9fafa;
}
#globalHeader #gh-menu .toggle-cont.help ul p {
  font-size: 1rem;
  color: #717b84;
  margin: 0.5em 0 0;
}
#globalHeader #gh-menu .toggle-cont.open {
  display: block;
}

#globalNav {
  width: 200px;
  min-height: 100%;
  padding-top: 50px;
  background: #25282b;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 5;
}
@media screen and (max-width: 768px) {
  #globalNav {
    width: 100%;
    margin-left: -100%;
    opacity: .97;
    -moz-transition: margin-left 0.2s ease-in-out;
    -o-transition: margin-left 0.2s ease-in-out;
    -webkit-transition: margin-left 0.2s ease-in-out;
    transition: margin-left 0.2s ease-in-out;
  }
}
#globalNav ul {
  list-style: none;
}
@media screen and (max-width: 768px) {
  #globalNav ul#gn-menu {
    border-top: 1px solid #363b3f;
  }
}
#globalNav ul#gn-menu li {
  position: relative;
  border-bottom: 1px solid #313539;
}
#globalNav ul#gn-menu li:hover .sub-menu {
  display: block;
}
#globalNav ul#gn-menu a {
  display: block;
  padding: 1.25em 10px;
  color: #fff;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#globalNav ul#gn-menu a:hover, #globalNav ul#gn-menu a:active {
  background: #363b3f;
}
#globalNav ul#gn-menu > .selected > a {
  position: relative;
  background: #999999;
}
#globalNav ul#gn-menu > .selected > a:after {
  content: '';
  width: 0;
  height: 0;
  border: solid transparent;
  pointer-events: none;
  border-left-color: #999999;
  border-width: 8px;
  position: absolute;
  left: 100%;
  top: 50%;
  margin-top: -8px;
}
@media screen and (max-width: 768px) {
  #globalNav ul#gn-menu > .selected a {
    background: transparent;
  }
  #globalNav ul#gn-menu > .selected a:hover {
    background: #363b3f;
  }
}
#globalNav ul#gn-menu > .selected .sub-menu {
  display: block;
  position: static;
}
#globalNav ul#gn-menu .sub-menu {
  display: none;
  background: #363b3f;
  width: 200px;
  position: absolute;
  left: 200px;
  top: 0;
}
@media screen and (max-width: 768px) {
  #globalNav ul#gn-menu .sub-menu {
    font-size: 1.2rem;
    overflow: hidden;
    *zoom: 1;
    display: block;
    position: static;
    width: 100%;
    border-top: 1px solid #25282b;
  }
}
#globalNav ul#gn-menu .sub-menu li {
  border: none;
}
@media screen and (max-width: 768px) {
  #globalNav ul#gn-menu .sub-menu li {
    float: left;
    width: 50%;
    border-bottom: 1px solid #25282b;
  }
  #globalNav ul#gn-menu .sub-menu li:nth-child(odd) {
    border-right: 1px solid #25282b;
  }
}
#globalNav ul#gn-menu .sub-menu li a {
  padding: 1.25em 10px;
}
#globalNav ul#gn-menu .sub-menu li.selected a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  #globalNav ul#gn-menu .sub-menu li.selected a {
    padding: 1.25em 10px;
  }
}
#globalNav ul#gn-menu .sub-menu a, #globalNav ul#gn-menu .sub-menu s {
  display: block;
  line-height: 1;
  text-decoration: none;
  color: #b5bbbf;
  background: #363b3f;
}
#globalNav ul#gn-menu .sub-menu a:hover, #globalNav ul#gn-menu .sub-menu a:active, #globalNav ul#gn-menu .sub-menu s:hover, #globalNav ul#gn-menu .sub-menu s:active {
  background: #596268;
}
#globalNav ul#gn-menu .sub-menu s {
  color: #666666;
  background: #42484d;
}
#globalNav #gn-toggle,
#globalNav #gn-close {
  display: none;
}
#globalNav #gn-toggle a,
#globalNav #gn-close a {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  width: 40px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  background: #25282b;
  color: #fff;
}
#globalNav #gn-toggle a span,
#globalNav #gn-close a span {
  display: none;
}
#globalNav #gn-toggle a:before,
#globalNav #gn-close a:before {
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  #globalNav #gn-toggle {
    display: block;
    position: fixed;
    left: 0;
    top: 50px;
  }
  #globalNav #gn-toggle a {
    background: #25282b;
  }
  #globalNav #gn-close {
    position: relative;
    z-index: 10;
    display: block;
  }
  #globalNav #gn-close a {
    background: #999999;
  }
}
#globalNav.open {
  margin-left: 0;
}
#globalNav.open #gn-toggle {
  display: none;
}
#globalNav.over {
  position: absolute;
}

#mainHeader {
  width: 100%;
  padding-left: 220px;
  height: 40px;
  background: #363b3f;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  color: #fff;
  position: fixed;
  left: 0;
  top: 50px;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  #mainHeader {
    padding-left: 60px;
  }
}
#mainHeader h2 {
  line-height: 40px;
}
#mainHeader a {
  padding: 6px 1em;
  position: absolute;
  right: 10px;
  top: 6px;
}
@media screen and (max-width: 768px) {
  #mainHeader a {
    right: 0;
  }
}

#globalFooter {
  width: 100%;
  margin: 60px 0 0;
  padding: 30px 0 10px;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.571;
  color: #717b84;
  border-top: 1px solid #e3e8e8;
}
#globalFooter li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  padding: 0 0.5em;
  border-left: 1px solid #e3e8e8;
}
#globalFooter li:first-child {
  border-left: none;
}
#globalFooter .fxtop {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.6rem;
  text-align: center;
  background: #25282b;
  color: #fff;
  position: fixed;
  bottom: 10px;
  right: 10px;
}
#globalFooter .fxtop:hover {
  background: #363b3f;
}
#globalFooter .fxtop i span {
  display: none;
}
@media screen and (max-width: 768px) {
  #globalFooter .fxtop {
    bottom: 5px;
    right: 5px;
  }
}

/*********************************
 * BASE DESIGN
 *********************************/
#content > h3 {
  font-size: 2rem;
}
#content > h3 ~ h3 {
  margin: 30px 0 10px;
}

.sec, #pub-content {
  line-height: 1.571;
  margin: 10px 0;
  padding: 20px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .sec, #pub-content {
    padding: 0;
  }
}

.sec h1, .sec h2, .sec h3, .sec h4 {
  font-size: 1.8rem;
}
.sec h5 {
  font-size: 1.6rem;
}
.sec h6 {
  font-size: 1.4rem;
}
.sec h1 {
  padding-left: 12px;
  border-left: 7px solid #999999;
}
.sec * ~ h1, .sec * ~ h2, .sec * ~ h3, .sec * ~ h4, .sec * ~ h5, .sec * ~ h6 {
  margin: 2em 0 10px;
}
.sec p {
  margin: 0.5em 0;
}
.sec img {
  max-width: 100%;
  height: auto;
}
.sec ul {
  margin: 0.5em 0;
  list-style: disc;
}
.sec ul li {
  margin-left: 1.5em;
}
.sec ul.float {
  list-style: none;
}
.sec ul.float li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  margin: 0 1em 0.5em 0;
}
.sec ol {
  margin: 0.5em 0;
  list-style: decimal;
}
.sec ol li {
  margin-left: 1.5em;
}
.sec dl {
  margin: 0.5em 0;
}
.sec dl dt {
  font-weight: bold;
}
.sec dl dt ~ dt {
  margin-top: 0.5em;
}
.sec table {
  width: 100%;
  margin: 0.5em 0;
}
@media screen and (max-width: 768px) {
  .sec table {
    border: none;
  }
}
.sec table th, .sec table td {
  border: 1px solid #e3e8e8;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .sec table thead {
    display: none;
  }
}
.sec table th {
  background: #f5f8fa;
  padding: 0.5em;
}
@media screen and (max-width: 768px) {
  .sec table tbody tr {
    display: block;
    margin-bottom: 1.5em;
    border: 1px solid #e3e8e8;
  }
}
.sec table tbody tr.cancel {
  background: #f5f8fa;
}
.sec table tbody tr.cancel th, .sec table tbody tr.cancel td {
  color: #717b84;
  background: #f5f8fa;
}
.sec table tbody th, .sec table tbody td {
  font-weight: normal;
  text-align: left;
  padding: 1em;
  border: 1px solid #e3e8e8;
}
@media screen and (max-width: 768px) {
  .sec table tbody th, .sec table tbody td {
    border: none;
  }
}
@media screen and (max-width: 768px) {
  .sec table tbody th {
    display: block;
    border-bottom: 1px solid #e3e8e8;
    background: #f5f8fa;
    font-weight: bold;
  }
}
@media screen and (max-width: 768px) {
  .sec table tbody td {
    display: block;
    border-bottom: 1px dotted #e3e8e8;
  }
  .sec table tbody td:last-child {
    border-bottom: none;
  }
}
.sec table tbody td.center {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec table tbody td.center {
    display: block;
    margin-left: 0;
  }
}
.sec table .half {
  display: inline-block;
  width: 47%;
}
.sec table.calendar {
  table-layout: fixed;
}
@media screen and (max-width: 768px) {
  .sec table.calendar thead {
    display: table-header-group;
  }
}
@media screen and (max-width: 768px) {
  .sec table.calendar tr {
    display: table-row;
  }
}
.sec table.calendar th, .sec table.calendar td {
  text-align: center;
}
@media screen and (max-width: 768px) {
  .sec table.calendar th, .sec table.calendar td {
    display: table-cell;
    padding: 1em;
    border: 1px solid #e3e8e8;
  }
}
.sec table.calendar-fix {
  table-layout: fixed;
}
.sec table.calendar-fix td {
  vertical-align: top;
}
.sec table.calendar-fix span.left {
  display: block;
  text-align: left;
}
.sec pre, .sec code, .sec var, .sec samp, .sec kbd, .sec .mono {
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
  font-size: 1.4rem;
  line-height: 1.285;
}
.sec pre {
  margin: 0.5em 0;
  padding: 20px;
  border: 1px dotted #b5bbbf;
  color: #717b84;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
}
.sec .submit {
  margin: 40px 0 0;
}
@media screen and (max-width: 640px) {
  .sec .submit input[type="submit"] {
    margin-bottom: 20px;
  }
}

.sec-search {
  /*
  	ul {
  		@include display-flex;
  		@include flex-direction( row );
  		@include flex-wrap( wrap );
  		@include align-items( stretch );
  		li {
  			vertical-align: middle;
  			background: #333;
  			color: #fff;
  		}
  		fieldset {
  			@include inline-block;
  		}
  	}
  */
}
.sec-search ul {
  padding: 1em 0;
}
.sec-search ul li {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  /* ----
  			padding: .5em;
  			background: #fff;
  			@include box-shadow( 0 0 2px rgba(0, 0, 0, .1) );
  			@include border-radius(2px);
  ---- */
  margin: 0 1em 0.5em 0;
}
@media screen and (max-width: 768px) {
  .sec-search ul li {
    display: block;
    margin: 0 0 1em;
  }
}
.sec-search ul li strong {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  height: 2em;
  line-height: 2em;
  font-size: 12px;
  font-weight: normal;
  white-space: nowrap;
  padding: 0 .5em;
  /* ----*/
  background: #717b84;
  color: #fff;
  margin: 0 10px 0 0;
  /* ---- */
}
@media screen and (max-width: 768px) {
  .sec-search ul li strong {
    display: block;
    font-size: 14px;
    margin: 0 0 .5em;
  }
}
.sec-search ul li strong:before {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-style: solid;
  border-width: 6px 0 6px 6px;
  border-color: transparent transparent transparent #717b84;
  position: absolute;
  right: -6px;
  top: 50%;
  margin-top: -6px;
}
@media screen and (max-width: 768px) {
  .sec-search ul li strong:before {
    display: none;
  }
}
.sec-search ul li img {
  vertical-align: middle;
  margin: 0 10px 0 5px;
}
.sec-search ul fieldset {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
}
@media screen and (max-width: 768px) {
  .sec-search ul fieldset {
    display: block;
  }
}

#dialog {
  width: 300px;
  padding: 15px;
  background: #fff;
  -moz-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 0 2px rgba(0, 0, 0, 0.1);
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  line-height: 1.285;
  text-align: center;
  position: fixed;
  left: 50%;
  top: 50%;
  z-index: 2000;
  margin: -100px 0 0 -150px;
  display: none;
}
#dialog h1 {
  margin: -15px -15px 30px;
  padding: 15px;
  background: #f5f8fa;
  -moz-border-radius: 2px 2px 0 0;
  -webkit-border-radius: 2px;
  border-radius: 2px 2px 0 0;
  border-bottom: #e3e8e8;
}
#dialog ul {
  overflow: hidden;
  *zoom: 1;
  margin: 30px 0 0;
}
#dialog ul li {
  float: left;
  width: 50%;
}

#dialog-overlay {
  width: 100%;
  height: 100%;
  background: #000;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  position: fixed;
  left: 0;
  top: 0;
  z-index: 1000;
}

.topics-list dt {
  float: left;
  width: 10em;
  margin: 0;
  font-weight: normal;
  padding: 10px 0 0;
}
@media screen and (max-width: 768px) {
  .topics-list dt {
    margin: 0;
  }
}
@media screen and (max-width: 640px) {
  .topics-list dt {
    float: none;
    width: auto;
    padding: 0;
  }
}
.topics-list dd {
  padding: 10px 0 10px 11em;
  border-bottom: 1px dotted #e3e8e8;
}
@media screen and (max-width: 640px) {
  .topics-list dd {
    margin: 0 0 10px;
    padding: 5px 0 10px;
  }
}

/*********************************
 * GLOBAL ELEMENTS
 *********************************/
.caption {
  font-size: 1.2rem;
  color: #717b84;
}

.caution {
  padding: .75em .25em;
  color: #d0021b;
  background: #ffecee;
  text-align: center;
  margin: 1em 0;
}

.validate {
  padding: .75em .25em;
  color: #999999;
  background: white;
  text-align: center;
  margin: 0 0 1em;
}

.require {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  padding: .25em .5em;
  background: #d0021b;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: -0.175em .25em 0;
}

.retract {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  white-space: nowrap;
  line-height: 1;
  padding: .25em .5em;
  background: #363b3f;
  color: #fff;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  margin: -0.175em .25em 0;
}

.dropdown {
  color: #b5bbbf;
}
.dropdown span {
  display: none;
}

.btn {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
  background: #999999;
}
.btn:visited {
  color: #fff;
}
.btn:focus {
  color: #fff;
}
.btn:hover {
  color: #fff;
}
.btn:active {
  color: #fff;
}
.btn:hover {
  background: #105c25;
}
span.btn {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}

.btn-block {
  display: block;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
  background: #999999;
}
.btn-block:visited {
  color: #fff;
}
.btn-block:focus {
  color: #fff;
}
.btn-block:hover {
  color: #fff;
}
.btn-block:active {
  color: #fff;
}
.btn-block:hover {
  background: #105c25;
}
span.btn-block {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-block:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}

a.btn:hover,
a.btn-block:hover {
  text-decoration: none !important;
  background: #797979;
}

.btn-blue {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
  background: #3598d9 !important;
}
.btn-blue:visited {
  color: #fff;
}
.btn-blue:focus {
  color: #fff;
}
.btn-blue:hover {
  color: #fff;
}
.btn-blue:active {
  color: #fff;
}
.btn-blue:hover {
  background: #105c25;
}
span.btn-blue {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-blue:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}
.btn-blue:hover {
  background: #2176ae !important;
}
.btn-blue.btn-block {
  display: block;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
}
.btn-blue.btn-block:visited {
  color: #fff;
}
.btn-blue.btn-block:focus {
  color: #fff;
}
.btn-blue.btn-block:hover {
  color: #fff;
}
.btn-blue.btn-block:active {
  color: #fff;
}
.btn-blue.btn-block:hover {
  background: #105c25;
}
span.btn-blue.btn-block {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-blue.btn-block:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}

.btn-green {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
  background: #1a923b !important;
}
.btn-green:visited {
  color: #fff;
}
.btn-green:focus {
  color: #fff;
}
.btn-green:hover {
  color: #fff;
}
.btn-green:active {
  color: #fff;
}
.btn-green:hover {
  background: #105c25;
}
span.btn-green {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-green:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}
.btn-green:hover {
  background: #105c25 !important;
}
.btn-green.btn-block {
  display: block;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
}
.btn-green.btn-block:visited {
  color: #fff;
}
.btn-green.btn-block:focus {
  color: #fff;
}
.btn-green.btn-block:hover {
  color: #fff;
}
.btn-green.btn-block:active {
  color: #fff;
}
.btn-green.btn-block:hover {
  background: #105c25;
}
span.btn-green.btn-block {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-green.btn-block:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}

.btn-pink {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
  background: #f96373 !important;
}
.btn-pink:visited {
  color: #fff;
}
.btn-pink:focus {
  color: #fff;
}
.btn-pink:hover {
  color: #fff;
}
.btn-pink:active {
  color: #fff;
}
.btn-pink:hover {
  background: #105c25;
}
span.btn-pink {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-pink:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}
.btn-pink:hover {
  background: #f7263c !important;
}
.btn-pink.btn-block {
  display: block;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
}
.btn-pink.btn-block:visited {
  color: #fff;
}
.btn-pink.btn-block:focus {
  color: #fff;
}
.btn-pink.btn-block:hover {
  color: #fff;
}
.btn-pink.btn-block:active {
  color: #fff;
}
.btn-pink.btn-block:hover {
  background: #105c25;
}
span.btn-pink.btn-block {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-pink.btn-block:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}

.btn-orange {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
  background: #f5a623 !important;
}
.btn-orange:visited {
  color: #fff;
}
.btn-orange:focus {
  color: #fff;
}
.btn-orange:hover {
  color: #fff;
}
.btn-orange:active {
  color: #fff;
}
.btn-orange:hover {
  background: #105c25;
}
span.btn-orange {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-orange:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}
.btn-orange:hover {
  background: #cf8509 !important;
}
.btn-orange.btn-block {
  display: block;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
}
.btn-orange.btn-block:visited {
  color: #fff;
}
.btn-orange.btn-block:focus {
  color: #fff;
}
.btn-orange.btn-block:hover {
  color: #fff;
}
.btn-orange.btn-block:active {
  color: #fff;
}
.btn-orange.btn-block:hover {
  background: #105c25;
}
span.btn-orange.btn-block {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-orange.btn-block:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}

.btn-red {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
  background: #d0021b !important;
}
.btn-red:visited {
  color: #fff;
}
.btn-red:focus {
  color: #fff;
}
.btn-red:hover {
  color: #fff;
}
.btn-red:active {
  color: #fff;
}
.btn-red:hover {
  background: #105c25;
}
span.btn-red {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-red:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}
.btn-red:hover {
  background: #910113 !important;
}
.btn-red.btn-block {
  display: block;
  border: none;
  cursor: pointer;
  white-space: nowrap;
  line-height: 1;
  padding: 0.75em 1em;
  color: #fff;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background: #1a923b;
  -moz-transition: background 0.2s;
  -o-transition: background 0.2s;
  -webkit-transition: background 0.2s;
  transition: background 0.2s;
  margin: 0 5px;
}
.btn-red.btn-block:visited {
  color: #fff;
}
.btn-red.btn-block:focus {
  color: #fff;
}
.btn-red.btn-block:hover {
  color: #fff;
}
.btn-red.btn-block:active {
  color: #fff;
}
.btn-red.btn-block:hover {
  background: #105c25;
}
span.btn-red.btn-block {
  cursor: default;
  color: #b5bbbf;
  background: #e3e8e8;
}
span.btn-red.btn-block:hover {
  color: #b5bbbf;
  background: #e3e8e8;
}

.pagenation {
  text-align: center;
  margin: 20px 0 0;
}
.pagenation ul {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  list-style: none;
  margin: 0;
  *zoom: 1;
}
.pagenation ul:after {
  content: "";
  display: table;
  clear: both;
}
.pagenation ul li {
  float: left;
  margin: 0 3px;
}
.pagenation ul li > a, .pagenation ul li > span {
  display: block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  font-weight: bold;
  color: #b5bbbf;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  background: #f5f8fa;
}
.pagenation ul li > a:hover, .pagenation ul li > span:hover {
  background: #e3e8e8;
}
.pagenation ul li.current span {
  color: #fff;
  background: #999999;
}

.tooltip {
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .tooltip {
    text-align: left;
  }
}
.tooltip a {
  color: #b5bbbf;
}
@media screen and (max-width: 768px) {
  .tooltip a {
    display: none;
  }
}
.tooltip a:hover {
  color: #999999;
}
.tooltip p {
  width: 300px;
  padding: 10px;
  background: #363b3f;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  -moz-box-shadow: 0 0 3px #e3e8e8;
  -webkit-box-shadow: 0 0 3px #e3e8e8;
  box-shadow: 0 0 3px #e3e8e8;
  font-size: 1.2rem;
  color: #f9fafa;
  text-align: left;
  position: absolute;
  left: 50%;
  top: 1.75em;
  z-index: 10;
  margin-left: -150px;
  display: none;
}
@media screen and (max-width: 768px) {
  .tooltip p {
    display: block;
    width: auto;
    padding: 0;
    background: transparent;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-size: 1.4rem;
    color: #363b3f;
    position: static;
    margin-left: 0;
  }
}
.tooltip p:after {
  content: '';
  display: block;
  width: 0px;
  height: 0px;
  border-width: 0 6px 6px 6px;
  border-style: solid;
  border-color: transparent transparent #363b3f transparent;
  position: absolute;
  top: -6px;
  left: 50%;
  margin-left: -6px;
}
@media screen and (max-width: 768px) {
  .tooltip p:after {
    display: none;
  }
}
.tooltip:hover p {
  display: block;
}
@media screen and (max-width: 768px) {
  .cancel .tooltip p {
    color: #717b84;
  }
}

.creat {
  text-align: right;
  color: #b5bbbf;
}
@media screen and (max-width: 768px) {
  .creat {
    text-align: center;
  }
}
.creat fieldset, .creat p {
  margin: 0 0 .5em;
}

.sec .col2 {
  max-width: 680px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  .sec .col2 {
    margin: 0;
  }
}
.sec .col2 li {
  float: left;
  width: 50%;
  margin: 0 0 40px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  .sec .col2 li {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
    padding: 0;
  }
}
.sec .col2 li .img {
  text-align: center;
}

/*********************************
 * DASHBORD
 *********************************/
.dashboard #wrapper {
  padding-top: 100px;
  padding-right: 0;
}
@media screen and (max-width: 768px) {
  .dashboard #wrapper {
    padding-top: 90px;
    padding-right: 10px;
  }
}
.dashboard #content {
  *zoom: 1;
  width: 100% !important;
}
.dashboard #content:after {
  content: "";
  display: table;
  clear: both;
}
.dashboard .sec {
  float: left;
  width: 48%;
  margin: 10px 2% 10px 0;
  /*
  	#content {
  		////background: #333;
  		width: 101.5%;
  	}
  	#sec-wrap {
  		////background: #f00;
  		@include pie-clearfix;
  		width: 100% !important;
  	}
  	.sec {
  		float: left;
  		width: 48.5%;
  		margin: 10px 1.5% 10px 0;
  		@media screen and (min-width: 1280px){
  			width: 31.8%;
  		}
  		@media screen and ( max-width: $mq-tablet ) {
  			float: none;
  			width: auto;
  			margin: 10px 0;
  		}
  */
}
@media screen and (min-width: 1280px) {
  .dashboard .sec {
    margin-right: 1.5%;
    width: 31.8%;
  }
}
@media screen and (max-width: 768px) {
  .dashboard .sec {
    float: none;
    width: auto;
    margin: 10px 0;
  }
}
.dashboard .sec h3 {
  margin: 0 -20px 20px;
  padding: 0 20px 15px;
  border-bottom: 1px solid #e3e8e8;
}
.dashboard .sec h4 {
  margin: 20px 0 10px;
  font-size: 1.6rem;
}
.dashboard .sec h4 ~ h4 {
  margin-top: 40px;
}
.dashboard .sec h4 i {
  color: #717b84;
}
.dashboard .sec .btn {
  margin-left: 0;
}
.dashboard .sec .info {
  overflow: hidden;
}
.dashboard .sec .info dl {
  margin: -31px 0 0;
}
.dashboard .sec .info dl dt {
  border-top: 1px dotted #e3e8e8;
  padding: 15px 0 0;
  margin: 15px 0 10px;
}
.dashboard .sec .info dl dt span {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  background: #f5a623;
  color: #fff;
  line-height: 1;
  padding: 0.25em 0.75em;
  -moz-border-radius: 0.75em;
  -webkit-border-radius: 0.75em;
  border-radius: 0.75em;
}
.dashboard .sec .appoint {
  margin: 20px 0 0;
  display: table;
  width: 100%;
  table-layout: fixed;
}
.dashboard .sec .appoint p {
  display: table-cell;
  text-align: center;
  color: #717b84;
  font-weight: bold;
}
.dashboard .sec .appoint p ~ p {
  border-left: 1px solid #e3e8e8;
}
.dashboard .sec .appoint p strong {
  display: block;
  margin: 0.25em 0 0;
  color: #999999;
}
.dashboard .sec .appoint p strong em {
  font-size: 5rem;
  font-style: normal;
  line-height: 1;
}
.dashboard .sec .accept p {
  font-size: 2.6rem;
  line-height: 1;
}
.dashboard .sec table.calendar th, .dashboard .sec table.calendar td {
  padding: 0.5em 0.25em;
  text-align: center;
  background: #f5f8fa;
  color: #717b84;
  border-color: #fff;
}
.dashboard .sec table.calendar th {
  background: #e3e8e8;
}
.dashboard .sec table.calendar td.yet {
  color: #f96373;
  background: #feeaec;
}
.dashboard .sec .contract p {
  font-size: 2.6rem;
  line-height: 1;
}

/*********************************
 * LOGIN
 *********************************/
#login {
  max-width: 400px;
  margin: 100px auto 0;
  text-align: center;
}
@media screen and (max-width: 640px) {
  #login {
    padding: 0 10px;
  }
}
#login .logo {
  margin: 0 0 30px;
  color: #999999;
  font-size: 18px;
  text-align: center;
}
#login #loginInput {
  margin: 0 0 30px;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -moz-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.1);
}
#login #loginInput .idpw {
  text-align: left;
}
#login #loginInput .idpw .input {
  margin: 5px 0 10px;
}
#login #loginInput .submit {
  margin: 30px 0 0;
}

/*********************************
 * MEMBER REGISTER
 *********************************/
#register {
  max-width: 768px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #register {
    padding: 0 10px;
  }
}
#register .registerInput {
  list-style: none;
}
#register .registerInput li {
  margin: 0 0 20px;
}
#register .half {
  display: inline-block;
  width: 47%;
}
#register table th {
  background: #f5f8fa;
  padding: 0.5em;
  text-align: center;
}

/*********************************
 * COMMODITY
 *********************************/
#commodityList {
  list-style: none;
}
#commodityList li {
  margin: 0 0 30px;
  padding: 20px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #e6e6e6;
  overflow: hidden;
}
#commodityList li .img {
  float: left;
  margin-right: 40px;
}
@media screen and (max-width: 640px) {
  #commodityList li .img {
    float: none;
    margin: 0 0 20px;
    text-align: center;
  }
}
#commodityList li h2 {
  margin: 0 0 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 640px) {
  #commodityList li h2 {
    text-align: center;
  }
}
#commodityList li .itemTxt {
  margin: 0 0 40px;
}
@media screen and (max-width: 640px) {
  #commodityList li .btnArea {
    text-align: center;
  }
}
#commodityList li .purchase_code {
  display: inline-block;
  width: 30%;
}
@media screen and (max-width: 640px) {
  #commodityList li .purchase_code {
    width: 60%;
  }
}

#commoditySpec {
  margin: 0 0 40px;
  padding: 30px 0;
  border-top: 1px solid #bfbfbf;
  border-bottom: 1px solid #bfbfbf;
}

/*********************************
 * HISTORY
 *********************************/
#historyList {
  max-width: 680px;
  margin: 0 auto;
  list-style: none;
  overflow: hidden;
}
@media screen and (max-width: 640px) {
  #historyList {
    margin: 0;
  }
}
#historyList li {
  float: left;
  width: 50%;
  margin: 0 0 40px;
  padding: 0 20px;
}
@media screen and (max-width: 640px) {
  #historyList li {
    float: none;
    width: 100%;
    max-width: 300px;
    margin: 0 auto 40px;
    padding: 0;
  }
}
#historyList li .img {
  text-align: center;
}

/*********************************
 * PREVIEW
 *********************************/
#preview {
  max-width: 500px;
  list-style: none;
  overflow: auto;
}
#preview h1 {
  margin: 0 0 10px;
}
#preview li {
  margin: 0 0 40px;
}
#preview li .namecard {
  position: relative;
  width: 500px;
  height: 302px;
  padding: 10px;
  font-family: Arial, Helvetica, "Avenir Next", Verdana, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", MS P Gothic, sans-serif;
  border: 1px solid #e3e8e8;
}
#preview li .namecard span {
  display: block;
}
#preview li .namecard p {
  margin: 0;
}
#preview li .namecard .logo {
  padding: 0 10px;
}
#preview li .namecard .license {
  margin-top: 10px;
  padding-left: 85px;
  font-size: 10px;
  line-height: 1.3;
}
#preview li .namecard .name {
  margin: 18px 0;
  font-size: 30px;
  letter-spacing: 20px;
  text-indent: 20px;
  line-height: 1;
  text-align: center;
}
#preview li .namecard .address {
  font-size: 12px;
  padding-right: 10px;
  line-height: 1.3;
}
#preview li .namecard .address span {
  text-align: right;
}
#preview li .namecard .back {
  padding: 130px 0 0;
  text-align: center;
}

/*********************************
 * ORDER
 *********************************/
#orderFlow {
  max-height: 100px;
  margin: 0 0 20px;
  overflow: hidden;
}
#orderFlow div {
  max-width: 960px;
  margin: 0 auto;
  padding: 0 0 6.25%;
  -webkit-background-size: 100% auto !important;
  background-size: 100% auto !important;
}
@media screen and (max-width: 640px) {
  #orderFlow div {
    padding: 0 0 15.625%;
  }
}
#orderFlow div.flow1 {
  background: url(../images/flow1.png) no-repeat center 0;
}
@media screen and (max-width: 640px) {
  #orderFlow div.flow1 {
    background: url(../images/flow1-sp.png) no-repeat center 0;
  }
}
#orderFlow div.flow2 {
  background: url(../images/flow2.png) no-repeat center 0;
}
@media screen and (max-width: 640px) {
  #orderFlow div.flow2 {
    background: url(../images/flow2-sp.png) no-repeat center 0;
  }
}
#orderFlow div.flow3 {
  background: url(../images/flow3.png) no-repeat center 0;
}
@media screen and (max-width: 640px) {
  #orderFlow div.flow3 {
    background: url(../images/flow3-sp.png) no-repeat center 0;
  }
}
#orderFlow div.flow4 {
  background: url(../images/flow4.png) no-repeat center 0;
}
@media screen and (max-width: 640px) {
  #orderFlow div.flow4 {
    background: url(../images/flow4-sp.png) no-repeat center 0;
  }
}

#order .thum {
  max-width: 100px;
}
@media screen and (max-width: 768px) {
  #order .thum {
    max-width: 270px;
  }
}

/*********************************
 * AGREE POLICY
 *********************************/
#agreePolicy {
  margin: 30px 0 0;
  padding: 20px;
  border: 1px solid #e3e8e8;
}
#agreePolicy h2 {
  color: #f96373;
}

/*********************************
 * RESERVE REGISTER
 *********************************/
#pub-content #calendar .nav ul li a, #pub-content #calendar .nav ul li span, #pub-content .rest, #pub-content .submit a, #pub-content .submit input, #pub-content a, #pub-content a:hover, #pub-content ins, #pub-content ul.select li a.more {
  text-decoration: none;
}
#pub-content ins, #pub-content mark {
  color: #000;
}
#pub-content a, #pub-content hr {
  padding: 0;
}
#pub-content article, #pub-content aside, #pub-content details, #pub-content figcaption, #pub-content figure, #pub-content footer, #pub-content header, #pub-content hgroup, #pub-content hr, #pub-content menu, #pub-content nav, #pub-content section {
  display: block;
}
#pub-content body, #pub-content input, #pub-content select, #pub-content textarea {
  font-family: Arial,Helvetica,YuGothic,"游ゴシック","Hiragino Kaku Gothic ProN",Meiryo,sans-serif;
}
#pub-content input[type=submit], #pub-content ul.select li a.more {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  text-shadow: 0 -1px 0 #fff;
}
#pub-content #calendar .caption, #pub-content #calendar .nav ul, #pub-content #calendar table td, #pub-content #calendar table th, #pub-content #globalNav ul li, #pub-content #loading, #pub-content .close #content, #pub-content .file:before, #pub-content .msg-complete, #pub-content .msg-confirm, #pub-content .msg-error, #pub-content .pagenation, #pub-content .sort, #pub-content .submit, #pub-content fieldset.submit {
  text-align: center;
}
#pub-content .pagenation ul, #pub-content ol, #pub-content ul {
  list-style: none;
}
#pub-content abbr, #pub-content address, #pub-content article, #pub-content aside, #pub-content audio, #pub-content b, #pub-content blockquote, #pub-content body, #pub-content canvas, #pub-content caption, #pub-content cite, #pub-content code, #pub-content dd, #pub-content del, #pub-content details, #pub-content dfn, #pub-content div, #pub-content dl, #pub-content dt, #pub-content em, #pub-content fieldset, #pub-content figcaption, #pub-content figure, #pub-content footer, #pub-content form, #pub-content h1, #pub-content h2, #pub-content h3, #pub-content h4, #pub-content h5, #pub-content h6, #pub-content header, #pub-content hgroup, #pub-content html, #pub-content i, #pub-content iframe, #pub-content img, #pub-content ins, #pub-content kbd, #pub-content label, #pub-content legend, #pub-content li, #pub-content mark, #pub-content menu, #pub-content nav, #pub-content object, #pub-content ol, #pub-content p, #pub-content pre, #pub-content q, #pub-content samp, #pub-content section, #pub-content small, #pub-content span, #pub-content strong, #pub-content sub, #pub-content summary, #pub-content sup, #pub-content table, #pub-content tbody, #pub-content td, #pub-content tfoot, #pub-content th, #pub-content thead, #pub-content time, #pub-content tr, #pub-content ul, #pub-content var, #pub-content video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
#pub-content ins, #pub-content mark {
  background-color: #ff9;
}
#pub-content body {
  line-height: 1;
}
#pub-content blockquote, #pub-content q {
  quotes: none;
}
#pub-content blockquote:after, #pub-content blockquote:before, #pub-content q:after, #pub-content q:before {
  content: '';
  content: none;
}
#pub-content a {
  margin: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: 0 0;
}
#pub-content mark {
  font-style: italic;
  font-weight: 700;
}
#pub-content del {
  text-decoration: line-through;
}
#pub-content abbr[title], #pub-content dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
#pub-content table {
  border-collapse: collapse;
  border-spacing: 0;
}
#pub-content hr {
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
}
#pub-content #globalNav, #pub-content #globalNav ul.sub li, #pub-content ul.select li a:not(.more) {
  border-top: 1px solid #e8e8e8;
}
#pub-content * {
  box-sizing: border-box;
}
#pub-content fieldset {
  margin: .25em 0;
}
#pub-content label {
  cursor: pointer;
  display: inline-block;
  vertical-align: middle;
  margin: 0 .5em 0 0;
}
#pub-content input, #pub-content select, #pub-content textarea {
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
}
#pub-content input:-moz-placeholder, #pub-content select:-moz-placeholder, #pub-content textarea:-moz-placeholder {
  color: #e8e8e8;
}
#pub-content input::-webkit-input-placeholder, #pub-content select::-webkit-input-placeholder, #pub-content textarea::-webkit-input-placeholder {
  color: #e8e8e8;
}
#pub-content input[type=text], #pub-content input[type=password], #pub-content textarea {
  max-width: 100%;
  width: 100%;
  padding: .5em;
  border: none;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: background .2s,border .2s;
  -o-transition: background .2s,border .2s;
  -webkit-transition: background .2s,border .2s;
  transition: background .2s,border .2s;
  outline: 0;
}
#pub-content input[type=text]:focus, #pub-content input[type=password]:focus, #pub-content textarea:focus {
  background: #fff;
  border: 1px solid #00b4d4;
}
#pub-content input[type=text].inline, #pub-content input[type=password].inline, #pub-content textarea.inline {
  width: auto;
}
#pub-content textarea {
  min-height: 100px;
}
#pub-content input[type=radio], #pub-content input[type=checkbox] {
  display: none;
}
#pub-content input[type=radio] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 2em;
}
#pub-content input[type=radio] + label:after, #pub-content input[type=radio] + label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -moz-border-radius: 100%;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  top: 50%;
}
#pub-content input[type=radio] + label:before, #pub-content input[type=checkbox] + label:before {
  width: 1.5em;
  height: 1.5em;
  margin-top: -.75em;
  background: #f7f7f7;
  border: 1px solid rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  -webkit-box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 1px 1px 1px rgba(0, 0, 0, 0.05) inset;
  left: 0;
}
#pub-content input[type=radio] + label:hover:before, #pub-content input[type=checkbox] + label:hover:before {
  background: #fff;
}
#pub-content input[type=radio] + label:after {
  width: .75em;
  height: .75em;
  margin-top: -.3em;
  left: .45em;
  background: #00b4d4;
  -moz-transform: scale(2);
  -ms-transform: scale(2);
  -webkit-transform: scale(2);
  transform: scale(2);
  opacity: 0;
}
#pub-content input[type=radio]:checked + label:before, #pub-content input[type=checkbox]:checked + label:before {
  background: #fff;
  border: 1px solid #00b4d4;
}
#pub-content .file:before, #pub-content select {
  border: 1px solid #e8e8e8;
}
#pub-content input[type=radio]:checked + label:after, #pub-content input[type=checkbox]:checked + label:after {
  opacity: 1;
  -moz-transform: scale(1);
  -ms-transform: scale(1);
  -webkit-transform: scale(1);
  transform: scale(1);
}
#pub-content input[type=checkbox] + label {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  padding: 0 0 0 2em;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
}
#pub-content input[type=checkbox] + label:after, #pub-content input[type=checkbox] + label:before {
  content: '';
  display: inline-block;
  vertical-align: middle;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  position: absolute;
  top: 50%;
}
#pub-content #globalNav, #pub-content #wrapper, #pub-content .file {
  position: relative;
}
#pub-content input[type=checkbox] + label:after {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  content: "";
  font-size: 1.6rem;
  color: #00b4d4;
  left: .25em;
  margin-top: -.5em;
  -moz-transform: scale(0.5);
  -ms-transform: scale(0.5);
  -webkit-transform: scale(0.5);
  transform: scale(0.5);
  opacity: 0;
}
#pub-content select {
  text-indent: .01px;
  text-overflow: "";
  padding: .25em 50px .25em .5em;
  border-radius: 2px;
  background: url(/common/images/select.svg) right 10px center no-repeat #fff;
}
#pub-content .file:before, #pub-content select {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
}
#pub-content select:after {
  content: '\e807';
  font-family: ic;
  display: block;
}
#pub-content .file {
  overflow: hidden;
  display: inline-block;
  vertical-align: middle;
}
#pub-content .file:before {
  content: 'ファイルを選択';
  display: inline-block;
  width: 140px;
  height: 30px;
  line-height: 30px;
  background: #f7f7f7;
  border-radius: 2px;
}
#pub-content #globalNav:after, #pub-content .pagenation ul:after {
  content: "";
}
#pub-content .file input[type=file] {
  cursor: pointer;
  background: #0ff;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 100px;
  opacity: 0;
}
#pub-content .file input[type=text] {
  padding: 0;
  border: none;
  background: 0 0;
  -moz-box-shadow: none;
  -webkit-box-shadow: none;
  box-shadow: none;
  margin: 0 0 0 .5em;
  color: #e8e8e8;
}
#pub-content #calendar .nav ul li a, #pub-content #calendar .nav ul li span, #pub-content .submit a, #pub-content .submit input, #pub-content ul.select li a.more {
  border: 1px solid rgba(0, 0, 0, 0.075);
}
#pub-content input[type=submit] {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.075);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  text-decoration: none;
  padding: .5em .75em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f7f7f7), color-stop(100%, #e8e8e8));
  background-image: -moz-linear-gradient(top, #f7f7f7, #e8e8e8);
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e8e8e8);
  background-image: linear-gradient(to bottom, #f7f7f7, #e8e8e8);
  color: #555;
}
#pub-content .mt0 {
  margin-top: 0 !important;
}
#pub-content .mt1 {
  margin-top: 1px !important;
}
#pub-content .mt2 {
  margin-top: 2px !important;
}
#pub-content .mt3 {
  margin-top: 3px !important;
}
#pub-content .mt4 {
  margin-top: 4px !important;
}
#pub-content .mt5 {
  margin-top: 5px !important;
}
#pub-content .mt6 {
  margin-top: 6px !important;
}
#pub-content .mt7 {
  margin-top: 7px !important;
}
#pub-content .mt8 {
  margin-top: 8px !important;
}
#pub-content .mt9 {
  margin-top: 9px !important;
}
#pub-content .mt10 {
  margin-top: 10px !important;
}
#pub-content .mt15 {
  margin-top: 15px !important;
}
#pub-content .mt20 {
  margin-top: 20px !important;
}
#pub-content .mt25 {
  margin-top: 25px !important;
}
#pub-content .mt30 {
  margin-top: 30px !important;
}
#pub-content .mt35 {
  margin-top: 35px !important;
}
#pub-content .mt40 {
  margin-top: 40px !important;
}
#pub-content .mt45 {
  margin-top: 45px !important;
}
#pub-content .mt50 {
  margin-top: 50px !important;
}
#pub-content .mt55 {
  margin-top: 55px !important;
}
#pub-content .mt60 {
  margin-top: 60px !important;
}
#pub-content .mr0 {
  margin-right: 0 !important;
}
#pub-content .mr1 {
  margin-right: 1px !important;
}
#pub-content .mr2 {
  margin-right: 2px !important;
}
#pub-content .mr3 {
  margin-right: 3px !important;
}
#pub-content .mr4 {
  margin-right: 4px !important;
}
#pub-content .mr5 {
  margin-right: 5px !important;
}
#pub-content .mr6 {
  margin-right: 6px !important;
}
#pub-content .mr7 {
  margin-right: 7px !important;
}
#pub-content .mr8 {
  margin-right: 8px !important;
}
#pub-content .mr9 {
  margin-right: 9px !important;
}
#pub-content .mr10 {
  margin-right: 10px !important;
}
#pub-content .mr15 {
  margin-right: 15px !important;
}
#pub-content .mr20 {
  margin-right: 20px !important;
}
#pub-content .mr25 {
  margin-right: 25px !important;
}
#pub-content .mr30 {
  margin-right: 30px !important;
}
#pub-content .mr35 {
  margin-right: 35px !important;
}
#pub-content .mr40 {
  margin-right: 40px !important;
}
#pub-content .mr45 {
  margin-right: 45px !important;
}
#pub-content .mr50 {
  margin-right: 50px !important;
}
#pub-content .mr55 {
  margin-right: 55px !important;
}
#pub-content .mr60 {
  margin-right: 60px !important;
}
#pub-content .mb0 {
  margin-bottom: 0 !important;
}
#pub-content .mb1 {
  margin-bottom: 1px !important;
}
#pub-content .mb2 {
  margin-bottom: 2px !important;
}
#pub-content .mb3 {
  margin-bottom: 3px !important;
}
#pub-content .mb4 {
  margin-bottom: 4px !important;
}
#pub-content .mb5 {
  margin-bottom: 5px !important;
}
#pub-content .mb6 {
  margin-bottom: 6px !important;
}
#pub-content .mb7 {
  margin-bottom: 7px !important;
}
#pub-content .mb8 {
  margin-bottom: 8px !important;
}
#pub-content .mb9 {
  margin-bottom: 9px !important;
}
#pub-content .mb10 {
  margin-bottom: 10px !important;
}
#pub-content .mb15 {
  margin-bottom: 15px !important;
}
#pub-content .mb20 {
  margin-bottom: 20px !important;
}
#pub-content .mb25 {
  margin-bottom: 25px !important;
}
#pub-content .mb30 {
  margin-bottom: 30px !important;
}
#pub-content .mb35 {
  margin-bottom: 35px !important;
}
#pub-content .mb40 {
  margin-bottom: 40px !important;
}
#pub-content .mb45 {
  margin-bottom: 45px !important;
}
#pub-content .mb50 {
  margin-bottom: 50px !important;
}
#pub-content .mb55 {
  margin-bottom: 55px !important;
}
#pub-content .mb60 {
  margin-bottom: 60px !important;
}
#pub-content .ml0 {
  margin-left: 0 !important;
}
#pub-content .ml1 {
  margin-left: 1px !important;
}
#pub-content .ml2 {
  margin-left: 2px !important;
}
#pub-content .ml3 {
  margin-left: 3px !important;
}
#pub-content .ml4 {
  margin-left: 4px !important;
}
#pub-content .ml5 {
  margin-left: 5px !important;
}
#pub-content .ml10 {
  margin-left: 10px !important;
}
#pub-content .ml11 {
  margin-left: 11px !important;
}
#pub-content .ml12 {
  margin-left: 12px !important;
}
#pub-content .ml13 {
  margin-left: 13px !important;
}
#pub-content .ml14 {
  margin-left: 14px !important;
}
#pub-content .ml15 {
  margin-left: 15px !important;
}
#pub-content .ml20 {
  margin-left: 20px !important;
}
#pub-content .ml25 {
  margin-left: 25px !important;
}
#pub-content .ml30 {
  margin-left: 30px !important;
}
#pub-content .ml35 {
  margin-left: 35px !important;
}
#pub-content .ml40 {
  margin-left: 40px !important;
}
#pub-content .ml45 {
  margin-left: 45px !important;
}
#pub-content .ml50 {
  margin-left: 50px !important;
}
#pub-content .ml55 {
  margin-left: 55px !important;
}
#pub-content .ml60 {
  margin-left: 60px !important;
}
#pub-content .p0 {
  padding: 0 !important;
}
#pub-content .p5 {
  padding: 5px !important;
}
#pub-content .p10 {
  padding: 10px !important;
}
#pub-content .p15 {
  padding: 15px !important;
}
#pub-content .p20 {
  padding: 20px !important;
}
#pub-content .p25 {
  padding: 25px !important;
}
#pub-content .p30 {
  padding: 30px !important;
}
#pub-content .p35 {
  padding: 35px !important;
}
#pub-content .p40 {
  padding: 40px !important;
}
#pub-content .p45 {
  padding: 45px !important;
}
#pub-content .p50 {
  padding: 50px !important;
}
#pub-content .pt0 {
  padding-top: 0 !important;
}
#pub-content .pt1 {
  padding-top: 1px !important;
}
#pub-content .pt2 {
  padding-top: 2px !important;
}
#pub-content .pt3 {
  padding-top: 3px !important;
}
#pub-content .pt4 {
  padding-top: 4px !important;
}
#pub-content .pt5 {
  padding-top: 5px !important;
}
#pub-content .pt10 {
  padding-top: 10px !important;
}
#pub-content .pt15 {
  padding-top: 15px !important;
}
#pub-content .pt20 {
  padding-top: 20px !important;
}
#pub-content .pt25 {
  padding-top: 25px !important;
}
#pub-content .pt30 {
  padding-top: 30px !important;
}
#pub-content .pt35 {
  padding-top: 35px !important;
}
#pub-content .pt40 {
  padding-top: 40px !important;
}
#pub-content .pt45 {
  padding-top: 45px !important;
}
#pub-content .pt50 {
  padding-top: 50px !important;
}
#pub-content .pr0 {
  padding-right: 0 !important;
}
#pub-content .pr5 {
  padding-right: 5px !important;
}
#pub-content .pr10 {
  padding-right: 10px !important;
}
#pub-content .pr15 {
  padding-right: 15px !important;
}
#pub-content .pr20 {
  padding-right: 20px !important;
}
#pub-content .pr25 {
  padding-right: 25px !important;
}
#pub-content .pr30 {
  padding-right: 30px !important;
}
#pub-content .pr35 {
  padding-right: 35px !important;
}
#pub-content .pr40 {
  padding-right: 40px !important;
}
#pub-content .pr45 {
  padding-right: 45px !important;
}
#pub-content .pr50 {
  padding-right: 50px !important;
}
#pub-content .pb0 {
  padding-bottom: 0 !important;
}
#pub-content .pb5 {
  padding-bottom: 5px !important;
}
#pub-content .pb10 {
  padding-bottom: 10px !important;
}
#pub-content .pb15 {
  padding-bottom: 15px !important;
}
#pub-content .pb20 {
  padding-bottom: 20px !important;
}
#pub-content .pb25 {
  padding-bottom: 25px !important;
}
#pub-content .pb30 {
  padding-bottom: 30px !important;
}
#pub-content .pb35 {
  padding-bottom: 35px !important;
}
#pub-content .pb40 {
  padding-bottom: 40px !important;
}
#pub-content .pb45 {
  padding-bottom: 45px !important;
}
#pub-content .pb50 {
  padding-bottom: 50px !important;
}
#pub-content .pl0 {
  padding-left: 0 !important;
}
#pub-content .pl5 {
  padding-left: 5px !important;
}
#pub-content .pl10 {
  padding-left: 10px !important;
}
#pub-content .pl12 {
  padding-left: 12px !important;
}
#pub-content .pl15 {
  padding-left: 15px !important;
}
#pub-content .pl20 {
  padding-left: 20px !important;
}
#pub-content .pl25 {
  padding-left: 25px !important;
}
#pub-content .pl30 {
  padding-left: 30px !important;
}
#pub-content .pl35 {
  padding-left: 35px !important;
}
#pub-content .pl40 {
  padding-left: 40px !important;
}
#pub-content .pl45 {
  padding-left: 45px !important;
}
#pub-content .pl50 {
  padding-left: 50px !important;
}
#pub-content html {
  font-size: 62.5%;
}
#pub-content body, #pub-content html {
  width: 100%;
}
#pub-content body {
  color: #222;
  font-size: 1.4rem;
}
#pub-content a {
  color: #00b4d4;
}
#pub-content a:hover {
  color: #00687b;
}
#pub-content ::-moz-selection {
  background: #46c8af;
  color: #fff;
}
#pub-content ::-webkit-selection {
  background: #46c8af;
  color: #fff;
}
#pub-content ::selection {
  background: #46c8af;
  color: #fff;
}
#pub-content img::selection {
  background: 0 0;
}
#pub-content img::-moz-selection {
  background: 0 0;
}
#pub-content #wrapper {
  width: 100%;
  padding: 5px;
}
#pub-content #globalNav {
  border-bottom: 1px solid #e8e8e8;
  padding: 4px 0;
  background-size: 10px 10px;
}
#pub-content #globalNav, #pub-content #globalNav ul.sub {
  background: url(/common/images/dot.png) #fff;
}
#pub-content #globalNav:after {
  display: table;
  clear: both;
}
#pub-content #globalNav ul {
  display: table;
  width: 100%;
  table-layout: fixed;
}
#pub-content #globalNav ul li {
  display: table-cell;
  font-weight: 700;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
}
#pub-content #globalNav ul li:first-child {
  border-right: 1px solid #e8e8e8;
}
#pub-content #globalNav ul li a {
  display: block;
  padding: 1.25em 0;
  color: #222;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -webkit-transition: color .2s;
  transition: color .2s;
}
#pub-content #globalNav ul li a:hover, #pub-content .sec h1 {
  color: #00b4d4;
}
#pub-content #globalNav ul li a i.fa-caret-up, #pub-content #globalNav ul li.active i.fa-caret-down {
  display: none;
}
#pub-content #globalNav ul li.active i.fa-caret-up {
  display: inline-block;
  vertical-align: middle;
}
#pub-content #globalNav ul.sub {
  width: 100%;
  background-size: 10px 10px;
  border-bottom: 1px solid #e8e8e8;
  position: absolute;
  left: 0;
  z-index: 1000;
  display: none;
}
#pub-content #globalNav ul.sub li {
  display: block;
}
#pub-content #globalNav ul.sub li:first-child {
  border-right: none;
}
#pub-content #globalNav ul.open {
  display: block;
}
#pub-content #content > h1 {
  font-size: 2.2rem;
  border-left: 5px solid #00b4d4;
  padding: .2em 0 .15em 12px;
  margin: 40px 0;
}
#pub-content #loading {
  width: 100%;
  height: 100%;
  background: #fff;
  filter: alpha(Opacity=50);
  opacity: .5;
  position: fixed;
  left: 0;
  top: 0;
  display: none;
}
#pub-content #loading i {
  position: absolute;
  left: 50%;
  top: 50%;
  margin: -.5em 0 0 -.5em;
}
#pub-content .sec {
  margin: 40px 0 0;
}
#pub-content .sec h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 1.6rem;
  border: 1px solid #00b4d4;
  padding: .5em 1em;
  margin: 0 0 1em;
}
#pub-content ul.select {
  border-bottom: 1px solid #e8e8e8;
}
#pub-content ul.select li {
  position: relative;
}
#pub-content ul.select li a:not(.more) {
  display: block;
  padding: 1em 5em 1em 1em;
  color: #222;
  -moz-transition: background .2s,color .2s;
  -o-transition: background .2s,color .2s;
  -webkit-transition: background .2s,color .2s;
  transition: background .2s,color .2s;
}
#pub-content ul.select li a:not(.more) i {
  color: #e8e8e8;
  -moz-transition: color .2s;
  -o-transition: color .2s;
  -webkit-transition: color .2s;
  transition: color .2s;
}
#pub-content ul.select li a:not(.more):hover i, #pub-content ul.select li.active a:not(.more) i {
  color: #00b4d4;
}
#pub-content ul.select li a:not(.more):hover {
  background: #f7f7f7;
}
#pub-content ul.select li.active a:not(.more) {
  color: #00b4d4;
  background: #eefcff;
  font-weight: 700;
}
#pub-content ul.select li a.more {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border-radius: 5px;
  padding: .5em .75em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f7f7f7), color-stop(100%, #e8e8e8));
  background-image: -moz-linear-gradient(top, #f7f7f7, #e8e8e8);
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e8e8e8);
  background-image: linear-gradient(to bottom, #f7f7f7, #e8e8e8);
  color: #555;
  position: absolute;
  right: 10px;
  top: 50%;
  margin: -1em 0 0;
}
#pub-content #calendar .nav ul li a, #pub-content .submit a, #pub-content .submit input {
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
#pub-content .submit a, #pub-content .submit input, #pub-content ul.select li a.more {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
#pub-content dl.confirm {
  background: #e8e8e8;
  padding: 10px;
}
#pub-content dl.confirm dd, #pub-content dl.confirm dt {
  background: #fff;
  padding: 15px;
}
#pub-content #calendar .nav ul li a, #pub-content #calendar .nav ul li span, #pub-content .submit a, #pub-content .submit input {
  background-size: 100%;
  padding: .5em .75em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzk1OTU5NSIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzU1NTU1NSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
}
#pub-content dl.confirm dt {
  font-weight: 700;
  margin: 1em 0 0;
}
#pub-content dl.confirm dt:nth-of-type(1) {
  margin-top: 0;
}
#pub-content dl.confirm dd {
  line-height: 1.571;
  border-top: 2px solid #e8e8e8;
}
#pub-content .submit {
  margin: 20px 0;
}
#pub-content .submit a, #pub-content .submit input {
  font-size: 1.6rem;
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #959595), color-stop(100%, #555));
  background-image: -moz-linear-gradient(top, #959595, #555);
  background-image: -webkit-linear-gradient(top, #959595, #555);
  background-image: linear-gradient(to bottom, #959595, #555555);
}
#pub-content #calendar .nav ul li a, #pub-content .submit a, #pub-content .submit input {
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
#pub-content #calendar .nav {
  margin: 15px 0;
}
#pub-content #calendar .nav ul li {
  display: inline-block;
  vertical-align: middle;
  margin: 0 3px;
}
#pub-content #calendar .nav ul li a {
  display: inline-block;
  vertical-align: middle;
  cursor: pointer;
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #959595), color-stop(100%, #555));
  background-image: -moz-linear-gradient(top, #959595, #555);
  background-image: -webkit-linear-gradient(top, #959595, #555);
  background-image: linear-gradient(to bottom, #959595, #555555);
}
#pub-content #calendar .nav ul li a, #pub-content #calendar .nav ul li span {
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
}
#pub-content #calendar .nav ul li span {
  display: inline-block;
  vertical-align: middle;
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  border-radius: 5px;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #959595), color-stop(100%, #555));
  background-image: -moz-linear-gradient(top, #959595, #555);
  background-image: -webkit-linear-gradient(top, #959595, #555);
  background-image: linear-gradient(to bottom, #959595, #555555);
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
  opacity: .5;
  cursor: default;
}
#pub-content #calendar .nav ul li span, #pub-content .rest {
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
}
#pub-content #calendar table {
  width: 100%;
  table-layout: fixed;
}
#pub-content #calendar table td, #pub-content #calendar table th {
  border: 1px solid #e8e8e8;
  font-weight: 400;
  vertical-align: middle;
}
#pub-content #calendar table tfoot th, #pub-content #calendar table thead th {
  background: #f7f7f7;
}
#pub-content #calendar table th {
  padding: 1.5em .25em;
}
#pub-content #calendar table td {
  background: url(/common/images/dot.png) #fff;
  background-size: 10px 10px;
}
#pub-content #calendar table td a {
  display: block;
  padding: 1em .25em;
  text-align: center;
  background: #fff;
  color: #555;
  -moz-transition: background .2s;
  -o-transition: background .2s;
  -webkit-transition: background .2s;
  transition: background .2s;
}
#pub-content #calendar table td a:hover {
  background: #eefcff;
}
#pub-content #calendar table td a p {
  font-size: 1.2rem;
  margin: 1em 0 0;
}
#pub-content #calendar .caption {
  padding: 10px;
  background: #f7f7f7;
  margin: 15px 0;
}
#pub-content .pagenation {
  margin: 20px 0 0;
}
#pub-content .pagenation ul {
  display: inline-block;
  vertical-align: middle;
  margin: 0;
}
#pub-content .pagenation ul:after {
  display: table;
  clear: both;
}
#pub-content .pagenation ul li {
  float: left;
  margin: 0 3px;
}
#pub-content .pagenation ul li > a, #pub-content .pagenation ul li > span {
  display: block;
  width: 2.5em;
  height: 2.5em;
  line-height: 2.5em;
  font-weight: 700;
  color: #7b7b7b;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border-radius: 2px;
  -moz-transition: all .2s;
  -o-transition: all .2s;
  -webkit-transition: all .2s;
  transition: all .2s;
  background: #e8e8e8;
}
#pub-content .require, #pub-content .rest {
  display: inline-block;
}
#pub-content .pagenation ul li > a:hover, #pub-content .pagenation ul li > span:hover {
  background: #f0f0f0;
}
#pub-content .pagenation ul li.current span {
  color: #fff;
  background: #00b4d4;
}
#pub-content .rest {
  vertical-align: middle;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, 0.075);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.3) inset;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  padding: .5em .75em;
  background-image: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Y3ZjdmNyIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U4ZThlOCIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==);
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0, 50% 100%, color-stop(0, #f7f7f7), color-stop(100%, #e8e8e8));
  background-image: -moz-linear-gradient(top, #f7f7f7, #e8e8e8);
  background-image: -webkit-linear-gradient(top, #f7f7f7, #e8e8e8);
  background-image: linear-gradient(to bottom, #f7f7f7, #e8e8e8);
  color: #555;
  text-shadow: 0 -1px 0 #fff;
}
#pub-content .rest i {
  font-size: 1.8rem;
  color: #00b4d4;
}
#pub-content .rest i.fa-exclamation-triangle {
  color: #f5a623;
}
#pub-content .rest i.fa-times-circle {
  color: #f96373;
}
#pub-content .sort {
  padding: 10px;
  background: #e8e8e8;
  margin: 15px 0;
}
#pub-content .msg-complete, #pub-content .msg-confirm, #pub-content .msg-error {
  padding: 1em;
  margin: 40px 0;
}
#pub-content .msg-confirm {
  color: #46c8af;
  background: #e3f7f3;
  font-weight: 700;
}
#pub-content .msg-error {
  color: #f96373;
  background: #feedee;
  font-weight: 700;
}
#pub-content .msg-complete {
  color: #46c8af;
  background: #e3f7f3;
  font-weight: 700;
}
#pub-content .msg-read {
  margin: 40px 0;
  line-height: 2;
}
#pub-content .msg-detail {
  line-height: 1.5;
}
#pub-content .require {
  vertical-align: middle;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
  padding: .25em .5em;
  background: #d0021b;
  color: #fff;
  border-radius: 2px;
  margin: -.175em .25em 0;
}
#pub-content .close #content h1, #pub-content .require {
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
}
#pub-content .annotation {
  line-height: 1.571;
  margin: 40px 0;
}
#pub-content .reserve-detail .annotation {
  margin-right: 10px;
  margin-left: 10px;
}
#pub-content .reserve-top #loading {
  display: block;
}
#pub-content .reserve-detail #content {
  padding: 0 10px;
}
#pub-content .close #globalNav, #pub-content .reserve-detail #globalNav {
  display: none;
}
#pub-content .close #content h1 {
  display: inline-block;
  vertical-align: middle;
  font-size: 2rem;
  line-height: 1;
  font-weight: 400;
  background: #f7f7f7;
  color: #555;
  border: 4px solid #eee;
  border-radius: 2px;
  padding: 1em 3em .75em;
  margin: 60px 0 0;
}
#pub-content h4 {
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  *zoom: 1;
  *display: inline;
  line-height: 1;
  vertical-align: middle;
  font-size: 1.6rem;
  color: #00b4d4;
  border: 1px solid #00b4d4;
  padding: .5em 1em;
  margin: 0 0 1em;
}
#pub-content h4 ~ h4 {
  margin-top: 40px;
}

/*********************************
 * PRINT
 *********************************/
@media print {
  html {
    background-color: #fff;
  }

  .ajust-print {
    background-color: #fff;
  }
  .ajust-print #wrapper {
    padding: 10px;
  }
  .ajust-print #globalHeader,
  .ajust-print #globalNav,
  .ajust-print #globalFooter {
    display: none;
  }
  .ajust-print #mainHeader {
    position: static;
    background: none;
    color: #363b3f;
    padding: 0 0 15px;
    border: none;
    box-shadow: none;
  }
  .ajust-print #mainHeader h2 {
    font-size: 3rem;
  }
  .ajust-print #mainHeader a {
    display: none;
  }
  .ajust-print .sec-search {
    display: none;
  }
  .ajust-print .sec {
    padding: 0;
    box-shadow: none;
  }
  .ajust-print .sec table thead th {
    background: #e3e8e8;
    border-color: #b5bbbf;
  }
  .ajust-print .sec table thead th:last-of-type, .ajust-print .sec table thead th:nth-last-of-type(2),
  .ajust-print .sec table tbody td:last-of-type, .ajust-print .sec table tbody td:nth-last-of-type(2) {
    display: none;
  }
  .ajust-print .sec table tbody th, .ajust-print .sec table tbody td {
    border-color: #b5bbbf;
  }
  .ajust-print .sec table tbody tr.cancel th, .ajust-print .sec table tbody tr.cancel td {
    background: #f1f4f4;
  }
  .ajust-print .sec form > table thead th:nth-last-of-type(3),
  .ajust-print .sec form > table tbody td:nth-last-of-type(3) {
    display: none;
  }
  .ajust-print .tooltip a {
    display: none;
  }
  .ajust-print .tooltip p {
    display: block;
    width: auto;
    margin: 0;
    padding: 0;
    background: none;
    color: #363b3f;
    font-size: 1.4rem;
    position: static;
  }
  .ajust-print .tooltip p:after {
    display: none;
  }
  .ajust-print .creat {
    display: none;
  }
  .ajust-print .retract {
    background: none;
    color: #d0021b;
  }
  .ajust-print #content > h3 {
    font-size: 1.4rem;
    padding: 10px;
    background: #e3e8e8;
    border: 2px solid #e3e8e8;
    clear: both;
    margin-bottom: 15px;
  }
  .ajust-print .sec h4 {
    font-size: 1.6rem;
    margin: 0;
    padding: 0 0 15px;
    float: left;
    width: 20%;
    clear: both;
  }
  .ajust-print .sec p, .ajust-print .sec fieldset {
    margin: 0;
    padding: 0 0 15px;
    float: right;
    width: 80%;
  }
  .ajust-print .caption,
  .ajust-print #content > fieldset {
    display: none;
  }
}
/*********************************
 * cms-lite
 *********************************/
#header {
  height: 300px;
  margin: 0 0 60px;
  background: #f5f5f5;
}
@media screen and (max-width: 768px) {
  #header {
    height: 100px;
    margin: 0 0 30px;
  }
}
#header a {
  display: block;
}

.inner {
  width: 960px;
  margin: 0 auto 200px;
}
@media screen and (max-width: 768px) {
  .inner {
    width: auto;
    padding: 0 15px;
  }
}
.inner h2 {
  margin: 0 0 20px;
  padding: 10px;
  color: #fff;
  background: #666;
}
.inner .date {
  margin: -15px 0 0;
  font-size: 12px;
  text-align: right;
}

#footer {
  padding: 0 0 20px;
}
#footer .copyright {
  display: block;
  text-align: center;
}
