@charset "UTF-8";
/* --------------------------------------------------------
 Name:      style.scss
 Author:    T.tsutsumi
 Update:
 Info:
----------------------------------------------------------- */
/* -----------------------------------------------------------
 helper
----------------------------------------------------------- */
/* --------------------------------------------------------
 Name:      helper/_util.scss
----------------------------------------------------------- */
.wb  {  word-wrap: break-word;}
.wba {  word-break: break-all;}

.dib {  display:inline-block; vertical-align:middle; }

.mt200 {  margin-top: 200px !important;}
.mt100 {  margin-top: 100px !important;}
.mt50 {  margin-top: 50px !important;}
.mt45 {  margin-top: 45px !important;}
.mt40 {  margin-top: 40px !important;}
.mt35 {  margin-top: 35px !important;}
.mt30 {  margin-top: 30px !important;}
.mt25 {  margin-top: 25px !important;}
.mt20 {  margin-top: 20px !important;}
.mt15 {  margin-top: 15px !important;}
.mt10 {  margin-top: 10px !important;}
.mt5 {  margin-top: 5px !important;}
.mt0 {  margin-top: 0px !important;}

.mb200 {  margin-bottom: 200px !important;}
.mb100 {  margin-bottom: 100px !important;}
.mb50 {  margin-bottom: 50px !important;}
.mb45 {  margin-bottom: 45px !important;}
.mb40 {  margin-bottom: 40px !important;}
.mb35 {  margin-bottom: 35px !important;}
.mb30 {  margin-bottom: 30px !important;}
.mb25 {  margin-bottom: 25px !important;}
.mb20 {  margin-bottom: 20px !important;}
.mb15 {  margin-bottom: 15px !important;}
.mb10 {  margin-bottom: 10px !important;}
.mb5 {  margin-bottom: 5px !important;}
.mb0 {  margin-bottom: 0px !important;}

.mr200 {  margin-right: 200px !important;}
.mr100 {  margin-right: 100px !important;}
.mr50 {  margin-right: 50px !important;}
.mr45 {  margin-right: 45px !important;}
.mr40 {  margin-right: 40px !important;}
.mr35 {  margin-right: 35px !important;}
.mr30 {  margin-right: 30px !important;}
.mr25 {  margin-right: 25px !important;}
.mr20 {  margin-right: 20px !important;}
.mr15 {  margin-right: 15px !important;}
.mr10 {  margin-right: 10px !important;}
.mr5 {  margin-right: 5px !important;}
.mr0 {  margin-right: 0px !important;}

.ml200 {  margin-left: 200px !important;}
.ml100 {  margin-left: 100px !important;}
.ml50 {  margin-left: 50px !important;}
.ml45 {  margin-left: 45px !important;}
.ml40 {  margin-left: 40px !important;}
.ml35 {  margin-left: 35px !important;}
.ml30 {  margin-left: 30px !important;}
.ml25 {  margin-left: 25px !important;}
.ml20 {  margin-left: 20px !important;}
.ml15 {  margin-left: 15px !important;}
.ml10 {  margin-left: 10px !important;}
.ml5 {  margin-left: 5px !important;}
.ml0 {  margin-left: 0px !important;}

.pt300 {  padding-top: 300px !important;}
.pt200 {  padding-top: 200px !important;}
.pt100 {  padding-top: 100px !important;}
.pt50 {  padding-top: 50px !important;}
.pt45 {  padding-top: 45px !important;}
.pt40 {  padding-top: 40px !important;}
.pt35 {  padding-top: 35px !important;}
.pt30 {  padding-top: 30px !important;}
.pt25 {  padding-top: 25px !important;}
.pt20 {  padding-top: 20px !important;}
.pt15 {  padding-top: 15px !important;}
.pt10 {  padding-top: 10px !important;}
.pt5 {  padding-top: 5px !important;}
.pt0 {  padding-top: 0px !important;}

.pb200 {  padding-bottom: 200px !important;}
.pb100 {  padding-bottom: 100px !important;}
.pb50 {  padding-bottom: 50px !important;}
.pb45 {  padding-bottom: 45px !important;}
.pb40 {  padding-bottom: 40px !important;}
.pb35 {  padding-bottom: 35px !important;}
.pb30 {  padding-bottom: 30px !important;}
.pb25 {  padding-bottom: 25px !important;}
.pb20 {  padding-bottom: 20px !important;}
.pb15 {  padding-bottom: 15px !important;}
.pb10 {  padding-bottom: 10px !important;}
.pb5 {  padding-bottom: 5px !important;}
.pb0 {  padding-bottom: 0px !important;}

