html,body {
  height:100%;
}

body {
  font-family: 'Open Sans', sans-serif;
  background-color: #f7f7f7;
  position: relative;
  margin: 0px;
  font-size: 14px;
  padding: 0px;
}

#wrap {
  min-height:100%;
  position:relative;
}

.page-content > .row {
  margin-left: 0px !important;
  margin-right: 0px !important;
}

.row p {
  margin: 0 0 2px
}

/* Footer */
footer {
  padding-top:30px;
}

.fixedFooter{
   background-color:#666;
   box-shadow:inset 0px 0px 3px #111;
   color:#fff;
   font-size:12px;
   line-height:25px;
   bottom: 0px;
   position: fixed;
   width: 100%;
   height: 50px;
}

.normalFooter {
   background-color:#666;
   box-shadow:inset 0px 0px 3px #111;
   color:#fff;
   font-size:12px;
   line-height:25px;
   width: 100%;
   position:absolute;
   bottom:50px;
}

footer a{
   color:#eee;
   text-decoration:none;
   border-bottom:1px dotted #888;
}

footer a:hover{
   color:#aaa;
   text-decoration:none;
   border:0px;
}

footer hr{
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: #000 1px solid;
	border-bottom: #212121 1px solid;
}

footer .copy{
   font-size:10px;
   margin:15px 0px;
}

/* Logo & Navigation */

.header{
   background-color: #FFFFFF;
}

.header a{
  color:#000!important;
}

/* Sidebar navigation */

.content-box, .content-box-large {
   margin-bottom:20px;
   background:#fff;
   border-radius:10px;
   padding:10px;
   border-left:1px solid #eee;
   border-top:1px solid #eee;
   border-right:2px solid #eee;
   border-bottom:2px solid #eee;
}

.content-box-large {
  padding: 20px;
}

.box-with-header {
  border-top: none;
  border-top-left-radius:0px;
  border-top-right-radius:0px;
}

.box-with-header-target table{
  table-layout:fixed;
}

.box-with-header-target td{
  word-wrap:break-word;
}

.content-box-header {
  min-height: 40px;
   font-size: 16px;
   background:#f5f5f5;
   border-top-left-radius:5px;
   border-top-right-radius:5px;
   padding:10px;
   border-left:1px solid #eee;
   border-top:1px solid #eee;
   border-right:2px solid #eee;
}

.content-box-header:after {
  clear:both;
}

.sidebar ul.nav, .sidebar ul.nav ul{
	list-style: none;
	padding: 0px;
	margin: 0px;
}

.sidebar ul.nav ul {
   margin:0px;
   padding:0px;
   display:none;
}

.sidebar .nav li.open ul{
   display:block;
}

.sidebar .nav > li {
	margin: 0;
   border-bottom:1px dashed #eee;
}

.sidebar .nav > li:last-child{
   border-bottom:0px;
}

.sidebar .nav > li li {
	margin: 0;
}

.sidebar .nav > li li a{
   padding-left:25px;
}

.sidebar .nav > li > a {
	font-size: 14px;
	line-height: 20px;
	padding: 15px 15px;
	color: #999;
	display: block;
   font-weight:bold;
   background:none;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidebar .nav > li > a > i{
   margin-right:5px;
}

.sidebar .nav > li > ul > li > a {
	font-size: 13px;
	line-height: 20px;
	padding: 8px 10px 8px 40px;
	color: #999;
   background:#fff;
	display: block;
	text-decoration: none;
   border-top:0px;
   font-weight:bold;
}

.sidebar .nav > li > ul > li.active > a{
   background:#fff;
   border-top:0px;
   color:#555;
}

.sidebar .nav > li > ul > li > a:hover{
   background:#fff;
   color:#555;
   border-bottom:0px;
}

.sidebar .nav li a:hover, .sidebar .nav li.current > a {
	background: #fff;
	color: #555;
   border-bottom:0px;
}

.sidebar .nav li.open > a {
   background:#fff;
   color: #555;
   border-bottom:1px dashed #eee;
}

.sidebar .nav a .caret {
	float: right;
	width: 0;
	height: 0;
	display: inline-block;
	vertical-align: top;
	border-top: 4px solid #aaa;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
	content: "";
   margin-top: 8px;
	margin-left: 2px;
}

.sidebar .nav a:hover .caret {
	border-top-color: #aaa;
}

.sidebar .nav li.open > a > .caret {
	border-top: none;
	border-bottom: 4px solid #aaa !important;
	border-right: 4px solid transparent;
	border-left: 4px solid transparent;
}

.sidebar .nav li.open > a:hover > .caret {
	border-bottom-color: #aaa;
}

.login-bg {
  background: rgba(255, 255, 255, 0);
  background: -webkit-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -moz-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -ms-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: -o-linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background: linear-gradient(rgba(255, 255, 255, 0.3), rgba(255, 255, 255, 0));
  background-color: #eff0f3;
  background-repeat: no-repeat;
  height: 100%;
}

body {
  background-color: #ffffff;
}

/** Login & Signup **/

.login-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  text-align: center;
}


