body {
  position: relative; /* For scrollyspy */
  /*font-family: 'Lato', sans-serif !important;*/
  font-family: "ƒƒCƒŠƒI", "Meiryo", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
  /*font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif; */
	
	color:#000;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
  /*font-family: 'Lato', sans-serif !important;*/
  font-family: "ƒƒCƒŠƒI", "Meiryo", "ƒqƒ‰ƒMƒmŠpƒS ProN W3", "Hiragino Kaku Gothic ProN","‚l‚r ‚oƒSƒVƒbƒN", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif !important;
}

a {
	color: #113E80;
}
a:hover {
	color: #113E80;
	text-decoration: underline;
}

/* ----------------------------------
 * icons
 * ---------------------------------- */
@font-face {
  font-family: "angularicons";
  src: url("../angularicons/angularicons.eot");
  src: url("../angularicons/angularicons.eot?#iefix") format("embedded-opentype"), url("../angularicons/angularicons.woff") format("woff"), url("../angularicons/angularicons.ttf") format("truetype"), url("../angularicons/angularicons.svg") format("svg");
}
.icon {
  display: inline-block;
  font-family: "angularicons";
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  vertical-align: top;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon[data-icon]:before {
  content: attr(data-icon);
  speak: none;
}
/* ----------------------------------
 * index
 * ---------------------------------- */
.index {
    text-align: center;
    background-color: rgba(255, 255, 255, .9);
    min-height: 746px;
}
.index h2 {
    margin-top: 10px;
    color: rgba(0, 0, 0, .8);
    font-size: 16px;
    line-height: 26px;
    font-weight: normal;
}
.index h3 {
    margin-top: 20px;
    font-size: 14px;
    font-style: italic;
}
.index .download-link {
    margin: 20px 0;
}
.index .download-link .btn {
    padding: 15px 35px;
    border: 0;
    font-size: 22px;
    opacity: 1;
}
.index .version-text {
    color: rgba(0, 0, 0, .6);
    font-size: 12px;
}
.index .learn-more {
    margin-top: 20px;
    font-weight: bold;
    color: rgba(79, 190, 186, 1);
}
.index .learn-more a,
.index .learn-more a:hover,
.index .learn-more a:active {
    color: #50c1e9 !important;
    text-decoration: none;
}
.index .learn-more .icon {
    font-weight: bold;
    font-size: 16px;
}
.index .adpacks {
	margin: 0 auto 100px;
	padding: 9px 9px 18px;
	border-radius: 3px;
	border: 1px solid #3bafda;
	width: 380px;
	min-height: 132px;
	text-align: left !important;
}
.index .adpacks .adpacks-img {
	float: left;
	width: 140px;
}

.index .adpacks .adpacks-text,
.index .adpacks .adpacks-poweredby {
	font-size: 13px;
	line-height: 16px;
}
.index .adpacks .adpacks-poweredby {
	display: block;
	margin-bottom:9px;
}
@media (max-width: 767px) {
    .index {
        min-height: 600px;
    }
    .index .download-link .btn {
        padding: 15px;
    }

	.index .adpacks {
		width: 100%;
		min-height: 132px;
	}
}
/* ----------------------------------
 * social
 * ---------------------------------- */
.social {
    position: relative;
    margin-top: -100px;
    margin-bottom: 0;
    padding: 40px 5px;
    height: 99px;
    text-align: center;
    background: rgba(255, 255, 255, .7) url(../img/divider.png) no-repeat 50% 100%;
}
.social li {
    height: 30px;
    display: inline-block;
    vertical-align: top;
}
.social a {
    color: #50c1e9 !important;
}
.social .github-watch {
    width: 105px;
}
.social .github-fork {
    width: 105px;
}
.social .twitter-share {
    width: 80px;
    margin-right: 10px;
}
.social .twitter-follow {
    width: 200px;
}
/* ----------------------------------
 * desc
 * ---------------------------------- */
.desc {
    text-align: center;
    background-color: rgba(255, 255, 255, 1);
}
.desc a {
    color: rgba(79, 190, 186, 1);
}
.desc a:hover,
.desc a:active {
    color: #50c1e9;
    text-decoration: none;
}
.desc .desc__introduces {
    border-top: 1px dashed #AAB2BD ;
}
.desc .desc__introduces:first-child {
    border-top: none;
}
.desc .desc__introduces h3,
.desc .desc__introduces p {
    margin: 0 auto;
}
.desc .desc__introduces h3 {
    padding: 70px 0 14px;
    max-width: 900px;
    font-size: 28px;
}
.desc .desc__introduces p {
    padding-bottom: 40px;
    max-width: 900px;
    font-size: 18px;
    color: #888;
}
.desc .desc__introduces .photo--responsive img {
    width: 100%;
}
.desc .desc__features {
    margin: 70px auto;
    text-align: left;
}
.desc .desc__features .row {
    margin-bottom: 70px;
}
.desc .desc__features .col-md-6 {
    padding-left: 247px;
    min-height: 200px;
    text-align: left;
}
.desc .desc__features .features__photo {
    position: absolute;
    top: -18px;
    left: 0;
}
.desc .desc__features h4 {
    font-size: 20px;
    margin-bottom: 10px;
}
.desc .desc__features p {
    font-size: 16px;
    color: #888;
    line-height: 26px;
}
@media (max-width: 767px) {
    .desc .desc__introduces h3 {
        padding-top: 20px;
        text-align: left;
    }
    .desc .desc__introduces p {
        text-align: left;
    }
    .desc .desc__features {
        margin-top: 20px;
    }
    .desc .desc__features .row {
        margin-bottom: 20px;
    }
    .desc .desc__features .row p {
        padding-bottom: 20px;
        text-align: left;
    }
    .desc .desc__features .features__photo {
        position: static;
    }
    .desc .desc__features .col-md-6 {
        padding: 0 15px;
        text-align: center;
    }
}
/* ----------------------------------
 * docs
 * ---------------------------------- */
.docs-header {
    padding-top: 0px;
    border-top: none;
    background: none;
}
.docs-header.header--noBackground {
    background: none;
}
@media (max-width: 768px) {
    .docs-header {
        padding-top: 0;
    }
}
/* ----------------------------------
 * navbar
 * ---------------------------------- */
@media(min-width:1200px) {
    .navbar-custom {
				font-size:18px;
    }
}
@media(max-width:1200px) {
    .navbar-custom {
				font-size:14px;
    }
	.navbar-nav>li>a {
		    padding-left: 14px;
		    padding-right: 14px;
		}
}
@media(max-width:992px) {
    .navbar-custom {
				font-size:12px;
    }
	.navbar-nav>li>a {
		    padding-left: 5px;
		    padding-right: 5px;
		}
}
@media(min-width:767px) {
	.navbar .nav-justified > li {
	  display: table-cell;
	  width: calc( 100% / 6 );
	}
}

.navbar-custom {
    position: static;
    top: 0;
    left: 0;
    border: none;
    border-bottom: 2px solid #113E80;
    border-radius: 0;
/*    background-color: rgba(255, 255, 255, 1);*/
    background-color: rgba(255, 255, 255, 1);
    width: 100%;
    z-index: 2000;
    margin-bottom:0;
}
.navbar-custom .nav li a {
    display: block;
    color: #113E80;
/*		font-size:16px;*/
		font-weight:bold;
}
.navbar-custom .nav li a:focus,
.navbar-custom .nav li a:hover {
/*
    color: #113E80;
    border-top: 3px solid #113E80;
*/
		color:#fff;
    background-color: #113E80;

}
.navbar-custom .nav li a:active,
.navbar-custom .nav li a.current {
/*    border-top: 3px solid #113E80;*/
		color:#fff;
    background-color: #113E80;
    border-bottom: 0px;
}
.navbar-custom .navbar-toggle {
    position: relative;
    background-color: #113E80;
    border-color: #113E80;
}
.navbar-custom .navbar-toggle:hover,
.navbar-custom .navbar-toggle:focus {
    background-color: #113E80;
}
.navbar-custom .navbar-toggle .icon-bar {
    background-color: rgba(255, 255, 255, .9);
}
.navbar-custom .navbar-brand {
    padding: 5px 15px;
    opacity: .7;
    filter:alpha(opacity=70);
    transition: opacity .4s ease-in-out;
}
.navbar-custom .navbar-brand:hover,
.navbar-custom .navbar-brand:active {
    opacity: 1;
    filter:alpha(opacity=100);
}
.navbar-default .navbar-collapse {
    border-color: #e7e7e7;
}
@media (max-width: 992px) {
  .navbar-custom .navbar-brand {
    /*width: initial;*/
    overflow: hidden;
  }
}
@media (max-width: 767px) {
  .navbar-custom {
    position: relative;
    top: 0;
  }
  .navbar-custom .navbar-nav > li > a:hover,
  .navbar-custom .navbar-nav > li > a:focus {
    color: #fff;
    background-color: #113E80;
  }

  .navbar-default .navbar-nav .open .dropdown-menu>li>a {
    color:#113E80;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li>a:hover {
    color: #fff;
    background-color: #113E80;
  }
  .navbar-default .navbar-nav .open .dropdown-menu>li.disabled>a,
  .navbar-default .navbar-nav .open .dropdown-menu>li.disabled>a:focus,
  .navbar-default .navbar-nav .open .dropdown-menu>li.disabled>a:hover {
    color: #c7c7c7;
    background-color: #fff;
  }
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #fff;
    background-color: #113E80;
}
.dropdown-menu {
    background-color: #fff;
}
.navbar-custom .nav li.disabled a,
.navbar-custom .nav li.disabled a:focus,
.navbar-custom .nav li.disabled a:hover {
    color: #c7c7c7;
    background-color: #fff;
}
/* ----------------------------------
 * topic
 * ---------------------------------- */
.topic {
    position: relative;
    padding: 0px 0 10px;
}
.topic h3 {
    margin-top: 20px;
    color: #fff;
    font-size: 28px;
    font-weight: normal;
}
.topic h4 {
    margin-top: 15px;
    color: rgba(255, 255, 255, .8);
    font-weight: normal;
}
.topic .topic__infos {
    position: absolute;
    bottom: 0;
    padding-bottom: 15px;
    padding-top: 14px;
    background: rgba(255, 255, 255, 0.25);
    width: 100%;
}
.topic .container {
    position: relative;
    color: rgba(255, 255, 255, .8);
}
.topic .container a {
    color: #fff;
    filter:alpha(opacity=100);
    opacity: 1;
    text-decoration: underline;
    padding: 0;
    font-weight: normal;
}
.topic .container a.btn {
    padding: 10px 16px;
    text-decoration: none;
}
.topic .github {
    position: relative;
    top: 10px;
}
/* ----------------------------------
 * advertisement
 * ---------------------------------- */
.advertisement {
  padding: 5px;
  width: auto !important;
  overflow: hidden; /* clearfix */
  text-align: left;
  border: 1px solid #a4e4ef !important;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .advertisement {
    position: static;
    margin: 30px 0;
  }
}
@media (min-width: 768px) {
  .advertisement {
    position: absolute;
    top: 15px;
    right: 15px; /* 15px instead of 0 since box-sizing */
    width: 380px !important;
  }
}
.carbon-wrap {
	display:block;
	height:100px;
	line-height:15px;
	overflow:hidden;
}
.carbon-img{
	border:none;
	display:inline;
	float:left;
	height:100px;
	margin:4px 9px 9px 0;
	width:130px
}
.carbon-text{
	display:inline;
	float:left;
	width:162px;
	color:#000;
	text-decoration:none !important;
	text-transform:none;
	font-size:11px !important
}
.carbon-poweredby {
	float: right;
	text-align:center;
	color:#999
	text-decoration:none !important;
	font-size:11px !important
}
/* ----------------------------------
 * documents
 * ---------------------------------- */