.p200 {  padding: 200px !important;}
.p100 {  padding: 100px !important;}
.p50 {  padding: 50px !important;}
.p45 {  padding: 45px !important;}
.p40 {  padding: 40px !important;}
.p35 {  padding: 35px !important;}
.p30 {  padding: 30px !important;}
.p25 {  padding: 25px !important;}
.p20 {  padding: 20px !important;}
.p15 {  padding: 15px !important;}
.p10 {  padding: 10px !important;}
.p5 {  padding: 5px !important;}
.p0 {  padding: 0px !important;}

.pv10 {
  padding-top:    10px !important;
  padding-bottom: 10px !important;
}
.pv5 {
  padding-top:    5px !important;
  padding-bottom: 5px !important;
}
.pv0 {
  padding-top:    0px !important;
  padding-bottom: 0px !important;
}
.ph0 {
  padding-left:  0px !important;
  padding-right: 0px !important;
}

.fs20 {  font-size: 20px !important;}
.fs19 {  font-size: 19px !important;}
.fs18 {  font-size: 18px !important;}
.fs17 {  font-size: 17px !important;}
.fs16 {  font-size: 16px !important;}
.fs15 {  font-size: 15px !important;}
.fs14 {  font-size: 14px !important;}
.fs13 {  font-size: 13px !important;}
.fs12 {  font-size: 12px !important;}
.fs11 {  font-size: 11px !important;}
.fs10 {  font-size: 10px !important;}
.fs9 {  font-size: 9px !important;}
.fs8 {  font-size: 8px !important;}
.fs7 {  font-size: 7px !important;}
.fs6 {  font-size: 6px !important;}
.fs5 {  font-size: 5px !important;}
.fs4 {  font-size: 4px !important;}
.fs3 {  font-size: 3px !important;}
.fs2 {  font-size: 2px !important;}
.fs1 {  font-size: 1px !important;}

.wh1200 {  width: 1200px !important; }
.wh1150 {  width: 1150px !important; }
.wh1100 {  width: 1100px !important; }
.wh1050 {  width: 1050px !important; }
.wh1000 {  width: 1000px !important; }
.wh950 {  width: 950px !important; }
.wh900 {  width: 900px !important; }
.wh850 {  width: 850px !important; }
.wh800 {  width: 800px !important; }
.wh750 {  width: 750px !important; }
.wh700 {  width: 700px !important; }
.wh650 {  width: 650px !important; }
.wh600 {  width: 600px !important; }
.wh550 {  width: 550px !important; }
.wh500 {  width: 500px !important; }
.wh450 {  width: 450px !important; }
.wh400 {  width: 400px !important; }
.wh350 {  width: 350px !important; }
.wh300 {  width: 300px !important; }
.wh250 {  width: 250px !important; }
.wh240 {  width: 240px !important; }
.wh230 {  width: 230px !important; }
.wh220 {  width: 220px !important; }
.wh210 {  width: 210px !important; }
.wh200 {  width: 200px !important; }
.wh190 {  width: 190px !important; }
.wh180 {  width: 180px !important; }
.wh170 {  width: 170px !important; }
.wh160 {  width: 160px !important; }
.wh150 {  width: 150px !important; }
.wh140 {  width: 140px !important; }
.wh130 {  width: 130px !important; }
.wh120 {  width: 120px !important; }
.wh110 {  width: 110px !important; }
.wh100 {  width: 100px !important; }
.wh90 {  width: 90px !important; }
.wh80 {  width: 80px !important; }
.wh70 {  width: 70px !important; }
.wh60 {  width: 60px !important; }
.wh50 {  width: 50px !important; }
.wh40 {  width: 40px !important; }
.wh30 {  width: 30px !important; }
.wh20 {  width: 20px !important; }
.wh15 {  width: 15px !important; }
.wh10 {  width: 10px !important; }

.whmin300 {  min-width: 300px !important; }
.whmin250 {  min-width: 250px !important; }
.whmin210 {  min-width: 210px !important; }
.whmin200 {  min-width: 200px !important; }
.whmin190 {  min-width: 190px !important; }
.whmin180 {  min-width: 180px !important; }
.whmin170 {  min-width: 170px !important; }
.whmin160 {  min-width: 160px !important; }
.whmin150 {  min-width: 150px !important; }
.whmin140 {  min-width: 140px !important; }
.whmin130 {  min-width: 130px !important; }
.whmin120 {  min-width: 120px !important; }
.whmin110 {  min-width: 110px !important; }
.whmin100 {  min-width: 100px !important; }
.whmin90 {  min-width: 90px !important; }
.whmin80 {  min-width: 80px !important; }
.whmin70 {  min-width: 70px !important; }
.whmin60 {  min-width: 60px !important; }
.whmin50 {  min-width: 50px !important; }
.whmin40 {  min-width: 40px !important; }
.whmin30 {  min-width: 30px !important; }
.whmin20 {  min-width: 20px !important; }
.whmin15 {  min-width: 15px !important; }
.whmin10 {  min-width: 10px !important; }

