/*!
 * Bootstrap v3.3.5 (http://getbootstrap.com)
 * Copyright 2011-2015 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.btn_wrapper {
	text-align: center;
}
.btn-default, .btn-primary, .btn-success, .btn-info, .btn-warning, .btn-danger {
}
.btn-default:active, .btn-primary:active, .btn-success:active, .btn-info:active, .btn-warning:active, .btn-danger:active, .btn-default.active, .btn-primary.active, .btn-success.active, .btn-info.active, .btn-warning.active, .btn-danger.active {
	-webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
	box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.125);
}
.btn-default.disabled, .btn-primary.disabled, .btn-success.disabled, .btn-info.disabled, .btn-warning.disabled, .btn-danger.disabled, .btn-default[disabled], .btn-primary[disabled], .btn-success[disabled], .btn-info[disabled], .btn-warning[disabled], .btn-danger[disabled], fieldset[disabled] .btn-default, fieldset[disabled] .btn-primary, fieldset[disabled] .btn-success, fieldset[disabled] .btn-info, fieldset[disabled] .btn-warning, fieldset[disabled] .btn-danger {
}
.btn-default .badge, .btn-primary .badge, .btn-success .badge, .btn-info .badge, .btn-warning .badge, .btn-danger .badge {
	text-shadow: none;
}
.btn:active, .btn.active {
	background-image: none;
}
.btn-default {
	background-color: #222;
	color: #fff;
	border-radius: inherit;
	font-size: 12px;
	width: 180px;
	max-width: 80%;
	margin: 10px auto;
}
.btn-default:hover, .btn-default:focus {
	background-color: #e0e0e0;
	background-position: 0 -15px;
}
.btn-default:active, .btn-default.active {
	background-color: #e0e0e0;
	border-color: #dbdbdb;
}
.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
	background-color: #e0e0e0;
	background-image: none;
}
.btn-primary {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #265a88 100%);
	background-image: linear-gradient(to bottom, #337ab7 0%, #265a88 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff265a88', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #245580;
}
.btn-primary:hover, .btn-primary:focus {
	background-color: #265a88;
	background-position: 0 -15px;
}
.btn-primary:active, .btn-primary.active {
	background-color: #265a88;
	border-color: #245580;
}
.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
	background-color: #265a88;
	background-image: none;
}
.btn-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0%, #419641 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #419641 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff419641', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #3e8f3e;
}
.btn-success:hover, .btn-success:focus {
	background-color: #419641;
	background-position: 0 -15px;
}
.btn-success:active, .btn-success.active {
	background-color: #419641;
	border-color: #3e8f3e;
}
.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled] .btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
	background-color: #419641;
	background-image: none;
}
.btn-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0%, #2aabd2 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #2aabd2 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff2aabd2', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #28a4c9;
}
.btn-info:hover, .btn-info:focus {
	background-color: #2aabd2;
	background-position: 0 -15px;
}
.btn-info:active, .btn-info.active {
	background-color: #2aabd2;
	border-color: #28a4c9;
}
.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
	background-color: #2aabd2;
	background-image: none;
}
.btn-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0%, #eb9316 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #eb9316 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffeb9316', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #e38d13;
}
.btn-warning:hover, .btn-warning:focus {
	background-color: #eb9316;
	background-position: 0 -15px;
}
.btn-warning:active, .btn-warning.active {
	background-color: #eb9316;
	border-color: #e38d13;
}
.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
	background-color: #eb9316;
	background-image: none;
}
.btn-danger {
	background-image: -webkit-linear-gradient(top, #be4a3f 0%, #903830 100%);
	background-image: -o-linear-gradient(top, #be4a3f 0%, #903830 100%);
	background-image: linear-gradient(to bottom, #be4a3f 0%, #903830 100%);
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe4a3f', endColorstr='#ff903830', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	background-repeat: repeat-x;
	border-color: #88352d;
}
.btn-danger:hover, .btn-danger:focus {
	background-color: #903830;
	background-position: 0 -15px;
}
.btn-danger:active, .btn-danger.active {
	background-color: #903830;
	border-color: #88352d;
}
.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
	background-color: #903830;
	background-image: none;
}
.thumbnail, .img-thumbnail {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
	background-color: #e8e8e8;
}
.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
	background-color: #2e6da4;
}
.navbar-default {
	background-image: -webkit-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background-image: -o-linear-gradient(top, #ffffff 0%, #f8f8f8 100%);
	background-image: linear-gradient(to bottom, #ffffff 0%, #f8f8f8 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#fff8f8f8', GradientType=0);
 filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
	border-radius: 0;
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 5px rgba(0, 0, 0, 0.075);
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .active > a {
	background-image: -webkit-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: -o-linear-gradient(top, #dbdbdb 0%, #e2e2e2 100%);
	background-image: linear-gradient(to bottom, #dbdbdb 0%, #e2e2e2 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdbdbdb', endColorstr='#ffe2e2e2', GradientType=0);
	-webkit-box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
	box-shadow: inset 0 3px 9px rgba(0, 0, 0, 0.075);
}
.navbar-brand {
	background: url("../images/logo.png") no-repeat left center;
	background-size: contain;
	height: 60px;
	width: 220px;
	margin: 10px!important;
}
.navbar-inverse {
	background-color:rgba(255, 255, 255, 0.25);
	border-bottom: none;
}
.navbar-inverse.nav-opacity {
	background-color:rgba(255, 255, 255, 0.5);
}
#sub_page .navbar-inverse {
	background-color: rgba(255, 255, 255, 0.5);
	border-bottom: none;
	z-index: 9999;
}
.navbar-static-top, .navbar-fixed-top, .navbar-fixed-bottom {
	border-radius: 0;
}
#side_bar {
	padding: 80px 0;
}
.blog_date {
	float:left;
}
.post-categories li {
	line-height:1.5;
	margin-bottom:0;
}
.blog_date_02 {
	font-size:11px;
	margin-bottom:5px;
}
@media (max-width: 767px) {
.navbar .navbar-nav .open .dropdown-menu > .active > a, .navbar .navbar-nav .open .dropdown-menu > .active > a:hover, .navbar .navbar-nav .open .dropdown-menu > .active > a:focus {
	color: #fff;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
}
.alert {
	text-shadow: 0 1px 0 rgba(255, 255, 255, 0.2);
	-webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25), 0 1px 2px rgba(0, 0, 0, 0.05);
}
.alert-success {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #c8e5bc 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #c8e5bc 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffc8e5bc', GradientType=0);
	border-color: #b2dba1;
}
.alert-info {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0%, #b9def0 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #b9def0 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffb9def0', GradientType=0);
	border-color: #9acfea;
}
.alert-warning {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0%, #f8efc0 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #f8efc0 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fff8efc0', GradientType=0);
	border-color: #f5e79e;
}
.alert-danger {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #e7c3c3 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #e7c3c3 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffe7c3c3', GradientType=0);
	border-color: #dca7a7;
}
.progress {
	background-image: -webkit-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #ebebeb 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #ebebeb 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffebebeb', endColorstr='#fff5f5f5', GradientType=0);
}
.progress-bar {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #286090 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #286090 100%);
	background-image: linear-gradient(to bottom, #337ab7 0%, #286090 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff286090', GradientType=0);
}
.progress-bar-success {
	background-image: -webkit-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: -o-linear-gradient(top, #5cb85c 0%, #449d44 100%);
	background-image: linear-gradient(to bottom, #5cb85c 0%, #449d44 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5cb85c', endColorstr='#ff449d44', GradientType=0);
}
.progress-bar-info {
	background-image: -webkit-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: -o-linear-gradient(top, #5bc0de 0%, #31b0d5 100%);
	background-image: linear-gradient(to bottom, #5bc0de 0%, #31b0d5 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff5bc0de', endColorstr='#ff31b0d5', GradientType=0);
}
.progress-bar-warning {
	background-image: -webkit-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: -o-linear-gradient(top, #f0ad4e 0%, #ec971f 100%);
	background-image: linear-gradient(to bottom, #f0ad4e 0%, #ec971f 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff0ad4e', endColorstr='#ffec971f', GradientType=0);
}
.progress-bar-danger {
	background-image: -webkit-linear-gradient(top, #be4a3f 0%, #983b32 100%);
	background-image: -o-linear-gradient(top, #be4a3f 0%, #983b32 100%);
	background-image: linear-gradient(to bottom, #be4a3f 0%, #983b32 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffbe4a3f', endColorstr='#ff983b32', GradientType=0);
}
.progress-bar-striped {
	background-image: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: -o-linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
	background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
}
.list-group {
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.075);
}
.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
	text-shadow: 0 -1px 0 #286090;
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2b669a 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2b669a 100%);
	background-image: linear-gradient(to bottom, #337ab7 0%, #2b669a 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2b669a', GradientType=0);
	border-color: #2b669a;
}
.list-group-item.active .badge, .list-group-item.active:hover .badge, .list-group-item.active:focus .badge {
	text-shadow: none;
}
.panel {
	-webkit-box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.05);
}
.panel-default > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: -o-linear-gradient(top, #f5f5f5 0%, #e8e8e8 100%);
	background-image: linear-gradient(to bottom, #f5f5f5 0%, #e8e8e8 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff5f5f5', endColorstr='#ffe8e8e8', GradientType=0);
}
.panel-primary > .panel-heading {
	background-image: -webkit-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: -o-linear-gradient(top, #337ab7 0%, #2e6da4 100%);
	background-image: linear-gradient(to bottom, #337ab7 0%, #2e6da4 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ff337ab7', endColorstr='#ff2e6da4', GradientType=0);
}
.panel-success > .panel-heading {
	background-image: -webkit-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: -o-linear-gradient(top, #dff0d8 0%, #d0e9c6 100%);
	background-image: linear-gradient(to bottom, #dff0d8 0%, #d0e9c6 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffdff0d8', endColorstr='#ffd0e9c6', GradientType=0);
}
.panel-info > .panel-heading {
	background-image: -webkit-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: -o-linear-gradient(top, #d9edf7 0%, #c4e3f3 100%);
	background-image: linear-gradient(to bottom, #d9edf7 0%, #c4e3f3 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffd9edf7', endColorstr='#ffc4e3f3', GradientType=0);
}
.panel-warning > .panel-heading {
	background-image: -webkit-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: -o-linear-gradient(top, #fcf8e3 0%, #faf2cc 100%);
	background-image: linear-gradient(to bottom, #fcf8e3 0%, #faf2cc 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffcf8e3', endColorstr='#fffaf2cc', GradientType=0);
}
.panel-danger > .panel-heading {
	background-image: -webkit-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: -o-linear-gradient(top, #f2dede 0%, #ebcccc 100%);
	background-image: linear-gradient(to bottom, #f2dede 0%, #ebcccc 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fff2dede', endColorstr='#ffebcccc', GradientType=0);
}
.well {
	background-image: -webkit-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: -o-linear-gradient(top, #e8e8e8 0%, #f5f5f5 100%);
	background-image: linear-gradient(to bottom, #e8e8e8 0%, #f5f5f5 100%);
	background-repeat: repeat-x;
 filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffe8e8e8', endColorstr='#fff5f5f5', GradientType=0);
	border-color: #dcdcdc;
	-webkit-box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
	box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.05), 0 1px 0 rgba(255, 255, 255, 0.1);
}
html {overflow-x:hidden;}
body {
	color:#fff;
	background-color:#9C8758;
	animation: fadeIn 3s ease 0s 1 normal;
	-webkit-animation: fadeIn 3s ease 0s 1 normal;
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	line-height: 2;
	overflow-x:hidden!important;
}
input,textarea {
	color:#333;
}
a {
	color: #fff;
	text-decoration: underline;
}
a:hover {
	color: #fff;
	text-decoration: none;
}
h2 a {
	color: #fff;
}
h3 a {
	color: #fff;
}
@keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
@-webkit-keyframes fadeIn {
 0% {
 opacity: 0;
}
 100% {
 opacity: 1;
}
}
ul {
	margin-left: 0;
	padding-left: 0;
}
ul > li {
	list-style: none;
	margin-left: 0;
}
.skippr-nav-container {
	display: none;
}
h3 {
	font-weight: bold;
	font-size: 14px;
}
.flex{
display: flex;
flex-wrap: wrap;
}
.flex .col-xs-6{
width:49%!important;
}
.navbar {
	min-height: 60px;
}
.navbar-nav {
	margin: 0 auto;
	display: table;
	table-layout: fixed;
	float: none;
	padding-top: 30px;
	padding-bottom: 30px;
}
.navbar-inverse .navbar-nav > li > a {
	color: #C28F1D;
	font-size: 14px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	padding-left: 8px!important;
	padding-right: 8px!important;
	font-weight: bold;
	text-decoration: none;
}
.navbar-nav > li {

}
.navbar-nav > li > a {
	padding-top: 0;
	padding-bottom: 0;
}
.navbar-inverse .navbar-nav > li > a:hover {

}
.navbar-nav > li > a.current {
	background: url(../images/current_icon.png) bottom center no-repeat;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
}
.navbar-nav > li > a.w_current {
	background: url(../images/w_current_icon.png) bottom center no-repeat !important;
	-moz-background-size: 8px auto;
	background-size: 8px auto;
}
.logo {
	text-align: center;
	margin-top: 300px;
}
.main_copy {
	text-align: center;
}
.img-responsive {
  display: block;
  height: auto;
  max-width: 100%;
}
.contents_box {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	z-index: 998;
}
.contents_box_02 {
	position: absolute;
	left: 50%;
	top: 60%;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: 100%;
	margin-right: auto;
	margin-left: auto;
	padding-left: 15px;
	padding-right: 15px;
	z-index: 998;
}
#top {
	z-index: 1;
	position: relative;
}
.kouji_box {
	background: #9C8758;
	padding: 80px 0;
}
#h1_sub {
	margin: 0!important;
	width: 100%;
	padding: 60px 0;
	text-align: center;
	font-size: 18px;
	background-color: #816C3C;
	z-index: 99999;
	position: relative;
	display: block;
}
.skippr_sub {
	position: relative!important;
	margin-top: -200px;
	z-index: -10!important;
}
p.sub_nav {
	width: 100%;
	text-align: center;
	padding: 8px 0;
	font-size: 11px;
	margin: 0;
	z-index: 99999;
	position: relative;
	background-color: #fff;
}
a.btn-calendar {
	text-align: center;
	color:#fff;
	display: inline-block;
	padding:20px 40px;
	border:1px solid #fff;
	text-decoration: none;
}
a.btn-calendar:visited {
	text-align: center;
	color:#fff;
	display: inline-block;
	padding:20px 40px;
	border:1px solid #fff;
	text-decoration: none;
}
a.btn-calendar:hover {
	background-color:#fff;
	color:#9C8758;
	border:1px solid #fff;
	text-decoration: none;
}
.h2_wrap {
	font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	text-align: center;
	margin-bototm: 30px!important;
}
.h2_wrap h2 {
	position: relative;
	display: inline-block;
	padding-bottom: 10px;
	font-size: 20px!important;
	font-size: 1.375rem;
}
.h2_wrap h2::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	bottom: 0;
	border-bottom: 1px solid #fff;
	width : 20px;
	margin: 0 auto;
}
.h2_wrap p {
	line-height: 1;
	margin-bottom: 30px;
	font-family: 'Balthazar', serif;
}
h3.h3_top {
	margin-top:0;
	font-size:18px;
}
h3.menu-tit {
	display: block;
	width:100%;
}
h3.menu-tit span {
	float: right;
}
.kojistyle_box {
	margin-bottom:60px;
}
.menu-box {
	margin-bottom:30px;
}
.navbar-inverse .navbar-toggle .icon-bar {
	background-color:#fff;
}
@media screen and (max-width:768px) {
.img-responsive {
  height: auto;
  width: 100%;
}
h3.menu-tit span {
	display: block;
	float: none;
}
}
/*下層ページ*/
.table_01 {
	border: 1px solid #ccc;
	border-collapse: collapse;
	width: 100%;
	margin-bottom: 20px;
}
.table_01 th {
	font-weight: normal;
	border: 1px solid #ccc;
	border-collapse: collapse;
	background-color: #736151;
	color: #fff;
	text-align: center;
	font-family: 'Crimson Text', serif;
	font-style: italic;
	font-size: 30px;
	padding: 10px;
}
.table_01 td {
	text-align: center;
	padding: 10px;
	background-color: rgb(255, 255, 255, 0.6);
	border: 1px solid #ccc;
	border-collapse: collapse;
}
/*　ContactForm7のテーブル化レスポンシブ調整　*/
 
