@charset "utf-8";

/*=============================================================================================
	update : 2014/4/17
	version: 0.9.0
	author : birdiemobile.Inc

	Index
		1.reset
		2.layout
		3.login
		4.top
=============================================================================================*/

/*-----------------------------------------------------------------
	1.reset
-----------------------------------------------------------------*/
article,aside,details,figcaption,figure,footer,header,hgroup,nav,section,summary {
	display: block;
}
audio,canvas,video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html,body,div,h1,h2,h3,h4,h5,h6,p,ul,ol,li,dl,dt,dd,blockquote,pre,img,fieldset,form,address,caption,table,th,td {
	margin:0;
	padding:0;
	border:none;
	outline:none;
	font-style:normal;
	font-weight:normal;
	font-family:inherit;
	font-size:100%;
}
html {
	height:100%;
	font-family: inherit;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
	background-color:#e9edf1;
}
body {
	overflow-y: scroll;
	color:#666;
	font-family: 'Open Sans', 'Hiragino Kaku Gothic ProN', 'Meiryo', sans-serif;
	font-size:62.5%;
	line-height:1.4;
	background-color:#e9edf1;
}
li {
	list-style-type:none;
}
a {
	color:#15a;
	text-decoration:underline;
}
a:hover {
	text-decoration:none;
}
input,textarea,select {
	outline:none;
	font-family:inherit;
	font-size:inherit;
}
img {
	vertical-align:bottom;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th,td {
	word-break: break-all;
}
th {
	padding: 0.5em 0.2em;
	color: #333;
}
td {
	padding: 0.5em 0.2em;
}

/*----- float set -----*/
.fl {float: left;}
.fr {float: right;}

/*----- text-align set -----*/
.tl {text-align: left !important;}
.tc {text-align: center !important;}
.tr {text-align: right !important;}

/*----- position set -----*/
.pr {position:relative;}
.pa {position: absolute;}
.p_t{top:0;}
.p_b{bottom:0;}
.p_r{right:0;}
.p_l{left:0;}

/*----- margin set -----*/
.m0{margin:0;}
.mt0 {margin-top:0;}
.mt5 {margin-top:5px;}
.mt10 {margin-top:10px;}
.mt20 {margin-top:20px;}
.mt30 {margin-top:30px;}
.mt40 {margin-top:40px;}
.mt50 {margin-top:50px;}
.mb0 {margin-bottom:0;}
.mb5 {margin-bottom:5px;}
.mb10 {margin-bottom:10px;}
.mb20 {margin-bottom:20px;}
.mb30 {margin-bottom:30px;}
.mb40 {margin-bottom:40px;}
.mb50 {margin-bottom:50px;}
.ml0 {margin-left:0;}
.ml5 {margin-left:5px;}
.ml10 {margin-left:10px;}
.ml20 {margin-left:20px;}
.ml30 {margin-left:30px;}
.ml40 {margin-left:40px;}
.ml50 {margin-left:50px;}
.mr0 {margin-right:0;}
.mr5 {margin-right:5px;}
.mr10 {margin-right:10px;}
.mr20 {margin-right:20px;}
.mr30 {margin-right:30px;}
.mr40 {margin-right:40px;}
.mr50 {margin-right:50px;}

.mt-5 {margin-top:-5px;}
.mt-10 {margin-top:-10px;}

/*----- strong -----*/
strong {color: #333;}

/*----- form parts -----*/
input[type="text"],
input[type="password"],
input[type="number"],
input[type="tel"],
input[type="email"],
input[type="url"],
textarea {
	padding: 3px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
	box-sizing: border-box;
	-webkit-transition: border 0.1s ease-out, box-shadow 0.1s ease-out;
}
input[type="text"]:focus,
input[type="password"]:focus,
input[type="number"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
select:focus,
textarea:focus {
	border: 1px solid #6baefa;
	box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.1);
}
input[type=number]::-webkit-inner-spin-button,
input[type=number]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}
input[type="checkbox"],
input[type="radio"] {
	position: relative;
	top: 2px;
	margin: 0 2px 0 0;
	padding: 0;
}
select {
	padding: 3px;
	border: 1px solid #e1e1e1;
	border-radius: 5px;
}
input[type="submit"]:hover,
input[type="button"]:hover,
input[type="reset"]:hover {
	cursor: pointer;
}
.submit {
	margin-top: 20px;
	text-align: center;
}
.submit .button {
	width: 160px;
	margin: 0 5px;
}

.size_xsmall {
	width: 10% !important;
}
.size_small {
	width: 20% !important;
}
.size_among {
	width: 30% !important;
}
.size_middle {
	width: 50% !important;
}
.size_big {
	width: 80% !important;
}
.size_max {
	width: 100% !important;
}
.size_date {
	width: 75px !important;
}
.v_size_ssmall {
	height: 60px;
}
.v_size_small {
	height: 125px;
}
.v_size_middle {
	height: 200px;
}
.v_size_big {
	height: 400px;
}
.label_group label {
	margin: 0 1em 0 0;
}

/*----- headline -----*/
.headline {
	margin-bottom: 5px;
	color: #222;
	font-size: 16px;
}
.headline_small {
	margin-bottom: 5px;
	color: #222;
	font-size: 14px;
}

/*----- font-size -----*/
.f_small {
	font-size: 12px !important;
}
.f_middle {
	font-size: 14px !important;
}
.f_big {
	font-size: 18px !important;
}

/*----- font-color -----*/
.f_red {
	color: #f00;
}

/*----- button -----*/
.button {
	display: inline-block;
	padding: 0.7em 1.2em 0.6em;
	text-decoration: none;
	color: #666;
	border: 1px solid #e1e1e1;
	border-radius: 3px;
	background-color: #f4f4f4;
	box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.3);
}
.button_slim {
	padding: 0.3em 0.5em;
}
.button:hover {
	color: #333;
	background-color: #e1e1e1;
}
.add_button, .edit_button, .delete_button, .deleteButton, .regist_button, .show_button{
	color: #fff;
}
.add_button:hover, .edit_button:hover, .delete_button:hover, .deleteButton:hover, .regist_button:hover, .show_button:hover{
	color: #fff;
}
.add_button {
	border: 1px solid #3fa79c;
	background-color: #4bc6b9;
}
.add_button:hover {
	background-color: #3fa79c;
}
.edit_button {
	border: 1px solid #428bca;
	background-color: #429eed;
}
.edit_button:hover {
	background-color: #428bca;
}
.delete_button,
.deleteButton {
	border: 1px solid #e36159;
	background-color: #ff857d;
}
.delete_button:hover,
.deleteButton:hover {
	background-color: #e36159;
}
.force_sync_button {
	border: 1px solid #e36159;
	background-color: #ff857d;
	color: #fff;
}
.force_sync_button:hover {
	background-color: #e36159;
	color: #fff;
}
.regist_button {
	border: 1px solid #f9a410;
	background-color: #f9c510;
}
.regist_button:hover {
	background-color: #f9a410;
}
.show_button {
	border: 1px solid #4f5061;
	background-color: #797a8a;
}
.show_button:hover {
	background-color: #4f5061;
}