.whmax300 {  max-width: 300px !important; }
.whmax250 {  max-width: 250px !important; }
.whmax200 {  max-width: 200px !important; }
.whmax190 {  max-width: 190px !important; }
.whmax180 {  max-width: 180px !important; }
.whmax170 {  max-width: 170px !important; }
.whmax160 {  max-width: 160px !important; }
.whmax150 {  max-width: 150px !important; }
.whmax140 {  max-width: 140px !important; }
.whmax130 {  max-width: 130px !important; }
.whmax120 {  max-width: 120px !important; }
.whmax110 {  max-width: 110px !important; }
.whmax100 {  max-width: 100px !important; }
.whmax90 {  max-width: 90px !important; }
.whmax80 {  max-width: 80px !important; }
.whmax70 {  max-width: 70px !important; }
.whmax60 {  max-width: 60px !important; }
.whmax50 {  max-width: 50px !important; }
.whmax40 {  max-width: 40px !important; }
.whmax30 {  max-width: 30px !important; }
.whmax20 {  max-width: 20px !important; }
.whmax15 {  max-width: 15px !important; }
.whmax10 {  max-width: 10px !important; }

.wh1 {  width: 100%; }

.wh265 {  width: 265px !important; }
.wh586 {  width: 586px !important; }

.hg400 {  height: 400px !important; }
.hg350 {  height: 350px !important; }
.hg300 {  height: 300px !important; }
.hg250 {  height: 250px !important; }
.hg200 {  height: 200px !important; }
.hg150 {  height: 150px !important; }
.hg100 {  height: 100px !important; }

.lh0 { line-height: 0; }
.lh05 { line-height: 0.5; }

.ac {  text-align: center !important; }
.al {  text-align: left !important; }
.ar {  text-align: right !important; }

.fl {  float: left !important; }
.fr {  float: right !important; }

.bold {  font-weight: bold !important; }
.hide {  display: none !important; }
.show {  display: block !important; }

.red   {  color: red !important; }
.green {  color: green !important; }
.blue  {  color: blue !important; }

.bg-red ,
.bg-blue ,
.bg-green {
  color: white !important;
  display:inline-block;
  padding:0px 5px;
  margin: auto 2px;
}
.bg-red   {  background-color: red !important;   }
.bg-green {  background-color: green !important; }
.bg-blue  {  background-color: blue !important;  }

.moveroff {
  cursor: text;
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  zoom: 1;
}

/* -----------------------------------------------------------
 base
----------------------------------------------------------- */
/* --------------------------------------------------------
 Name:      base/_reset.scss
----------------------------------------------------------- */
/* normalize.css v3.0.2 | MIT License | git.io/normalize */
body {
  margin: 0;
}

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

audio, canvas, progress, video {
  display: inline-block;
  vertical-align: baseline;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden],
template {
  display: none;
}

a {
  background-color: transparent;
}
a:active, a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b, strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

h1 {
  font-size: 2em;
}

mark {
  background: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 1em 40px;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

pre {
  overflow: auto;
}

code, kbd, pre, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html input[type="button"],
input[type="reset"], input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled], html input[disabled] {
  cursor: default;
}

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input {
  line-height: normal;
}
input[type="checkbox"], input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  vertical-align:middle;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

textarea {
  overflow: auto;
}

optgroup {
  font-weight: bold;
}

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

/* add private reset.css */
p, ul, li,
h1, h2, h3, h4, h5, h6 {
  margin: 0;
}

ul {
  list-style-type: none;
  padding: 0;
}

/* --------------------------------------------------------
 Name:      base/_default.scss
----------------------------------------------------------- */
html {
  height: 100%;
  width: 100%;
}

body {
  width: 100%;
  height: 100%;
  /*
  background: url("../images/common/bg_body.png") #fff;
  */
  background-color: #EFF0F4;
  color: #555;
  font-family: "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", Meiryo, メイリオ, sans-serif;
  font-size: 12px;
  line-height: 1.6;
  -webkit-tap-highlight-color: transparent;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #333;
}
a:hover {
  text-decoration: none;
  /*
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  */
  zoom: 1;
}

img {
  vertical-align: bottom;
  line-height: 0;
}

textarea {
  width: 100%;
  *width: auto;
  resize: vertical;
}

input, select {
  margin: 2px 0;
}

label {
  cursor: pointer;
  margin-right: 10px;
}

button:hover {
  /*
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  */
  zoom: 1;
}

/*
table {
  table-layout: fixed;
}
*/

