html {
    height: 100%;
}

body {
    background-color:#FFF;
    font-size:16px;
    min-height:100%;
    font-family:'メイリオ',Meiryo,'ＭＳ Ｐゴシック','ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    line-height:1.7em;
    color:#4a4a4a;
    -webkit-text-size-adjust:100%;
    height: 100%;
}

a {
    color: #1976D2;
}

a:hover,
a:focus{
    color: #23527c;
    text-decoration: none;
    cursor: pointer;
}

h1, h2, h3, h4, h5 {
    display:inline;
}

.body {
    padding-top: 105px;
    background-color:#f0f0f0;
}

.login-body {
    background-color:#f9f9f9;
}


/* ナビゲーションバー  */
.navbar {
    background: #fff;
    border: none;
    margin-bottom: 0px;
    border-bottom: 5px solid #dd0000; /*メニューの下側の線の幅、線種、色*/
}

.navbar-admin {
    background: #dd4b39;
}

.navbar-brand {
  height: 100px;
}

.navbar-brand img {
  width: 180px;
  margin-left: 20px;
}

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

.navbar-toggle {
    margin-top:8px;
    margin-bottom:8px;
}

.dropdown-toggle {
    background-color: rgba(255,255,255,0.9);
	  -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.50);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.50);
    box-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.dropdown-toggle>img {
    width: 18px;
    padding-left: 5px;
}

.navbar-default .navbar-nav>.open>a,
.navbar-default .navbar-nav>.open>a:focus,
.navbar-default .navbar-nav>.open>a:hover {
    color: #4a4a4a;
    background-color: #f4f4f4;
}

.logout {
    background-color: #ffffff;
    border: none;
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: 400;
    line-height: 1.42857143;
    color: #333;
    width:100%;
    text-align: left;
}

.navbar form button.logout:focus,
.navbar form button.logout:hover{
    background-color: #f4f4f4;
}

.header-margin{
  margin-top: 0px;
}

/* サイドバー */
.nav-sidebar {
  background-color: #f0f0f0;
  margin-right: -15px;
  margin-bottom: 20px;
  margin-left: -15px;
}
.nav-sidebar > li > a {
  background-color: #f0f0f0;
	color: #999;
  padding-right: 30px;
  padding-left: 30px;
}
.nav-sidebar > li > a:hover {
  color: #4a4a4a;
  font-size: 15px;
  background-color: #e0e0e0;
  padding-right: 30px;
  padding-left: 30px;
}
.nav-sidebar > li > h4 {
  padding-right: 10px;
  padding-left: 10px;
}
.nav-main-title> div > h4 > b {
  color: #909090;
  font-size: 24px;
	padding: 0.5em;
}

.nav-main-title> div > h4 > b:hover {
  color: #707070;
}


.nav-sidebar > li > h4 {
  color: #909090;
  font-size: 18px;
  margin-left: 5px;
}
.nav-sidebar > .active > a {
  color: #909090;
  font-weight: bold;
  font-size: 15px;
  background-color: #f0f0f0;
}
.navi-menu-text {
  font-size: 14px;
}
.nav-title {
  padding-top: 15px;
  padding-bottom: 15px;
  box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
  -webkit-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
  -moz-box-shadow: 0px 3px 3px -3px rgba(0,0,0,0.6);
  border-bottom: solid 1px #c5c5c5;
  margin-left: 15px;
  margin-right: 15px;
}

.nav-main-title {
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 20px;
  background-color: #F0F0F0;
}

.icon-title {
	margin-right: 10px;
  color: #909090;
}

/* メインコンテンツ */
.main {
  background-color: #fbfbfb;
  color:#4a4a4a;
  margin-top: 0px;
}

.main-white {
  background-color: #fff;
}


.main .top-title {
    background-color: #fff;
    padding: 15px;
}

.main .title {
  background-color: #fff;
  padding: 15px 15px 15px 15px;
  margin-top: 30px;
  margin-right: 0px;
  margin-left: 0px;
  border-bottom: 5px solid #dd0000; /*メニューの下側の線の幅、線種、色*/
}

.main .title-header {
  margin-top: 0;
}

