@charset "UTF-8";
/* CSS Document */
* {
  margin: 0;
  padding: 0; }

html {
  width: 100%;
  height: 100%; }

body {
  color: #444;
  width: 100%;
  height: 100%; }

.home {
  position: relative; }
  .home a {
    position: absolute;
    top: 0px;
    padding: 10px;
    border-left: 1px solid rgba(255, 255, 255, 0.2);
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.05); }
  .home a:hover {
    position: absolute;
    top: 0px;
    padding: 10px;
    background: rgba(0, 0, 0, 0.3); }

.contents-body {
  margin-top: 90px !important;
  padding-top: 20px; }

.bg {
  clear: both;
  background: url("/assets/images/ga_mnu01.png");
  height: 40px; }

.logo {
  margin-bottom: 5px;
  padding-top: 15px; }

.headerMenu {
  position: fixed;
  background: #FFF;
  width: 100%;
  z-index: 9999;
  top: 0px; }

.report .thead th,
.report thead th {
  background: #AAA;
  color: #FFF;
  font-weight: normal; }
.report td {
  word-break: break-all !important;
  text-align: right;
  font-size: 12px !important; }
.report th {
  word-break: break-all !important;
  font-size: 12px !important; }
.report h2 {
  background: #158AFF;
  padding: 10px;
  color: #FFF;
  margin: 50px 0px 20px 0px;
  position: relative; }
.report textarea {
  background: rgba(255, 255, 255, 0.5);
  padding: 10px;
  width: 100% !important;
  min-height: 8em !important;
  border: 1px dotted #FF9999;
  border-radius: 5px;
  padding: 15px;
  background: #FFF1F1;
  color: #FF1111;
  font-size: 1.1em;
  line-height: 1.6em; }
.report .up {
  color: green; }
.report .down {
  color: red; }
.report .pickup input {
  display: none; }
.report .pickup i {
  position: absolute;
  top: 16px;
  right: 15px;
  color: #DDD;
  font-size: 20px; }
.report .pickup input:checked + i {
  position: absolute;
  top: 16px;
  right: 10px;
  color: #FF0;
  font-size: 20px; }
.report .pickup input:checked + i:after {
  content: " ここに注目！";
  font-weight: bold; }

.account_div h3 {
  background: #158AFF;
  color: #FFF;
  margin: 0px;
  padding: 10px; }

.td_profile {
  padding-left: 20px !important; }
  .td_profile i {
    color: #999; }

.td_propirty {
  background: #EFEFEF; }

textarea::-webkit-input-placeholder,
input::-webkit-input-placeholder {
  color: #FF9999;
  font-weight: normal; }

textarea:-ms-input-placeholder,
input:-ms-input-placeholder {
  color: #FF9999;
  font-weight: normal; }

textarea::-moz-placeholder,
input::-moz-placeholder {
  color: #FF9999;
  font-weight: normal; }

input {
  background: rgba(255, 255, 255, 0.5);
  padding: 5px 10px;
  width: 100% !important;
  border: 1px dotted #FF9999;
  border-radius: 5px;
  background: #FFF1F1;
  color: #FF1111;
  font-size: 1.1em;
  line-height: 1.6em; }

.search_area {
  margin-bottom: 20px; }

#ti_search {
  border: 1px solid #BBB;
  background: #FAFAFA;
  color: #333 !important;
  width: 250px !important;
  margin-right: 5px; }

#sh {
  display: none; }

/* googlechart */
.googlechart {
  width: 100%;
  min-height: 400px; }

/* url */
.hidden_s {
  display: none !important; }