.documents {
    margin-top: 40px;
}
/* ----------------------------------
 * details
 * ---------------------------------- */
.details {
    position: relative;
    padding-right: 400px;
}
@media (max-width: 991px) {
    .details { width: 100%; }
}
@media (max-width: 767px) {
    .details { padding: 0 15px; }
}
/* ----------------------------------
 * docs-article
 * ---------------------------------- */
.docs-article {
    margin-bottom: 40px;
    padding-bottom: 40px;
    border-bottom: 1px solid #ddd;
}
.docs-article:last-child {
    border-bottom: none;
}
.docs-article h3 {
    margin: 0 0 10px;
    padding-bottom: 10px;
    font-family: "Georgia", "Palatino", "Times New Roman", "Times" !important;
    font-weight: normal;
    font-size: 25px;
    color: #50c1e9;
}
.docs-article p {
    margin-bottom: 10px;
    font-size: 14px;
    line-height: 22px;
}
.docs-article dd {
    margin-bottom: 10px;
}
.docs-article a {
    color: #50c1e9;
    text-decoration: underline;
}
.docs-article a:hover {
    color: #50c1e9;
}
.docs-article .item__infos {
    margin: 0 0 10px 0;
    font-size: 14px;
    list-style: disc;
}
.docs-article .item__infos li {
    margin-bottom: 10px;
}
.docs-article .btn-primary,
.docs-article .btn-primary:hover {
    color: #fff;
    text-decoration: none;
}
.docs-article pre {
    border: none;
    background-color: #f7f7f7;
}
/* ----------------------------------
 * example
 * ---------------------------------- */