/*-----right_button -----*/
.right_button {
	position: absolute;
	top: -12px;
	right: 0;
	overflow: hidden;
	padding-bottom: 2px;
}
.right_button li {
	float: left;
	margin-left: 7px;
}
.right_button a {
	text-align: center;
}
#search_condition .right_button {
	top: 10px;
	right: 15px;
}
#search_condition .right_button .button {
	padding: 0.3em 0.8em 0.2em;
}

/*----- bottom_fix -----*/
.bottom_fix {
	width: 100%;
	padding: 20px 0 20px 200px;
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 400;
	border-top: 1px solid #ddd;
	background: rgba(235, 235, 235, 0.75);
	box-sizing: border-box;
}
.bottom_fix input[type="button"]:hover,
.bottom_fix input[type="submit"]:hover {
	cursor: pointer;
}

/*----- multiple -----*/
.multiple {
	width: 80%;
}
.single_select {
	width: 80%;
}

/*----- search_class_select -----*/
.search_class_select {
	height: 28px;
	vertical-align: baseline;
}

/*----- disabled -----*/
.disabled {
	opacity: 0.5;
	cursor: default !important;
}

/*----- require -----*/
.require {
	display: inline-block;
	margin-left: 0.5em;
	color: #f42a1e !important;
}

/*----- success_message -----*/
.success_message {
	display: none;
	z-index: 20000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1em 0;
	color: #37532b;
	font-size: 1.8em;
	text-align: center;
	background-color: #dff0d8 !important;
	-webkit-font-smoothing: antialiased;
}

.order_success_message {
	display: none;
	z-index: 20000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1em 0;
	color: #37532b;
	font-size: 1.8em;
	text-align: center;
	background-color: #dff0d8 !important;
	-webkit-font-smoothing: antialiased;
}

.compilation_error {
	display: none;
	z-index: 20000;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	padding: 1em 0;
	color: #ffffff;
	font-size: 1.8em;
	text-align: center;
	background-color: #ff8c90 !important;
	-webkit-font-smoothing: antialiased;
}
/*----- micro clearfix -----*/
.clearfix:before,.clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
}
.clearfix:after {
	clear:both;
}
.clearfix {
	zoom:1;
}

/*----- ui-front -----*/
.ui-front {
	z-index: 15000 !important;
}
/* jquery ui custom styles */
.ui-helper-hidden-accessible {
	display: none;
}
.ui-autocomplete {
	display: inline-block;
	max-height: 100px;
	overflow-y: auto;
	overflow-x: hidden;
	margin: 0;
	padding: 0;
	list-style: none;
	border: 1px solid #dadcdd;
	background-color: #fff;
	z-index: 20000;
}
* html .ui-autocomplete { /* old browser */
	height: 100px;
}
.ui-menu-item {
	margin: 0;
	padding: 0;
}
.ui-menu-item a {
	display: block;
	padding: 0.5em;
}
.ui-menu-item a:hover,
.ui-state-focus {
	background-color: #f5f5f5;
}
.notor {
	margin-left: 5px;
	width: 70px;
	height: 24px;
	padding: 4px 2px;
}
/*サジェスト*/
.add_box {
	display: inline-block;
	margin: 0.5em 1em 0 0;
	padding: 0.3em 0.5em;
	background-color: #f5f5f5;
	border: 1px solid #ccc;
}
.suggest_delete {
	display: inline-block;
	margin-left: 0.5em;
	color: #222;
	text-decoration: none;
}
.suggest_delete:hover {
	text-decoration: underline;
}


/*-----------------------------------------------------------------
	2.layout
-----------------------------------------------------------------*/
#header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 700;
	width: 100%;
	height: 45px;
	background-color: #fff;
	box-sizing: border-box;
}

