@charset "UTF-8";
/*------------------------------------------
	共通
------------------------------------------*/
* {
  box-sizing: border-box;
}

html {
  color: #333333;
  font-size: .9em;
  line-height: 1.5;
  font-family: "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "ＭＳ Ｐゴシック", sans-serif;
}

body#list, body#none {
  height: auto;
  background: none;
}

body, pre, input, textarea, select {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,sans-serif;
}

button {
  -webkit-appearance: none;
  padding: 0;
  background: none;
  border: none;
}

input, select, textarea {
  font-size: 100%;
  padding: 4px;
}

input[type="text"],
textarea {
  width: 100%;
}

select {
  padding: 5px;
  cursor: pointer;
}

input[type="submit"] {
  border-radius: 0;
}

table {
  border: 1px solid #ccc;
  border-bottom: none;
  width: 100%;
}
table th, table td {
  padding: 7px;
  border: 1px solid #ccc;
  text-align: left;
}
table th {
  background: url('data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4gPHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyI+PGRlZnM+PGxpbmVhckdyYWRpZW50IGlkPSJncmFkIiBncmFkaWVudFVuaXRzPSJvYmplY3RCb3VuZGluZ0JveCIgeDE9IjAuNSIgeTE9IjAuMCIgeDI9IjAuNSIgeTI9IjEuMCI+PHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIvPjxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2U1ZTVlNSIvPjwvbGluZWFyR3JhZGllbnQ+PC9kZWZzPjxyZWN0IHg9IjAiIHk9IjAiIHdpZHRoPSIxMDAlIiBoZWlnaHQ9IjEwMCUiIGZpbGw9InVybCgjZ3JhZCkiIC8+PC9zdmc+IA==');
  background: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #e5e5e5));
  background: -moz-linear-gradient(#ffffff, #e5e5e5);
  background: -webkit-linear-gradient(#ffffff, #e5e5e5);
  background: linear-gradient(#ffffff, #e5e5e5);
  *zoom: 1;
  filter: progid:DXImageTransform.Microsoft.gradient(gradientType=0, startColorstr='#FFFFFFFF', endColorstr='#FFE5E5E5');
}
table td {
  background: #fff;
}
table.model {
  width: 979px !important;
  margin: 0 auto 50px;
}
table.model th, table.model td {
  border: 1px solid #999;
}
table.model th {
  width: 140px;
  background: #E1EAF3;
  text-align: center;
  font-weight: normal;
}
table.model td {
  padding: 5px;
}
table.model td input, table.model td select {
  width: 100%;
  padding: 5px;
}
table.model td input.half, table.model td select.half {
  width: 50%;
}
table.model td input.short, table.model td select.short {
  width: 30%;
}
table.model td ul {
  overflow: hidden;
}
table.model td ul li {
  float: left;
}
table.model td ul li span {
  display: inline-block;
}

#btn_back {
  position: fixed;
  right: 0;
  top: 0;
  z-index: 1;
}
#btn_back a {
  display: block;
  padding: 10px 15px;
  background: #fff;
  border-radius: 0 0 0 10px;
}
.text-right {
  text-align: right;
}
.text-center {
  text-align: center;
}

/*------------------------------------------
	リスト
------------------------------------------*/
#list {
  padding: 50px 0;
}
#list h1 {
  text-align: center;
  font-size: 1.5em;
  margin-bottom: 20px;
}
#list table {
  width: 800px;
  margin: 0 auto;
}
#list table th.cate {
  width: 160px;
}
#list table th.name {
  width: 240px;
}
#list table th.shin {
  width: 60px;
}
#list table th.memo {
  width: 340px;
}
#list table td.fix {
  background: #ffc9d9;
}

/*------------------------------------------
	各ページ
------------------------------------------*/
#img {
  width: 998px;
  margin: 0 auto;
  padding-top: 188px;
  left: -1px;
  position: relative;
}

.box_model {
  width: 978px;
  margin: 0 auto;
}