/* -----------------------------------------------------------
 layout
----------------------------------------------------------- */
/* -----------------------------------------------------------
 common layout
----------------------------------------------------------- */
/* --------------------------------------------------------
 Name:      layout/common/_decoration.scss
 info:      ボタンやアラート等の共通スタイル
----------------------------------------------------------- */
/* フォーム */
.form .form_control {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background-color: #F8F8F8;
  border: 1px solid #ccc;
  border-radius: 3px;
  padding: 4px 6px;
}
.form .form_control.error {
  background-color: #fcf3f3 !important;
  border: 1px solid #f2c2ca !important;
}
.form .form_control:focus {
  background-color: #fff;
}

/* ボタン */
.btn {
  display: inline-block;
  line-height: 1;
  border-radius: 3px;
  font-weight: bold;
  text-align: center;
  text-decoration: none !important;
  padding: 7px;
  margin: 2px 0;
  /* グラデーション効果 */
  /* フラットデザイン */
}
.btn.btn_disabled {
  /* 無効 */
  background: #ddd;
  border: 1px solid #ccc;
  color: #999;
  cursor: default;
}
.btn.btn_disabled:hover {
  opacity: 1;
}
.btn.btn_disabled:focus {
  outline: none;
}
/*
.btn.btn_default {
  background: #EDEDED;
  border: 1px solid #ccc;
}
*/
.btn_default {
  background: #FFF;
  border: 1px solid #CCC;
}
.btn_default:hover, .btn_default:focus, .btn_default:active {
    background: #E6E6E6;
    border-color: #ADADAD;
}

.btn.btn_reset {
  background: #FEFEFE;
  border: 1px solid #ccc;
}
.btn.btn_reset:hover {
  background: #F6F6F6;
  border: 1px solid #ccc;
}
.btn.btn_success {
  /* オレンジ */
  background: #FFA923;
  border: 1px solid #FFA923;
  color: #fff;
  font-size: 13px;
}
.btn.btn_error {
  background: #FF5536;
  border: 1px solid #FF5536;
  color: #fff;
}
.btn.btn_info {
  background: #85D53A;
  border: 1px solid #85D53A;
  color: #fff;
}
/*
.btn.btn_primary {
  background: #4d90fe;
  border: 1px solid #4d90fe;
  color: #fff;
}
*/
.btn_primary {
  background: #424F63;
  border: 1px solid #374152;
  color: #FFF;
}
.btn_primary:hover, .btn_primary:focus, .btn_primary:active {
  background-color: #374152;
  border-color: #2e3644;
  color: #FFF;
}

.btn_danger {
  color: #fff;
  background: #d9534f;
  border: 1px solid #d43f3a;
}
.btn_danger:active, .btn_danger:focus, .btn_danger:hover {
  color: #fff;
  background-color: #c9302c;
  border-color: #ac2925;
}

/* テーブル */
.table {
  width: 100%;
}
.table tr th,
.table tr td {
  border: 0;
}
.table.table_bordered tr th,
.table.table_bordered tr td {
  border: 1px solid #DDD;
}
.table.table_headline tr th {
  background: #F5F5F5;
  /*color: #fff*/;
  letter-spacing: 1px;
}
.table.table_headline tr td {
  background: #fff;
}
.table.table_headline.head_top tr th,
.table.table_headline.head_top tr td {
  text-align: center;
}
.table.table_headline.head_side tr th {
  text-align: right;
}
.table.table_condensed tr th,
.table.table_condensed tr td {
  font-size: 11px;
  padding: 5px 10px;
  /*position: relative;*/
  overflow: hidden;
}
.table.table_condensed .item dt {
  float: left;
  width: 80px;
}
.table.table_condensed .side_btn {
  position: absolute;
  top: 0;
  height: 100%;
  min-height: 100%;
  border: none;
  -webkit-border-radius: 0px;
  border-radius: 0px;
  margin: 0;
}
.table.table_condensed .side_btn.side_right {
  right: 0;
}
.table.table_condensed .side_btn.side_left {
  left: 0;
}
.table.table_top td dl {
  overflow: hidden;
  margin: 6px 0;
}
.table.table_top td dd, .table.table_top td dt {
  float: left;
  padding: 0;
  margin: 0;
}
.table.table_top td dt {
  width: 75px;
  text-align: center;
}
.table.table_top td dd {
  margin: 0px 30px 0px 10px;
  line-height: 27px;
  font-size: 15px;
}
.table.table_oh p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -webkit-text-overflow: ellipsis;
  /* Safari */
}

.table tr.selected td {
 font-weight: bolder;
}
.table tr.hover td {
 background-color: #ffd;
}

/* アラート  */
.alert {
  display: block;
  border-radius: 3px;
  font-weight: bold;
  padding: 2px 5px;
  margin-bottom: 5px;
}
.alert.alert_error {
  color: #ff4d44;
  background: #ffd4d2;
}
.alert.alert_warning {
  color: #f0ad4e;
  background: #fcf8e3;
}
.alert.alert_info {
  color: #337ab7;
  background: #d9edf7;
}
.alert.alert_success {
  color: #5cb85c;
  background: #dff0d8;
}