/*----- title  -----*/
#title {
	width: 200px;
	float: left;
	line-height: 45px;
	text-align: center;
	text-indent: -5px;
	font-size: 1.8em;
	letter-spacing: 0.05em;
	background-color: #161c21;
}
#title a {
	text-decoration: none;
	color: #fff;
}
#title img {
	margin: -3px 6px 0 0;
	vertical-align: middle;
}
#title span {
	color: #47d0e4;
}

/*----- nav_toggle -----*/
.nav_toggle {
	display: inline-block;
	height: 45px;
	line-height: 45px;
	padding: 0 14px 0 15px;
	box-sizing: border-box;
}
.nav_toggle:hover {
	cursor: pointer;
}
.nav_toggle img {
	vertical-align: middle;
	-webkit-transition: opacity 0.1s linear;
	transition: opacity 0.1s linear;
}
.nav_toggle:hover img {
	opacity: 0.5;
}

/*----- header_news -----*/
#header_news {
	position: absolute;
	top: 0px;
	right: 160px;
}

#header_news:hover {
	opacity: 0.5;
	cursor: pointer;
}
#unread_counter{
	position: absolute;
	top: 5px;
	right: 5px;
	padding: 0px 3px;
	color: white;
	font-weight: bold;
	background-color: #f03737;
	border-radius: 50%;
}

#news {
	display: none;
	overflow: hidden;
}
#TB_ajaxContent #news {
	display: inherit;
    word-break: break-all;
}
#news h2 {
	margin: 10px 0 15px;
}
#news ul {
	color: #666;
	font-size: 14px;
	margin-top: 10px;
	flex: 4;
}
.newsTitle {
	position: relative;
	padding: 10px 10px 10px 15px;
	border-top: 1px solid #f0f0f0;
	border-bottom: 1px solid #f0f0f0;
}
.newsTitle:hover {
	opacity: 0.5;
	cursor: pointer;
}
.news_link {
	text-decoration: none;
}
#news .unread:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 15px;
	left: 0px;
	background-color: #f03737;
	border-radius: 10px;
}
#newsMessage {
	font-size: 14px;
	border-left: 1px solid #ccc;
	padding: 0 20px;
	margin-top: 10px;
	flex: 6;
}
#news ul, #newsMessage {
	height: 300px;
	overflow-y: auto;
}
li.selected {
	background-color: #fefff2;
}

.word_break{
	word-break: break-all;
}

#opennews_title {
	font-weight: bold;
	font-size: 20px;
}

#opennews_date {
	color: #666;
}

/*----- header_info -----*/
#header_info {
	position: absolute;
	top: 0;
	right: 0;
}
#header_info > li {
	margin-right: 10px;
	font-size: 1.2em;
}
#header_info > li a {
	color: #333;
	text-decoration: none;
}
#header_info > li > a {
	position: relative;
	width: 150px;
	height: 45px;
	display: block;
	color: #666;
	text-align: center;
	text-indent: 0.4em;
	line-height: 45px;
}
#header_info > li > a:hover {
	color: #222;
}
#header_info ul {
	display: none;
}
#header_info .staff {
	position: relative;
}
#header_info .staff i {
	font-size: 1.16em;
}
#header_info .submenu {
	position: absolute;
	top: 45px;
	right: 0;
	box-shadow: rgba(0, 0, 0, 0.1) 0px 2px 1px 0px;
}
#header_info .submenu li {
	line-height: 1.2;
}
#header_info .submenu li a {
	display: block;
	width: 150px;
	height: 40px;
	line-height: 40px;
	color: #999;
	text-align: center;
	background-color: #fff;
	box-sizing: border-box;
}
#header_info .submenu li a:hover {
	color: #222;
}

/*----- login_user -----*/
.login_user {
	display: none;
}
#TB_ajaxContent .login_user {
	display: inherit;
}
.login_user h2 {
	margin: 10px 0 15px;
}
.login_user ul {
	color: #666;
	font-size: 14px;
	border-top: 1px solid #f0f0f0;
}
.login_user li {
	position: relative;
	padding: 10px;
	border-bottom: 1px solid #f0f0f0;
}
.login_user li:after {
	content: '';
	display: block;
	width: 6px;
	height: 6px;
	position: absolute;
	top: 15px;
	right: 10px;
	background-color: #2ecc71;
	border-radius: 10px;
}


/*----- container -----*/
#container {
	position: relative;
	overflow: hidden;
}

/*----- content -----*/
#content {
	margin-left: 200px;
	padding: 60px 20px 30px 20px;
	font-size: 1.2em;
}
#popup_content {
	margin-left: 0;
	padding: 30px 20px;
	font-size: 1.1em;
}

/*----- side_bar -----*/
.side_bar {
	position: fixed;
	top: 0;
	left: 0;
	width: 200px;
	height: 100%;
	padding-top: 45px;
	background-color: #28323b;
	z-index: 500;
	box-sizing: border-box;
}