/*テーブルを親要素の幅いっぱいに伸ばす*/
.table-res-form {
	width: 100%;
}
/*一行ごとに上ボーダー*/
.table-res-form tr {
	border-top: 1px #DDD solid;
}
/*一番上の行だけボーダーなし*/
.table-res-form tr:first-child {
	border-top: none;
}
/*奇数行だけ背景色つける*/
.table-res-form tr:nth-child(2n+1) {

}
/*thとtd内の余白指定*/
.table-res-form th, .table-res-form td {
	padding: 1.5em;
}
/*th（項目欄）は30%幅、テキストを右寄せ*/
.table-res-form th {
	width: 30%;
	text-align: right;
}
/*「必須」部分のスタイリング*/
.table-res-form .requied {
	font-size: 0.8em;
	color: #FFF;
	display: inline-block;
	padding: 0.3em 0.3em 0.2em;
	background: red;
	border-radius: 2px;
}

/*ここから768px以下の指定*/
 

/*ここまで768px以下の指定---終わり*/
 
/*ここから入力欄のスタイル指定*/
 
/*各入力フォームスタイリング*/
.table-res-form input[type="text"], input[type="email"], textarea {
	padding: 0.5em;
	border-radius: 5px;
	margin-bottom: 0.5em;
	width: 100%;
}
/*入力欄にフォーカスしたら変化*/
.table-res-form input[type="text"]:focus, textarea:focus {
	background: #EEFFFF;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
}
/*送信ボタンスタイリング*/
.table-res-form input[type="submit"] {
	border: 1px #fff solid;
	padding: 0.5em 4em;
	border-radius: 5px;
	background: transparent;
	color: #fff;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.5);
	font-weight: bold;
}
/*送信ボタン・マウスオーバー時スタイリング*/
.table-res-form input[type="submit"]:hover {
	background: #fff;
	color:#9C8758;
	box-shadow: none;
}
/*麹クリエイター講座*/
ul.kouji_list li {
	position: relative;
}
ul.kouji_list li::after {
	display: block;
	content: '';
	position: absolute;
	top: .8em;
	left: -1.2em;
	width: 10px;
	height: 5px;
	border-left: 2px solid #3498db;
	border-bottom: 2px solid #3498db;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
.school_box {
	border-left: 1px solid #ccc;
	border-right: 1px solid #ccc;
	width: 32%;
	display: inline-block;
	padding: 0 2%;
	box-sizing: border-box;
	text-align: left;
	margin-bottom: 20px;
	vertical-align: top;
	min-height: 300px;
}
.school_box:nth-child(3n) {
	border-left: inherit;
}
.school_box:nth-child(3n-1) {
	border-left: inherit;
}
.school_wrapper {
	text-align: center;
}
.school_box h3 {
	text-align: center;
}
.grey_box {
	background-color: #eee;
}
/*海の上のキッチン*/
.kids_img {
	width: 60%;
	margin: 0 auto;
}
.news_list {
	text-align: center;
	margin-bottom: 50px;
}
.img-kitchen {
	margin-top: 40px;
}
.img-kitchen h3 {
	margin-top: 0;
}
.school_header {
	text-align: center;
}
.school_info_container h3 {
	font-size:18px;
	margin-bottom:20px;
}
/*会社概要*/
.table_prof {
	margin-top: 20px;
}
.table_prof dt {
	width: 25%;
	line-height: 1.2;
	display: inline-block;
	vertical-align: top;
	border-right: 1px solid #ccc;
	margin-right: 10%;
}
.table_prof dd {
	line-height: 1.2;
	width: 60%;
	display: inline-block;
	vertical-align: top;
	margin-bottom: 30px;
}
.table_prof th {
	padding: 0;
	line-height: none;
	border-right: 1px solid #ccc;
}
.profile_box {
	float: left;
	margin-bottom: 60px;
}
.profile_box h4 {
	margin-top: 0;
}
.h3_prof {
	text-align: center;
	font-size: 16px;
	margin-bottom: 30px;
}
.specialist_img {
	text-align: center;
}
.specialist_img img {
	width: 70%;
	height: auto;
	margin: 0 auto 20px auto;
}
.blog_box img {
	width: 100%;
	height: auto;
	margin:10px 0;
}
.blog_box h3 {
	margin-top: 0!important;
}
p.date {
	font-size: 12px;
	margin-bottom: 0;
}
#gishi {
	height: 1000px;
	z-index: 1;
	position: relative;
}
.contents_box_02 h2 {
	padding-top: 50px;
	margin-bottom: 30px;
}
#course {
	height: 1500px;
	z-index: 1;
	position: relative;
}
#concept {
	height: 2000px;
	z-index: 1;
	position: relative;
}
#service {
	height: 2000px;
	z-index: 1;
	position: relative;
}
.service_box {
	background-color: rgba(255,255,255,0.5);
	-webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.1);
	padding: 20px;
	margin-bottom: 30px;
	min-height: 700px;
}
.service_box img {
	width: 100%;
	height: auto;
}
#seating {
	height: 1000px;
	z-index: 1;
	position: relative;
}
#welfare {
	padding: 180px 0;
	background-color: #eee;
}
#access {
	padding: 180px 0;
}
#map_canvas {
	width: 100%;
	height: 500px!important;
	margin-bottom: -20px;
}
#footer {
	position: relative;
}