/* 背景色 */
.bg_error {
  background: #fcf3f3 !important;
}

.bg_warning {
  background: #fcf8e3 !important;
}

.bg_info {
  background: #d9edf7 !important;
}

.bg_success {
  background: #dff0d8 !important;
}

.bg_white {
  background: #fff !important;
}

/* status marker */
.status00 {
  display: block;
  padding: 5px;
  -webkit-box-shadow: 0 0 0 1px #ddd inset;
  box-shadow: 0 0 0 1px #ddd inset;
  font-weight: bold;
}

.status01 {
  display: inline-block;
  min-width: 33px;
  background: #5BC0DE;
  color: #FFF;
  padding: 5px;
  font-weight: bold;
}

.status02 {
  display: inline-block;
  min-width: 33px;
  background: #337AB7;
  color: #FFF;
  padding: 5px;
  font-weight: bold;
}

.status03 {
  display: inline-block;
  min-width: 33px;
  background: #777777;
  color: #FFF;
  padding: 5px;
  font-weight: bold;
}

.status04 {
  display: inline-block;
  min-width: 33px;
  background: #444;
  color: #FFF;
  padding: 5px;
  font-weight: bold;
}

/* カテゴリ color */
.cate_color01 {
  color: #FB0005;
}

.cate_color02 {
  color: #0A5AB2;
}

.cate_color03 {
  color: #16A53F;
}

.cate_color04 {
  color: #FDB50A;
}

.cate_color05 {
  color: #0C0C0C;
}

.cate_color06 {
  color: #7BEEE0;
}

.cate_color07 {
  color: #ddd;
}

/* delete_file */
.delete_filename {
  cursor: pointer;
}
.delete_filename:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  zoom: 1;
}

/*  overflow:  */
.oh {
  overflow: hidden;
}

/* マーカー */
.mark.mark_em {
  color: #ff0000;
}

/* コンテンツセンター */
.contents_center {
  margin: 0 auto;
}

/* 背景なし */
.noback {
  background: none !important;
  border: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important;
}

/* ファイラー */
.export_file {
  display: none;
  padding: 0 0 10px 0;
}

/* テキストリミット */
.text_limit {
  margin-left: 20px;
}

/* ツールチップ */
.tool {
  display: none;
  opacity: 0.9;
  filter: alpha(opacity=90);
  -ms-filter: "alpha(opacity=90)";
  -moz-opacity: 0.9;
  -khtml-opacity: 0.9;
  zoom: 1;
  width: 170px;
  height: 70px;
  font-weight: bold;
  position: absolute;
  padding: 10px;
  z-index: 100;
  background: #4A99EE;
  color: #fff;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 0px 0px 3px #FFF inset;
  box-shadow: 0px 0px 0px 3px #FFF inset;
}

/* --------------------------------------------------------
 Name:      layout/common/_wrapper.scss
----------------------------------------------------------- */
#viewport {
  width: 100%;
  height: 100%;
}

#page {
  width: 100%;
  height: 100%;
}

/* --------------------------------------------------------
 Name:      layout/common/_header.scss
----------------------------------------------------------- */
#header {
	position: fixed;
	z-index: 100;
	width: 42px;
	height: 100%;
	border-right: 1px solid #999;
	background: #FFF;
}

#header-inside {
	/*width: 1175px;*/
	margin: 0 auto;
}
#header-title {
    position: fixed;
	right: 0;
	z-index: 200;
	color: #FFF;
	background-color: #65CEA7;
    padding:1px 15px;
    opacity: 0.8;
    border-bottom-left-radius: 8px;
    min-width: 200px;
}
#header-title h1 {
	font-size: 14px;
	font-weight: bold;
	text-align: center;
}
/*
#header-inside h1 {
	font-size: 14px;
	font-weight: bold;
	text-align:center;
	margin-top: 10px;
	margin-bottom: 20px;
	opacity: 0;
}
*/

#header-inside .global-navi {
    padding-top: 10px;
}
#header-inside .global-navi span,
#header-inside .global-navi a{
	display: block;
	text-align: left;
	font-size: 10px;
	padding: 7px 2px 7px 2px;
	text-decoration: none;
	margin-bottom: 1px;
	height: 40px;
	line-height: 28px;
	position: relative;
	overflow:hidden;
	width: 43px;
	white-space: nowrap;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
}

#header-inside .global-navi a i {
	width: 40px;
	text-align:center;
	vertical-align: middle;
	margin-right: 5px;
}
#header-inside .global-navi a div{
	font-size: 13px;
	display: inline-block;
	vertical-align: middle;
	
}