/*----- side_nav -----*/
.side_nav > li {
	position: relative;
	margin: 0;
	padding: 0;
	text-indent: 20px;
	font-size: 1.3em;
}
.side_nav > li:after {
	content:"";
	display: block;
	width:5px;
	height:5px;
	border-top:2px solid #fff;
	border-right:2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	right:20px;
	top:14px;
}
.side_nav > li.open_nav:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.side_nav > li.opened:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
}
.side_nav a {
	-webkit-transition: background-color 0.2s linear;
	transition: background-color 0.2s linear;
}
.side_nav > li > a {
	display: block;
	width: 100%;
	height: 38px;
	line-height: 40px;
	color: #85919c;
	text-decoration: none;
	text-indent: 40px;
	background-color: #28323b;
}
.side_nav > li > a:hover,
.side_nav > li.open_nav > a {
	color: #fff;
	background-color: #1d252c;
}
.side_nav > li.current > a {
	color: #fff;
	background-color: #1fc0d7;
}
/* .side_nav > li.current:after {
	-webkit-transform: rotate(135deg);
	transform: rotate(135deg);
} */
.side_nav ul {
	display: none;
}
.side_nav ul.select {
	display: block;
}
.side_nav ul li {
	margin: 0;
	padding: 0;
	text-indent: 40px;
	min-height: 5px;
}
.side_nav ul li:first-of-type {
	min-height: 0;
}
.side_nav ul li a {
	display: block;
	padding: 0.8em 0 0.6em;
	color: #b6c1ca;
	text-decoration: none;
	background-color: #38444f;
}
.side_nav ul li a:hover {
	color: #fff;
	background-color: #2c363e;
}
.side_nav .current ul li a.active {
	color: #fff;
	background-color: #455765;
}

/* side_nav icon */
.side_nav .home > a {
	background: url(../images/nav_icon_001.png) 14px center no-repeat;
	background-size: 20px;
}
.side_nav .master > a {
	background: url(../images/nav_icon_002.png) 15px center no-repeat;
	background-size: 18px;
}
.side_nav .suppliers > a {
	background: url(../images/nav_icon_003.png) 15px center no-repeat;
	background-size: 18px;
}
.side_nav .ticket > a {
	background: url(../images/nav_icon_004.png) 15px center no-repeat;
	background-size: 18px;
}
.side_nav .counting > a {
	background: url(../images/nav_icon_005.png) 15px center no-repeat;
	background-size: 18px;
}
.side_nav .retail > a {
	background: url(../images/nav_icon_006.png) 15px center no-repeat;
	background-size: 18px;
}
.side_nav .retail_counting > a {
	background: url(../images/nav_icon_007.png) 15px center no-repeat;
	background-size: 18px;
}
.side_nav .bill > a {
	background: url(../images/nav_icon_008.png) 15px center no-repeat;
	background-size: 15px;
}
.side_nav .web_order > a {
	background: url(../images/nav_icon_009.png) 15px center no-repeat;
	background-size: 18px;
}
.side_nav .rental > a {
	background: url(../images/nav_icon_010.png) 15px center no-repeat;
	background-size: 18px;
}
.side_nav .rental_counting > a {
	background: url(../images/nav_icon_011.png) 15px center no-repeat;
	background-size: 18px;
}
.side_nav .rental_conf > a {
	background: url(../images/nav_icon_012.png) 15px center no-repeat;
	background-size: 18px;
}
.side_nav .conf > a {
	background: url(../images/nav_icon_013.png) 15px center no-repeat;
	background-size: 18px;
}

/* side_nav_hide */
.side_bar_hide {
	width: 50px;
}
.side_bar_hide .side_nav li > a {
	text-indent: -9999px;
}
.side_bar_hide .side_nav > li:after {
	content:"";
	display: block;
	width:0;
	height:0;
	border:none;
	position: static;
}

.side_bar_hide .side_nav > li > a {
	position: relative;
}
.hide_nav {
	width: 480px;
	position: absolute;
	top: 0;
	left: 50px;
	background-color: #1d252c;
}
.side_bar_hide .hide_nav li {
	float: left;
	width: 120px;
}
.side_bar_hide .hide_nav li > a {
	height: 45px;
	line-height: 45px;
	padding: 0;
	text-indent: 15px;
	background-color: #1d252c;
	border-bottom: 1px solid #13181d;
	border-right: 1px solid #13181d;
	box-sizing: border-box;
}
.side_bar_hide .hide_nav li > a:hover {
	color: #fff;
	background-color: #1d252c;
}


/*-----------------------------------------------------------------
	3.parts
-----------------------------------------------------------------*/
/*----- topic_path -----*/
#topic_path {
	overflow: hidden;
	margin-bottom: 20px;
	color: #333;
	box-sizing: border-box;
}
#topic_path li {
	float: left;
	color: #999;
}
#topic_path a {
	color: #333;
	text-decoration: none;
}
#topic_path a:hover {
	text-decoration: underline;
}
.topic_right {
	display: inline-block;
	margin: 0 0.5em 0 0.7em;
}

