@charset "utf-8";

html {
	font-family: "ヒラギノ丸ゴ ProN W4", "Hiragino Maru Gothic ProN", "游ゴシック", YuGothic, "メイリオ", Meiryo, sans-serif;
}

body {
	font-size:14px;
}
input[type="text"],input[type="url"],input[type="password"],textarea{
	-webkit-appearance:none !important;
}
pre {
	white-space: pre-wrap;
}
.the-box, .alert {
	font-size:12px;
}

.alert-frame {
	background-color:#fff;
}

.alert-mini{
	margin-bottom:2px;
	padding:2px;
}

.control-span {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 7px;
}

/* input readonly */
input[readonly] {
	background-color: #eee !important;
}

/* url text */
.url-text {
	word-wrap:break-word;
}

/* text color */
.color-default { color: #656D78 !important; }
.color-primary { color: #37BC9B !important; }
.color-success { color: #8CC152 !important; }
.color-info {color: #3BAFDA !important; }
.color-danger {color: #E9573F !important; }
.color-warning {color: #F6BB42 !important;}
.color-dark {color: #434A54 !important; }
.color-gray {color: #656D78 !important; }
.color-white {color: #FFF !important; }

/* 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;
}

/* modal */
.modal-body div.the-box{
	margin-bottom: 0px;
}
.modal-body{
	padding: 10px 20px 0px;
}
.modal-footer{
	margin-top: 0px;
}
.modal-open {
	overflow:hidden;
	position:fixed;
	width:100%;
}

/* paging */
.pagination {
	margin: 10px 0 !important;
}
.paging-disp{
	margin :10px 0 !important;
	min-height: 31px;
	padding : 5px 0;
}
.paging-disp-select {
	margin :8px 0 0 0 !important;
	min-height: 31px;
	padding : 5px 0;
}

/* info */
.info-wrap {
	overflow-y: auto;
	padding: 2px 10px;
	font-size: 12px;
}

/* align  */
.left {
	text-align: left !important;;
}
.center {
	text-align: center !important;;
}
.right {
	text-align: right !important;;
}
.middle {
	vertical-align: middle !important;
}

/* help-block */
.help-block {
	font-size:10px;
}

/* anchor hover */
.auchor-hover-red{
	color:#E9573F!important;
}

/* input */
select.input-sm {
	height: 30px;
	line-height: 30px;
	font-size:11px;
}
select.input-xs {
	height: 24px;
	line-height: 24px;
	font-size:11px;
}

/* font-size */
.size9 {
	font-size:9px !important;
}
.size10 {
	font-size:10px !important;
}
.size11 {
	font-size:11px !important;
}
.size12 {
	font-size:12px !important;
}
.size14 {
	font-size:14px !important;
}
.size16 {
	font-size:16px !important;
}
.size20 {
	font-size:20px !important;
}

/* bottom */
.bottom {
	margin-bottom: 5px !important;
}
.bottom0 {
	margin-bottom: 0px !important;
}
.bottom1 {
	margin-bottom: 1px !important;
}
.bottom2 {
	margin-bottom: 2px !important;
}
.bottom3 {
	margin-bottom: 3px !important;
}
.bottom4 {
	margin-bottom: 4px !important;
}
.bottom5 {
	margin-bottom: 5px !important;
}
.bottom10 {
	margin-bottom: 10px !important;
}

ul.nav-user li.dropdown a.dropdown-toggle-long {
	max-width: 600px;
}

/**
-------------------------------------------
LINK STYLE
-------------------------------------------
**/
.link,.link > a{
	line-height:1.2;
	font-family:Menlo,monospace;
}

/**
-------------------------------------------
TOP-NAVBAR COLOR
-------------------------------------------
**/
/** TOP NAV INFO2 COLOR **/
.top-navbar.info2-color {
	background: #007FBD;
}
.top-navbar.info2-color .label.label-info,
.top-navbar.info2-color .badge.badge-info{
	background: #004F7D;
}
.top-navbar.info2-color .top-nav-content .navbar-form .form-control{
	background: #BAEAFF;
}
.top-navbar.info2-color .top-nav-content .navbar-form .form-control:focus{
	background: #fff;
}
.top-navbar.info2-color .top-nav-content .navbar-nav > li > a {
	color: #fff;
}
.top-navbar.info2-color .top-nav-content .navbar-nav > li > a:hover,
.top-navbar.info2-color .top-nav-content .navbar-nav > li > a:focus {
	color: #BAEAFF;
}
.top-navbar.info2-color ul.nav-user li.dropdown a.dropdown-toggle{
	color: #fff;
}
.top-navbar.info2-color .btn-collapse-sidebar-left,
.top-navbar.info2-color .btn-collapse-sidebar-right,
.top-navbar.info2-color .btn-collapse-nav{
	color: #fff;
}
.popover-title{
	background-color: #E9573F;
	color:#fff;
}
#sp-top-nav{
margin-left: 10%;
margin-bottom:15px;
}
/**
-------------------------------------------
LOGO BRAND COLOR
-------------------------------------------
**/
.logo-brand.white-color {
	background: #FFF;
	color: #242A34;;
}
/**
-------------------------------------------
THE-BOX
-------------------------------------------
**/
.the-box.title{
	padding: 5px 15px;
	margin: 0px;
}
.title>h5,.title>h4,.title>h3,.title>h2,.title>h1{
	margin-top: 5px;
	margin-bottom: 5px;
}
/**
-------------------------------------------
TABLE
-------------------------------------------
**/
.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-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;
}

.table-th-block > thead > tr > td.stripe,
.table-th-block > tbody > tr > td.stripe,
.table-th-block > tfoot > tr > td.stripe,
.table-th-block > thead > tr > th.stripe,
.table-th-block > tbody > tr > th.stripe,
.table-th-block > tfoot > tr > th.stripe,
.table-th-block > thead > tr.stripe > td,
.table-th-block > tbody > tr.stripe > td,
.table-th-block > tfoot > tr.stripe > td,
.table-th-block > thead > tr.stripe > th,
.table-th-block > tbody > tr.stripe > th,
.table-th-block > tfoot > tr.stripe > th {
	background-color: #F9F9FC;
}

.table-th-block > thead > tr > td.gray,
.table-th-block > tbody > tr > td.gray,
.table-th-block > tfoot > tr > td.gray,
.table-th-block > thead > tr > th.gray,
.table-th-block > tbody > tr > th.gray,
.table-th-block > tfoot > tr > th.gray,
.table-th-block > thead > tr.gray > td,
.table-th-block > tbody > tr.gray > td,
.table-th-block > tfoot > tr.gray > td,
.table-th-block > thead > tr.gray > th,
.table-th-block > tbody > tr.gray > th,
.table-th-block > tfoot > tr.gray > th {
	color: #fff !important;
	background-color: #656D78;
}

.table-th-block > thead > tr > td.delete,
.table-th-block > tbody > tr > td.delete,
.table-th-block > tfoot > tr > td.delete,
.table-th-block > thead > tr > th.delete,
.table-th-block > tbody > tr > th.delete,
.table-th-block > tfoot > tr > th.delete,
.table-th-block > thead > tr.delete > td,
.table-th-block > tbody > tr.delete > td,
.table-th-block > tfoot > tr.delete > td,
.table-th-block > thead > tr.delete > th,
.table-th-block > tbody > tr.delete > th,
.table-th-block > tfoot > tr.delete > th {
	color: #999 !important;
	background-color: #F5EEF0;
}

.table-hover > tbody > tr:hover > td {
	background-color: #f3f3f3!important;
}

/** 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;
	}
}
/**
-------------------------------------------
BUTTON
-------------------------------------------
**/
.btn-gray {
	color: #fff !important;;
	background-color: #656D78;
	border-color: #585F69;
}
.btn-gray.btn-perspective{
	-webkit-box-shadow: 0px 3px 0px #434A54;
	-moz-box-shadow: 0px 3px 0px #434A54;
	box-shadow: 0px 3px 0px #434A54;
}
.btn-gray.btn-perspective:active{
	-webkit-box-shadow: 0px 1px 0px #434A54;
	-moz-box-shadow: 0px 1px 0px #434A54;
	box-shadow: 0px 1px 0px #434A54;
}
.btn-gray:hover,
.btn-gray:focus,
.btn-gray:active,
.btn-gray.active,
.open .dropdown-toggle.btn-gray {
	background-color: #343B46;
	border-color: #343B46;
}
.btn-gray.disabled,
.btn-gray[disabled],
fieldset[disabled] .btn-gray,
.btn-gray.disabled:hover,
.btn-gray[disabled]:hover,
fieldset[disabled] .btn-gray:hover,
.btn-gray.disabled:focus,
.btn-gray[disabled]:focus,
fieldset[disabled] .btn-gray:focus,
.btn-gray.disabled:active,
.btn-gray[disabled]:active,
fieldset[disabled] .btn-gray:active,
.btn-gray.disabled.active,
.btn-gray[disabled].active,
fieldset[disabled] .btn-gray.active {
	background-color: #A6B3C4;
	border-color: #A6B3C4;
}
.btn-gray .badge {color: #A6B3C4;}

/**
-------------------------------------------
LABEL & BADGE AND BADGE
-------------------------------------------
**/
.label,.badge {
	font-weight : normal;
	font-size:11px;
	padding: 3px 7px 4px 7px;
}
.label-gray,
.badge-gray,
.label-gray[href]:hover,
.label-gray[href]:focus {
	background-color: #656D78;
}

.label-float,
.badge-float {
	float:left;
	margin: 1px 1px 0 2px;;
}
.not-bottom-margin{margin-bottom: 0;}
.label-orange{
	background-color:#E9872E;
}
.badge-circle{
	padding:7px;
	border-radius: 50%;
}

/**
-------------------------------------------
ON OFF SWITCH
-------------------------------------------
**/
.onoffswitch-inner:after {
	padding-right: 6px;
	line-height: 30px;
	height: 30px;
}
.onoffswitch-inner:before {
	padding-left: 8px;
	line-height: 30px;
	height: 30px;
}
.onoffswitch-switch {
	right: 38px;
	width: 38px;
	height: 30px;
}
.onoffswitch {
	width: 76px;
}

/**
-------------------------------------------
文字装飾
-------------------------------------------
**/
.important{
	font-weight: bold;
	color: #E9573B;
	font-size: 1.1em;
}
.bold{
	font-weight: bold;
}

/**
-------------------------------------------
addon 拡張
-------------------------------------------
**/
.input-group-addon.none {
	border: none;
	background-color: #fff;
}

/**
-------------------------------------------
HR 拡張
-------------------------------------------
**/
.hr-line {
	margin:10px 0 !important;;
}
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);
}

/**
-------------------------------------------
selectbox checkbox radio 拡張
-------------------------------------------
**/
.selectbox-inline {
	display: inline-block;
	width: auto;
	vertical-align: middle;
}
.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;
}

/**
-------------------------------------------
top ad search
-------------------------------------------
**/
div.top_adsearch_outer {
	display: table;
	height: 68px;
	width: 100%;
}
* html div.top_adsearch_outer {
	position: relative;
}
*+html div.top_adsearch_outer {
	position: relative;
}
div.top_adsearch_box {
	display: table-cell;
	vertical-align: middle;
}
* html div.top_adsearch_box {
	position: absolute;
	top: 50%;
}
*+html div.top_adsearch_box {
	position: absolute;
	top: 50%;
}
div.top_adsearch_box p.top_adsearch_inner {
	margin: 0;
}
* html div.top_adsearch_box p.top_adsearch_inner {
	position: relative;
	top: -50%;
}
*+html div.top_adsearch_box p.top_adsearch_inner {
	position: relative;
	top: -50%;
}
#adsearch_freeword {
	width:40%;
	margin-left:10px;
}

/**
-------------------------------------------
header menu 拡張
-------------------------------------------
**/
ul.nav-user li.dropdown a.dropdown-toggle {
	padding: 18px 0;
}
.abbreviation-sidebar-right {
	position: absolute;
	right: 0;
	top: 0;
	text-align:left;
	width: 80px;
	height: 60px;
	text-align: center;
	padding: 18px 0;
	color:#fff;
}
ul.nav-user {
	margin-left: 70px;
	text-align:right;
	right:50px;
}
.btn-collapse-main-navigation {
	width:70px;
	font-size:25px;
	padding: 13px 0;
}
.nav-user .dropdown a.dropdown-toggle {
	text-align:right;
}

/**
-------------------------------------------
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;
}
span.text-sidebar .span-sidebar {
	position: absolute;
	right: 30px;
	top: 13px;
}
span.text-sidebar .icon-sidebar {
	width: 45px;
	height: 45px;
	position: absolute;
	left: 0;
	top: 0;
	text-align: center;
	padding: 15px 0;
}

.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;
}
.page-content{margin-top:0px;}

.visible-xxs {
	display: none!important;
}
/* ModalでページTOPにいかないように修正 */
.modal-open {
	overflow: visible!important;
	position: static!important;
}

@media screen and (max-width: 1071px) {
	.page-content{margin-top:50px;}
}

@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: 767px) {
	.page-content{margin-top:0px;}
	.modal-body {
		padding:0px;
	}
	.navbar-nav>li>a{
		padding-top: 15px;
		padding-bottom: 15px;
		line-height: 20px;
		border-bottom: 1px solid #eee;
	}
	.navbar-nav>li>a:nth-of-type(1){
		border-top: 1px solid #eee;
	}
	.navbar-inverse .navbar-nav .open .dropdown-menu > li > a{
		padding-top: 12px;
		padding-bottom: 12px;
		border-bottom: 1px solid #aaa;
	}
}

/* 縦向き全般 */
@media only screen and (orientation: portrait) {
	.table-responsive {
		width: 100%;
		margin-bottom: 15px;
		overflow-y: hidden;
		overflow-x: scroll;
		-ms-overflow-style: -ms-autohiding-scrollbar;
		border: 1px solid #ddd;
		-webkit-overflow-scrolling: touch;
	}
}

/* スマホ横画面用 */
@media screen and (max-width: 568px) {
	.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: 120%;
		line-height : 2;
		margin-top : 10px;
		margin-right : 15px;
	}
	.form-control.bold-border {
		border-width: 1px;
	}
	.input-sm {
		height: 34px !important;
		font-size: 14px !important;
	}
	.page-content{margin-top:0px;}
	.modal-body {
		padding:0px;
	}
}
/* スマホ縦画面用 */
@media screen and (max-width: 380px) {
	.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 : 10px;
		margin-right : 10px;
	}
	.form-control.bold-border {
		border-width: 1px;
	}
	.input-sm {
		height: 34px !important;
		font-size: 14px !important;
	}
	.copyright{
		margin-top:15px;
	}
	.page-content{
		margin-top:0px;
	}
	.visible-xxs {
		display: block!important;
	}
	.modal-body {
		padding:0px;
	}
}
/* DeskTop */
@media screen and (min-width: 1500px) {
	.the-box, .alert {
		font-size:14px !important;
	}
	.page-content{margin-top:0px;}
}