.example {
    margin-bottom: 20px;
}
.example .example-title {
    margin-bottom: 20px;
    font-weight: 700;
    font-size: 18px;
    text-shadow: 2px 2px 2px rgba(255, 255, 255, 1);
}
.example .example-title span {
    font-weight: normal;
    font-size: 14px;
    color: #ED5565;
}
.example [class*="col-"] {
    margin-bottom: 10px;
}
.example-dropdown h2 + .dropdown-menu,
.example-popover .popover,
.example-modal .modal {
    position: static;
    display: block;
}
.example-dropdown h2 + .dropdown-menu {
    float: none;
    width: 200px;
}
.example-popover .popover {
    position: relative;
}
@media (max-width: 960px) {
    .tooltip-demo [class*="col-"] {
        text-align: center;
    }
    .tooltip-demo [class*="col-"] .btn-block {
        display: inline-block;
        margin: 0 auto;
        width: 160px;
    }
}
.example-popover [class*="col-"]:nth-of-type(1) .popover {
    margin-top: 0;
}
.example-popover [class*="col-"]:nth-of-type(3) .popover,
.example-popover [class*="col-"]:nth-of-type(4) .popover {
    margin-top: 40px;
}
.example-progress [class*="col-"]:last-child .progress {
    margin-bottom: 10px;
}
.example-pagination .pagination,
.example-pagination .pager {
    margin: 0 !important;
}