/*----- icon_button -----*/
.icon_button { /* free_size */
	text-indent: 1.2em;
	background-position: 1.0em center;
	background-repeat: no-repeat;
	background-size: 14px 14px;
}
.icon_search_wht { background-image: url(../images/search_wht.png);}
.icon_search_blk { background-image: url(../images/search_blk.png);}
.icon_plus_wht { background-image: url(../images/plus_wht.png);}
.icon_plus_blk { background-image: url(../images/plus_blk.png);}
.icon_minus_wht { background-image: url(../images/minus_wht.png);}
.icon_minus_blk { background-image: url(../images/minus_blk.png);}
.icon_right_arrow_wht { background-image: url(../images/right_arrow_wht.png);}
.icon_right_arrow_blk { background-image: url(../images/right_arrow_blk.png);}
.icon_left_arrow_wht { background-image: url(../images/left_arrow_wht.png);}
.icon_left_arrow_blk { background-image: url(../images/left_arrow_blk.png);}
.icon_bottom_arrow_wht { background-image: url(../images/bottom_arrow_wht.png);}
.icon_bottom_arrow_blk { background-image: url(../images/bottom_arrow_blk.png);}
.icon_up_arrow_wht { background-image: url(../images/up_arrow_wht.png);}
.icon_up_arrow_blk { background-image: url(../images/up_arrow_blk.png);}
.icon_clock_wht { background-image: url(../images/clock_wht.png);}
.icon_clock_blk { background-image: url(../images/clock_blk.png);}
.icon_tel_wht { background-image: url(../images/tel_wht.png);}
.icon_tel_blk { background-image: url(../images/tel_blk.png);}
.icon_map_wht { background-image: url(../images/map_wht.png);}
.icon_map_blk { background-image: url(../images/map_blk.png);}
.icon_print_wht { background-image: url(../images/print_wht.png);}
.icon_print_blk { background-image: url(../images/print_blk.png);}
.icon_mail_wht { background-image: url(../images/mail_wht.png);}
.icon_mail_blk { background-image: url(../images/mail_blk.png);}
.icon_human_wht { background-image: url(../images/human_wht.png);}
.icon_human_blk { background-image: url(../images/human_blk.png);}
.icon_heart_wht { background-image: url(../images/heart_wht.png);}
.icon_heart_blk { background-image: url(../images/heart_blk.png);}
.icon_gear_wht { background-image: url(../images/gear_wht.png);}
.icon_gear_blk { background-image: url(../images/gear_blk.png);}
.icon_trash_wht { background-image: url(../images/trash_wht.png);}
.icon_trash_blk { background-image: url(../images/trash_blk.png);}

/*----- search_box -----*/
.search_box {
	position: relative;
	padding: 15px 15px 13px;
	background-color: #fff;
	box-shadow:rgba(100, 100, 100, 0.1) 0px 0px 1px 0px;
}
.search_box h2 {
	padding-left: 22px;
	line-height: 1;
	color: #222;
	font-size: 1.33em;
}
.search_box h2.hover {
	cursor: pointer;
}
.search_box .toggle_button {
	margin-top: -2px;
}
.search_box .toggle_button a {
	display: block;
	width: 18px;
	height: 18px;
	border-radius: 20px;
}
.search_box .open_button {
	display: none;
}
.search_box .open_button a {
	background: url(../images/arrow_bottom.png) center 7px no-repeat #ccc;
}
.search_box .close_button a {
	background: url(../images/arrow_up.png) center 6px no-repeat #ccc;
}
.search_box .open_button a.hover,
.search_box .close_button a.hover {
	background-color: #28323b;
}
.search_terms {
	margin-top: 15px;
}
.overflow-contents {
	overflow: scroll;
	height: 400px !important;
}
.flex-contents {
	display: flex;
	flex-wrap: nowrap;
}
/* .flex-contents > td {
	width:25%;
	text-align: center;
} */
.flex-contents-child {
	width:25% !important;
	text-align: center !important;
	flex-grow:1 !important;
}

/*----- base table -----*/
table {
	width: 100%;
}
table th,
table td {
	font: inherit;
	background-color: #fff;
}
#container table th:not(.table-sort) > span {
	display: inline-block;
	margin-left: 0.4em;
	color: #f00;
}

/*----- typeFree table -----*/
.typeFree th {
	font-weight: bold;
}
.typeFree td {
	text-align: center;
	border-top: 1px solid #dadcdd;
}
.typeFree .hover td {
	background-color: #f9f9f9;
}
.typeFree tr.checked_tr td {
	background-color: #fefff2;
}

/*----- typeFix table -----*/
.typeFix {
	table-layout:fixed;
}
.typeFix th {
	font-weight: bold;
}
.typeFix td {
	text-align: center;
	border-top: 1px solid #dadcdd;
}
.typeFix .hover td {
	background-color: #f9f9f9;
}
.typeFix tr.checked_tr td {
	background-color: #e7f6f4;
}

/*----- type15List table -----*/
.type15List {
	border-top: 1px solid #dadcdd;
}
.type15List th,
.type15List td {
	padding: 1em;
}
.type15List th {
	width: 15%;
	text-align: left;
	border-bottom: 1px solid #dadcdd;
	background-color: #f9f9f9;
}
.type15List td {
	border-bottom: 1px solid #dadcdd;
}

/*----- type15List2 table -----*/
.type15List2 {
	border-top: 1px solid #dadcdd;
}
.type15List2 th,
.type15List2 td {
	padding: 1em;
}
.type15List2 th {
	width: 12%;
	text-align: left;
	border-bottom: 1px solid #dadcdd;
	background-color: #f9f9f9;
}
.type15List2 td {
	width: 38%;
	border-bottom: 1px solid #dadcdd;
}

/*----- search_condition -----*/
.search_condition th,
.search_condition td {
	padding: 0.5em;
}
.search_condition th {
	width: 10%;
	padding: 0.5em 0;
	text-align: left;
}
.search_condition td {
	width: 40%;
}

/*----- no-shadow-table -----*/
table.no_shadow_table {
	box-shadow: none;
}

/*----- no-border-table -----*/
table.no_border_table th,
.no_border_table td {
	border: none;
}

/*----- basic-table -----*/
table.basic_table th,
table.basic_table td {
	border-bottom: 1px solid #dadcdd;
}
table.basic_table th {
	font-weight: bold;
}
table.basic_table th span {
	display: inline-block;
	margin-left: 0.4em;
	color: #f00;
}