/*------------------------------------------
  header
  ヘッダー　ページナビ含
------------------------------------------*/
header {
  background: #154b08;
  padding: 0 15px;
  overflow: hidden;
}
header #logo {
  float: left;
  margin-right: 15px;
  padding: 10px 0;
}
header a {
  color: #fff;
  text-decoration: none;
}
header button {
  color: #fff;
}
header #gnav {
  float: left;
}
header #gnav ul {
  overflow: hidden;
}
header #gnav ul li {
  float: left;
}
header #gnav ul li:hover {
  background: #669933;
}
header #gnav ul li a {
  display: block;
  text-align: center;
  font-size: .9em;
  padding: 10px;
}
header #gnav ul li a img {
  margin-bottom: 3px;
}
header #gnav ul li a span {
  display: block;
}
header #snav {
  float: right;
  padding-top: 15px;
}
header #snav ul li {
  display: inline-block;
}
header #snav ul li a,
header #snav ul li button {
  width: 90px;
  display: block;
  line-height: 30px;
  border: 1px solid #fff;
  text-align: center;
  font-size: 13px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
}
header #snav ul li button {
  cursor: pointer;
}
header #snav ul li.nav_help {
  background: url(../images/ic_he.png) 5px center no-repeat;
}
header #snav ul li.nav_end button {
  background: url(../images/ic_end.png) 5px center no-repeat;
}

body#kokyaku .nav_ko {
  background: #669933;
}
body#eigyou .nav_ei {
  background: #669933;
}
body#mitsumori .nav_mi {
  background: #669933;
}
body#project .nav_pr {
  background: #669933;
}
body#sagyou .nav_sa {
  background: #669933;
}
body#seikyu .nav_se {
  background: #669933;
}
body#uriage .nav_ur {
  background: #669933;
}
body#nyukin .nav_ny {
  background: #669933;
}
body#mail .nav_ma {
  background: #669933;
}
body#admin .nav_ad {
  background: #669933;
}

/*------------------------------------------
  topicpath
  パンクズ
------------------------------------------*/
#topicpath {
  background: #f2f2f2;
  border-bottom: 1px solid #ccc;
  overflow: hidden;
  padding: 0 15px;
}
#topicpath ul {
  float: left;
}
#topicpath ul li {
  display: inline-block;
  line-height: 31px;
  background: url(../images/ic_topicpath.png) left center no-repeat;
  padding-left: 20px;
}
#topicpath ul li:first-child {
  padding-left: 0;
  background: none;
}
#topicpath p {
  float: right;
  line-height: 31px;
}

/*------------------------------------------
  contents
  コンテンツ
------------------------------------------*/
#contents {
  overflow: hidden;
  background: #F6F7F8;
  position: relative;
}

/*------------------------------------------
  h1
------------------------------------------*/
h1 {
  border-bottom: 1px solid #ccc;
  font-weight: normal;
  font-size: 24px;
  padding: 20px 0 20px 60px;
  line-height: 1;
}
h1.mb {
  margin-bottom: 0;
}

/*------------------------------------------
  footer
  ヘッダー　ページナビ含
------------------------------------------*/
#btn_ptop {
  position: relative;
}
#btn_ptop a {
  position: absolute;
  right: 0;
  bottom: 0;
  display: inline-block;
  line-height: 1;
  padding: 15px;
  background: #000;
  color: #fff;
  text-decoration: none;
}
#btn_ptop a i {
  margin-right: 5px;
}

/*------------------------------------------
  footer
  ヘッダー　ページナビ含
------------------------------------------*/
footer {
  width: 100%;
  background: #000;
  color: #fff;
  line-height: 1;
  padding: 20px;
  text-align: center;
  overflow: hidden;
}
footer .date {
  float: left;
}
footer .copyright {
  float: right;
}

/* -----------------------------------------------------------
  フラッシュメッセージ
----------------------------------------------------------- */
.flash_message, .alert {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 22px;
  border: 1px solid transparent;
  text-align: center;
}

.alert > ul {
  margin-bottom: 0;
}

.bg-success {
  background-color: #dff0d8;
}

.bg-danger {
  background-color: #f2dede;
}

/* -----------------------------------------------------------
  ドラッグ＆ドロップ
----------------------------------------------------------- */
#droppable {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30vh;
  width: 70%;
  margin: 30px auto 0;
  border: 3px dashed #669933;
  border-radius: 5px;
  text-align: center;
  font-size: 1.6em;
  font-weight: 700;
}