.login-wrapper .box {
  margin: 0 auto;
  padding: 30px 0 30px;
  float: none;
  -webkit-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -moz-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -ms-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  -o-box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  box-shadow: rgba(0, 0, 0, 0.4) 0 1px 3px, rgba(0, 0, 0, 0.35) 0 0 1px;
  background: #fff;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  -ms-border-radius: 6px;
  -o-border-radius: 6px;
  border-radius: 6px;
}
.login-wrapper .box .content-wrap {
  width: 82%;
  margin: 0 auto;
}
.login-wrapper .box h6 {
  text-transform: uppercase;
  margin-bottom: 35px;
  font-size: 18px;
  font-weight: 600;
}
.login-wrapper .box input[type="text"],
.login-wrapper .box input[type="password"] {
  font-size: 15px;
  height: 40px;
  margin-bottom: 10px;
  border-color: #b2bfc7;
  padding-left: 12px;
}
.login-wrapper .box input[type="text"]:focus,
.login-wrapper .box input[type="password"]:focus {
  border: 1px solid #28a0e5;
  outline: none;
  -webkit-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -moz-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -ms-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  -o-box-shadow: inset 0 1px 2px #ddd,0px 0 5px #28a0e5;
  box-shadow: inset 0 1px 2px #dddddd, 0px 0 5px #28a0e5;
}
.login-wrapper .box input[type="password"] {
  margin-bottom: 10px;
}

.login-wrapper .box .action {
  position: relative;
  top: 30px;
  padding: 15px 0px;
}
.login-wrapper .box .signup {
  text-transform: uppercase;
  font-size: 13px;
  padding: 7px 25px;
  border-radius: 5px;
}
.login-wrapper .already {
  margin: 0 auto;
  float: none;
  text-align: center;
  font-size: 13px;
  margin-top: 30px;
}
.login-wrapper .already p {
  display: inline-block;
  color: #222;
}
.login-wrapper .already a {
  color: #222;
  margin-left: 7px;
  border-bottom: 1px solid;
}
.login-wrapper .already a:hover {
  text-decoration: none;
  color: #000;
  border-bottom-color: #000;
}