/*----- row setting -----*/
.row:before {
	content: '';
	display: table;
}
.row:after {
	content: '';
	clear: both;
	display: table;
}

/*----- col_wrap -----*/
.col_wrap_12 {
	margin-left: -10px;
	margin-right: -10px;
}

/*----- panel -----*/
.panel {
	padding: 20px;
	background-color: #fff;
	box-shadow:rgba(80, 80, 80, 0.15) 0px 1px 1px 0px;
}
.no_shadow {
	box-shadow:none;
}
.maxW_1000 {
	max-width: 1000px;
}

/*----- one-column -----*/
.col_12 {
	position: relative;
	float: left;
	width: 100%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.col_9 {
	position: relative;
	float: left;
	width: 75%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.col_8 {
	position: relative;
	float: left;
	width: 66.66666666%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.col_6 {
	position: relative;
	float: left;
	width: 50%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.col_4 {
	position: relative;
	float: left;
	width: 33.333333333%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.col_3 {
	position: relative;
	float: left;
	width: 25%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.col_2 {
	position: relative;
	float: left;
	width: 16.666666666%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}
.col_1 {
	position: relative;
	float: left;
	width: 8.333333333%;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}

/*----- thumb-img -----*/
.thumb_small {
	height: 45px;
}

/*----- csv-regist -----*/
.check_list label {
	display: inline-block;
	width: 16.5em;
	margin: 0 1.0em 1.0em 0;
	padding: 0.8em 1.0em 0.7em;
	box-sizing: border-box;
}
.check_list label:hover {
	color: #333;
	background-color: #f4f4f4;
}
.check_list .requriedCheck,
.check_list .check,
.check_list .requriedCheck:hover,
.check_list .check:hover {
	color: #333;
	background-color: #e1f4f3;
}
.brick {
	float: left;
	display: inline-block;
	width: 16.5em;
	margin: 0 1.0em 1.0em 0;
	padding: 0.8em 1.0em 0.7em;
	box-sizing: border-box;
	borde: 1px solid #e1e1e1;
	color: #333;
	background-color: #f4f4f4;
}
.brick:hover {
	cursor: pointer;
}

/*----- add-image -----*/
#drag-and-drop-zone {
	text-align: center;
}
#drag-and-drop-zone div:first-child {
	margin-bottom: 20px;
	padding: 3em 0;
	color: #ccc;
	font-size: 2.0em;
	background-color: #f4f4f4;
}
#drag-and-drop-zone .browser label {
	display: block;
	width: 60%;
	margin: 0 auto;
	padding: 1.0em 0.8em;
	color: #fff;
	background-color: #797a8a;
	border-radius: 10px;
	border: 1px solid #4f5061;
}
#drag-and-drop-zone .browser label:hover {
	cursor: pointer;
	background-color: #4f5061;
}
#drag-and-drop-zone .browser label input {
	margin-top: 0.5em;
}

/* loadig */
#whiteout{
	opacity: 0;
	position: fixed;
	top: 0;
	left: 0;
	z-index: 900;
	width: 100%;
	height: 100%;
	background-color: #fff;
}
#floatingCirclesG{
	position:relative;
	width:60px;
	height:60px;
	margin: 150px auto 0 auto;
	-moz-transform:scale(0.6);
	-webkit-transform:scale(0.6);
	-ms-transform:scale(0.6);
	-o-transform:scale(0.6);
	transform:scale(0.6);
}
.f_circleG{
	position:absolute;
	background-color:#FFFFFF;
	height:11px;
	width:11px;
	-moz-border-radius:5px;
	-moz-animation-name:f_fadeG;
	-moz-animation-duration:0.56s;
	-moz-animation-iteration-count:infinite;
	-moz-animation-direction:linear;
	-webkit-border-radius:5px;
	-webkit-animation-name:f_fadeG;
	-webkit-animation-duration:0.56s;
	-webkit-animation-iteration-count:infinite;
	-webkit-animation-direction:linear;
	-ms-border-radius:5px;
	-ms-animation-name:f_fadeG;
	-ms-animation-duration:0.56s;
	-ms-animation-iteration-count:infinite;
	-ms-animation-direction:linear;
	-o-border-radius:5px;
	-o-animation-name:f_fadeG;
	-o-animation-duration:0.56s;
	-o-animation-iteration-count:infinite;
	-o-animation-direction:linear;
	border-radius:5px;
	animation-name:f_fadeG;
	animation-duration:0.56s;
	animation-iteration-count:infinite;
	animation-direction:linear;
}
#frotateG_01{
	left:0;
	top:25px;
	-moz-animation-delay:0.21s;
	-webkit-animation-delay:0.21s;
	-ms-animation-delay:0.21s;
	-o-animation-delay:0.21s;
	animation-delay:0.21s;
}
#frotateG_02{
	left:7px;
	top:7px;
	-moz-animation-delay:0.28s;
	-webkit-animation-delay:0.28s;
	-ms-animation-delay:0.28s;
	-o-animation-delay:0.28s;
	animation-delay:0.28s;
}
#frotateG_03{
	left:25px;
	top:0;
	-moz-animation-delay:0.35s;
	-webkit-animation-delay:0.35s;
	-ms-animation-delay:0.35s;
	-o-animation-delay:0.35s;
	animation-delay:0.35s;
}
#frotateG_04{
	right:7px;
	top:7px;
	-moz-animation-delay:0.42s;
	-webkit-animation-delay:0.42s;
	-ms-animation-delay:0.42s;
	-o-animation-delay:0.42s;
	animation-delay:0.42s;
}
#frotateG_05{
	right:0;
	top:25px;
	-moz-animation-delay:0.49s;
	-webkit-animation-delay:0.49s;
	-ms-animation-delay:0.49s;
	-o-animation-delay:0.49s;
	animation-delay:0.49s;
}
#frotateG_06{
	right:7px;
	bottom:7px;
	-moz-animation-delay:0.56s;
	-webkit-animation-delay:0.56s;
	-ms-animation-delay:0.56s;
	-o-animation-delay:0.56s;
	animation-delay:0.56s;
}
#frotateG_07{
	left:25px;
	bottom:0;
	-moz-animation-delay:0.63s;
	-webkit-animation-delay:0.63s;
	-ms-animation-delay:0.63s;
	-o-animation-delay:0.63s;
	animation-delay:0.63s;
}
#frotateG_08{
	left:7px;
	bottom:7px;
	-moz-animation-delay:0.7s;
	-webkit-animation-delay:0.7s;
	-ms-animation-delay:0.7s;
	-o-animation-delay:0.7s;
	animation-delay:0.7s;
}
@-moz-keyframes f_fadeG{
	0%{background-color:#000000}
	100%{background-color:#FFFFFF}
}
@-webkit-keyframes f_fadeG{
	0%{background-color:#000000}
	100%{background-color:#FFFFFF}
}
@-ms-keyframes f_fadeG{
	0%{background-color:#000000}
	100%{background-color:#FFFFFF}
}
@-o-keyframes f_fadeG{
	0%{background-color:#000000}
	100%{background-color:#FFFFFF}
}
@keyframes f_fadeG{
	0%{background-color:#000000}
	100%{background-color:#FFFFFF}
}


/*-----------------------------------------------------------------
	4.login
-----------------------------------------------------------------*/
body#login {
	height: 100%;
	background-color: #f5f5f5;
}
#login_container {
	width: 100%;
	height: 100%;
	display: table;
}
#login_wrap {
	display:table-cell;
	vertical-align:middle;
	text-align:center;
	margin: 0 auto;
	background-color: #f5f5f5;
}
#login_content {
	width: 500px;
	margin: 0 auto;
	padding-bottom: 50px;
	background-color: #fff;
	box-shadow:rgba(100, 100, 100, 0.2) 0px 0px 1px 0px;
}
#login_title {
	padding: 20px;
	text-align: center;
	background-color: #28323b;
}
#login_title h1 {
	display: inline-block;
	padding-left: 48px;
	font-family: Arial;
	font-size: 2.0em;
	font-weight: normal;
	letter-spacing: 0.05em;
	color: #fff;
	background: url(../images/logo.png) left center no-repeat;
	background-size: 40px;
}
#login_title span {
	color: #47d0e4;
}
#login_content dl {
	width: 340px;
	margin: 0 auto;
	padding: 50px 0 0;
	font-size: 1.4em;
	text-align: left;
}
#login_content dt {
	float: left;
	clear: left;
	display: block;
	width: 40px;
	height: 40px;
	text-indent: -9999px;
	border-radius: 3px 0 0 3px;
}
#login_content dt label {
	display: block;
	width: 40px;
	height: 40px;
}
#login_content dt.user_id {
	background: url(../images/user.png) center no-repeat #28323b;
}
#login_content dt.user_pass {
	background: url(../images/password.png) center no-repeat #28323b;
}

