@charset "utf-8";

/**
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
}
input, button, select, textarea, a, .btn {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:11px;
}

b, h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6, .label, .badge{
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
**/
/*
.page-content {
	font-size: 12px;
}
*/


/* 社名欄 */
ul.nav-user li.dropdown a.dropdown-toggle{
	max-width: 300px;
}

/* icon color */
.icon-color-primary		{color: #37BC9B}
.icon-color-success		{color: #8CC152}
.icon-color-info		{color: #3BAFDA}
.icon-color-danger		{color: #E9573F}
.icon-color-warning		{color: #F6BB42}
.icon-color-dark		{color: #434A54}
.icon-color-gray		{color: #656D78}

.icon-xxs{
	width: 25px;
	height: 25px;
	padding: 6px 0 1px 0;
}
/* tiles */
.bg-dark a.tiles-link,
.bg-primary a.tiles-link,
.bg-success a.tiles-link,
.bg-info a.tiles-link,
.bg-danger a.tiles-link,
.bg-warning a.tiles-link {
	color: #fff;
}

/*
small {
	color: #999999;
	font-weight: normal;
	line-height: 1;
	font-size: 80%;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small {
	color: #999999;
	font-weight: normal;
	line-height: 1;
	font-size: 80%;
}
*/
#content {
	min-height: 100%;
	padding: 20px 20px;
	position: relative;
	background: #f5f5f5;
}
#content.full {
	width: 100% !important;
	margin-left: 0px !important;
}
.container {
	width: 100%;
}
.page-header {
	border-bottom: 1px solid #EEEEEE;
	margin: 10px 0 ;
	padding-bottom: 9px;
}

.btn-lg {
	padding: 10px 16px;
	font-size: 18px;
	line-height: 1.33;
	border-radius: 6px;
}
/*
.form-control {
	//font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro",Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size:12px;
	height:30px;
}
*/
input[placeholder], [placeholder], [placeholder] {
	color: #555555 !important;
}
hr.heder-line {
	border: 0;
	height: 0;
	margin:10px 0 20px;
	padding:0px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
hr.bold-line {
	border: 0;
	height: 0;
	margin: 20px 0 20px;
	padding: 0px;
	border-top: 3px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.center {
	text-align: center;
}
.right {
	text-align: right;
}
.middle {
	vertical-align: middle !important;
}

.the-box, .alert {
	font-size:12px;
}

/* alert add
=================================================================== */
/*
.alert {
	margin-top: 5px;
	margin-bottom: 5px;
}
.alert-default {
	color: #2E2E2E;
	background-color: #F5F5F5;
	border-color: #eee;
}
*/
/* label badge add
=================================================================== */

.label {
	padding: .3em .6em .3em;
	font-weight: normal;
}
.badge {
	font-weight: normal;
}

/* selectbox checkbox radio add
=================================================================== */
.selectbox-inline {
	display: inline-block;
}
.radio-inline input[type="radio"], .checkbox-inline input[type="checkbox"] {
	position:relative;
	top:-3px;
}
.radio-inline, .checkbox-inline {
	margin-right: 10px;
}
.radio-inline + .radio-inline, .checkbox-inline + .checkbox-inline {
	margin-left: 0;
	margin-top: 0;
}
/**
-------------------------------------------
TABLE
-------------------------------------------
**/
.table {
	//margin-bottom: 5px;
	//font-size:12px;
}
.table>thead>tr>th,
.table>tbody>tr>th,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>tbody>tr>td,
.table>tfoot>tr>td {
	vertical-align: middle !important;
}
.table-no-bordered {
	border: none 1px transparent;
}
.table-no-bordered  thead > tr > th,
.table-no-bordered  tbody > tr > th,
.table-no-bordered  tfoot > tr > th,
.table-no-bordered  thead > tr > td,
.table-no-bordered  tbody > tr > td,
.table-no-bordered  tfoot > tr > td {
	border: none 1px transparent;
}
.table-report > thead > tr > th,
.table-report > tbody > tr > th,
.table-report > tfoot > tr > th,
.table-report > thead > tr > td,
.table-report > tbody > tr > td,
.table-report > tfoot > tr > td {
	border-top: 1px solid #ddd !important;
}

.table-th-block.table-primary tfoot tr{
	background: #37BC9B;
	color: #fff;
}
.table-th-block.table-success tfoot tr{
	background: #8CC152;
	color: #fff;
}
.table-th-block.table-info tfoot tr{
	background: #3BAFDA;
	color: #fff;
}
.table-th-block.table-danger tfoot tr{
	background: #E9573F;
	color: #fff;
}
.table-th-block.table-warning tfoot tr{
	background: #F6BB42;
	color: #fff;
}
.table-th-block.table-dark tfoot tr{
	background: #434A54;
	color: #fff;
}

/** firefox ハック **/
@-moz-document url-prefix() {
	.table-bordered > caption + thead > tr:first-child > th,
	.table-bordered > colgroup + thead > tr:first-child > th,
	.table-bordered > thead:first-child > tr:first-child > th,
	.table-bordered > caption + thead > tr:first-child > td,
	.table-bordered > colgroup + thead > tr:first-child > td,
	.table-bordered > thead:first-child > tr:first-child > td {
		border-top: 1px solid #DDD;
	}
	.table-bordered {
		border-collapse: separate;
		border-top: 0.5px solid #DDD;
		border-left: 0.5px solid #DDD;
	}
	.table-bordered > tbody > tr > td,
	.table-bordered > tfoot > tr > td,
	.table-bordered > thead > tr > th,
	.table-bordered > tbody > tr > th {
		border-bottom: 0.5px solid #DDD;
		border-right: 0.5px solid #DDD;
	}
}

/* round (orignal)
=================================================================== */
.round {
	padding: 10px;
	margin-bottom: 5px;
	border: 1px solid transparent;
	border-radius: 4px;
}
.round-default {
	border-color: #E4E6EB;
}

/* box
=================================================================== */
.gray-woll {
	padding: 9px 14px;
	margin: 10px 0;
	background-color: #f7f7f9;
	border: 1px solid #e1e1e8;
	border-radius: 4px;
}
.well {
	border: 1px solid #ddd;
	background-color: #f6f6f6;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
}
.box {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border: 1px solid transparent;
	border-color: #E4E6EB;
	//-webkit-box-shadow: 0px 1px 0px 1px rgba(228,230,235,1);
	//-moz-box-shadow: 0px 1px 0px 1px rgba(228,230,235,1);
	//box-shadow: 0px 1px 0px 1px rgba(228,230,235,1);
	margin: 0px 0px 15px 0px;
}
.box.noOverflow {
	overflow: hidden;
}
.box .box-header {
	background: #36a9e1;
	color: white;
	font-size: 14px;
	overflow: hidden;
}
.box .box-header h2 {
	float: left;
	padding: 10px 0px;
	margin: 0px 0px 0px 20px;
}
.box .box-header h2 i {
	background: #1e8fc6;
	color: white;
	padding: 10px 0px;
	width: 36px;
	display: inline-block;
	text-align: center;
	margin: -10px 20px -10px -20px;
}
.box .box-header .box-icon {
	background: #1e8fc6;
	float: right;
}
.box .box-header .box-icon i {
	display: inline-block;
	color: white;
	text-align: center;
	width: 36px;
	padding: 10px 0px;
	-webkit-transition: all 0.1s ease-in-out;
	-moz-transition: all 0.1s ease-in-out;
	-ms-transition: all 0.1s ease-in-out;
	-o-transition: all 0.1s ease-in-out;
	transition: all 0.1s ease-in-out;
	opacity: .8;
	filter: alpha(opacity=80);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	border-left: 1px solid #36a9e1;
	text-decoration: none;
}
.box .box-header .box-icon i:hover {
	opacity: 1;
	filter: alpha(opacity=100);
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}
.box .box-content {
	padding: 10px;
	background: white;
}

/* badge
=================================================================== */

.badge {
	font-size: 12px;
}
.badge-default {
	background-color: #999;
}
.badge-primary {
	background-color: #428bca;
}
.badge-success {
	background-color: #5cb85c;
}
.badge-info {
	background-color: #5bc0de;
}
.badge-warning {
	background-color: #f0ad4e;
}
.badge-danger {
	background-color: #d9534f;
}
.badge-inverse {
	background-color: #333333;
}

/* Smallstat
=================================================================== */
.jqstooltip {
	-webkit-box-sizing: content-box;
	-moz-box-sizing: content-box;
	box-sizing: content-box;
}
.smallstat {
	background: white;
	padding: 10px;
	position: relative;
}
.smallstat .boxchart-overlay {
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	width: 84px;
	padding: 10px;
	text-align: center;
	margin-right: 10px;
	float: left;
	overflow: hidden;
}
.smallstat .boxchart-overlay.blue {
	background: #36a9e1;
}
.smallstat .boxchart-overlay.lightBlue {
	background: #67c2ef;
}
.smallstat .boxchart-overlay.green {
	background: #bdea74;
}
.smallstat .boxchart-overlay.darkGreen {
	background: #78cd51;
}
.smallstat .boxchart-overlay.pink {
background: #e84c8a;
}
.smallstat .boxchart-overlay.orange {
background: #fa603d;
}
.smallstat .boxchart-overlay.lightOrange {
background: #fabb3d;
}
.smallstat .boxchart-overlay.red {
background: #ff5454;
}
.smallstat .boxchart-overlay.yellow {
background: #eae874;
}
.smallstat .boxchart-overlay.white {
background: white;
}
.smallstat .boxchart-overlay.grey {
background: #c7cbd5;
}
.smallstat i {
	text-align: center;
	display: block;
	color: white;
	width: 50px;
	font-size: 22px;
	padding: 14px 0px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	float: left;
	margin-right: 10px;
}
.smallstat i.blue {
	background: #36a9e1;
}
.smallstat i.lightBlue {
	background: #67c2ef;
}
.smallstat i.green {
	background: #bdea74;
}
.smallstat i.darkGreen {
	background: #78cd51;
}
.smallstat i.pink {
	background: #e84c8a;
}
.smallstat i.orange {
	background: #fa603d;
}
.smallstat i.lightOrange {
	background: #fabb3d;
}
.smallstat i.red {
	background: #ff5454;
}
.smallstat i.yellow {
	background: #eae874;
}
.smallstat i.white {
	background: white;
}
.smallstat i.grey {
	background: #c7cbd5;
}
.smallstat .title {
	top: 12px;
	color: #c7cbd5;
	display: block;
	font-size: 14px;
	margin-top: 4px;
}
.smallstat .value {
	font-size: 20px;
	font-weight: bold;
}

.bs-docs-sidenav {
	/* width: 228px; */
	/* margin: 30px 0 0; */
	padding: 0;
	background-color: #fff;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.065);
	box-shadow: 0 1px 4px rgba(0,0,0,.065);
}
.bs-docs-sidenav > li > a {
	display: block;
	/* width: 190px \9; */
	margin: 0 0 -1px;
	padding: 8px 14px;
	border: 1px solid #e5e5e5;
}
.bs-docs-sidenav > li:first-child > a {
	-webkit-border-radius: 6px 6px 0 0;
	-moz-border-radius: 6px 6px 0 0;
	border-radius: 6px 6px 0 0;
}
.bs-docs-sidenav > li:last-child > a {
	-webkit-border-radius: 0 0 6px 6px;
	-moz-border-radius: 0 0 6px 6px;
	border-radius: 0 0 6px 6px;
}
.bs-docs-sidenav > .active > a {
	position: relative;
	z-index: 2;
	padding: 9px 15px;
	border: 0;
	text-shadow: 0 1px 0 rgba(0,0,0,.15);
	-webkit-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	-moz-box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
	box-shadow: inset 1px 0 0 rgba(0,0,0,.1), inset -1px 0 0 rgba(0,0,0,.1);
}
/* Chevrons */
.bs-docs-sidenav .icon-chevron-right {
	float: right;
	margin-top: 2px;
	margin-right: -6px;
	opacity: .25;
}
.bs-docs-sidenav > li > a:hover {
	background-color: #f5f5f5;
}
.bs-docs-sidenav a:hover .icon-chevron-right {
	opacity: .5;
}
.bs-docs-sidenav .active .icon-chevron-right,
.bs-docs-sidenav .active a:hover .icon-chevron-right {
	opacity: 1;
}
.bs-docs-sidenav.affix {
	top: 40px;
}
.bs-docs-sidenav.affix-bottom {
	position: absolute;
	top: auto;
	bottom: 270px;
}

blockquote {
	padding: 0 0 0 15px;
	margin: 0 0 5px;
}

blockquote p {
	margin-bottom: 0;
	font-size: 15px;
	font-weight: 300;
	line-height: 1.25;
}

.main-tbl {
	margin-bottom: 25px;
}

.form-large {
	max-width: 550px;
}

.form-medium {
	max-width: 200px;
}

.form-small {
	max-width: 110px;
}

.form-mini {
	max-width: 60px;
}

/* login */
.login-header .logo {
	margin-top:80px;
}
@media (max-width: 480px)
	.login-header .logo {
		margin-top: 50px;
	}

/* service */
.top-navbar-sv {
	top: 0px;
	left: 0px;
	right: 0px;
	background: none repeat scroll 0% 0% #FFF;
	z-index: 1024;
	transition: all 0.3s ease 0s;
}

/**
-------------------------------------------
sp report header menu
-------------------------------------------
**/
.sp-report-header-menu {
	margin: 0 10px 20px 10px;
	font-size : 14px;
}
.sp-report-header-menu .panel-title{
	font-size : 14px;
}
.sp-report-header-menu button{
	width:50%;
	border-radius:0px;
	border:1px solid #fff;
	float:left;
}
.sp-report-header-menu .panel-body {
	padding: 5px;
}
.btn-success-active {
	background-color:#29AF8E !important;
}

.text-sidebar {
	height: 25px;
	padding: 3px 10px;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.hover_img{
-webkit-transition: 0.3s ease-in-out;
-moz-transition: 0.3s ease-in-out;
-o-transition: 0.3s ease-in-out;
transition: 0.3s ease-in-out;
}
.hover_img:hover{
opacity:0.7;
}

th.sort span.glyphicon{
	cursor:pointer;
}

th.sort span.glyphicon:hover{
	color:#eee;
}

@media screen and (min-width: 960px) {
	.col-md-1-wide {
		width:12% !important;
	}
	.col-md-offset-1-wide {
		margin-left:12% !important;
	}
	.col-md-11-short {
		width:88% !important;
	}
	ul.nav li.dropdown:hover > ul.dropdown-menu {
		display: block;
	}
}

/* スマホ横画面用 */
@media screen and (max-width: 640px) {
	.container-fluid {
		padding-left : 0px;
		padding-right : 0px;
	}
	h1.page-heading {
		margin : 15px;
	}
	.navbar-nav {
		margin : 0px;
	}
	.navbar-nav .open .dropdown-menu {
		padding-left: 15px;
	}
	.col-xs-center {
		margin-top : 10px;
		text-align: center;
	}
	.col-xs-center .label {
		font-size: 115%;
		line-height : 2;
		margin-top : 5px;
		margin-right : 10px;
	}
	.form-control.bold-border {
		border-width: 1px;
	}
	.input-sm {
		height: 34px !important;
		font-size: 14px !important;
	}
}
/* スマホ縦画面用 */
@media screen and (max-width: 320px) {
	.container-fluid {
		padding-left : 0px;
		padding-right : 0px;
	}
	h1.page-heading {
		margin : 15px;
	}
	.navbar-nav {
		margin : 0px;
	}
	.navbar-nav .open .dropdown-menu {
		padding-left: 15px;
	}
	.col-xs-center {
		margin-top : 10px;
		text-align: center;
	}
	.col-xs-center .label {
		font-size: 115%;
		line-height : 2;
		margin-top : 5px;
		margin-right : 10px;
	}
	.form-control.bold-border {
		border-width: 1px;
	}
	.input-sm {
		height: 34px !important;
		font-size: 14px !important;
	}
	.copyright{
		margin-top:15px;
	}
}
