/**
 *	Common
 **/
.margin-xsmall-top {
	margin-top: 5px;
}
.margin-xsmall-left {
	margin-top: 5px;
}
.margin-xsmall-right {
	margin-right: 5px;
}
.margin-xsmall-bottom {
	margin-bottom: 5px;
}
.hide {
	display: none !important;
}
.heading-sub {
	border-left: 3px solid #ccc;
    padding-left: 10px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.heading-sub:first-child {
	margin-top: 0;
}
.table-noborder th,
.table-noborder td {
	border-top: none;
}
.require {
	color: red;
    font-size: 2em;
    line-height: 0;
    margin-right: 5px;
    position: relative;
    top: 10px;
}
.nopadding {
	padding: 0 !important;
}
.progress {
	background-color: #e3e4e4 !important;
}
.message {
	position: absolute !important;
	left: 0;
	right: 0;
	top: 5%;
	width: 350px;
	margin: auto;
	z-index: 9999;
	box-shadow: 2px 2px 5px #ccc2;
}
a.btn,
button.btn {
	box-shadow: 3px 3px 1px rgba(0,0,0,.2);
	margin-right: 5px;
	transition: .2s all linear;
	margin-bottom: 5px;
}
a.btn:hover,
button.btn:hover {
	box-shadow: 3px 3px 0 rgba(0,0,0,.3);
	transition: .2s all linear;
}
a.btn:focus,
button.btn:focus {
	box-shadow: 0px 0px 1px rgba(0,0,0,.2);
	transition: .2s all linear;
}
.input-group a.btn,
.input-group button.btn {
	box-shadow: none;
}
.border-left-primary {
	border-left: 3px solid #20a8d8;
}
.border-left-secondary {
	border-left: 3px solid #c8ced3;
}
.border-left-info {
	border-left: 3px solid #63c2de;
}
.border-left-success {
	border-left: 3px solid #4dbd74;
}
.border-left-warning {
	border-left: 3px solid #ffc107;
}
.border-left-danger {
	border-left: 3px solid #f86c6b;
}
.border-left-dark {
	border-left: 3px solid #2f353a;
}
.border-left-danger1 {
	border-left: 1px solid #f86c6b;
	background-color: rgb(248, 108, 107, .1);
}
.border-left-primary1 {
	border-left: 1px solid #20a8d8;
	background-color: rgb(32, 168, 216, .1);
}

.navbar-brand {
	font-size: 14px;
}
.aside-menu {
	top: 55px;
}
.table td, .table th {
	min-width: 120px;
}

.check-input01 {
	display: none;
}
.check-parts01 {
	position: relative;
    margin-right: 5px;
    padding: 5px 10px;
    border-radius: 30px;
	border: 1px solid #666;
	top: 7px;
}
.check-input01:checked + .check-parts01 {
	color: #ffffff;
    padding: 5px 10px;
    border-radius: 30px;
    background: #337ab7;
    border: 1px solid #337ab7;
}
.form-check {
	padding-bottom: 10px;
}
/* accordion */
.category-accordion {
	display: block;
	padding: 5px 10px;
	border: 1px solid;
	margin-top: 10px;
	color: #23282c;
	box-shadow: 2px 2px #ccc;
}
.category-collapse {
	padding: 0 10px;
	background-color: #e0f1f5;
	border: 1px solid #ccc;
}
/* search */
.search-block {
	margin-bottom: 30px;
}
.count-block {
	padding-top: 5px;
}
/* loading */
.ball-pulse {
	height: 35px;
	text-align: center;
}
.ball-pulse div {
	background-color: #20a8d8;
}
/* badge */
.prefecture-badge,
.city-badge,
.town-badge,
.jobcategory-badge {
	font-size: 1em !important;
	padding: 10px !important;
}
.badge-normal {
	font-size: 1em;
	padding: 5px 10px;
}
.badge-large {
	font-size: 1em !important;
	padding: 10px !important;
	margin-right: 10px;
	margin-bottom: 10px;
}

/**
 *	Sidebarの調整
 **/
.app-header .navbar-brand {
	width: 190px;
}
@media screen and (min-width: 576px) and (min-width: 992px) {
	html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .app-footer,
	html:not([dir=rtl]) .sidebar-lg-show.sidebar-fixed .main {
		margin-left: 235px;
	}
}
.sidebar-fixed .sidebar {
	width: 235px;
}
.sidebar .sidebar-nav {
	width: 235px;
}
.sidebar .nav {
	width: 235px;
}
html:not([dir=rtl]) .sidebar {
	margin-left: -235px;
}
/* post */
.section {
	margin-bottom: 20px;
}
.section-small {
	margin-top: 0;
	margin-bottom: 10px;
}
.main-panel {

}
.side-panel h4 {
	font-size: 1.1rem;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
}

/* mce */
.mytextarea{
width: 100%;
height: 700px;
}
.mce-tinymce {
	margin-bottom: 10px !important;
}
.uk-panel {
	position: relative;
    box-sizing: border-box;
} 
/* model */
.tab-content .tab-pane{
min-height: 400px;
}

/* model-dropzoon */
.tab-content .tab-pane form{
min-height: 400px;
border: 2px dashed #2e6da4;
}
div#uplode form#my-dropzone div.dz-message {
margin-top: 20%;
}
.dz-message span{
font-weight: bold;
}
.dz-drag-hover{
background-color: #7acaff;
}
 
