h1, .h1, h2, .h2, h3, .h3 {
	margin-top: 5px;
	margin-bottom: 2px;
}
.navbar-brand {
  background: url("../img/logo-top-sp.png") no-repeat left center;
  background-size: contain;
  height: 60px;
  width: 200px;
  margin-left: 10px;
}

/* Sticky footer styles
-------------------------------------------------- */
html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  padding-top: 40px;
  /* padding-bottom: 40px; */
  background-color: #FFF;
}
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 60px;
  background-color: #222;
}


/* Custom page CSS
-------------------------------------------------- */
/* Not required for template or sticky footer method. */

body > .container {
  padding: 160px 15px 0;
  position: relative;
}
.container .text-muted {
  margin: 20px 0;
}

.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}

code {
  font-size: 80%;
}

.page-header{
	clear: both;
	padding: .4em .8em;
	background-color: #f1f1f1;
	color: #2e375b;
	font-size: 2em;
	font-weight: normal;
	max-height: 75px;
}

.top-menu{
	max-width:800px;
}
.btn-topmenu{
	margin-bottom:10px;
}
h1 > span.sub {
    display: block;
    font-size: 30%;
    line-height: 1.6;
}
h1 > span.main {
    display: block;
    font-size: 80%;
    line-height: 1.2;
}
h2{
	padding-top: 4px;
	padding-left: 9px;
	padding-bottom: 4px;
    margin: 40px 0 20px;
    border-left: 10px solid #CCCCCC;
    border-bottom: 1px solid #eee;
}
h3{
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
    margin: 20px 0 10px;
    border-left: 10px solid #CCCCCC;
    border-bottom: 1px solid #eee;
}
h4{
	padding-top: 2px;
	padding-left: 4px;
	padding-bottom: 2px;
    margin: 20px 0 10px;
    border-bottom: 1px solid #eee;
}
.form-input {
  max-width: 720px;
  padding: 5px;
  margin: 0 auto;
}
.search_panel{
	margin-top:20px;
	margin-bottom:20px;
}
.no-padding-left{
	margin-left: -15px;
}
.no-padding-right{
	margin-right: -15px;
}
.no-padding{
	margin-left: -15px;
	margin-right: -15px;
}
.col-form-label {
    padding-top: calc(.5rem - 1px * 2);
    padding-bottom: calc(.5rem - 1px * 2);
    margin-bottom: 0;
}
.form-group {
    margin-bottom: 10px;
}
.tab-panel-default{
	border-left-color: #ddd; 
	border-right-color: #ddd;
	border-bottom-color: #ddd;
}

.mt5 {
  margin-top: 5px;
}
.mt20 {
	margin-top: 20px;
}
.mt60 {
	margin-top: 60px;
}

.mb5 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb30 {
  margin-bottom: 30px;
}

.ml5 {
  margin-left: 5px;
}
.ml20 {
  margin-left: 20px;
}


.fs13 {
  font-size: 13px;
}
.fs14 {
  font-size: 14px;
}
.fs15 {
  font-size: 15px;
}

.font-weight-bold {
  font-weight: bold;
}

.color_fff {
  color: #fff;
}

.df_center {
  display: flex;
  justify-content: center;
}

.wd100 {
  width: 100% !important;
}

.bg-white {
  background: #fff;
}

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 80%;
}
 
#page-top a {
    display: block;
    background: #666;
    color: #fff;
    width: 100px;
    padding: 25px 0;
    text-align: center;
    text-decoration: none;
    border-radius: 10px;
}
 
#page-top a:hover {
    background: #999;
    text-decoration: none;
}
#resultStats{
	color: #808080;
	padding-left: 12px;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 8px;
}
.fixed{
	position: fixed;
	z-index: 10000;
	width: 100%;
	padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
	padding-bottom: 10px;
	background-color: #FFF;
}
.footer-logo{
	padding-top: 200px;
}
@media screen and (max-width:768px){
  .footer-logo {
    padding: 15px 0 30px 0;
  } 
}
.section-title-footer{
	border-bottom-width: 1px;
    border-bottom-style: solid;
	border-bottom-color: #FFF;
}
.footer-link-item{
	margin-left: 2em;
}
.footer-link-icon{
	color: #00ADB5;
}
.red{
  font-size: small;
  font-weight: bold;
  color: #cc333f;
}