.example-modal .modal {
    overflow: hidden;
}
@media (min-width: 768px) {
    .example-modal .modal-dialog {
        width: 545px;
        margin: 5px;
    }
}
.example-typography {
    position: relative;
    padding-left: 25%;
    margin-bottom: 40px;
}
.example-typography .heading-note,
.example-typography .text-note {
    display: block;
    width: 260px;
    position: absolute;
    bottom: 2px;
    left: 0;
    font-size: 13px;
    line-height: 13px;
    color: #AAB2BD;
    font-weight: 400;
}
.example-typography .text-note {
    bottom: auto;
    top: 10px;
}
/* ----------------------------------
 * color-swatches
 * ---------------------------------- */
.color-swatches .swatches {
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    background-color: #FFF;
    width: 100%;
    box-shadow: 0 1px 2px rgba(0, 0, 0, .2);
}
.color-swatches .light,
.color-swatches .dark {
    width: 50%;
    height: 50px;
}
.color-swatches .light {
    -webkit-border-radius: 4px 0 0 0;
    -moz-border-radius: 4px 0 0 0;
    border-radius: 4px 0 0 0;
}
.color-swatches .dark {
    -webkit-border-radius: 0 4px 0 0;
    -moz-border-radius: 0 4px 0 0;
    border-radius: 0 4px 0 0;
}
.color-swatches .infos {
    padding: 5px 10px;
}
.color-swatches .infos h4,
.color-swatches .infos p {
    margin: 0;
}
.color-swatches .infos h4 {
    margin-bottom: 3px;
    font-weight: bold;
    font-size: 14px;
}
.color-swatches .infos p {
    font-size: 12px;
}
/* ----------------------------------
 * psd-download
 * ---------------------------------- */
.psd-download {
    padding: 40px 0;
    background: #e6e9ed url(../img/github.png) no-repeat 100% 0;
    min-height: 680px;
}
.psd-download h2 {
    text-align: center;
}
.psd-download .infos {
    font-size: 20px;
    line-height: 40px;
}
.psd-download .row {
    margin-top: 20px;
}
@media (max-width: 768px) {
    .psd-download [class*="col-md-"] {
        text-align: center;
    }
}
.psd-download h4 {
    margin: 0 0 15px 0;
}
.psd-download img {
    margin-bottom: 15px;
}
/* ----------------------------------
 * previews
 * ---------------------------------- */
