@CHARSET "UTF-8";
/**
 * app_common
 *
 * @author		Emi Matsushige
 * @copyright	Copyright 2017 S.Ten Nines Kyoto Co.LTD. All Right Reserved
 * @link		http://www.st-kyoto.co.jp/
 * @version		1.0.0
 */

._cm_wrapper .container-fluid {
 	max-width: none !important;
	min-width: 1250px !important;
}

._cm_wrapper > .container {
 	max-width: none !important;
	min-width: 1250px !important;
	margin-top: 10px;
	margin-bottom: 30px;
}

body {
	width: 100%;
	min-width: 1250px;
	height: 100%;
}

header {
	min-width: 1250px !important;
}

div._cm_wrapper{
 	width: 100%;
	min-height: 100%;
	overflow: hidden;
	position: static;
}

.main_div {
	margin-bottom: 20px;
}

.well {
	padding: 10px;
}

._cm_container_header{
	margin-top:60px;
	margin-right: 17px;
	padding-right: 13px;
	text-align: right;
}

.blink
{
	-webkit-animation:blink 1.0s ease-in-out infinite alternate;
	-moz-animation:blink 1.0s ease-in-out infinite alternate;
	animation:blink 1.0s ease-in-out infinite alternate;
}

@-webkit-keyframes blink
{
    0% {opacity:0;}
    100% {opacity:1;}
}
@-moz-keyframes blink
{
    0% {opacity:0;}
    100% {opacity:1;}
}
@keyframes  blink
{
    0% {opacity:0;}
    100% {opacity:1;}
}

.blink_weak
{
	-webkit-animation:blink_weak 1.0s ease-in-out infinite alternate;
	-moz-animation:blink_weak 1.0s ease-in-out infinite alternate;
	animation:blink_weak 1.0s ease-in-out infinite alternate;
}

@-webkit-keyframes blink_weak
{
    50% {opacity:.5;}
    100% {opacity:1;}
}
@-moz-keyframes blink_weak
{
    50% {opacity:.5;}
    100% {opacity:1;}
}
@keyframes  blink_weak
{
    50% {opacity:.5;}
    100% {opacity:1;}
}

/* ------------------------------------------------------------------------------------------------- */
/* Header */
/* ------------------------------------------------------------------------------------------------- */
._cm_header {
	max-height: 100px;
	position: relative;
	z-index: 3000;
	min-width: 1250px !important;
}

/* For fix layout */
._cm_layout-fix-header ._cm_header {
	position: fixed;
	right: 0;
	left: 0;
	top: 0;
}

/* ------------------------------------------------------------------------------------------------- */
/* Header Menu */
/* ------------------------------------------------------------------------------------------------- */

@media(min-width:0px) {
    .navbar-toggle {
		display: block;
    }

    #top_hamburger.collapsed{
		background-color: transparent;
	}

	.navbar-collapse.collapse.in {
	    display: block !important;
	    height: auto !important;
	    padding-bottom: 0;
	    overflow: visible !important;
	}

	.navbar-collapse.collapse {
		display: none !important;
	    width: auto;
	    border-top: 0;
	    -webkit-box-shadow: none;
	    box-shadow: none;
	}
}

ul.navbar-nav{
	width: 250px;
}

.navbar-nav li {
	width: 100%;
	border-bottom: solid 1px #cbcbcb;
	border-left: solid 1px #cbcbcb;
}

.navbar-nav li:hover {
	background-color: rgba(209,193,154,0.8)
}

.navbar-default > .navbar-nav > li > a {
	color: #666666;
}

.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus {
    color: #090505 !important;
    background-color: transparent;
}

.navbar-fixed-top .navbar-collapse {
	max-height: none;
}

/* ------------------------------------------------------------------------------------------------- */
/* Button */
/* ------------------------------------------------------------------------------------------------- */

._cm_btn {
	width: 120px;
}

._cm_icon_btn::before {
    margin-right: 5px;
}

/* ------------------------------------------------------------------------------------------------- */
/* NavBar */
/* ------------------------------------------------------------------------------------------------- */
._cm_wrapper > .navbar {
	height: 50px;
	min-width: 1250px !important;
}

.navbar-header {
	float: left;
}

._cm_navbar_center {
	width: 230px;
	margin-right: auto;
	margin-left: auto;
}

._cm_navbar_menu {
	height: 100%;
	float: right;
	background-color: inherit;
}

.navbar-nav {
	margin: 0;
}
/*
._cm_navbar_menu > ul {
	list-style: outside none none;
	float: left;
	height: 100%;
}
._cm_navbar_menu > ul > li {
	float: left;
	display: block;
	height: 100%;
	position: relative;
}
*/
.container-fluid {
	max-height: 50px !important;
}

#language_selection {
	height: 30px;
	width: 100px;
	margin-top: 10px;
}

._cm_logo {
	background: url("./images/screen_logo.png") no-repeat;
	background-size: 210px 20px;
	float: left;
	width: 210px;
	height: 20px;
	margin-top: 15px;
}

/* ------------------------------------------------------------------------------------------------- */
/* Footer */
/* ------------------------------------------------------------------------------------------------- */
._cm_footer {
	position: fixed;
	background: #345578;;
	border-top: 1px solid #808080;
	color: #dddddd;
	height: 26px;
	max-height:26px;
	transition: transform 0.3s ease-in-out 0s, margin 0.3s ease-in-out 0s;
	width: 100%;
	min-width:1250px;
	z-index: 3000;
}
/* For fix layout */
._cm_layout-fix-full ._cm_footer {
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
}

._cm_footer div {
	margin-top: 3px;
	margin-bottom: 3px;
	height: 20px;
	max-height: 20px;
}

._cm_footer_copyright {
	margin-right: 10px;
	text-align: center;
}

._cm_footer_copyright a {
	color:#dddddd ;
    -webkit-transition: color ease-in-out 0.2s;
    -o-transition: color ease-in-out 0.2s;
    transition: color ease-in-out 0.2s;
	text-decoration: none;
}
._cm_footer_copyright a:hover {
	color:white ;
}


/* ------------------------------------------------------------------------------------------------- */
/* Data List */
/* ------------------------------------------------------------------------------------------------- */
.caption {
	overflow-wrap: break-word;
	word-wrap: break-word;
}

ul.sample {
	margin: 0 0 10px;
}

ul.sample li {
	margin: 0 10px 10px 0;
	padding: 10px;
	border: 1px solid #aaa;
	float: left;
	overflow: hidden;
	width: 18%;
	list-style: none;
}

.row-eq-height {
	display: flex;
	flex-wrap: wrap;
}

.btn-lefticon::before {
	padding-right: 5px;
}

/* ------------------------------------------------------------------------------------------------- */
/* UI Dialog */
/* ------------------------------------------------------------------------------------------------- */
.ui-dialog-titlebar-close {
    visibility: hidden;
}

/* ------------------------------------------------------------------------------------------------- */
/* 顧客ユーザモード */
/* ------------------------------------------------------------------------------------------------- */
.label_customer_user_mode {
	background-color: red;
	color: white;
}

/* ------------------------------------------------------------------------------------------------- */
/* 操作マニュアルボタン */
/* ------------------------------------------------------------------------------------------------- */
.btn_help {
    float: left;
    margin-right: 15px;
    padding: 7px 10px;
    margin-top: 8px;
    background-color: transparent;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
	border-color: #345578;
	color: white;
}