#footer_in {
	background-color: #EFECE4;
	text-align: center;
	margin-top: -2px;
	color:#9C8758;
}
footer .f_nav {
	width: 100%;
	text-align: center;
	padding: 50px 0 50px 0;
	font-size: 11px;
}
footer .f_nav > li {
	color: #9C8758;
	font-size: 12px;
	padding:0 10px;
	display: inline-block;
	font-weight: normal;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
}
footer .f_nav > li > a {
	color: #9C8758;
}
footer #f_cont {
	display: table;
	width: auto;
	margin: 0 auto;
	padding: 12px 0;
}
footer .f_logo {
	padding-top: 5px;
}
footer .f_logo img {
	max-width: 30%;
	height: auto;
}
footer .f_address {
	float: left;
	display: block;
	font-family: serif;
	font-size: 12px;
	padding-left: 10px;
	margin-left: 10px;
	border-left: 1px solid #dedcdb;
}
small.copy_right {
	text-align: center;
	background-color:#9C8758;
	color: #fff;
	font-size: 11px;
	font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
	display: block;
}
#blog_cont {
	width: 800px;
	margin: 0 auto;
	padding: 180px 0;
}
#blog_cont article {
	margin-bottom: 40px;
	padding-bottom: 30px;
	border-bottom: 1px solid #dedcdb;
}
#blog_cont article:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
p.blog_date {
	font-size: 11px;
	margin: 0 0 5px 0;
}
p.date {
	float: left;
	width: 70px;
}
h2.blog_tit {
	font-size: 16px;
	font-weight: bold;
	margin: 0 0 20px 0;
}
.post-categories {
	font-size: 12px;
}
.wp-pagenavi {
	text-align: center!important;
}
.prev_btn {
	float: left;
}
.next_btn {
	float: right;
}