.previews {
    text-align: center;
}
.previews p {
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 40px;
}
.previews img {
    max-width: 100%;
}
/* ----------------------------------
 * color picker
 * ---------------------------------- */
.color-picker-nav a {
	text-decoration: none !important;
	color: #0b859c !important;
	margin: 0 10px;
}
.color-picker-nav a:hover {
	text-decoration: underline !important;
}
.color-picker-nav a.current {
	font-weight: bold;
}
.color-wrap {
	position: relative;
	clear: both;
	left: 0;
	width: 100%;
	z-index: 500;
}
.color-picker {
	width: 20%;
	padding-bottom: 18%;
	color: #FFF;
	position: relative;
	float: left;
	top: 0;
	bottom: 0;
}
.color-item {
	position: absolute;
	margin: 0;
	left: 0;
	right: 0;
	top: 0;
	bottom: 0;
	text-align: center;
	text-transform: uppercase;
	padding: 35%;
}
.color-item:hover {
	display: inline;
    z-index: 999;
    overflow: hidden;
	cursor: pointer;
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-o-transform: scale(1);
	transform: scale(1);
	-webkit-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
	box-shadow: 5px 5px 5px 5px rgba(0, 0, 0, 0.2);
}
/* Tablet Portrait size to standard 960 (devices and browsers) */
@media only screen and (min-width: 768px) and (max-width: 959px)
{
	.color-picker{
		width: 50%;
		color: #FFF;
	}
	.color-item{
		padding: 8%;
		font-size: 0.875em;
	}
	.color-name,.hex-number {
		position: relative;
		line-height: 22px;
		text-align: center;
	}
}

/* All Mobile Sizes (devices and browser) */
@media only screen and (max-width: 767px)
{
	.color-picker {
		width: 50%;
		color: #FFF;
	}
	.color-item{
		padding: 8%;
		font-size: 0.750em;
	}
	.color-name,.hex-number {
		position: relative;
		line-height: 22px;
		text-align: center;
	}
}

/* Mobile Landscape Size to Tablet Portrait (devices and browsers) */
@media only screen and (min-width: 480px) and (max-width: 767px)
{
	.color-item{
		padding: 5%;
		font-size: 0.750em;
	}
	.color-picker{
		width: 100%;
		color: #FFF;
	}
	.color-name,.hex-number {
		position: relative;
		line-height: 12px;
		text-align: center;
	}
}

/* ----------------------------------
 * btn-group & labels
 * ---------------------------------- */
.label{
display:inline;
padding:.2em .6em .2em;
/*font-size:1.7em;*/
font-weight:700;
line-height:1;
color:#fff;
text-align:center;
white-space:nowrap;
vertical-align:
baseline;border-radius:.25em
}