/* modal-mediabox */
.media-box{
max-height: 390px;
min-height: 390px;
overflow: auto;
margin-bottom: 30px;
}
.media-box h3.media-datatime{
clear: both;
padding-top: 20px;
padding-bottom: 5px;
border-bottom: 1px solid #000;
}
.media-box .media-list {
padding: 5px;
text-align: center;
cursor: pointer;
}
.media-box .media-list .img-box{
border: 2px solid #ffffff;
min-height: 100px;
max-height: 100px;
overflow: hidden;
}
.media-box .media-list:hover .img-box{
border: 2px solid rgba(71, 136, 191,.4);
}
.media-box .media-list.media-checked .img-box{
border: 2px solid #4788bf;
}
.media-list .img-box img{
max-width: 100%;
max-height: 100%;
}
 
.media-detail{
border-left: 1px solid #ddd;
max-height: 415px;
min-height: 415px;
overflow: auto;
background-color: #f3f3f3;
display: none;
}
.media-img:hover {
	opacity: 0.8;
}
.mce-tinymce {
	margin-top: 10px;
	margin-bottom: 10px;
}
.dropzone {
	display: block !important;
}
.tab-content .list-tab form {
	border: none;
}
.eyecatch-button {
	
}
.settings h4 {
	border-bottom: 1px solid #eee;
	padding-bottom: 10px;
	margin-bottom: 10px;
	margin-top: 4px;
}
.setting-box {
	margin-bottom: 30px;
}
#eyecatch-img {
	margin-bottom: 10px;
}
#eyecatch-img img {
	width: 100%;
}
/* Image checkbox
================================================ */
@font-face{font-family:"IonIcons";src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1");src:url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.eot?v=2.0.1#iefix") format("embedded-opentype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.ttf?v=2.0.1") format("truetype"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.woff?v=2.0.1") format("woff"),url("//code.ionicframework.com/ionicons/2.0.1/fonts/ionicons.svg?v=2.0.1#Ionicons") format("svg");font-weight:normal;font-style:normal}
.pt20{
  padding-top: 20px;
}
.label-checkbox input[type="checkbox"], 
.label-radio input[type="radio"] {
  display: none;
}
.label-checkbox,
.label-radio {
  cursor: pointer;
  color: #828c9a;
  font-weight: normal;
  margin: 0;
  padding: 0;
}
.label-checkbox .lever:before,
.label-radio .lever:before {
  content:"\f372";
  font-family: "IonIcons";
  margin-right: 7px;
  color: #ccc;
  font-size: 18px;
  position: absolute;
  top: 0;
  opacity: 0;
}
.label-checkbox input[type="checkbox"]:checked + .lever,
.label-radio input[type="radio"]:checked + .lever {
  color: #4788bf;
}
.label-checkbox input[type="checkbox"]:checked + .lever:before,
.label-radio input[type="radio"]:checked + .lever:before {
	content: "\f373";
	font-family: "IonIcons";
	color: #4788bf;
	font-size: 24px;
	width: 18px;
	height: 18px;
	background-color: rgb(255, 255, 255);
	position: absolute;
	top: 0px;
	right: 0px;
	line-height: 0.9;
	margin: 0;
	opacity: 1;
}
/* debug */
pre {
	position: relative;
    z-index: 9999999999;
    background-color: #fefefe;
    width: 100%;
    display: block;
    padding: 15px;
}
.cake-error {
	display: block;
    padding: 15px;
    position: relative;
    border: 1px solid #ccc;
    border-radius: 5px;
    width: 100%;
}
/* Media Query
================================================ */

/* 大ディスプレイ */
@media screen 
	and (min-width: 1200px) {
	
}
/* 小ディスプレイ */
@media screen 
	and (max-width: 1024px) {
	
}
/* タブレット（Landscape） */
@media screen 
	and (min-width:769px) 
	and (max-width:1024px) {

}
/* タブレット（Portrait） */
@media screen 
	and (min-width:736px)
	and (max-width:768px) {
	
}
/* タブレット（Portrait） + スマートフォン */
@media screen 
	and (max-width:768px) {
	
}
/* スマートフォン */
@media screen 
	and (max-width:736px) {
	.main .container-fluid {
		padding: 0 10px !important;
	}
	.table-outline td {
		min-width: 100px !important;
	}
	.navbar-brand {
		font-size: 18px !important;
	}
	.search-block {
		margin-bottom: 10px;
	}
	.count-block {
		padding-top: 10px;
	}
}
/* スマートフォン */
@media screen
	and (max-width:320px) {
	
}