.title .title-header {
  margin-bottom:0;
  padding-left: 10px;
  position: relative;
  font-size: 16px;
  font-weight: bold;
  color: #DD0000;
}

.title {
  clear: both;
  background: #FFF; /*背景色（古いブラウザだとここの色のみが出ます）*/
  background: url(../images/arrow1.png) no-repeat left center, -webkit-linear-gradient(#FFF, #e6e6e6);  /*マークとグラデーション*/
  background: url(../images/arrow1.png) no-repeat left center, linear-gradient(#FFF, #e6e6e6);      /*同上*/
  -webkit-box-shadow: 1px 2px 7px #ccc; /*影の設定。右・下・ぼかし幅・色の設定*/
  box-shadow: 1px 2px 7px #ccc;     /*同上*/
  color: #dd0000; /*文字色*/
  border-top: 1px solid #d4d4d4;    /*上の線の幅、線種、色*/
  border-right: 1px solid #d4d4d4;  /*右の線の幅、線種、色*/
  border-bottom: 4px solid #dd0000; /*下の線の幅、線種、色*/
  border-left: 1px solid #d4d4d4;   /*左の線の幅、線種、色*/
  border-radius: 6px 6px 0px 0px;   /*角丸のサイズ。それぞれ左上、右上、右下、左下への設定*/
}

.main .page-header {
  margin-top: 0;
}

.main .main-header {
  padding: 10px;
}

.main .main-body {
  padding-bottom: 10px;
  padding-left: 10px;
  padding-right: 10px;
}

.main .padding-large {
  padding-bottom: 10px;
  padding-left: 150px;
  padding-right: 150px;
}

.main .main-body .title-header{
    display: block;
    padding-bottom: 9px;
    margin-bottom:0;
    border-bottom: 1px solid #eee;
}

/* フッター */
/* .footer {
  border-top: 1px solid #888;
  bottom: 0;
  padding-top: 20px;
  width: 100%;
  height: 60px;
  background-color: #494949;
  color: #fff;
}

.version {
  color: #ffffff;
}

.version:hover,
.version:focus {
  color: #ffffff;
}
 */
footer {
	position: absolute;
  bottom: 0;
  clear: both;
  width: 100%;
  text-align: center;
  padding-top: 15px;
  padding-bottom: 15px;
  color: #FFF;  /*文字色*/
  background: #dd0000;  /*背景色*/
}
footer .pr {
  display: block;
  font-size: 80%;
}
footer a {
  text-decoration: none;
  color: #FFF;
}
footer a:hover {
  color: #FFF;
}

/*　ボタン */
.btn-red-full {
    background:#ff5252;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    border: none;
    width: 100%;
    border-radius: 3px;
}

.btn-red-full:hover,
.btn-red-full:focus{
    background: #b71c1c;
    color:#ffffff;
}

.btn-red {
    background:#ff5252;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    border: none;
    width: 180px;
    border-radius: 3px;
}

.btn-red:hover,
.btn-red:focus{
    background: #b71c1c;
    color:#ffffff;
}

.btn-green {
    background:#66BB6A;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    border: none;
    width: 180px;
    border-radius: 3px;
}

.btn-green:hover,
.btn-green:focus{
    background: #A5D6A7;
    color:#ffffff;
}


.btn-orange {
    background:#FF9800;
    font-size:16px;
    color:#ffffff;
    text-align:center;
    border: none;
    width: 180px;
    border-radius: 3px;
}

.btn-orange:hover,
.btn-orange:focus{
    background: #FFB74D;
    color:#ffffff;
}
.btn-general {
    font-size:16px;
    line-height: 24px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #697379;
    color: #37454d;
    padding: 0 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.btn-general:hover,
.btn-general:focus{
    background:#cccccc;
}

.btn-half-trans {
    background:#ffffff;
    font-size:20px;
    color:#888888;
    text-align:center;
    border: none;
    width: 220px;
    border-radius: 3px;
    opacity: 0.8;
}

.btn-half-trans:hover,
.btn-half-trans:focus{
    color: #888888;
    opacity: 1.0;
}

.home-btn-box,
.dialog-btn-box {
    text-align: center;
}

.detail-btn {
    background:#ffffff;
    font-size:12px;
    color:#3d3d3d;
    text-align:center;
    border: none;
    width: 60px;
    border-radius: 3px;
}

.detail-btn:hover {
    background:#cccccc;
}

.detail2-btn {
    font-size:12px;
    color:#3d3d3d;
    text-align:center;
    border: none;
    width: 80px;
    border-radius: 3px;
    background-color: #e4e4e4;
}

.detail2-btn:hover {
    background:#e4e4e4;
}

.detail3-btn {
    font-size:12px;
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
    text-align:center;
    width: 100px;
    border-radius: 3px;
}

.detail3-btn:hover {
    color: #fff;
    background-color: #286090;
    border-color: #204d74;
}

.detail4-btn {
    font-size:12px;
    color: #000;
    background-color: #c9ecf8;
    border-color: #6eceec;
    text-align:center;
    width: 80px;
    border-radius: 3px;
}

.detail4-btn:hover {
    background-color: #b2e5f5;
    border-color: #63b9d4;
}

.detail:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.size1-btn {
    font-size:10px;
    width: 80px;
    padding: 3px;
}

.size2-btn {
    font-size:12px;
    width: 80px;
}

.size3-btn {
  font-size:12px;
  width: 120px;
}


.home-btn,
.dialog-btn {
    background:#ffffff;
    font-size:18px;
    color:#3d3d3d;
    text-align:center;
    border: none;
    width: 30%;
    border-radius: 3px;
}

.home-btn:hover,
.dialog-btn:hover {
    background:#cccccc;
}

.home-btn:active,
.dialog-btn:active {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    outline: none !important;
}

.main-btn {
    -webkit-box-shadow: 0 2px 4px rgba(0,0,0,0.50);
    -moz-box-shadow: 0 2px 4px rgba(0,0,0,0.50);
    box-shadow: 0 2px 4px rgba(0,0,0,0.50);
}

.search-btn {
    width:120px;
    font-size:16px;
    line-height: 24px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #697379;
    color: #37454d;
    padding: 0 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.search-btn:hover {
    background:#cccccc;
}

.clear {
    width:120px;
    font-size:16px;
    line-height: 24px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #697379;
    color: #37454d;
    padding: 0 16px;
    margin-top: 10px;
    margin-bottom: 5px;
}

.clear:hover {
    background:#cccccc;
}

/* テキスト */
.d-inline {
    display: inline!important;
}

/* ログイン画面 */
.container-login {
  background-color: #fff;
}

.logo-image {
    margin-top: 20px;
    margin-bottom: 30px;
    max-width: 350px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.form-signin-panel {
    max-width: 400px;
    padding-top: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 30px;
    margin: 0 auto;
}

.form-signin {
    max-width: 300px;
    padding: 0px;
    margin: 0 auto;
}

.form-signin input,
.form-signin button{
    margin-top: 16px;
}

.question-block {
    max-width: 300px;
    padding: 0px;
    margin: 0 auto;
    margin-top: 30px;
}

.question-center-line {
    margin: 20px 20px;
    border-left: medium solid #e0e0e0;
}

.question-link:link { color: #4a4a4a; }
.question-link:visited { color: #4a4a4a; }
.question-link:hover { color: #727272; }
.question-link:active { color: #4a4a4a; }

.forgot-password {
    font-size:16px;
}

.forgot-password-area {
    margin-top: 10px;
}

.help-block {
    font-size:14px;
}

.modal-md {
    width:480px;
}

.forget-password-modal .send-btn,
.forget-password-modal .close-btn{
    margin-top:30px;
}

.form-signin .form-control-feedback {
    line-height:44px;
}

/* ホーム画面 */
.top-main{
    background:#fff;
}

.parallax-window {
    min-height: 500px;
    background: transparent;
}

.separator {
  color: #fff;
  margin: 0 auto 20px;
  max-width: 240px;
  text-align: center;
  position: relative;
}

.separator:before, .separator:after {
  display: block;
  width: 40%;
  content: " ";
  margin-top: 10px;
  border: 1px solid #fff;
}
.separator:before {
  float: left;
}
.separator:after {
  float: right;
}

.separator-danger {
  color: #e78b90;
}
.separator-danger:before, .separator-danger:after {
  border-color: #e78b90;
}

.separator-infomation {
  color: #ffffff;
}
.separator-infomation:before, .separator-infomation:after {
  border-color: #ffffff;
}

.introduction-main, .introduction-information{
    padding: 80px 0 0 0;
}

.introduction-main-title-header {
    font-size:64px;
}

.title-modern {
  color: transparent;
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
  background-color : #ffffff;
  text-shadow : rgba(240,240,240,0.3) 0 5px 6px, rgba(240,240,240,0.1) 1px 3px 3px;
  -webkit-background-clip : text;
}

.introduction-main .title {
    color:#ffffff;
    margin-bottom: 30px;
}

.introduction-information .title {
    color:#ffffff;
    margin-bottom: 30px;
}

.introduction-main-body {
    color:#ffffff;
    font-size:24px;
}

.introduction-main-text {
    color:#ffffff;
    font-size:24px;
    margin-bottom:20px;
}

.introduction-main-area {
    margin-top:40px;
}

.introduction-information-body {
    padding: 0 20px;
}

.introduction-information-text {
    color:#ffffff;
    font-size:24px;
    margin-bottom:20px;
}

.introduction-information-area {
    margin-top:40px;
}

.home-body {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
}

.home-title-header {
    font-size:32px;
}

.home-service-space {
    margin-bottom: 30px;
}

.home-body-text {
    font-size:24px;
    color:#777777;
}

.info{
    border-style: solid;
    border-color: #ff5252;
}

.home-body-contents{
    padding:50px 20px;
}

.home-panel-area {
    padding-top: 20px;
}

.home-panel-area>div{
    padding: 10px 30px;
}

.home-panel-area{
    width:100%;
}

.benefit-icon{
    width:60px;
}

.home-title-icon-area {
    margin-bottom:20px;
}


.benefit-body{
    padding: 5px 0;
}

.home-service-contents {
    height: 240px;
    color:#777777;
}

.home-service-contents-gray {
    height: 240px;
    color:#dddddd;
}

.home-service-contents-gray .home-panel-title{
    font-size:20px;
    color:#dddddd;
    font-weight:700;
}

.home-panel-link-gray,
.home-panel-unlink-gray{
    font-size:20px;
    font-weight:700;
    color:#4a4a4a;
}

.home-panel-link-gray:hover {
    color:#9a9a9a;
    font-size:20px;
    font-weight:700;
}

.home-body-contents .title{
    margin-bottom:10px;
}

#home-main-advertisement .flexslider {
    border: none;
    z-index: 1;
    margin-bottom: 0;
}
#home-main-advertisement .flexslider .slides {
    position: relative;
    overflow: hidden;
}
#home-main-advertisement .flexslider .slides li {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: bottom center;
    min-height: 300px;
    position: relative;
}
#home-main-advertisement .flexslider .flex-control-nav {
    bottom: 80px;
    z-index: 1000;
    right: 20px;
    float: right;
    width: auto;
}
#home-main-advertisement .flexslider .flex-control-nav li {
    display: block;
    margin-bottom: 10px;
}
#home-main-advertisement .flexslider .flex-control-nav li a {
    background: rgba(255, 255, 255, 0.8);
    box-shadow: none;
    width: 12px;
    height: 12px;
    cursor: pointer;
}
#home-main-advertisement .flexslider .flex-control-nav li a.flex-active {
    cursor: pointer;
    background: transparent;
    border: 2px solid #66D37E;
}
#home-main-advertisement .flexslider .flex-direction-nav {
    display: none;
}

.site-row-title-area {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

.site-row-title {
  font-size:24px;
}

/* パスワード変更完了 */
.password-complete-title-area {
  margin-top: 20px;
  margin-bottom: 10px;
}
.password-complete-contents-area {
  margin-bottom: 20px;
}

/* 棟梁会詳細 */
.toryokai-admission-detail{
  padding-left: 20px;
}

.toryokai-service-detail{
  padding-left: 40px;
}

.toryokai-title {
  font-size:24px;
}

.toryokai-row-title {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
}

/* 仕入代行ホーム */
.order-sample-table-th {
  background-color : #f0f0f0;
}

.tile_count {
  margin-bottom: 20px;
  margin-top: 20px;
}

.tile_count .tile_stats_count {
  border-bottom: 1px solid #D9DEE4;
  padding: 0 10px 0 20px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  position: relative;
}

@media (min-width: 768px) {
  .tile_count .tile_stats_count {
    margin-bottom: 10px;
    border-bottom: 0;
    padding-bottom: 10px;
  }
}
.tile_count .tile_stats_count:before {
  content:"";
  position: absolute;
  left: 0;
  height: 100px;
  border-left: 2px solid #ADB2B5;
  margin-top: 10px;
}
@media (min-width:768px) {
  .tile_count .tile_stats_count:first-child:before {
    border-left: 0;
  }
}
.tile_count .tile_stats_count .count {
  font-size: 32px;
  line-height: 70px;
  font-weight: 600;
}
.tile_count .tile_stats_count span {
  font-size: 16px;
}
.tile_count .tile_stats_count .count_bottom i {
  font-size: 14px;
}

.x_panel {
  position: relative;
  width: 100%;
  margin-bottom: 10px;
  padding: 10px 17px;
  display: inline-block;
  background: #fff;
  border: 1px solid #E6E9ED;
  -webkit-column-break-inside: avoid;
  -moz-column-break-inside: avoid;
  column-break-inside: avoid;
  opacity: 1;
  -moz-transition: all .2s ease;
  -o-transition: all .2s ease;
  -webkit-transition: all .2s ease;
  -ms-transition: all .2s ease;
  transition: all .2s ease;
}

.x_title {
  border-bottom: 2px solid #E6E9ED;
  padding: 1px 5px 6px;
  margin-bottom: 10px;
}

.x_title h4 {
  margin: 5px 0 6px;
  float: left;
  display: block;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
}

.clearfix:after, form:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.fixed_height_credit {
  height: 180px;
}

.fixed_height_order {
  height: 390px;
}

.fixed_height_invoice {
  height: 240px;
}

.x_content {
  padding: 0 5px 6px;
  position: relative;
  width: 100%;
  float: left;
  clear: both;
  margin-top: 5px;
}

table.countries_list {
  width: 100%;
}

table.countries_list td {
  padding: 0 10px;
  line-height: 50px;
  border-top: 1px solid #eeeeee;
}

table.countries_list th {
  padding: 0 10px;
  line-height: 50px;
}

.order-home-info-green {
  color: #1ABB9C;
}
.order-home-info-red {
  color: #E74C3C;
}

/* 新規商品選択 */
.order-row-title {
  margin-top: 10px;
  margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
    padding: 0.5em 0.5em 0.5em 1.5em;
    line-height: 1.4;
		box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.23);
	  color: #E64A19;
	  background: #FFF8E1;
}

.order-row-title h4 {
}

.order-table-head {
    background-color: #a1887f;
    color: #ffffff;
    text-align:center;
    vertical-align: middle;
}

.order-table-contents {
    background-color: #ffffff;
    text-align:center;
    vertical-align: middle;
}

.col-offpadding {
    padding-left: 0px;
    padding-right: 0px;
}

.dust-btn {
    width:40px;
    border-radius: 3px;
    background: #ffffff;
    border: 1px solid #697379;
    color: #37454d;
    padding-top: 5px;
    padding-bottom: 5px;
    margin-top: 0px;
    margin-bottom: 0px;
}

.dust img {
    width: 20px;
}


/* 発注一覧 */
.order-item-row {
    padding-bottom: 10px;
}

.order-status-box {
    display: inline-block;
    margin-right:.6em;
    background-color: #4A4A4A;
    font-size:75%;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    width: 8em;
    line-height: 1.8em;
}

.order-status-check {
    color: #ffffff;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.order-status-stop {
    color: #cccccc;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.order-status-wait {
    color: #e2bb9e;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.order-status-confirm {
    color: #ffffff;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.order-status-cancel {
    color: #cccccc;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.order-status-complete {
    color: #dbf3dd;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.request-row-title {
  margin-top: 10px;
  margin-bottom: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 20px;
  padding-right: 20px;
  position: relative;
  padding: 0.5em 0.5em 0.5em 1.5em;
  line-height: 1.4;
  color: #E64A19;
  box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.23);
  background: #FFF8E1;
}

