/**
*
*  Name : custom.css
*  Update : 2017/02/23	新規作成 m.yokokawa
*
*/


body {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, "Hiragino Kaku Gothic ProN", "メイリオ", Arial, sans-serif;  
  background: #000000;
}
h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: 'Source Sans Pro', 'Helvetica Neue', Helvetica, "Hiragino Kaku Gothic ProN", "メイリオ", Arial, sans-serif;
}

/*
 * Component: Main Header
 * ----------------------
 */
.main-header {
  font-size: 13px;
}

.main-header .logo {
/*  font-size: 20px; */ /*デフォルトサイズ*/
}
@media (min-width: 767px) {
  .main-header .logo {
/*    width: 230px; */ /*デフォルトサイズ*/
  }
  .main-header .navbar {
/*  margin-left: 230px; */ /*デフォルトサイズ*/
  }
}
.main-header .search-toggle,
.main-header .setting-toggle {
  float: left;
  background-color: transparent;
  background-image: none;
  padding: 15px 15px;
  font-family: fontAwesome;
  color: #fff;
}
.main-header .search-toggle:before {
  content: "\f002";
}

.main-header .setting-toggle:before {
  content: "\f085";
}
.main-header .setting-toggle:hover,
.main-header .search-toggle:hover {
  color: #fff;
  border-radius: 0;
  background: rgba(0, 0, 0, 0.1);
}
.main-header .search-toggle:focus,
.main-header .search-toggle:active,
.main-header .setting-toggle:focus,
.main-header .setting-toggle:active {
  background: transparent;
}
.main-header .search-toggle .icon-bar,
.main-header .setting-toggle .icon-bar {
  display: none;
}
.main-header .navbar-right {
  padding-right: 15px;
}


/*
 * Content Wrapper
 */
.content-wrapper,
.main-sidebar,
.main-footer {
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  transition: none;
}
@media (max-width: 767px) {
  .content-wrapper,
  .main-footer {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, margin 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, margin 0.3s ease-in-out;
  }
  .main-sidebar {
    -webkit-transition: -webkit-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -moz-transition: -moz-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out, width 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, width 0.3s ease-in-out;
  }
}

.search-sidebar .searchBtnGroup {
	margin: 10px 15px 0 15px;
}
.footer-collapse .main-footer {
  display: none;
  height: 0;
  padding: 0;
  border-top: none;
}
.main-sidebar button[type="submit"] {
  margin-bottom: 20px;
}
.control-sidebar-subheading {
  padding-left: 15px;
  padding-right: 15px;
}
.control-sidebar a {
  color: #fff;
}

.setting-sidebar-bg {
  position: fixed;
  z-index: 1000;
  bottom: 0;
}
.setting-sidebar-bg,
.setting-sidebar {
  top: 0;
  right: -230px;
  width: 230px;
  -webkit-transition: right 0.3s ease-in-out;
  -o-transition: right 0.3s ease-in-out;
  transition: right 0.3s ease-in-out;
}
.setting-sidebar {
  position: absolute;
  padding-top: 50px;
  z-index: 1010;
}
@media (max-width: 768px) {
  .setting-sidebar {
    padding-top: 100px;
  }
}

.content {
  padding: 5px 15px;
}


.box {
  margin-bottom: 0;
}

.box-body {
  overflow-y: auto;
  overflow-x: hidden;
}
.search-form {
  padding-left: 15px;
  padding-right: 15px;
}

.footer-off {
  cursor: pointer;
}

/* responsive tab */
.r-tabs .r-tabs-panel {
  padding: 0;
}

/* icheck */
.icheckbox_minimal-red, .iradio_minimal-red,
.icheckbox_minimal-green, .iradio_minimal-green,
.icheckbox_minimal-blue, .iradio_minimal-blue,
.icheckbox_minimal-aero, .iradio_minimal-aero,
.icheckbox_minimal-grey, .iradio_minimal-grey,
.icheckbox_minimal-orange, .iradio_minimal-orange,
.icheckbox_minimal-yellow, .iradio_minimal-yellow,
.icheckbox_minimal-pink, .iradio_minimal-pink,
.icheckbox_minimal-purple, .iradio_minimal-purple {
  position: absolute;
  left: 0;
}

.nav-tabs-custom {
  margin-bottom: 0;
}
.nav-tabs-custom > .tab-content {
  overflow-y: auto;
  overflow-x: hidden;
  border-bottom: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  box-sizing: border-box;
}

@media only screen and (max-width: 768px) {
  .nav-tabs-custom > .tab-content {
	padding: 0;
  }
  .nav-tabs-custom > .tab-content > .tab-pane {
	padding: 10px;
	border-top: 1px solid #e3e3e3;
  }
  .r-tabs .r-tabs-accordion-title {
	border-top: 1px solid #e3e3e3;
  }
  .r-tabs .r-tabs-accordion-title a {
    display: inline-block;
	width: 100%;
	padding: 10px 5px;
    color: #444 !important;
	background-color: #f5f5f5;
	box-sizing: border-box;
    font-family: fontAwesome;
  }
  .r-tabs .r-tabs-accordion-title a::after {
	content: "\f078";
	position: absolute;
	right: 10px;
	color: #888;
  }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active a {
	background: #fff;
  }
  .r-tabs .r-tabs-accordion-title.r-tabs-state-active a::after {
	content: "\f077";
  }
}