#header-inside .global-navi a.active,
#header-inside .global-navi a:hover{
	color: #FFF;
	background-color: #65CEA7;
}
#header-inside .global-navi.sub{
  
  position: absolute;
  bottom: 0;
  width: 100%;
}
#header-inside .global-navi.sub a {
}
#header-inside .global-navi .login-name{
	font-weight: bold;
	display: inline-block;
	line-height: 13px;
}

/* --------------------------------------------------------
 Name:      layout/common/_contents.scss
----------------------------------------------------------- */
#section_contents {
  padding-top: 10px;
  position: relative;
  margin: 0px 20px 15px 20px;
  min-width: 1000px;
}
#section_contents.login {
  width: 1200px;
  padding-top: 133px;
  margin: 0 auto !important;
  position: relative;
}
#section_contents .contents_header {
  margin-bottom: 8px;
}
#section_contents .contents_header .tit{
  padding-left: 40px;
  letter-spacing: 3px;
  color: #576579;
  font-size: 18px;
}
#section_contents .contents_header.side_btn {
  overflow: hidden;
  *zoom: 1;
}
#section_contents .contents_header.side_btn .tit {
  float: left;
}
#section_contents .contents_header.side_btn .btn {
  width: 150px;
  float: right;
  margin-left: 5px;
}
#section_contents .col_area {
  *zoom: 1;
}
#section_contents .col_area:before, #section_contents .col_area:after {
  content: " ";
  display: table;
}
#section_contents .col_area:after {
  clear: both;
}
#section_contents .col_area .main_col {
  min-width: 400px;
  float: left;
  width: 67%;
}
#section_contents .col_area .sub_col {
  width: 300px;
  float: left;
  margin-left: 30px;
}
#section_contents .col_area .sub_col:first-child {
  margin-left: 0;
}
#section_contents .notes {
  padding-bottom: 5px;
}

#section_contents .widget {
  background-color: #FFF;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  margin-bottom: 8px;
}
#section_contents .widget_header {
  border-bottom: 1px dotted rgba(0, 0, 0, 0.2);
  padding: 10px 15px;
}
/*
#section_contents .widget_header.side_btn {
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
  *zoom: 1;
}
#section_contents .widget_header.side_btn .tit {
  padding-top: 8px;
  float: left;
}
#section_contents .widget_header.side_btn .btn {
  width: 150px;
  float: right;
  margin-left: 5px;
}
*/

/*
#section_contents .widget {
  box-shadow: 0 1px 3px #ddd;
  margin-bottom: 20px;
}
#section_contents .widget_header {
  background: #f1f1f1;
  border-radius: 6px 6px 0 0;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 10px 15px;
}
#section_contents .widget_header .tit {
  line-height: 1;
}
#section_contents .widget_header.side_btn {
  padding-top: 2px;
  padding-bottom: 2px;
  overflow: hidden;
  *zoom: 1;
}
#section_contents .widget_header.side_btn .tit {
  padding-top: 8px;
  float: left;
}
#section_contents .widget_header.side_btn .btn {
  width: 150px;
  float: right;
  margin-left: 5px;
}
*/
#section_contents .widget_contents {
  /*
  background: #fff;
  border: 1px solid #ccc;
  */
  padding: 10px 15px;
}
#section_contents .list_search_form .widget_contents {
  /* display:none; */
}

#section_contents .list_search_form .widget_header{
  
}
#section_contents .list_search_form .widget_header:hover{
  background-color:#ffffef;
}
#section_contents .widget_header .tit .note{
  font-weight: normal;
  margin-left: 20px;
  font-size: 12px;
}

/*
#section_contents .unit {
  background: #f1f1f1;
  border: 1px solid #ccc;
  border-radius: 4px;
  box-shadow: 0 1px 3px #ddd;
  padding: 10px 15px;
  margin-bottom: 20px;
}
*/
#section_contents .unit {
  background: #FFF;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  padding: 10px 15px;
  margin-bottom: 20px;
}