.login-wrapper .box .social{
  margin: 0 auto;
  width: 90%;
}
.login-wrapper .box .social a.face_login{
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #4566a9 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#4566a9));
  background: -webkit-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#4566a9 100%);
  background: linear-gradient(to bottom, #6887c4 0%,#4566a9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#4566a9',GradientType=0 );
  border: 1px solid #3B4868;
    border-radius: 3px 3px 3px 3px;
    display: inline-block;
    height: 37px;
    overflow: hidden;
    width: 99%;

    text-decoration: none !important;
}
.login-wrapper .box .social a.face_login:hover {
  background: #6887c4;
  background: -moz-linear-gradient(top, #6887c4 0%, #5773AC 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#6887c4), color-stop(100%,#5773AC));
  background: -webkit-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -o-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: -ms-linear-gradient(top, #6887c4 0%,#5773AC 100%);
  background: linear-gradient(to bottom, #6887c4 0%,#5773AC 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6887c4', endColorstr='#5773AC',GradientType=0 );
}
.login-wrapper .box .social a.face_login span.face_icon{
  background-color: #39599F;
    border-radius: 3px 0 0 3px;
    float: left;
    height: 37px;
    text-align: center;
    width: 51px;
}
.login-wrapper .box .social a.face_login span.face_icon img{
  margin-top: 5px;
}
.login-wrapper .box .social a.face_login span.text{
  color: #FFFFFF;
    float: left;
    font-size: 15px;
    font-weight: bold;
    margin: 6px 0 0 25px;
    text-shadow: 1px 1px 0 #39599F;
}
.login-wrapper .box .division{
  display: inline-block;
    margin: 17px 0 23px;
    position: relative;
    text-align: center;
    width: 100%;
}
.login-wrapper .box .division hr{
  border-color: #E2E2E4;
    border-width: 1px;
    margin: 0;
    position: absolute;
    width: 40%;
}
.login-wrapper .box .division hr.left{
  top: 13px;
}
.login-wrapper .box .division hr.right{
  bottom: 6px;
    right: 0;
}
.login-wrapper .box .division span{
  color: #666666;
  font-size: 18px;
}

.panel-heading>.panel-title, .content-box-header .panel-title {
    float: left;
    padding: 10px 15px;
    padding-top: 0px;
}

.panel-heading>.panel-title>*, .content-box-header .panel-title>* {
    margin: 0;
}

.panel-heading>.panel-title>span, .content-box-header .panel-title>span {
    font-weight: normal;
}

.panel-heading>.panel-options, .content-box-header .panel-options {
    float: right;
    padding-right: 15px;
}

.panel-heading>.panel-options>a, .content-box-header .panel-options>a {
    margin-top: 10px;
}

.panel-body {
  clear:both;
}

.textarea-width {
  width:100%;
}

.result-top-column {
  height:240px;
}

.hantei-label-percent {
  margin-top:10px;
}

.hantei-label-result {
  font-size: 24px;
}

.setumei-icon {
  padding-left:10px;
}

.setumei-header-area {
  text-align: center;
}

.jumbotron-icon .fa-2 {
    font-size: 2em;
}

.jumbotron-icon .fa-3 {
    font-size: 4em;
}

.jumbotron-icon .fa-4 {
    font-size: 7em;
}

.jumbotron-icon .fa-5 {
    font-size: 12em;
}

.jumbotron-icon .fa-6 {
    font-size: 20em;
}

.small-setumei-text {
  padding-top:3px;
  font-weight:bold;
  font-size:10px;
}

pre{
  word-wrap: break-word;
  white-space: pre-wrap;
}

.result_head {
  word-wrap: break-word;
}

.g_link_button { cursor: pointer; }

.csv-button {
  margin-top:23px;
}

.error-message {
  color:#CC3333;
  font-weight: bold;
}

#page-top {
    position: fixed;
    bottom: 50px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    background: #999;
}

.result_detail_devidestring {
    display:none;
}

.detail_string_count {
  margin-top:5px;
  margin-bottom:5px;
}

.rireki-height {
  height:auto;
  width:100%;
}

.new {
  color:red;
}

.csv-topx-preview {
  border: 1px solid #ddd;
  border-top:hidden;
  border-bottom:hidden;
}

.csv-topx-preview-data {
  border-bottom: 1px solid #ddd;
  padding:10px;
}

.icon-bar {
  background-color:#FFF!important;
}

.no-top-border td {
  border-top:none!important;
}

.dropdown-menu {
  background-color: #FFF;
}

.navbar-default .navbar-nav>.open>a, .navbar-default .navbar-nav>.open>a:focus, .navbar-default .navbar-nav>.open>a:hover{
  background-color: #f5f5f5;
}

nav.fixed {
  position: fixed;
  top: 0px;
  left: 0px;
  width:100%;
  z-index:1;
}

.dropdown-menu>li>a:focus, .dropdown-menu>li>a:hover {
  background-color: #f5f5f5;
}

.toolmenu .dropdown-menu {
  background-color: #fff;
}

.toolmenu .dropdown-menu>li>a:focus, .toolmenu .dropdown-menu>li>a:hover {
  background-color: #ccc;
}

.mobile-disp {
  display:none;
}

hr.kugiri {
  border-top: 1px #444 dotted;
}

.tooltip-inner {
  text-align:left;
}

.help {
  color:#6699FF;
  cursor:help;
}

.kousei-label {
  cursor:help;
  color:#FFFFFF;
}

.kousei-select {
  background-color:#FFCCCC;
}

.kousei-list {
  padding-bottom:5px;
  padding-top:5px;
  border-bottom:1px #444 dotted;
}

.tokutyo {
  color:#000066;
  border-bottom:1px #000066 solid;
}

.tokutyo-koumoku {
  color:#000066;
}

.setumei-area h2 {
  font-size:20px;
}

/* マニュアル用CSS */
.manual-image {
  max-width:100%;
}

.manual-sukima {
  margin-bottom:50px;
}

.row .setumei_p {
    margin-bottom:10px;
    margin-left:20px;
    margin-right:20px;
}

/* progressバーの上書き*/
.progress {
    height:16px;
    margin-bottom:5px;
    position: relative;
}

.progress-bar {
    line-height:16px;
}

.progress span {
    position: absolute;
    display: block;
    width: 100%;
 }

 .percent-shadow {
  text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF, -1px 1px 0 #FFF, 1px -1px 0 #FFF, 0px 1px 0 #FFF,  0-1px 0 #FFF, -1px 0 0 #FFF, 1px 0 0 #FFF !important;
 }

.hantei-label-percent-height {
  height:24px;
}

.hantei-label-percent-height .progress-bar {
    line-height:24px;
}

.toppage-title {
  font-size:11px;
}

.singleinput thead {
  background-color:#FFF;
}

.leftline {
  border-left:1px #ccc dotted;
}

.result-infos {
  margin-bottom:5px;
}

.result-infos .progress{
  margin-bottom: 0px;
}

.sublabel-right {
  margin-right:4px;
}

.lazy-waku {
  height:200px;
}

.sp-image {
  max-width:340px;
  width:100%;
}

.hosoi-ads {
  height:90px;
  max-height:90px;
}

.hosoi-detail-ads {
  height:90px;
  max-height:90px;
  margin-top:20px;
}

.kikai-border {
  border:1px dotted;
  line-height: 1.8;
}

.poweredby {
  margin-left:10px;
}

.title-logo {
  max-height:40px;
  display:inline-block!important;
  margin-right:10px;
}

.navbar-brand {
  padding:5px 15px;
}

.navbar {
  border-radius:0px;
}

.pregray pre {
  color:#ccc;
}

.preblack pre {
  color:#000;
}

.margin-bottom-30 {
  margin-bottom:30px;
}

.margin-bottom-20 {
  margin-bottom:20px;
}

.margin-bottom-10 {
  margin-bottom:10px;
}

.margin-bottom-5 {
  margin-bottom:5px;
}

.btn-minimum {
  padding: 3px 10px;
  font-size: 12px;
  line-height: 1.5;
  border-radius: 3px;
}

.margin-5 {
  margin-bottom:5px;
}

.margin-10 {
  margin-bottom:10px;
}

.border-bottom-gray {
	border-bottom:1px solid #bfbfbf;
	padding-top:5px;
	padding-bottom:5px;
}


/* Responsive CSS */

/* Mobile phones */
@media (max-width: 480px){
  tbody tr{
    display: block;
    margin-bottom: 1.5em;
  }
  tbody th,
  tbody td{
    display: list-item;
    list-style:none;
    border: none;
  }

  .mobile-nodisp {
    display: none;
  }

  .mobile-disp {
    display:block;
  }

  .toppage-list-title {
    font-weight:bold;
    font-size:14px;
  }

  .title{
    font-size:16px!important;
  }

  .small-title{
    font-size:13px!important;
  }

  .csv-button {
    margin-top:0px;
  }

  .result-top-column {
    height:auto;
  }

  .container {
    padding-right:0px;
    padding-left:0px;
  }

  .first-ads {
    margin-left: -28px;
  }

  .second-ads {
    display:none;
  }

  .leftline {
    margin-top:15px;
    height:auto!important;
    border-left:none;
  }

  .setumei-area {
    margin-bottom:15px;
  }

  .rireki-height p {
    margin-bottom:10px;
  }

  .result-infos {
    width:100%;
  }

  h2 {
    font-size:22px;
  }

  .detail-table td {
    width:auto!important;
  }

  .hosoi-detail-ads {
    height:200px;
    max-height:200px;
    margin-top:20px;
  }

  .copyright {
    font-size:10px;
  }

  .title-logo {
  max-height:30px;
  margin-right:0px;
  margin-top:8px;
  }

}

/* Tablets */
@media (max-width: 767px){
   .container{
      width:90%;
   }

  .csv-button {
    margin-top:0px;
  }

  .result-top-column {
    height:auto;
  }

  .normalFooter {
    background-color:#666;
    box-shadow:inset 0px 0px 3px #111;
    color:#fff;
    font-size:12px;
    line-height:25px;
    width: 100%;
    position:absolute;
    bottom: -125px;
  }
}

/* Desktop */
@media (max-width: 991px){
   .sidebar, content-box{
      margin-bottom:30px;
      width:100%;
      float:none;
      position:relative;
   }

   .mainy{
      margin-left: 0px;
   }
   .sidebar-dropdown{
      display:block;
      text-align:center;
      margin:0 auto;
      margin-bottom:10px;
      border-bottom:1px dashed #eee;
      padding-bottom:10px;
   }
   .sidebar-dropdown a, .sidebar-dropdown a:hover{
      color:#fff;
      background:#16cbe6;
      display:block;
      padding:6px 12px;
      border-bottom:0px;
      box-shadow:0px 0px 1px #0fa6bc;
      border-radius:10px;
   }

  .csv-button {
    margin-top:0px;
  }

  .result-top-column {
    height:auto;
  }
}

@media (min-width: 1450px) {
  .container {
    width: 1400px;
  }
}

.ui-datepicker { z-index: 9999 !important; }


table td {
  word-break: break-all;
}

/** らじおぼたん */
.radio-list {
  margin-right:10px;
}

.ppbox {
	height:100px;
	overflow:auto;
}

.margin-top-15 {
  margin-top:15px;
}