@media screen and (max-width:767px) {
    /*　画面サイズが767px以下(PC以下)の場合読み込む　*/
    body{
	font-size: 16px;
    }
}
@media screen and (min-width:768px){
    /*　画面サイズが768px以上(PC以上)の場合読み込む　*/
    body{
	font-size: 20px;
    }
    .dl-horizontal dt {
	width: 100px;
    }
    .dl-horizontal dd {
	margin-left: 120px;
    }
}

body{
    padding-top: 60px;
}

.navbar {
    border-radius: 0;
    border-color: #fff100;
    border-width: 0 0 6px 0;
    min-height: 60px !important;
}
.navbar-default {
    background-color: #f39700;
}
.navbar-nav {
    float: left;
    margin: 0;
    font-weight: bold;
    padding-top: 3px;
}
.navbar-default .navbar-nav>li>a {
    color: #FFF;
}
.navbar-brand {
    height: 60px;
    padding: 10px 5px 10px 5px;
    font-weight: bold;
}
.navbar-brand.icon {
    padding: 3px;
    margin-right: 10px;
}
.navbar-brand.icon img {
    height: 100%;
}
.navbar-default .navbar-brand,
.navbar-default .navbar-brand:focus {
    color: #FFF;
}
.navbar-default .navbar-toggle .icon-bar {
    background-color: #FFF;
}

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


.jumbotron {
    background-color: #ceeaf2;
    padding-top: 18px;
    padding-bottom: 18px;
}
.break {
    margin-top: 5px;
    margin-bottom: 5px;
}
.break-1em {
    margin-top: 0.5em;
    margin-bottom: 0.5em;
}

.row-center{
    text-align:center;
    letter-spacing:-0.4em;
}
.row-center > [class*='col-'] {
    display:inline-block;
    letter-spacing:0;
    vertical-align:top;
    float:none !important;
}

.no-gutter > [class*='col-'] {
    padding-right:0;
    padding-left:0;
}

.thin-gutter > [class*='col-'] {
    padding-right:3px;
    padding-left:3px;
}

.jumbotron h1 {
    margin-top: 10px;
    font-weight: bold;
}

.breadcrumb {
    background-color: transparent;
}

h2{
    background-color: #f39700;
    color: #FFF;
    padding: 5px 10px;
    border-radius: 3px;
    font-weight: bolder;
}

h3{
    background-color: #8fc31f;
    color: white;
    padding: 5px 10px;
    border-radius: 4px;
    font-weight: 600;
}
h4{
    font-weight: bold;
}
h2 small, h3 small {
    color: #FFF;
}

.panel-default {
    border-color: #8fc31f;
}
.panel-default>.panel-heading {
    color: white;
    background-color: #8fc31f;
    border-color: #8fc31f;
    font-weight: bold;
}
.panel-default>.panel-heading strong {
    color: #fff100;
}
.panel-default.su-bako {
    border-color: #0081cc;
}
.panel-default>.panel-heading.su-bako {
    background-color: #0081cc;
    border-color: #0081cc;
}

.panel {
    border-width: 5px;
    border-radius: 8px;
}

.toThePageTop {
    background-color: red;
    color: white;
}

/* リンクによりページ内で頭出しされうるので、navbar分のずれを解消 */
.anchor-linkable {
    margin-top: -60px;
    padding-top: 60px;
}

.btn-circle {
    width: 30px;
    height: 30px;
    text-align: center;
    padding: 6px 0;
    font-size: 12px;
    line-height: 1.428571429;
    border-radius: 15px;
}
.btn-circle.btn-lg {
    width: 50px;
    height: 50px;
    padding: 10px 16px;
    font-size: 18px;
    line-height: 1.33;
    border-radius: 25px;
}
.btn-circle.btn-xl {
    width: 70px;
    height: 70px;
    padding: 10px 16px;
    font-size: 24px;
    line-height: 1.33;
    border-radius: 35px;
}
.to-top .btn-danger {
    background-color: red;
    border: none;
}

.to-top .btn-danger a {
    color: white;
}

.to-top > a {
    color: red;
}
.to-top > a:hover, .to-top > a:focus  {
    text-decoration: none;
}

hr {
    border-top: 4px solid red;
}

hr.line-sec1 {
    border-top: 6px solid red;
}

ol, ul {
    padding-left: 1.5em;
}

dd {
    margin-bottom: 0.5em;
}

.table tbody > tr > td.vert-middle {
    vertical-align: middle;
}

img.img-break {
    margin-bottom: 1em;
}

.catchphrase{
  font-size:70%;
  font-style: italic;
  text-align:center;
}

/* Facebookボタンだけずれる問題への対処 */
.fb_iframe_widget {
  width: auto !important;
  display: inline-block !important;
}
.fb_iframe_widget > span {
  vertical-align: baseline !important;
}