/* 発注詳細 */
.order-item-status-box {
    display: inline-block;
    margin-right:.6em;
    background-color: #4A4A4A;
    font-size:75%;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    width: 8em;
    line-height: 1.8em;
}

.order-item-status-check {
    color: #ffffff;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.order-item-status-find {
    color: #dbf3dd;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.order-item-status-cancel {
    color: #cccccc;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.order-item-status-not-find {
    color: #cccccc;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

/* 商品詳細 */
.item-detail .form-horizontal .control-label{
    padding-top: 0px;
}

/* 配送一覧 */

.delivery-status-box {
    display: inline-block;
    margin-right:.6em;
    background-color: #4A4A4A;
    font-size:75%;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    width: 8em;
    line-height: 1.8em;
}

.delivery-status-new {
    color: #ffffff;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.delivery-status-sending {
    color: #e2bb9e;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.delivery-status-complete {
    color: #dbf3dd;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.delivery-status-shortage {
    color: #e2bb9e;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

/* 請求一覧 */
.invoice-status-box {
    display: inline-block;
    margin-right:.6em;
    background-color: #4A4A4A;
    font-size:75%;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    width: 8em;
    line-height: 1.8em;
}

.invoice-status-not-payment {
    color: #e2bb9e;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.invoice-status-complete {
    color: #dbf3dd;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

/* 見積一覧 */
.estimate-status-box {
    display: inline-block;
    margin-right:.6em;
    background-color: #4A4A4A;
    font-size:75%;
    text-align: center;
    white-space: nowrap;
    border-radius: .25em;
    width: 10em;
    line-height: 1.8em;
}

.estimate-status-waitpay {
    color: #ffffff;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.estimate-status-waitsheet {
    color: #e2bb9e;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.estimate-status-request {
    color: #ffffff;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.estimate-status-complete {
    color: #dbf3dd;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

.estimate-status-cancel {
    color: #f35453;
    border: 1px solid #4A4A4A;
    background-color: #4A4A4A;
}

/* 求人紹介 */
.job-application-already {
    color: #f33c1d;
    border: 1px solid #f33c1d;
    background-color: #ffffff;
}

.table-job-entry-th {
    background-color: #FFF3E0;
}

.table-job-entry{
    margin: auto;
    width: 90% !important;
}

.deadline-job-entry {
	margin-top: 20px;
}

.job-search-table-th {
    background-color: #f7f4f0;
}

.job-search-table-td {
    background-color: #ffffff;
}

.job-entry-serach-count-num {
	  color: #FF5722;
    margin-right:0px;
    margin-left:0px;
    font-size: 24px;
}

.job-entry-title {
    margin-top:10px;
    margin-bottom:10px;
    width:100%;
    font-size: 20px;
    padding-top: 5px;
    padding-left: 20px;
    padding-bottom: 5px;
    padding-right: 5px;
    color: #FFFFFF;
    background: #FB8C00;
    border-radius: 10px;
    font-weight: bold;
}

.jobbox-line {
    border: 1px solid #FF9800;
}

.job-filter-list {
    background-color:#fbfbfb;
    margin-bottom: 10px;
}

.job-filter-box-title {
    background:#FF9800;
    color:#ffffff;
    padding: 5px 16px;
    border-radius: 10px;
}

.job-filter-box-title img {
    width: 20px;
    margin-right: 5px;
}



/* 検索 */
.pagination{
    margin: 6px 0;
}

.filter-box-title {
    background:#aaa;
    color:#ffffff;
    padding: 5px 16px;
}

.filter-box-title img {
    width: 20px;
    margin-right: 5px;
}

.filter-list {
    background-color:#ffffff;
    border: 1px solid #cdd0d2;
    margin-bottom: 10px;
}

.filter-group {
    margin-top: 5px;
}

.search-btn-space {
  display:inline-block;
  width:20px;
}


/* リリースノート */
.release-note {
    line-height: 1.0em;
}

.release-note .release-note-title {
    margin-top:16px;
    margin-bottom:16px;
    padding-top:6px;
    padding-bottom:6px;
    border:solid #efefef ;
    border-width: 2px 0px 2px 0px;
}

.release-note .release-note-version {
    padding-left:0px;
    margin-bottom: 5px;
}

.release-note .release-note-content-area {
    margin-bottom: 5px;
}


.release-note .release-note-contents {
    padding-left:220px;
    padding-bottom:20px;
}

.release-note-date-text {
    font-size: 16px;
    font-weight: bold;
    display:inline-block;
    width:170px;
}

.release-note-version-text {
    margin-left:20px;
    font-size: 16px;
}

.release-note-content-text {
    font-size: 16px;
}

.release-note-title-text {
    font-size: 22px;
    font-weight: bold;
    padding: .10em .75em .10em .75em;
    border-left: 6px solid #000;
    color: #4169e1;
}

/* エラー画面 */
.error-contents {
    margin-top: 100px;
    margin-bottom: 30px;
    max-width: 800px;
    display:block;
    margin-left:auto;
    margin-right:auto;
}

.error-contents h3{
    font-size: calc(1em + 1vw);
}

.error-image{
    width: 100%;
    max-width: 120px;
    margin-top: 20px;
}

.error-desc {
  margin-top: 10px;
  font-size: 16px;
  color: #647788;
}

/* ダイアログ */
.dailog-title {
  font-size: 24px;
}

.note {
  margin-top: 10px;
  font-size: 16px;
  color: #647788;
}

.dailog-btn-space {
  display:inline-block;
  width:20px;
}

.table-height>tbody>tr>td {
  vertical-align: middle;
}
.td-space {
  margin-top: 10px;
}

.link-deco {
  color:#000;
  font-size: 12px;
  text-decoration: underline;
}

/* 必須 */
.required{
  margin: 0 0.5em;
  padding: 0.2em 0.5em;
  -webkit-border-radius: 6px;   /* Safari,Google Chrome */
  -moz-border-radius: 6px;      /* Firefox12まで */
  border-radius: 6px;           /* Firefox13以降 */
  background-color: #ff3957;
  color: #fff;
  font-weight: normal;
  font-size: 70%;
}

.form-horizontal .form-group {
  margin-right: 0px;
  margin-left: 0px;
}

.section {
    margin-top:10px;
    font-size: 20px;
    color: blue;
}

.jobbox {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 40px;
    width:80%;
}
.jobbox .item-photo {
    margin-bottom:10px;
}
.jobbox .alert {
    font-size: 20px;
}
.jobbox .alert>button {
    width: 80px;
    float: right;
}
.linertitle {
    margin-bottom:10px;
    width:80%;
    font-size: 20px;
    padding-top: 10px;
    background: linear-gradient(transparent 80%, #f1ae99 90%);
}
.linertitle2 {
    margin-bottom:10px;
    width:80%;
    font-size: 20px;
    padding-top: 10px;
    background: linear-gradient(transparent 80%, #ffc53b 90%);
}

.star-rating {
    position: relative;
    display:inline-block;
    font-size: 25px;
}
.star-rating .star-rating-item{
    position:absolute;
    overflow: hidden;
}
.star-rating .star-rating-item:before{
    content:"★★★★★";
    color: #ffcc33;
}
.star-rating:after {
    content:"★★★★★";
    color: #ccc;
}

.category-base-btn {
    font-size:10px;
    width: 80px;
    color: #fff;
    text-align:center;
    border-radius: 3px;
    padding: 3px;
}
.category-red-btn {
    background-color: rgb(244,67,54);
}
.category-blue-btn {
    background-color: rgb(33,150,243);
}
.category-green-btn {
    background-color: rgb(76,175,80);
}
.category-orange-btn {
    background-color: rgb(255,152,0);
}
.category-purple-btn {
    background-color: rgb(156,39,176);
}
.category-brown-btn {
    background-color: rgb(121,85,72);
}
.category-yellow-btn {
    background-color: rgb(255,235,59);
}
.category-grey-btn {
    background-color: rgb(158,158,158);
}
.category-pink-btn {
    background-color: rgb(233,30,99);
}
.category-indigo-btn {
    background-color: rgb(63,81,181);
}
.category-lime-btn {
    background-color: rgb(205,220,57);
}
.category-cyan-btn {
    background-color: rgb(0,188,212);
}
.category-lightgreen-btn {
    background-color: rgb(139,195,74);
}
.category-bluegrey-btn {
    background-color: rgb(96,125,139);
}
.category-teal-btn {
    background-color: rgb(0,150,136);
}
.category-amber-btn {
    background-color: rgb(255,193,7);
}

.btn-box {
    margin-bottom: 20px;
    background-color: #f4f4f4;
    border: 1px solid transparent;
    border-radius: 5px;
    -webkit-box-shadow: 0 1px 4px rgba(0,0,0,0.50);
    -moz-box-shadow: 0 1px 4px rgba(0,0,0,0.50);
    box-shadow: 0 1px 4px rgba(0,0,0,0.50);
    text-align: center;
    text-decoration: none!important;
    padding: 25px 0;
}
.btn-box .icon{
    width: 125px;
}
.btn-box, .btn-box span {
    display: block
}
.btn-box span {
    color: #4a4a4a;
    font-size: 20px;
    font-weight:normal;
    margin-top: 10px;
    width: 100%;
}
.btn-box:hover{
    background-color:#E3F2FD;
}
.container-home{
		margin-top: 30px;
		margin-bottom: 30px;
}
.order-list{
	background-color: #ffffff;
}
.order-list > thead {
	font-size: 10px;
}
@media (min-width: 320px) {
	.order-list > thead {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.order-list > thead {
		font-size: 16px;
	}
}

.order-list > tbody {
	font-size: 10px;
}
@media (min-width: 320px) {
	.order-list > tbody {
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.order-list > tbody {
		font-size: 16px;
	}
}

.sercharea{
	font-size: 20px;
}
@media (min-width: 320px) {
	.sercharea{
		font-size: 16px;
	}
}
@media (min-width: 768px) {
	.sercharea{
		font-size: 16px;
	}
}

.order-detaillist{
	background-color: #ffffff;
	table-layout: fixed;
  word-break: break-all;
  word-wrap: break-word;
}

.order-status{
	text-align: center;
}
.order-status > span{
	font-size:100%;
}
.sercharea{
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 10px;
}
.sercharea-status{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.sercharea-date{
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.sercharea-date > div > div{
	display: inline-table;
}

.seikyu-upload-info{
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}
.seikyu-upload-info > div > div{
	display: inline-table;
}

.status-select{
	width: auto;
}
.serchbutton{
	text-align: right;
	margin-right: 10px;
	margin-bottom: 10px;
}
.uploadarea{
	display:inline-block;
	background-color: #ffffff;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.download{
	display:inline-block;
	background-color: #ffffff;
	margin-left: 0px;
	margin-bottom: 10px;
	padding-top: 10px;
	padding-bottom: 10px;
}
.uploadbtn{
	margin: 5px;
	font-size: 10px;
	padding: 6px, 6px;
}
@media (min-width: 768px) {
	.uploadbtn{
		margin: 5px;
		font-size: 12px;
		padding: 6,12px;
	}
}
.underarea {
	font-size: 8px;
	margin-bottom: 5px;
}
@media (min-width: 320px) {
	.underarea {
		font-size: 12px;
	}
}
@media (min-width: 768px) {
	.underarea {
		font-size: 16px;
	}
}
.downloadbtn{
		margin: 5px;
		font-size: 12px;
		padding: 6,12px;
}
.uploadtxt{
	margin: 3px;
	padding-left: 6px;
	padding-right: 6px;
}
@media (min-width: 768px) {
	.uploadtxt{
		margin: 5px;
		padding-left: 6px;
		padding-right: 6px;
	}
}
.underarea{
	margin-left: 0px;
}
.orderEstimate-title{
	margin: 10px;
}
.orderEstimate-list{
	background-color: #ffffff;
	margin: 10px;
	width: 90%;

}
.menu-title{
	padding: 10px;
}
.detailarea{
	background-color: #ffffff;
	margin-bottom: 10px;
	padding: 10px;
}
.detailarea-item{
	margin-top: 5px;
	margin-bottom: 10px;
	margin-right: 0px;
	margin-left: 0px;
}