.footer-nav{width:100%;padding:0 20px}
.footer-nav a{color:#fff}
.footer-nav a:active,.footer-nav a:hover{color:#ff0;text-decoration:none}
.footer-nav .nav-title{margin-bottom:5px;color:#fff;font-size:1.2em;}
.footer-nav .nav-item{line-height:20px;color:#fff;font-size:0.8em;padding-left:1.0em;}
.footer-nav .nav-item>a{color:#fff}
.footer-nav .nav-item>a:active,.footer-nav .nav-item>a:hover{color:#ff0;text-decoration:none}

@media only screen and (min-width: 480px) and (max-width: 767px){
.footer-nav .nav-title{margin-bottom:5px;color:#fff;font-size:1.5em;}
.footer-nav .nav-item{line-height:20px;color:#fff;font-size:1.0em;padding-left:1.0em;}
}


.footer-copyright{color:#fff}
.footer-copyright > a {
	color:#fff;
	text-decoration:none;
}
.footer-copyright > a:active,.footer-copyright > a:hover {
	color:#ff0;
	text-decoration:none;
}


.marquee {
width:100%;
overflow:hidden;
position:relative;
}

.marquee p:after {
content:"";
white-space:nowrap;
padding-right:50px;
}

.marquee p {
margin:0;
font-size:1.4em;
color:#fff;
padding-left:100%;
display:inline-block;
white-space:nowrap;
	-webkit-animation-name:marquee;
	-webkit-animation-timing-function:linear;
	-webkit-animation-duration:20s;
	-webkit-animation-iteration-count:infinite;
	-moz-animation-name:marquee;
	-moz-animation-timing-function:linear;
	-moz-animation-duration:20s;
	-moz-animation-iteration-count:infinite;
	-ms-animation-name:marquee;
	-ms-animation-timing-function:linear;
	-ms-animation-duration:20s;
	-ms-animation-iteration-count:infinite;
	-o-animation-name:marquee;
	-o-animation-timing-function:linear;
	-o-animation-duration:20s;
	-o-animation-iteration-count:infinite;
	animation-name:marquee;
	animation-timing-function:linear;
	animation-duration:20s;
	animation-iteration-count:infinite;
}
@-webkit-keyframes marquee {
  from   { -webkit-transform: translate(0%);}
  99%,to { -webkit-transform: translate(-100%);}
}
@-moz-keyframes marquee {
  from   { -moz-transform: translate(0%);}
  99%,to { -moz-transform: translate(-100%);}
}
@-ms-keyframes marquee {
  from   { -ms-transform: translate(0%);}
  99%,to { -ms-transform: translate(-100%);}
}
@-o-keyframes marquee {
  from   { -o-transform: translate(0%);}
  99%,to { -o-transform: translate(-100%);}
}
@keyframes marquee {
  from   { transform: translate(0%);}
  99%,to { transform: translate(-100%);}
}

/* ƒzƒo[‚ÅŽÊ^‚ªDDD‚Ì‚â‚Â */
.bn-block {
	margin-right:3px;
	margin-bottom:12px;
	width:250px;
	height: 100px;
	overflow: hidden;
	float: left;
	position:relative;
}
.title-block {
	margin:0 auto;
	position:relative;
	z-index:2;
	text-align:center;
	}
.img-block {
	position:relative;
	z-index:1;
	height: 156px;
	text-align:center;
	overflow:hidden;
	}
.img-block img{
	position:absolute;
	max-width:none;
	width:400px;
	height:156px;
	left:50%;
	top:50%;
	margin-left:-200px;
	margin-top:-78px;
}

.bn-block .title-block {
	width:100%;
	height:200px;
	margin-top:-156px;
	}
.bn-block:hover .title-block {
	margin-top:-256px;
	}

.bn-block .img-block img {
	opacity:0;
	transition: 0.9s;
	}
.bn-block:hover .img-block img {
	opacity:1;
 -moz-transform: scale(1.1,1.1);
 -webkit-transform: scale(1.1,1.1);
 -o-transform: scale(1.1,1.1);
 -ms-transform: scale(1.1,1.1);
}
.bn-block .link{
	position:absolute;
	top:0;
	left:0;
	width:100%;
	height: 154px;
	z-index:3;
}
.bn-block .link a{
	width:100%;
	height: 154px;
	display:block;
	background-color/*\**/:#fff\9;
	opacity:0;
	filter:alpha(opacity=0);
	text-indent:101%;
	white-space:nowrap;
	overflow:hidden;
}

/* Tab‚Ìƒwƒbƒ_ */
.nav-tabs  > li > a:hover,
.nav-tabs  > li > a:focus {
	color:#fff;
	background-color: #113E80;
}

.nav-tabs>li.active>a, .nav-tabs>li.active>a:focus, .nav-tabs>li.active>a:hover {
	color:#fff;
	background-color: #113E80!important;
}


.table_list {}
.table_list td {
	border:1px solod #ccc;
	
}

.toppage {
	font-size:1.4em;
	overflow: hidden; /* clearfix */
	width:100%;
	max-width:503px;
	margin-right:3px;
/*	margin-bottom:12px;*/
	text-decoration:none;
}

.toppage > a {
	color:#fff;
	text-decoration:none;
}
.toppage > a:active,.toppage > a:hover {
	color:#ff0;
	text-decoration:none;
}


/*--------------------- 
pagetop.js
---------------------*/

.pagetop {
	position: fixed;
	bottom: -55px;
	right: 10px;
}

.pagetop a {
	width: 82px;
	height: 71px;
	display: block;
}

@media screen and (max-width: 992px) {
	.pagetop {
		display: none;
	}
}

.spr {
	background-image: url("./img/pagetop2021.png");
	background-repeat: no-repeat;
	white-space: nowrap;
	text-indent: 100%;
	overflow: hidden;
}

/* ƒ`ƒFƒbƒNƒ{ƒbƒNƒX“™‚ÌƒYƒŒ‚ð’²®‚·‚é“z */
.checkbox-inline + .checkbox-inline {
	margin-left: 0px;
	margin-right: 10px;
}
.checkbox-inline:first-child {
	margin-right: 10px;
}
input[type=checkbox] {
  transform: scale(1.5);
}

.table-bordered, .table-bordered>tbody>tr>td, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>td, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>thead>tr>th {
    border: 1px solid #999;
}
.table-bordered tr:nth-child(2n+1) {
	background: #f6fbff;
}


.td-hover:hover td {
	color:#fff;
	background-color: #113E80;
}
.td-hover:hover a {
	display:block;
	color:#fff;
	background-color: #113E80;
	text-decoration: none;
}

.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.row-eq-height .panel {
    height: 100%;
}


/* ƒ^ƒCƒ€ƒ‰ƒCƒ“ŠÖŒW */
.timeline dl dt {
    font-size:20px;
    background-color: #d2691e;
}

.timeline dl dd .time {
    color: #000;
}

.timeline dl dd.pos-right .time {
    font-size:20px;
    margin-left: -200px;
}

.timeline dl dd.pos-left .time {
    font-size:20px;
}

.timeline dl dd .time {
    width: 200px;
}

.timeline dl dd .circ {
    background-color: #d2691e;
}

@media screen and (max-width: 767px) {
	.timeline dl dd.pos-right .time {
    font-size:1.0em;
    margin-left: 0px;
	}
	.timeline dl dd.pos-left .time {
    font-size:1.0em;
	}
	.timeline dl:before {
    left: 105px;
	}
	.timeline dl dd .circ {
    left: 105px;
	}
	.timeline dl dd.pos-right .events {
    width: 75%;
	}
	.timeline dl dd.pos-left .events {
    width: 75%;
	}
}

.timeline dl dd .events .events-body .events-heading {
    font-size: 20px;
}

.alert-success {
  border: 1px solid transparent;
}

/* ƒ{ƒ^ƒ“•¶Žš‚ÌŽ©“®‰üs */
.btn {
white-space: normal;
}

.youtube_top {
  position: relative;
  width: 100%;
  padding-top: 60%;
}
.youtube_top iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
	padding-bottom:1.0em;
}

.youtube_top video {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
	padding-bottom:1.0em;
}

.skippr-nav-container {
	display:none;
}

.cse .gsc-control-cse, .gsc-control-cse {
	padding:0 0 1em 0 !important;
}
#cse-search-box input[type="image"] {
    background-color: #333333;
    border: 1px solid #333333;
    border-radius: 0 5px 5px 0;
    color: #FFFFFF;
    float: right;
    height: 31px;
    margin-left: 0 !important;
    width: 40px;
}


@media screen and (min-width: 767px) {
  .container, .container-fluid, .navbar-collapse {
    padding:0;
  }
}

.topic table td a{
	color:#000!important;

}

/* Šé‹ÆÚ×‚Ìo“W•i–Ú—p */
.hinmoku {
	display: inline-block;
	padding: 6px 12px;
	margin: 0.5em;
	font-size: 14px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #aab2bd;
	border-radius: 4px;
}

/* Šé‹ÆÚ×‚Ìo“W•i–Ú—p */
.list-hinmoku {
	display: inline-block;
	padding: 3px 6px;
	margin: 0.5em;
	font-size: 10px;
	font-weight: 400;
	line-height: 1.42857143;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	background-image: none;
	border: 1px solid #aab2bd;
	border-radius: 4px;
}

.nav-tabs>li>a {
	padding: 10px 5px;
}

.select-kana {
	background:#00f;
	color:#fff;
}






.pmd-z-depth {
  box-shadow: 0 1px 3px rgba(0,0,0,.12), 0 1px 2px rgba(0,0,0,.24);
}
.pmd-z-depth-1 {
  box-shadow: 0 3px 6px rgba(0,0,0,.16), 0 3px 6px rgba(0,0,0,.23);
}
.pmd-z-depth-2 {
  box-shadow: 0 10px 20px rgba(0,0,0,.19), 0 6px 6px rgba(0,0,0,.23);
}
.pmd-z-depth-3 {
  box-shadow: 0 14px 28px rgba(0,0,0,.25), 0 10px 10px rgba(0,0,0,.22);
}
.pmd-z-depth-4 {
  box-shadow: 0 19px 38px rgba(0,0,0,.30), 0 15px 12px rgba(0,0,0,.22);
}
.pmd-z-depth-5 {
  box-shadow: 0 24px 48px rgba(0,0,0,.30), 0 20px 14px rgba(0,0,0,.22);
}

figure img{
	opacity: 1;
	transition: 0.3s;
}
figure:hover img{
	opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}

.outside a[target="_blank"]::after{
	margin-left: 3px;
	content: "\f08e";
	font-family: FontAwesome;
	display: inline-block;
	vertical-align: -1px;
}


.about-section {
	font-size:1.3em;
}

.about-section .title {
	font-size:1.5em;
	font-weight:bold;
	border-bottom:2px solid #DA4453;
	margin-bottom:0.5em;
}
.about-section .title .no {
	color:#fff;
	font-size:1.4em;
	font-weight:bold;
	background: #DA4453;
}

.about-section p {
	margin-top:0.5em;
	font-size:0.9em;
	padding-left: 1.5em;
}

.about-section hr {
	margin-bottom:3.0em;
}

.about-section .seminar img {
	padding:10px 20px;
}


.about-section .btn {
	font-weight:bold;
	font-size:1.2em;
}



.about-section .point {
	/*border:2px solid #DA4453;*/
	/*box-sizing:border-box;*/
	border-radius: .25em;
	background:#efefef;
	padding-bottom:0.5em;
}

.about-section .label {
	border: 1px solid #DA4453;
}

.about-section .ico_txt {
	display: flex;
	align-items: center;
}

.about-section .panel {
	border-top:5px solid #DA4453;
}

.about-section .panel.no1 {
	border-color:#A2B81A;
}

.about-section .title.no1 {
	border-color:#A2B81A;
}

.about-section .title .no.no1 {
	background-color: #A2B81A;
}

.about-section  .ico_txt_1 {
	position: relative;
	margin-left: 20px;
	padding: 10px 20px 8px;
	border-radius: 10px;
	background-color: #A2B81A;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	display: inline;
}

.about-section  .ico_txt_1::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 27px;
	left: -15px;
	width: 16px;
	height: 12px;
	background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #A2B81A 50.5%) no-repeat top left/100% 100%;
}

.about-section .panel.no2 {
	border-color:#D97E0D;
}

.about-section .title.no2 {
	border-color:#D97E0D;
}

.about-section .title .no.no2 {
	background-color: #D97E0D;
}

.about-section  .ico_txt_2 {
	position: relative;
	margin-left: 20px;
	padding: 10px 20px 8px;
	border-radius: 10px;
	background-color: #D97E0D;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	display: inline;
}

.about-section  .ico_txt_2::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 27px;
	left: -15px;
	width: 16px;
	height: 12px;
	background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #D97E0D 50.5%) no-repeat top left/100% 100%;
}
.about-section  .ico_txt_2_2 {
	position: relative;
	margin-right: 20px;
	padding: 10px 20px 8px;
	border-radius: 10px;
	background-color: #D97E0D;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	display: inline;
}

.about-section  .ico_txt_2_2::after {
	content: '';
	display: inline-block;
	position: absolute;
	top: 27px;
	right: -15px;
	width: 16px;
	height: 12px;
	background: linear-gradient(to bottom left, rgba(255,255,255,0) 50%, #D97E0D 50.5%) no-repeat top left/100% 100%;
}

.about-section .panel.no3 {
	border-color:#855699;
}

.about-section .title.no3 {
	border-color:#855699;
}

.about-section .title .no.no3 {
	background-color: #855699;
}

.about-section  .ico_txt_3 {
	position: relative;
	margin-left: 20px;
	padding: 10px 20px 8px;
	border-radius: 10px;
	background-color: #855699;
	color: #ffffff;
	font-size: 1.0em;
	font-weight: bold;
	display: inline;
}

.about-section  .ico_txt_3::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 27px;
	left: -15px;
	width: 16px;
	height: 12px;
	background: linear-gradient(to bottom right, rgba(255,255,255,0) 50%, #855699 50.5%) no-repeat top left/100% 100%;
}
