@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 100;
	src: local('Lato Hairline'), local('Lato-Hairline'),
		url(https://themes.googleusercontent.com/static/fonts/lato/v6/boeCNmOCCh-EWFLSfVffDg.woff)
		format('woff')
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 300;
	src: local('Lato Light'), local('Lato-Light'),
		url(https://themes.googleusercontent.com/static/fonts/lato/v6/KT3KS9Aol4WfR6Vas8kNcg.woff)
		format('woff')
}

@font-face {
	font-family: 'Lato';
	font-style: normal;
	font-weight: 400;
	src: local('Lato Regular'), local('Lato-Regular'),
		url(https://themes.googleusercontent.com/static/fonts/lato/v6/9k-RPmcnxYEPm8CNFsH2gg.woff)
		format('woff')
}

/* ====================================================
 * Bootstrap be killed
 * ===================================================*/
.btn {
	border: 0;
}

.btn-primary {
	color: #fff !important;
	background: #337ab7;
}

.btn-primary:focus, .btn-primary.focus, .btn-primary:active,
	.btn-primary.active, .open>.dropdown-toggle.btn-primary {
	color: #fffr;
	background: #00a6eb;
}

.btn-info {
	
}

.form-control {
	margin-bottom: .5em;
}

.row {
	clear: both;
}

.form-group {
	margin-right: 15px;
}

.form-group label {
	font-weight: normal;
	display: block;
}
/* ====================================================
 * Base Element
 * ===================================================*/
body {
	background: #fff;
	font-family: 'Lato', Arial, "ヒラギノ角ゴ ProN W3",
		"Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}

.bs-docs-nav {
	margin-bottom: 0;
	border-bottom: 0;
}

#top.bs-docs-nav {
	background: #fff;
	color: #333;
}

body.karte #second.bs-docs-nav {
	/* background: #4CAF50; */
	min-height: 40px;
	color: #fff;
	margin-top: 10px;
}

body.penguin #second.bs-docs-nav {
	background: #00BCD4;
	color: #fff;
}

#top.bs-docs-nav a {
	color: #333;
}

/* body.karte #second.bs-docs-nav a:hover {
	background: #3ca3d6;
	color: #fff;
} */

body.karte #top.bs-docs-nav a.active {
	background: #4CAF50;
	color: #fff;
}

body.karte #second.bs-docs-nav a.active {
	background: #43A047;
	color: #fff;
}

.bs-docs-nav .login-user {
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 20px;
	display: inline-block;
	text-align: right;
	float: right;
	margin-right: 20px;
}

.logo {
	font-weight: 400 !important;
	color: #E91E63 !important;
}

.bs-docs-main-header {
	background: #fdfdfd;
	margin-bottom: 20px;
}

.bs-docs-main-header h1 {
	margin: 20px 0 !important;
}

.bs-docs-main-header h1 img {
	width: 40px;
	vertical-align: bottom !important;
}

.zero {
	min-height: 500px;
	text-align: center;
}

.navbar-toggle .icon-bar {
	background: #fff;
}
/* ====================================================
 * Main
 * ===================================================*/
.container {
	width: 1170px !important;
}

.bs-docs-main {
	min-height: 500px;
    padding-bottom: 300px;
}

.bs-docs-main .container, .bs-docs-main .container-fluid {
	background: #fff;
}

.bs-docs-main-header {
	margin-bottom: 0px;
}

.bs-docs-section {
	margin-bottom: 10px;
}

.name {
	font-size: 30px;
	margin: 0;
	display: inline-block;
}

.name-sub {
	display: inline-block;
}

.side {
	border-right: 1px #eee solid;
}

.side .divider {
	height: 1px;
	margin: 9px 0;
	overflow: hidden;
	background-color: #e5e5e5
}

.side .nav-stacked {
	margin-top: 0;
}

.side h3 {
	font-size: 110%;
}

table a .glyphicon {
	font-size: 20px;
}

.bs-docs-message {
	background: #F06292;
	text-align: center;
	padding: 20px 0 10px 0;
}

/* ====================================================
 * Menu
 * ===================================================*/
.tile {
	margin-bottom: 30px;
}

.tile a {
	display: block;
	text-align: center;
	transition: all .3s ease;
	color: #fff !important;
}

.tile h3 {
	font-size: 2.5em;
	font-weight: 300;
}

.tile p {
	font-size: 1.2em;
	font-weight: normal;
}
/* デフォルト */
.tile a {
	display: block;
	height: 9em;
	padding-top: 3.5em;
	background: #BDBDBD;
	text-decoration: none;
}

.tile-lg a {
	height: 14em;
	padding-top: 2em;
}

.tile-lg h3 {
	height: 1.6em;
}

.tile a:hover {
	background: #9E9E9E;
}

.tile a.disable {
	color: #ccc !important;
	background: #efefef !important;
	cursor: not-allowed;
}

.tile a.disable img {
	opacity: 0.2;
	filter: alpha(opacity = 20);
	-ms-filter: "alpha( opacity=20 )";
}

.tile a.disable:hover {
	background: #efefef !important;
}

/* ====================================================
 * Control panel
 * ===================================================*/
.control-panel {
	background: #fdfdfd;
	border: 1px solid #eee;
	height: auto;
	overflow: visible;
	padding: 5px;
}

.control-list {
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
	font-size: 85%;
}

.control-list>li {
	width: 25%;
	float: left;
	margin: 0;
	padding: 0;
}

.control-list>li>a {
	display: block;
	padding: 10px 12px;
	background: #eee;
	border: 1px solid #fff;
}

body.karte .control-list>li>a:hover, body.karte .control-list>li>a:active
	{
	background: #43A047;
	color: #fff;
	text-decoration: none;
}

.control-list .dropdown-menu {
	left: auto;
	right: 0;
}

.sort {
	background: #eee;
	margin-bottom: 20px;
	padding: 10px;
	font-size: 85% !important;
}

.sort .form-control {
	font-size: 90% !important;
}

/* ====================================================
 * Footer
 * ===================================================*/
footer {
    /*height: 100px;*/
	background: #ededed;
	border-top: solid 1px #ccc;
	text-align: center;
	color: #333;
	padding: 15px 0;
	box-sizing: border-box;
}

footer ul, footer p {
	margin: 15px 0;
	padding: 0;
}

/**
 * フッター部aタグ
 */
footer a {
    color: #337ab7;
}

/**
 * フッター部aタグ マウスオーバー時
 */
footer a:hover {
    color: #337ab7;
	text-decoration: underline;
}

.bs-docs-footer-links li {
	display: inline;
}

.fade.in {
	background-color: rgba(128, 128, 128, 0.8);
}

/**
 * プライバシーポリシーリンク
 */
.privacy-policy {
    font-size: 13px;
    position: fixed;
    right: 130px;
    bottom: 15px;
}

/*tablesorterのデフォルト背景色を削除*/
.tablesorter-default td{
    background-color: inherit;
}