@charset "UTF-8";

body {
margin: 0px;
padding: 0px;
background-color: #f9f9f9;
color: #000000;
font-size: 100%;
}

#querybox {
    width: 400px;
    height: 38px;
    background-color: silver;
    padding: 0;
}

.querytext {
    vertical-align: 10px;
}

.searchbox1 {
    margin-top: -20px;
    margin-left: 4px;
    width: 90px;
    height: 24px;
    padding: 2px;
    vertical-align: 11px;
}

.searchbox2 {
    margin-top: -24px;
    margin-left: 3px;
    width: 230px;
    height: 24px;
    padding: 2px;
    vertical-align: 11px;
}

#querybox button {
    margin: 4px;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    color: #fff;
    border: none;
    background-color: silver;
    padding: 0;
}

#querybox button img {
    width: 30px;
    height: 30px;
    padding: 0;
}

.section table {
  border: solid 0px;
  border-spacing: 0;
  font-size:14px;
  padding: 0;
  margin-bottom: 8px;
}

.section table th {
  color: #fff;
  padding: 8px 15px;
  background: #258;
  background:-moz-linear-gradient(rgba(34,85,136,0.7), rgba(34,85,136,0.9) 50%);
  background:-webkit-gradient(linear, 100% 0%, 100% 50%, from(rgba(34,85,136,0.7)), to(rgba(34,85,136,0.9)));
  font-weight: bold;
  border-left:1px solid #258;
  border-top:1px solid #258;
  border-bottom:1px solid #258;
  line-height: 120%;
  text-align: center;
  text-shadow:0 -1px 0 rgba(34,85,136,0.9);
  box-shadow: 0px 1px 1px rgba(255,255,255,0.3) inset;
}

.section table th:first-child {
  border-radius: 5px 0 0 0;
}

.section table th:last-child {
  border-radius:0 5px 0 0;
  border-right:1px solid #258;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1),0px 1px 1px rgba(255,255,255,0.3) inset;
}

.section table tr td {
  padding: 8px 15px;
  border-bottom: 1px solid #84b2e0;
  border-left: 1px solid #84b2e0;
  text-align: center;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.section table tr td:last-child {
  border-right: 1px solid #84b2e0;
  box-shadow: 2px 2px 1px rgba(0,0,0,0.1);
}

.section table tr {
  background: #fff;
}

.section table tr:nth-child(2n+1) {
  background: #f1f6fc;
}

.section table tr:last-child td:first-child {
  border-radius: 0 0 0 5px;
}

.section table tr:last-child td:last-child {
  border-radius: 0 0 5px 0;
}


#wrap {
    width: 950px;
    margin: 0 auto;
}
#header {
    font-size: 12px;
}
#page {
    float: left;
    width: 950px;
    border-left: 1px #c0c0c0 solid;
    border-right: 1px #c0c0c0 solid;
    background-color: #ffffff;

}
#content {
    float: left;
    margin: 10px;
    width: 770px;
}
#aside {
    float: left;
    width: 160px;
}
#navad {
}
.fixed {
    position: fixed;
    top: 0px;
}

#header {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
}
#form1 {
    position: absolute;
    top: 12px;
    right: 8px;
    margin: 0;
    padding: 0;
    list-style-type: none;
}

.tag-chips-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 2px 0 4px;
    margin: 5px 0;
    font-size: 14px;
    resize: vertical;
    border: 1px solid #d3d3d3;
    color: #333;
}
input, select, textarea {
    margin-top: 1px;
}
.tag-chip {
    color: #333;
    padding: 0 0 0 9px;
    cursor: pointer;
    height: 22px;
    line-height: 22px;
    border: 1px solid #ccc;
    border-radius: 3px;
    margin: 2px 0 0 2px;
    overflow: hidden;
    resize: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    box-shadow: 0 1px 0 white;
    display: inline-block;
}
.tag-chip span {
    vertical-align: top;
    max-width: 150px;
    text-overflow: ellipsis;
    overflow: hidden;
    white-space: nowrap;
    display: inline-block;
}
.tag-chip .delete-chip {
    margin: 3px 0 0 6px;
    cursor: pointer;
    display: inline-block;
    background-image: url(https://hypertool.net/seizousho/img/close.png);
    background-size: auto;
    width: 16px;
    height: 16px;
}
.add-to-list {
    cursor: pointer;
    color: #ffffff;
    text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
    background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0044cc));
    background-repeat: repeat-x;
    border-radius: 4px;
    padding: 2px 9px;
}
#list-area {
    display: inline-block;
    margin: 5px 0 2px 0;
}
.share-container {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 6px 2px 0 4px;
    margin: 5px 0;
    font-size: 14px;
    resize: vertical;
    border: 1px solid #d3d3d3;
    color: #333;
}
.social {
    padding: 3px;
}