#section_contents .unit .tit {
  margin-bottom: 10px;
}
#section_contents .big_frame {
  width: 100%;
  background: #FFF;
  -webkit-box-shadow: 0 0 0 1px #262626 inset;
  box-shadow: 0 0 0 1px #262626 inset;
}
#section_contents .big_frame .incontents {
  padding: 10px 15px 10px 10px;
}
#section_contents .big_frame .incontents ul {
  word-wrap: break-word;
  overflow: auto;
}
#section_contents .search_form {
  overflow: hidden;
  *zoom: 1;
}
#section_contents .search_form .sort_list {
  /*width: 700px;*/
  float: left;
}
#section_contents .search_form .sort_list th, #section_contents .search_form .sort_list td {
  padding: 3px 5px 3px 0;
}
#section_contents .search_form .sort_list th {
  /*width: 130px;*/
  text-align: right;
}
#section_contents .search_form .sort_list td {
  min-width: 100px;
}
#section_contents .search_form .action {
  float: right;
  margin: 0;
}
#section_contents .pager ,
#modal .modal_contents .pager {
  padding: 5px 0;
  overflow: hidden;
  *zoom: 1;
}
#section_contents .pager p ,
#modal .modal_contents .pager p {
  float: right;
  padding: 4px 9px;
  line-height: 20px;
  margin: 0 5px 0 0;
}
#section_contents .pager .page_nation ,
#modal .modal_contents .pager .page_nation {
  float: right;
  overflow: hidden;
  *zoom: 1;
}
#section_contents .pager .page_nation li ,
#modal .modal_contents .pager .page_nation li {
  float: left;
  margin-left: 2px;
}
#section_contents .pager .page_nation li:first-child ,
#modal .modal_contents .pager .page_nation li:first-child {
  margin-left: 0;
}
#section_contents .pager .page_nation li a ,
#modal .modal_contents .pager .page_nation li a {
  display: block;
  line-height: 20px;
  background: #fff;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  padding: 2px 8px;
  margin-bottom: 0;
}
#section_contents .pager .page_nation li a:hover ,
#modal .modal_contents .pager .page_nation li a:hover {
  color: #fff;
  background: #65cea7;
}
#section_contents .pager .page_nation li span.current ,
#modal .modal_contents .pager .page_nation li span.current {
  display: block;
  line-height: 20px;
  color: #fff;
  background: #65cea7;
  border: 1px solid #ddd;
  text-align: center;
  vertical-align: middle;
  padding: 2px 8px;
  margin-bottom: 0;
}
#section_contents .pager .page_nation li span.disabled ,
#modal .modal_contents .pager .page_nation li span.disabled {
  display: block;
  line-height: 22px;
  vertical-align: middle;
  padding: 2px 7px;
  color: #666;
}

#board {
  display: none;
  width: 300px;
  background-color: #515151;
  border: 1px solid #333;
  border-radius: 3px;
  position: absolute;
  top: 85px;
  left: 50%;
  margin-left: -150px;
  z-index: 2;
}
#board a {
  display: block;
  line-height: 1;
  color: #fff;
  text-decoration: none;
  padding: 10px;
  overflow: hidden;
  *zoom: 1;
}
#board a .close {
  float: right;
}

/* --------------------------------------------------------
 Name:      layout/common/_register.scss
 Info:      register,comfirm 共通スタイル
----------------------------------------------------------- */
#section_contents.register .widget.submit .widget_contents .action,
#section_contents.comfirm .widget.submit .widget_contents .action {
  text-align: center;
}

/* --------------------------------------------------------
 Name:      layout/common/_modal.scss
----------------------------------------------------------- */
.modal_overlay {
  width: 100%;
  height: 100%;
  background: url("../images/common/bg_overlay.png");
  position: fixed;
  top: 0;
  left: 0;
  z-index: 900;
}

.modal {
  width: 600px;
  position: absolute;
  top: 150px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 901;
}
.modal_header {
  background: #f1f1f1;
  border-radius: 6px 6px 0 0;
  border: 1px solid #ccc;
  border-bottom: none;
  padding: 10px 15px;
}
.modal_header_tit {
  line-height: 1;
  font-weight: bold;
}
.modal_contents {
  /*font-weight: bold;*/
  background: #fff;
  border: 1px solid #ccc;
  padding: 10px 15px;
}
.modal_contents_title {
  padding: 10px 0;
  border-bottom: 1px solid #3A75FF;
  font-weight: bold;
  text-align: left;
}
.modal_list_search_form li {
    display:inline-block; 
    white-space: nowrap;
    padding-right:20px;
    vertical-align:middle;
}
.modal_list_search_form li .title{
    display:inline-block;
    vertical-align:middle;
}
.modal_list_container {
  clear:both; 
  height:370px; 
  overflow:auto;
}
.modal_footer {
  background: #f1f1f1;
  border-radius: 0 0 6px 6px;
  border: 1px solid #ccc;
  border-top: none;
  text-align: right;
  padding: 10px 15px;
}
#modal_alert   ,
#modal_confirm ,
#modal_loading {
    display:none;
}
#modal_alert    .modal_overlay ,
#modal_confirm  .modal_overlay {
  z-index: 988;
}
#modal_alert    .modal ,
#modal_confirm  .modal {
  width: 350px;
  top: 250px;
  z-index: 989;
}
#modal_loading .modal_overlay {
  z-index: 998;
}
#modal_loading .modal {
  color: #ccc;
  text-align: center;
  padding-top: 150px;
  z-index: 999;
}