/*
 * Page: Login & Register
 * ----------------------
 */
.login-box .reminder {
  margin-top: 10px;
}

/* form-inline */
@media only screen and (min-width: 768px) {
	.form-inline {
	  /*  margin-bottom: 10px; */
	}

	.form-inline .form-group label,
	.form-inline .form-group input,
	.form-inline .form-group select {
	    margin: 5px 3px;
	}
}


/* ファイルアップロード */
.panel-upload-files {
	margin: 10px 30px 0;
	overflow: auto;
	cursor: default;
}

.files-note {
	font-size: 85%;
}
.upload-file-size{
	font-style: italic;
	color: gray;
	font-size: 90%;
}

.upload-file-status,
.upload-file-status-default{
	color: gray;
}

.upload-file-status-error{
	color: #990000;
}

.upload-file-status-success{
	color: #009900;
}

table.formTable {
	border-collapse: collapse;
	border-spacing: 0;
}

.formTable th, .formTable td {
	border: none;
	border-bottom: 1px #ddd solid;
	padding: 8px 10px;
}
.formTable th { text-align: left; }
.formTable .noneLine { border-bottom: none; }

.listTable tbody tr:nth-child(even) { background: #f8f8f8; }
.listTable thead th {
	background-color: #149bbc;
	color: #fff;
	padding: 8px 10px;
}

.listTable td {
	padding: 8px 10px;
}


input.formTxt_XXS {
	height: 25px;
	margin-right: 8px;
	padding-left:5px;
	padding-right:5px;
	text-align: center;
	width: 25px;
}
input.formTxt_XS {
	margin-right: 8px;
	padding-left:5px;
	padding-right:5px;
	width: 50px;
	height:28px;
}
input.formTxt_S {
	margin-right: 8px;
	padding-left:5px;
	padding-right:5px;
	width: 80px;
	height:28px;
}
input.formTxt_M {
	margin-right: 8px;
	padding-left:5px;
	padding-right:5px;
	width: 120px;
	height:28px;
}
input.formTxt_L {
	margin-right: 8px;
	padding-left:5px;
	padding-right:5px;
	width: 150px;
	height:28px;
}
input.formTxt_XL {
	margin-right: 8px;
	padding-left:5px;
	padding-right:5px;
	width: 205px;
	height:28px;
}
input.formTxt_XL2 {
	margin-right: 8px;
	padding-left:5px;
	padding-right:5px;
	width: 250px;
	height:28px;
}
input.formTxt_XXL {
	margin-right: 8px;
	padding-left:5px;
	padding-right:5px;
	width: 350px;
	height:28px;
}
input.from, input.to {
	background: url("../../img/calendar.png") right center no-repeat;
	padding-left:5px;
	padding-right:5px;
	height: 26px;
	width: 130px;
}
textarea.formTxtBox_01 {
	height: 150px;
	width: 450px;
}
select.formSelect_S { width: 80px; height: 32px; }
select.formSelect_M { width: 150px; height: 32px; }
select.formSelect_L { width: 210px; height: 32px; }
select { min-width: 150px; height: 32px; }

.pw-input td {
	border: none;
	padding: 0 5px;
}
.btn1 {
	/*background: url(../../img/btn1_bg.png) center center #ff866b;*/
	background: #1749a0;
	border: 1px solid #0e3a84;
	color: #fff;
}
.btn1:hover {
	background: #0e3a84;
	border: 1px solid #0e3a84;
	color: #fff;
}
.login-btn {
	width: 50%;
	padding: 10px;
	margin: 0;
	/*background: url(../../img/btn1_bg.png) center center #149bbc;*/
	background: #ff866b;
	border: 1px solid #fd7151;
	color: #fff;
	font-size: 16px;
}
.btnB {
	min-width: 500px;
	padding: 18px 20px;
	background: #25abcc;
	border: 1px solid #018eb0;
	color: #fff;
}
.btnB:hover {
	min-width: 500px;
	padding: 18px 20px;
	background: #149bbc;
}
.btnType_01 {
	min-width: 60px;
	padding: 3px 10px;
	margin: 5px;
	background: #f2f2f2;
	border: 1px solid #bbb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #444;
	text-align: center;
	cursor: pointer;
}
.btnType_01:hover {
	background: #ddd;
	border: 1px solid #bbb;
	color: #333;
	transition: all 0.2s ease 0s;
}
.btnType_02 {
	min-width: 60px;
	padding: 3px 10px;
	margin: 5px;
	background: #1749a0;
	border: 1px solid #0e3a84;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	text-align: center;
	cursor: pointer;
}
.btnType_02:hover {
	background: #0e3a84;
	border: 1px solid #0e3a84;
	color: #fff;
	transition: all 0.2s ease 0s;
}
ul.listItem_01:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
ul.listItem_01 li {
	display:inline-block;
	*zoom:1; display:inline;
	margin-bottom: 5px;
	margin-right: 20px;
}
.edit-icon a {
	margin-right:5px;
	margin-left:5px;
}
.edit-icon img {
	vertical-align:middle;
}
.edit-icon a:hover img {
	opacity:0.85;
    filter:alpha(opacity=85);
}
.noLine td {
	padding:0;
	border:none;
}

.common_hidden {
	display: none !important;
}
p.errMsg { margin-bottom: 0px; }

