/* アプリ共通CSS */

/* リンク色 */
a:link {
  color: #000;
  text-decoration: none;
}
a:visited {
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #000;
/*    font-style:normal; */
  text-decoration: underline;
}
a:active {
  color: #000;
  text-decoration: none;
}

/* ボタン */
input[type="button"], input[type="submit"] {
  height: 2em;
  min-width: 4em;
  max-width: 100%;
  padding: 0.1em;
  vertical-align: middle;
}
.btn_std{
}
/* **********************************************/
/* 基本エリア設定 */
/* **********************************************/
body {
  width: 100%;
  padding: 5px;
  font-family: "ＭＳ Ｐゴシック";
  background-color: #FFF;
  margin: 0;
}
div#fixheader {
  color: #FFF;
  background-color: #333;
  width: 100%;
  height: 30px;
  z-index: 100;
  position: fixed;
  top: 0px;
}
div#header {
  color: #333;
  background-color: #CCC;
  margin-top: 30px;
  margin-bottom: 20px;
}
div#main {
  color: #333;
  background-color: #FCFCFC;
  padding: 0.1em;
}
div#footer {
  color: #333;
  background-color: #333;
}
div#message {
  color: #CCCC00;
  background-color: #EEE;
}
div#error {
  color: #FF0000;
  background-color: #EEE;
  font-weight: bold;
}
div#popup {
  color: #333;
}
div#debug {
  color: #339;
  background-color: #FFC;
}
div#notelink {
  text-align: right;
}
div#note {
  background-color: #FFC;
  display: none;
}
div#search_cond {
/*  background-color: #FFC; */
  padding: 5px;
}


/* **********************************************/
/* エリア詳細設定 */
/* **********************************************/

/* 固定ヘッダー */
div#fixheader ul {
  margin: 0;
}
div#fixheader li {
  padding: 1px;
  margin: 1px 0 0 0;
  list-style: none;
  min-width: 100px;
  color: #FFF;
  float: left;
  text-align: center;
  border-left: solid 1px #fff;
  vertical-align: middle;
}
div#fixheader li a {
  height: 30px;
  margin: 0;
  padding: 2px;
  display: block;
  color: #FFF;
  vertical-align: middle;
}
div#fixheader li a:hover {
  margin: 0;
  background-color: #ccc;
  color: #333;
}

/* 固定フッター */
.navbar-fixed-bottom-1row{
  border-color: rgba(0, 0, 0, 0.1);
  background-color: rgba(0, 0, 0, 0.2);
  min-height: 0px;
}

/* テキストボックス入力時 変色 */
select.w:focus,
input.w[type="text"]:focus,
input.w[type="password"]:focus,
textarea.w:focus {
  border: solid 1px #999;
  background-color: #ffcc33;
}

/* コメント */
.comment {
  font-size: 70%;
  color: #000000;
}
/* 注意 */
.attention {
  color: #FF0000;
}

ul.yoko{
  margin: 1px;
  padding: 1px;
}
ul.yoko li {
  float: left;
  margin: 2px 0 0 3px;
}
ul.yoko li.title {
  margin: 2px 0 0 8px;
}
li {
  list-style-position: inside;
  list-style-type: none;
}

/*
div#all {
  background-color: #9BDB6B;
  width:1020px;
  margin-left: auto;
  margin-right: auto;
}
*/


/* **********************************************/
/* BootStrap オーバーライド */
/* **********************************************/
.navbar {
/*  position: relative; */
  min-height: 30px;
/*  border: 1px solid transparent; */
}
