body{
	background: #f2f1f2;
	font-family: "M PLUS 1p";
    animation: fadeIn 1s ease 0s 1 normal;
    -webkit-animation: fadeIn 1s ease 0s 1 normal;
}

.container{
	padding-top: 80px;
}

.category-title{
	font-family: 'Jomolhari', serif;
	font-size: 40px;

}

.score-box{
	border-radius: 5px;
	border:1px solid #eee;
	padding: 10px;
	box-shadow: 0 0 1px 1px #aaa;
}

@keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}

@-webkit-keyframes fadeIn {
    0% {opacity: 0}
    100% {opacity: 1}
}


body#result{
	background: #fff;
}

h3.logo-title{
	font-family: 'Jomolhari', serif;
	margin-top: 0;
}

nav.navbar.navbar-expand-lg.navbar-light.bg-light#fixed-nav {
	position: fixed;
	top: 0;
	font-size: 13px;
	width: 100%;
	z-index: 999;
}

nav h3{
	font-size: 20px;
	padding-top: 0;
}

.background {
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  z-index: 0;
}

.login-box{
	width: 400px;
	height: 400px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-top: -200px;
	margin-left: -200px;
}

/* 12sqm */
ul.tw-sqmStep {
	width: 950px;
	margin: 30px auto;
	padding: 0;
	overflow: hidden;
}

.tw-sqmStep li{
	/*display: inline-block;*/
	display: block;
	margin: 5px 4px;
	float: left;
	width: 125px;
	padding: 5px 10px;
	border-radius:5px;
	background: white;
	font-size:12px;
	height: 44px;


}

.tw-sqmStep li.active{
	color: white;
	background: #9dc430;
}

.tw-sqmBox{
	width: 800px;
  overflow: hidden;
  height: 1250px;
  margin: 0 auto;
  position: relative;
  
}
.tw-sqmBox-inner{
	width: 10400px;
	/*height: 550px;*/
	position: absolute;
	left: 0;
	top: 0;
}

div.tw-sqmBox table{
	/*float: left;*/
	width: 800px;
}

.tw-sqmBox th{
	text-align: center;
	background-color: #9dc430;
	font-weight: normal;
	font-size: 20px;
	color: white;
}

.tw-sqmBox tr:hover{
	background-color: #ddd;
}

.tw-sqmBox td:last-child{
	font-size: 12px;
}
.tw-sqmBox td:last-child input{
	margin-right: 3px;
	margin-left: 10px;
}

.q-box{
	float: left;
}

.scoreMeter{
	width: 0;
	background-color: pink;
	height: 10px;
}

.tw-score,.tw-avg{
	font-size: 60px;
	margin-right: 5px;
}

.tw-pointList th{
	background-color: #eee;
}

tr.tw-category{
	background-color: #f9e2b0;
}

header{
	background-color: #8fc3d0;
	height: 80px;
	line-height: 80px;
	padding: 0px 0px;
	text-align: center;
	font-size:25px;
	/*font-weight: bold;*/
	color:white;

}

canvas{
	margin-bottom: 50px;
}

.comment-table{
	border:1px solid #ccc;
	width: 500px;
	margin: 0 auto;
	background: #fff;
}
.comment-table td{
	padding: 10px;
}
.comment-table td:first-child{
	text-align: center;
	font-size: 30px;
	border-right:1px solid #ccc;
}

.all-comment-table{
	/*width: 500px !important;*/
	/*margin: 0 auto;*/
	border-right:1px solid #ccc;
}
.all-comment-table:first-child{
	border-left:1px solid #ccc;
}

nav .navbar-brand{
	height: auto;
}

table.table>tbody>tr>td{
	padding: 20px 10px;
	vertical-align: middle; 
}

table.table#check-table>tbody>tr>td{
	padding: 0 6px;
	cursor:pointer;
}

table.table{
	border-bottom: 1px solid #ddd;
	/*margin-bottom: 100px;*/
}

button.btn.btn-success a{
	color:white;
}

.alert-danger{
	margin-bottom: 0;
}

input[type="checkbox"]{
	pointer-events: none;
}

small.xs{
	font-size: 14px;
}

.summary-table{
	margin:auto;
	width: 800px;
}

.summary-table{
	/*border-top:1px solid #ddd;*/
}

.summary-table td{
	font-size:13px;
	padding: 20px;
	/*border-bottom: 1px solid #ddd;*/
}

.fs30{
	font-size: 60px;
}

textarea{
	 border:1px solid #ccc;
	 height: 100%;
	 padding: 10px;
	 border-radius: 5px;
	 height: 160px;
	 width: 100%;
}

tr.nonactive td{
	background-color: #fee;
	color:#a00;
}

table.q-list td:first-child{
	padding-left: 20px;
}

.item-title{
	margin-bottom: 40px;
}

.summary-box{
	height: 170px;
}

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
	filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}

#check-table label{
	border:1px solid #555;
	padding: 5px 20px;
	font-size: 13px;
	border-radius:5px;
	margin-top: 10px;
}

input[type="checkbox"].checklist{
	display: none;
}

input[type="checkbox"]:checked + label {
	background: #31A9EE;/* マウス選択時の背景色を指定する */
	color: #ffffff; /* マウス選択時のフォント色を指定する */
}

table.company-info .alert{
	font-size: 13px;
	padding: 7px;
}


.message{
	position: fixed;
	z-index:999;
	top: 20px;
	left: 50%;
	margin-left: -300px;
	padding: 20px;
	box-sizing:border-box;
	width: 600px;
	text-align: center;
	background-color: #fff;
	border-radius: 10px;
	box-shadow: 0 0 1px 1px #aaa;
	border:1px solid #555;

}

.error_message{
	color:#a00;
	font-size:13px;
	display: none;
}

.error_message.active{
	display: block;
}

td.compare-info,
div.compare-info{
	display: none;
}
td.compare-info.active{
	display: table-cell;
}

div.compare-info.active{
	display: table-cell;
}


table.table.url-table>tbody>tr>td{
	font-size:13px;
	padding: 5px;
}

table.table>tbody>tr>td{
padding: 10px;
}

footer{
	margin-top: 100px;
	height: 50px;
	line-height: 50px;
	text-align: center;
}

.first-view{
	width: 100%;
	height: 100%;
	position: fixed;
	top: 0;
	left: 0;
}

tr.question_name td{
	background-color: #fff;
}

.enq_table,
.enq_table2{
	border-left:1px solid #ccc;
	border-top:1px solid #ccc;
	min-width:500px;
	margin: 0 auto;
}

.enq_table td,
.enq_table2 td{
	font-size: 13px;
	padding: 5px;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color: #fff;

}



.loading-box.active{
	display: block;
}

.loading-box{
	display: block;
	text-align: center;
	padding: 10%;
	color:white;
	position: fixed;
	top: 999px;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background-color: rgba(117,146,155,0.9);

}

.loader,
.loader:after {
  border-radius: 50%;
  width: 10em;
  height: 10em;
}
.loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(255, 255, 255, 0.2);
  border-right: 1.1em solid rgba(255, 255, 255, 0.2);
  border-bottom: 1.1em solid rgba(255, 255, 255, 0.2);
  border-left: 1.1em solid #ffffff;
  -webkit-transform: translateZ(0);
  -ms-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: load8 1.1s infinite linear;
  animation: load8 1.1s infinite linear;
}
@-webkit-keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}
@keyframes load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

