@charset "UTF-8";
/****************************************************
[layout]
・全コンテンツで使用する共通部分のレイアウトを記載する
****************************************************/
/****************************************************/
/* Base */
/****************************************************/
html, body {
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
}

body {
  font-size: 100%;
  color: #fff;
  min-width: 61em;
  margin: 0 auto;
  padding: 0;
  background-color: #4f575f;
}

a {
  color: #fff;
  text-decoration: none;
  cursor: pointer;
}

a:hover {
  text-decoration: underline;
}

/* IEにてスタイルが崩れる現象が起きたため */
template {
  display: none;
}

/****************************************************/
/* タブレット向けスタイル */
/****************************************************/
body.tablet .wrapper:not(.login) {
  padding-top: 0;
}

/* テキスト選択操作、コンテキストメニューの無効化 */
body.tablet *:not(input) {
  -webkit-user-select: none;
  -webkit-touch-callout: none;
}

/****************************************************/
/* Wrapper */
/****************************************************/
.wrapper {
  padding-top: 40px;
  background-color: #4f575f;
  background-repeat: no-repeat;
  background-image: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjUwJSIgeTE9IjAlIiB4Mj0iNTAlIiB5Mj0iMTAwJSI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzViNjQ2ZCIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzRmNTc1ZiIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background-size: 100%;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #5b646d), color-stop(100%, #4f575f));
  background-image: -webkit-linear-gradient(#5b646d 0%, #4f575f 100%);
  background-image: -moz-linear-gradient(#5b646d 0%, #4f575f 100%);
  background-image: -o-linear-gradient(#5b646d 0%, #4f575f 100%);
  background-image: linear-gradient(#5b646d 0%, #4f575f 100%);
  min-width: 80em;
}

/****************************************************/
/* contents(全コンテンツ共通) */
/****************************************************/
.contents {
  width: 78.125em;
  margin: 0.625em auto;
  min-height: 48.75em;
  *zoom: 1;
}
.contents:after {
  content: "";
  display: table;
  clear: both;
}
.contents.fullWidth {
  width: 100%;
}
.contents .contentsMenu {
  /* contentsMenu */
  margin-bottom: 0.75em;
  -webkit-box-shadow: inset 0.0625em 0.0625em 0 0 rgba(255, 255, 255, 0.3), inset -0.0625em -0.0625em 0 0 rgba(3, 3, 3, 0.3), 0.125em 0.125em 0.25em 0em rgba(0, 0, 0, 0.6);
  -moz-box-shadow: inset 0.0625em 0.0625em 0 0 rgba(255, 255, 255, 0.3), inset -0.0625em -0.0625em 0 0 rgba(3, 3, 3, 0.3), 0.125em 0.125em 0.25em 0em rgba(0, 0, 0, 0.6);
  box-shadow: inset 0.0625em 0.0625em 0 0 rgba(255, 255, 255, 0.3), inset -0.0625em -0.0625em 0 0 rgba(3, 3, 3, 0.3), 0.125em 0.125em 0.25em 0em rgba(0, 0, 0, 0.6);
  background-color: #2f333c;
  color: #fff;
  *zoom: 1;
}
.contents .contentsMenu:after {
  content: "";
  display: table;
  clear: both;
}
.contents .contentsMenu .floatDiv {
  /* float用div */
  padding: 0.5em;
  float: left;
  -webkit-box-shadow: inset -0.0625em 0 0 0 rgba(0, 0, 0, 0.2), 0.0625em 0 0 0 rgba(255, 255, 255, 0.2);
  -moz-box-shadow: inset -0.0625em 0 0 0 rgba(0, 0, 0, 0.2), 0.0625em 0 0 0 rgba(255, 255, 255, 0.2);
  box-shadow: inset -0.0625em 0 0 0 rgba(0, 0, 0, 0.2), 0.0625em 0 0 0 rgba(255, 255, 255, 0.2);
}
.contents .contentsMenu .floatDiv .dateTit {
  padding-top: 0.375em;
}
.contents .contentsMenu .floatDiv .dateTit span {
  font-size: 0.875em;
}
.contents .contentsMenu .floatDiv label span {
  font-size: 0.875em;
}
.contents .contentsMenu .floatDiv li {
  display: inline-block;
}
.contents .contentsMenu .floatDiv .dateTit,
.contents .contentsMenu .floatDiv ul,
.contents .contentsMenu .floatDiv .btn,
.contents .contentsMenu .floatDiv .input_t {
  display: inline-block;
}
.contents .contentsMenu .floatDiv.r {
  /* 右floart */
  float: right;
  border-right: none;
  -webkit-box-shadow: inset 0.0625em 0 0 0 rgba(255, 255, 255, 0.2), -0.0625em 0 0 0 rgba(0, 0, 0, 0.2);
  -moz-box-shadow: inset 0.0625em 0 0 0 rgba(255, 255, 255, 0.2), -0.0625em 0 0 0 rgba(0, 0, 0, 0.2);
  box-shadow: inset 0.0625em 0 0 0 rgba(255, 255, 255, 0.2), -0.0625em 0 0 0 rgba(0, 0, 0, 0.2);
}
.contents .contentsMenu .floatDiv .unit {
  display: inline-block;
}
.contents .contentsMenu .floatDiv .unit span {
  font-size: 0.875em;
}
.contents .contentsMenu .floatDiv.noBorder {
  /* floatDiv border消去 */
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.contents .contentsMenu .floatDiv .checkboxList {
  /* floatDiv内のコンテンツがチェックボックスのみの場合使用（高さ合わせ） */
  padding: 0.5em 0;
  display: inline-block;
}
.contents .contentsMenu .row {
  /* contentsMenu内の折り返し */
  clear: both;
  border-top: 1px solid #191b1f;
  border-bottom: 1px solid #454b59;
}
.contents .set_area {
  /* 設定画面用div */
  padding: 1em;
}
.contents .settingMenuArea {
  /* 設定画面汎用ボタンメニューレイアウト */
  *zoom: 1;
  margin-bottom: 1.25em;
}
.contents .settingMenuArea:after {
  content: "";
  display: table;
  clear: both;
}
.contents .settingMenuArea ul.saveMenu li {
  float: right;
  margin-left: 0.25em;
}
.contents .settingMenuArea ul.addRemoveMenu li {
  float: left;
  margin-right: 0.25em;
}
.contents .settingMenuArea ul.addRemoveMenu .btn {
  padding: 0.5em;
}

/****************************************************/
/* その他汎用style */
/****************************************************/
.floatL {
  display: inline-block;
  float: left !important;
}

.floatR {
  display: inline-block;
  float: right !important;
}

.cf {
  *zoom: 1;
}
.cf:after {
  content: "";
  display: table;
  clear: both;
}

.even {
  background-color: #efefef;
}
