@@charset "UTF-8";

/* common */
body {
  font-size: 14px;
  font-family: Verdana, sans-serif;
/*  font-family: Arial, sans-serif; */
  color: #333;
}

section {
  padding: 20px 10px 10px;
}

section h2 {
  padding: 1px 5px;
  margin: 0px 0px 0px 5px;
  color: dimgray;
  font-size: 17px;
}

hr.title {
  border: 0;
  height: 1px;
  background-color: #000;
}
hr.partition {
  border: 0;
  height: 1px;
  background-color: #003399;
}
hr.sts {
  border: 0;
  height: 1px;
  width: 580px;
  text-align: left;
  margin-left: 13px;
  background-color: gray;
}
hr.division {
  border: 0;
  height: 1px;
  width: 830px;
  text-align: left;
  margin-left: 13px;
  background-color: gray;
}

img {
  margin: 2px;
}

span.mono {
  font-size: 16px;
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

div.desc {
  font-size: 14px;
  margin-left: 10px;
}

p.indent {
  text-indent:1em;
}
p.indent-1 {
  padding-left:1em;
  text-indent:-1em;
}
p.indent-2 {
  padding-left:1.5em;
  text-indent:-1.5em;
}

table.simpleLine {
  margin: 2px 6px;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 0;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
}
table.simpleLine th {
  padding: 2px;
  vertical-align: top;
  text-align: center;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  border-top: 1px solid #fff;
  border-left: 1px solid #fff;
  font-size: 14px;
  font-weight: bold;
  background: #ddd;
}
table.simpleLine td {
  padding: 5px;
  vertical-align: middle;
  border-right: 1px solid #bababa;
  border-bottom: 1px solid #bababa;
  text-align: left;
  font-size: 14px;
  font-family: Consolas, 'Courier New', Courier, Monaco, monospace;
}

table.simpleLine img {
  vertical-align: middle;
  marginp: 0px 1px 0px;
}
table.simpleLine td.top {
  vertical-align: top;
}
table.simpleLine td.right {
  padding: 5px 40px;
  text-align: right;
}
table.simpleLine td.options {
  width: 20px;
}
table.simpleLine td.explanation {
  width: 400px;
}
table.simpleLine td.detail {
/*  width: 400px; */
}
table.simpleLine td.inputs {
  width: 285px;
}

/* 横並び */
.oneline {
  display: flex;
}

/* コピー用URLの表示 */
#copyUrl {
  font-size: smaller;
  width: 600px;
  padding: 5px;
  border: 1px solid #1b2538;
  border-radius: 4px;
}

/* 自動的に消えるアラート */
#alertBox {
  padding: 5px;
  color: blue;
}

/* 「Searching...」の表示 */
#running {
  position: absolute;
  font-size: x-large;
  color: red;
}
.running_img {
  vertical-align: middle;
}

/* header */
header.top {
  padding: 30px 15px 20px 40px;
  background: url("../images/citrus.png") no-repeat left top;
  background-size: cover;
  background-position: 50% 30%;
  height: 90px;
  text-align: left;
}
header.top h1 {
  font-size: 24pt;
  color: #fff;
}
header.page {
  padding: 1px 0px 0px 40px;
  background: url("../images/citrus.png") no-repeat left top;
  background-size: cover;
  background-position: 50% 20%;
  height: 39px;
  text-align: left;
}
header.page h1 {
  font-size: 12pt;
}

header a {
  text-decoration: none;
}
header h1 a:link {
  color: #fff;
  opacity: 0.9;
}
header h1 a:visited {
  color: #fff;
  opacity: 0.9;
}
header h1 a:active {
  color: #fff;
  opacity: 0.9;
}
header h1 a:hover {
  opacity: 1;
}

#naro {
  margin-left: 60px;
}
#naro a:link {
  color: #999;
  opacity: 0.9;
}
#naro a:visited {
  color: #999;
  opacity: 0.9;
}
#naro a:active {
  color: #999;
  opacity: 0.9;
}
#naro a:hover {
  opacity: 1;
}

/* footer */
footer {
  clear: both;
  float: right;
  width: 510px;
  padding: 10px;
  font-size: 12px;
  text-align: right;
}