#login_content dd {
	margin-bottom: 25px;
}
#login_content dd input {
	width: 300px;
	height: 40px;
	border-radius: 0 3px 3px 0;
	border-left: none;
}
#login_content .submit input {
	width: 220px;
	height: 40px;
	margin-top: 10px;
	font-size: 14px;
	letter-spacing: 0.1em;
}
#loginUser_list #loginUser_data {
	text-align: center;
	width: 50%;
	margin-bottom: 50px;
	font-size: 15px;
}


/*-----------------------------------------------------------------
	4.dashboard
-----------------------------------------------------------------*/
/* boookmark */
.bookmark {
	margin-left: -3%;
}
.bookmark li {
	float: left;
	width: 30%;
	margin-left: 3%;
	margin-bottom: 15px;
	box-sizing: border-box;
}
.bookmark a {
	display: inline-block;
	width: 100%;
	padding: 0.6em 0;
	color: #666;
	text-align: center;
	text-decoration: none;
	border: 2px solid #dadcdd;
	background-color: #fff;
	-webkit-transition: background-color 0.1s linear, color 0.1s linear, border 0.1s linear;
	transition: background-color 0.1s linear, color 0.1s linear, border 0.1s linear;
}
.bookmark a:hover {
	color: #fff;
	border: 2px solid #1fc0d7;
	background-color: #1fc0d7;
}

/* message_board */
.message_board {
	overflow-y: auto;
	max-height: 200px;
	line-height: 1.7;
}
.message_board dt {
	float: left;
	clear: left;
	width: 7em;
}
.message_board dd {
	position: relative;
	margin-bottom: 1em;
	padding: 0 0 1em 7em;
	border-bottom: 1px dotted #e1e1e1;
}
.message_board p {
	padding-right: 20em;
}
.message_board .post_user {
	position: absolute;
	top: 0;
	right: 1em;
	text-align: right;
}
#custom_link_box {
	display: none;
}
.custom_link_box_inner {
	padding: 20px 0;
	text-align: center;
}