@media (min-width: 0) and (max-width: 414px) {
	#service {
		min-height:3000px;
	}
.navbar-nav {
	margin: inherit;
	display: block;
	table-layout: none;
}
	.navbar-inverse .navbar-nav > li {
		padding:0;
	}
.navbar-inverse .navbar-nav > li > a {
	color: #9C8758;
	text-align: center;
	border-bottom: 1px solid #ccc;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #9C8758;
	text-align: center;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 540px;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #ccc;
}
.navbar-collapse {
	bordrer-top: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.5);
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}
h2 img {
	zoom: 0.8;
	max-width: 80%;
}
.skippr-arrow {
	display: none;
}
.skippr-nav-container {
	display: block;
	z-index: 999;
}
.skippr-nav-element-block {
	width: 30px!important;
}
#skippr h2, #skippr_02 h2, #skippr_03 h2, #skippr_04 h2 {
	padding-top: 0;
	margin-bottom: 10px;
}
.contents_box_02 h2 .contents_box_02 h2 img {
	-webkit-filter: drop-shadow(2px 2px 0 #ffffff) !important;
	-moz-filter: drop-shadow(2px 2px 0 #ffffff) !important;
	-o-filter: drop-shadow(2px 2px 0 #ffffff) !important;
	-ms-filter: drop-shadow(2px 2px 0 #ffffff) !important;
	filter: drop-shadow(2px 2px 0 #ffffff) !important;
}
.contents_box_02 p {
	text-shadow: 1px 1px 0 #fff;
}
#skippr {
	max-height: 500px!important;
}
.contents_box_02 h2 {
	padding-top: 0;
}
#top h1 {
	margin-bottom: 10px;
}
.logo {
	margin: 200px auto 0 auto;
	height: auto;
	max-width: 100%;
}
.logo img {
	max-width: 80%;
}
.main_copy img {
	max-width: 80%;
}
#company {
	padding: 20px 0;
	height: inherit;
}
#gishi {
	height: 276px;
}
#skippr_02 {
}
#sougu {
	height: 276px;
}
#skippr_03 {
}
#seating {
	height: 276px;
}
#skippr_04 {
}
#welfare {
	padding: 20px 0;
}
#access {
	padding: 20px 0;
}
#map_canvas {
	height: 500px!important;
}
footer .f_address.f_address {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
#blog_cont {
	width: 100%;
	padding: 100px 0;
}
#blog_cont img {
	max-width: 100%;
	height: auto;
}
.school_box {
	border: inherit;
	width: 100%;
	text-align: center;
}
#concept {
		min-height:2500px;
	}
	.blog_box img {
		width:100%;
		height:auto;
	}
}