/* --------------------------------------------------------
 Name:      layout/common/_footer.scss
----------------------------------------------------------- */
#section_footer {
  text-align: center;
  padding-top: 50px;
}
#section_footer .inner {
  border-top: 1px solid #ddd;
  margin: 0 20px 0 60px;
}
#section_footer .inner.login {
  margin: 0 auto !important;
}
#section_footer .copy {
  border-top: 1px solid #fff;
  padding: 15px 0;
}

/* -----------------------------------------------------------
 page layout
----------------------------------------------------------- */
/* --------------------------------------------------------
 Name:      layout/page/_login.scss
----------------------------------------------------------- */
#login {
  width: 280px;
  background: #fff;
  border: 1px solid transparent;
  border-radius: 4px;
  box-shadow: 0 1px 1px rgba(0,0,0,.05);
  text-align: center;
  padding: 30px 40px;
  margin: 0 auto;
}
#login .form_control {
  width: 100%;
  *width: 188px;
  padding: 7px 5px;
}
#login .login_tit {
  margin-bottom: 20px;
}
#login .login_form {
  margin-bottom: 15px;
}
#login .login_form tr th {
  width: 52px;
  /*line-height: 1;*/
  text-align: right;
  padding: 6px;
  height: 28px;
}
#login .login_form th {
  text-align: center !important;
}

/* --------------------------------------------------------
 Name:      layout/page/_top.scss
----------------------------------------------------------- */
.pm_icons {
  display: flex;
  display: -moz-flex;
  display: -o-flex;
  display: -webkit-flex;
  display: -ms-flex;
}
.pm_icons .top_icon {
  overflow: hidden;
  position: relative;
  float: left;
  width: 125px;
  height: 125px;
  border-radius: 4px;
  margin: 7px auto;
  margin-bottom: 35px;
}
.pm_icons .top_icon:hover {
  opacity: 0.75;
  filter: alpha(opacity=75);
  -ms-filter: "alpha(opacity=75)";
  -moz-opacity: 0.75;
  -khtml-opacity: 0.75;
  zoom: 1;
}
.pm_icons .top_icon .text_indent {
  text-indent: 1000%;
  white-space: nowrap;
}
.pm_icons .top_icon a {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.pm_icons .top_icon .tit {
  margin-bottom: 10px;
}
.pm_icons .top_icon .p_inline {
  display: inline;
}
.pm_icons .top_icon.icon01 {
  background: url("../images/top/top_icon01.gif") no-repeat;
}
.pm_icons .top_icon.icon02 {
  background: url("../images/top/top_icon02.gif") no-repeat;
}
.pm_icons .top_icon.icon03 {
  background: url("../images/top/top_icon03.gif") no-repeat;
}
.pm_icons .top_icon.icon04 {
  background: url("../images/top/top_icon04.gif") no-repeat;
}
.pm_icons .top_icon.icon05 {
  background: url("../images/top/top_icon05.gif") no-repeat;
}
.pm_icons .top_icon.icon06 {
  background: url("../images/top/top_icon06.gif") no-repeat;
}
.pm_icons .top_icon.icon07 {
  background: url("../images/top/top_icon07.gif") no-repeat;
}
.pm_icons .top_icon.icon08 {
  background: url("../images/top/top_icon08.gif") no-repeat;
}
.pm_icons .top_icon.noimage_icon {
  border: dotted 3px #ACACAC;
}
.pm_icons .top_icon.noimage_icon:hover {
  opacity: 1;
  filter: alpha(opacity=100);
  -ms-filter: "alpha(opacity=100)";
  -moz-opacity: 1;
  -khtml-opacity: 1;
  zoom: 1;
  cursor: default !important;
}


.toppage_menu_list {
  width: 800px;
  margin: 0 auto;
}
.toppage_menu_list ul{
  padding: 20px 80px;
}
.toppage_menu_list li a{
  display:block;
  font-size: 20px;
  /*float:left;*/
  padding: 20px;
  text-decoration: none;
  border-radius: 5px;
}
.toppage_menu_list li a:hover{
	color: #FFF;
	background-color: #65CEA7;
}
.toppage_menu_list li a span{
  padding-left: 20px;
}
.toppage_menu_list ul:after {
  content: " ";
  display: table;
  clear: both;
}


.fixed_message {
 text-align: center;
 padding: 100px;
}

.fixed_message .message{
 font-size: 18px;
}
.fixed_message .button_list {
 margin-top: 50px;
}

/* サブウィンドウページ時のレイアウト調整 */
body.subwindow #header {
    display:none;
}
body.subwindow #section_contents {
    margin-left: 20px;
    min-width: 800px;
}
body.subwindow #section_contents.register {
    min-width: 1000px;
}
body.subwindow #section_footer .inner {
    margin-left: 20px;
}
body.subwindow.noaction #section_contents .col_area .main_col {
    width: 100%;
}
body.subwindow.noaction #section_contents.register {
    min-width: 800px;
}
/* ---------------------------------------------- */