/*-----------------------------------------------------------------
	5.top-chart
-----------------------------------------------------------------*/
#top-chart .panel-body {
	position: relative;
}
#top-chart .panel-body .icon {
	position: absolute;
	top: 40px;
	left: 0px;
	padding: 6px;
	font-size: 30px;
	color: #fff;
	border-radius: 100px;
	-webkit-font-smoothing: antialiased;
}

/* gross */
.gross-price .panel {
	border-left: 4px solid #428bca;
}
.gross-price h2,
.gross-price .data-val span {
	color: #428bca;
}
.gross-price .icon {
	background-color: #428bca;
}

/* regist item */
.regist-item .panel {
	border-left: 4px solid #2baab1;
}
.regist-item h2,
.regist-item .data-val span {
	color: #2baab1;
}
.regist-item .icon {
	background-color: #2baab1;
}

/* rental item */
.rental-item .panel {
	border-left: 4px solid #e36159;
}
.rental-item h2,
.rental-item .data-val span {
	color: #e36159;
}
.rental-item .icon {
	background-color: #e36159;
}

/* no return */
.no-return-item .panel {
	border-left: 4px solid #734ba9;
}
.no-return-item h2,
.no-return-item .data-val span {
	color: #734ba9;
}
.no-return-item .icon {
	background-color: #734ba9;
}

#top-chart h2 {
	margin-bottom: 10px;
	padding-bottom: 7px;
	font-size: 1.4em;
	font-weight: bold;
	border-bottom: 1px solid rgba(255,255,255,0.2);
	-webkit-font-smoothing: antialiased;
}
#top-chart .data-val {
	margin: 0 0 2px 40px;
	text-align: right;
	word-wrap:break-word;
}
#top-chart .data-val span {
	font-size: 2.0em;
	-webkit-font-smoothing: antialiased;
}

/* 円グラフ legend表示 */
#user_chart {
	position: relative;
}
.pie-legend {
	position: absolute;
	top: 15px;
	right: 15px;
}
.pie-legend li {
	margin-bottom: 0.7em;
}
.pie-legend span {
	display: inline-block;
	width: 15px;
	height: 15px;
	margin-right: 0.5em;
}

/* 出現ポイントでグラフ表示 */
.canvas_chart {
	min-height: 1px;
}


/*-----------------------------------------------------------------
	6.responsive
-----------------------------------------------------------------*/

/*----- ~640px -----*/
@media screen and (max-width: 640px){
	.right_button {
		position: relative;
		top: -6px;
		right: 0;
	}
	.panel {
		width: auto;
		overflow-x: auto;
		display: block;
	}
	.responsive_table {
		width: 1000px;
	}
	#content {
		margin-left: 0;
	}
	.side_bar {
		display: none;
	}

	.col_3, .col_4, .col_6 {
		width: 100%;
		margin-bottom: 20px;
	}

	.search_condition tr {
		display: block;
	}
	.search_condition th,
	.search_condition td {
		display: list-item;
		padding: 0.2em 0;
		list-style: none;
	}
	.search_condition th {
		width: 100%;
	}
	.search_condition td {
		margin-bottom: 10px;
	}
}

/*----- 641~1023 -----*/
@media screen and (min-width: 641px) and (max-width: 1023px) {
	.right_button {
		position: relative;
		top: -6px;
		right: 0;
	}
	.panel {
		width: auto;
		overflow-x: auto;
		display: block;
	}
	.responsive_table {
		width: 1000px;
	}
	.col_3, .col_4, .col_6 {
		width: 50%;
		margin-bottom: 20px;
	}
	.search_condition tr {
		display: block;
	}
	.search_condition th,
	.search_condition td {
		display: list-item;
		padding: 0.2em 0;
		list-style: none;
	}
	.search_condition th {
		width: 100%;
	}
	.search_condition td {
		margin-bottom: 10px;
	}
}



/*-----------------------------------------------------------------
	image upload
-----------------------------------------------------------------*/
.cssload-container {
	width: 100%;
	height: 100%;
	text-align: center;
}
.upload_text {
	width: 100%;
	height: 1em;
	position: absolute;
	top: 85px;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	text-align: center;
	font-size: 14px;
}
.cssload-zenith {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 49px;
	height: 49px;
	margin: auto;
	border-radius: 50%;
	border-top-color: transparent;
	border-left-color: transparent;
	border-right-color: transparent;
	box-shadow: 3px 3px 1px rgb(255,255,255);
	animation: cssload-spin 690ms infinite linear;
	-o-animation: cssload-spin 690ms infinite linear;
	-ms-animation: cssload-spin 690ms infinite linear;
	-webkit-animation: cssload-spin 690ms infinite linear;
	-moz-animation: cssload-spin 690ms infinite linear;
}
@keyframes cssload-spin {
	100%{ transform: rotate(360deg); transform: rotate(360deg); }
}

@-o-keyframes cssload-spin {
	100%{ -o-transform: rotate(360deg); transform: rotate(360deg); }
}

@-ms-keyframes cssload-spin {
	100%{ -ms-transform: rotate(360deg); transform: rotate(360deg); }
}

@-webkit-keyframes cssload-spin {
	100%{ -webkit-transform: rotate(360deg); transform: rotate(360deg); }
}

@-moz-keyframes cssload-spin {
	100%{ -moz-transform: rotate(360deg); transform: rotate(360deg); }
}