@media (min-width: 415px) and (max-width: 768px) {
	.blog_box img {
		width:100%;
		height:auto;
	}
	#service {
		min-height:3000px;
	}
	#concept {
		min-height:2500px;
	}
.navbar-nav {
	margin: inherit;
	display: block;
	table-layout: none;
}
.navbar-inverse .navbar-nav > li {
		padding:0;
	}
.navbar-inverse .navbar-nav > li > a {
	color: #9C8758;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
}
.navbar-inverse .navbar-nav > li > a:hover {
	color: #9C8758;
	text-align: center;
}
.navbar-fixed-top .navbar-collapse, .navbar-fixed-bottom .navbar-collapse {
	max-height: 540px;
}
.navbar-inverse {
	border: none;
}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form {
	border-color: #ccc;
}
.navbar-collapse {
	bordrer-top: 1px solid #ccc;
	background-color: rgba(255, 255, 255, 0.5);
}
.navbar-nav {
	margin-top: 0;
	margin-bottom: 0;
}
h2 img {
	zoom: 0.8;
	max-width: 80%;
}
.skippr-arrow {
	display: none;
}
.skippr-nav-container {
	display: block;
	z-index: 999;
}
.skippr-nav-element-block {
	width: 30px!important;
}
#skippr h2, #skippr_02 h2, #skippr_03 h2, #skippr_04 h2 {
	padding-top: 0;
	margin-bottom: 10px;
}
.contents_box_02 h2 .contents_box_02 h2 img {
	-webkit-filter: drop-shadow(2px 2px 0 #ffffff) !important;
	-moz-filter: drop-shadow(2px 2px 0 #ffffff) !important;
	-o-filter: drop-shadow(2px 2px 0 #ffffff) !important;
	-ms-filter: drop-shadow(2px 2px 0 #ffffff) !important;
	filter: drop-shadow(2px 2px 0 #ffffff) !important;
}
.contents_box_02 p {
	text-shadow: 1px 1px 0 #fff;
}
#top {

}
#skippr {
}
.contents_box_02 h2 {
	padding-top: 0;
}
#top h1 {
	margin-bottom: 10px;
}
.logo {
	margin: 200px auto 0 auto;
	height: auto;
}
.logo img {
	max-width: 80%;
}
.main_copy img {
	max-width: 80%;
}
#company {
	padding: 20px 0;
	height: inherit;
}
#gishi {
	height: 512px;
}
#skippr_02 {
}
#sougu {
	height: 512px;
}
#skippr_03 {

}
#seating {
	height: 512px;
}
#skippr_04 {
	height: 512px!important;
}
#welfare {
	padding: 20px 0;
}
#access {
	padding: 20px 0;
}
#map_canvas {
	height: 500px!important;
}
footer .f_address.f_address {
	padding-left: 0;
	margin-left: 0;
	border-left: none;
}
#blog_cont {
	width: 100%;
	padding: 100px 0;
}
#blog_cont img {
	max-width: 100%;
	height: auto;
}
.school_box {
	border: inherit;
	width: 100%;
	text-align: center;
}
}

@media (min-width: 769px) and (max-width: 992px) {
#skippr {
	height: 661px!important;
}
.navbar-inverse .navbar-nav > li {
		padding:0;
	}
}

@media (min-width: 993px) and (max-width: 1200px) {
#skippr {
	height: 750px!important;
}
}

/* navbar collapse for iPad (bootstrap) */
@media (max-width: 991px) {
.navbar-header {
	float: none;
}
.navbar-toggle {
	display: block;
}
.navbar-collapse {
	border-top: 1px solid transparent;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}
.navbar-collapse.collapse {
	display: none!important;
}
.navbar-nav {
	float: none!important;
}
.navbar-nav > li {
	float: none;
}
.navbar-nav > li > a {
	padding-top: 10px;
	padding-bottom: 10px;
}
.navbar-text {
	float: none;
	margin: 15px 0;
}
.navbar-collapse.collapse.in {
	display: block!important;
}
.collapsing {
	overflow: hidden!important;
}
.blog_box img {
	width: 100%;
	height: auto;
	margin:10px 0;
}
}
