@charset "utf-8";
/* corporate color */
/*金赤*/
/*茜色*/
/*茶*/
/*こげ茶*/
/*藍色*/
/*群青*/
/*紺色*/
/*緑*/
/*草*/
/*深緑*/
/*ネズミ*/
/*黒*/
/**
/* label
*/
ul,
ol,
li {
  list-style: none;
}
ul,
ol,
li,
dl,
dt,
dd {
  margin: 0;
  padding: 0;
}
h1,
h2,
h3,
h4,
h5 {
  font-size: 1em;
  margin: 0;
  padding: 0;
}
body {
  background: #fffae6;
  /*lemon */
  background: #fff;
  padding-top: 20px;
}
h1.page-heading {
  font-size: 1.4em;
  font-weight: bold;
  border-bottom: 3px solid #009943;
  font-family: notoFont;
}
.header-title {
  font-size: 1.2em;
  font-family: notoFont;
  padding: 5px 0;
  margin-bottom: 1em;
  border-bottom: 3px solid #ff8f00;
}
.header-title > i {
  color: #ff8f00;
}
.navbar--compact {
  border-top: 5px solid #002611;
  border-bottom: 1px solid #c8c4c3;
  box-shadow: 0 2px 1px #efefef;
}
.navbar--compact a.navbar-brand {
  margin-top: 3px;
}
.navbar--compact a.navbar-brand > img {
  display: inline;
  vertical-align: middle;
}
/*
	navbar-nav
*/
.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus {
  color: #009943;
  background-color: transparent;
}
.nav-order .navbar-default .navbar-nav > li.tab-order,
.nav-setting .navbar-default .navbar-nav > li.tab-setting,
.nav-history .navbar-default .navbar-nav > li.tab-history,
.nav-purchase .navbar-default .navbar-nav > li.tab-purchase,
.nav-download .navbar-default .navbar-nav > li.tab-download,
.nav-product .navbar-default .navbar-nav > li.tab-product,
.nav-shop .navbar-default .navbar-nav > li.tab-shop,
.nav-staff .navbar-default .navbar-nav > li.tab-staff,
.nav-holiday .navbar-default .navbar-nav > li.tab-holiday {
  background-color: #e7e7e7;
  border-bottom: 2px solid #002611;
}
/*
	footer
*/
#footer {
  background: #002611;
  color: #fff;
  position: relative;
  line-height: 50px;
  margin-top: 100px;
}
#footer > #page-top {
  position: absolute;
  width: 120px;
  right: 30px;
  top: -28px;
  background: #002611;
  color: #fff;
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  text-align: center;
  line-height: 2em;
  height: 2em;
}
#footer > #page-top > a {
  color: #fff;
  transition: color .3s ease 0s;
}
#footer > #page-top > a:hover {
  text-decoration: none;
  color: #ff8f00;
}
#footer > #page-top > a:hover > i {
  transition: -3px;
}
#footer .copyright {
  text-align: center;
}
/*
	panel
*/
.panel.panel--kinkos {
  border: 1px solid #d3d3d3;
  /* -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  border-radius: 0;
}
.panel.panel--kinkos .panel-heading {
  border-bottom: 1px solid #d3d3d3;
  backgorund: transparent;
  /*-webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.05);
	  box-shadow: 0 0 10px rgba(0, 0, 0, 0.05); */
  margin-bottom: 5px;
}
.panel.panel--kinkos .panel-heading > h3 {
  border-left: 9px solid transparent;
  padding-left: .5em;
  font-size: 1.2em;
  font-weight: bold;
  letter-spacing: 2px;
  line-height: 30px;
}
/* 商品情報 */
.panel.panel--kinkos > .panel-body.order-information {
  font-size: .9em;
}
/*
.table.table--kinkos {
	&>tbody > tr > th {
		background-color: #efefef;
		vertical-align: middle;
		font-weight: normal;
		width: 130px !important;
	}
	&>tbody > tr > td {
		vertical-align: middle;
	}
}
*/
.table-striped--kinkos > thead > tr > th {
  background-color: #e6e6e6;
}
.table-striped--kinkos > tbody > tr > th {
  font-weight: normal;
  vertical-align: middle;
  width: 145px !important;
  background-color: #e6e6e6;
}
.table-striped--kinkos > tbody > tr > th:before {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  content: "\e250";
  color: #ffa500;
  font-size: 9px;
}
.table-striped--kinkos > tbody > tr > td {
  background-color: #fcfcfc;
}
/*
.table-striped--kinkos > tbody > tr:nth-of-type(odd) > th {
	background-color: #e6e6e6;
}
.table-striped--kinkos > tbody > tr:nth-of-type(even) > th {
	background-color: #d8f3f2;
}
.table-striped--kinkos > tbody > tr:nth-of-type(odd) {
  background-color: #fcfcfc;
}
.table-striped--kinkos > tbody > tr:nth-of-type(even) {
  background-color: #effaf9;
}
.table-striped--kinkos > tbody#product-form > tr:nth-of-type(odd) > th {
	background-color: #d8f3f2;
}
.table-striped--kinkos > tbody#product-form > tr:nth-of-type(odd) {
	background-color: #effaf9;
}
.table-striped--kinkos > tbody#product-form > tr:nth-of-type(even) > th {
	background-color: #e6e6e6;
}
.table-striped--kinkos > tbody#product-form > tr:nth-of-type(even) {
	background-color: #fcfcfc;
}
*/
.print-color-area {
  margin-left: -50px;
  float: left;
  text-align: right;
}
.dl-table {
  overflow: hidden;
  _zoom: 1;
}
.dl-table dt {
  clear: both;
  float: left;
  width: 5em;
  font-weight: normal;
  padding: 5px 0 5px 2px;
  /* color: #808080; */
  color: #009943;
  letter-spacing: 1px;
}
.dl-table dd {
  border-bottom: 1px dotted #ddd;
  padding: 5px 0 5px 6em;
}
.dl-table dd:last-child {
  border-bottom: none;
}
dl.dl-table.order-amount dt:last-child {
  content: "　";
}
dl.dl-table.order-amount dd:last-child {
  text-align: right;
  font-size: 1.4em;
  font-weight: bold;
  color: #009943;
  letter-spacing: 1px;
}
dl.dl-table.order-amount dd:last-child > span {
  display: inline-block;
  padding-right: 1em;
  font-size: .8em;
  letter-spacing: 0;
  color: #808080;
}
/*
	注文合計欄
*/
.panel.panel--kinkos.panel--payment {
  border: 1px solid #ff8f00;
}
.panel.panel--kinkos.panel--payment .panel-heading {
  background: #ff8f00;
  color: #fff;
  margin-bottom: 0;
  font-weight: bold;
}
.panel.panel--kinkos.panel--payment .panel-body {
  background: #ff8f00;
}
dl.dl-table-payment {
  background-color: #fff;
  padding: 5px;
}
dl.dl-table-payment dt {
  clear: both;
  float: left;
  width: 5em;
  font-weight: normal;
  padding: 5px 0 5px 2px;
  color: #ff8f00;
}
dl.dl-table-payment dd {
  border-bottom: 1px dotted #808080;
  padding: 5px 0 5px 6em;
  text-align: right;
  font-size: 1.2em;
}
dl.dl-table-payment dd > span {
  display: inline-block;
  width: 8em;
  text-align: right;
}
dl.dl-table-payment dd:last-child {
  border-bottom: none;
}
dl.dl-total {
  display: flex;
  border-bottom: 3px solid #ff8f00;
  font-family: notoFont;
  -webkit-justify-content: space-between;
  /* Safari */
  justify-content: space-between;
  -webkit-align-items: flex-end;
  /* Safari */
  align-items: flex-end;
}
dl.dl-total dd {
  font-size: 1.5em;
}
dl.dl-total dd > i {
  color: #ff8f00;
}
span.total-amount {
  display: inline-block;
  float: right;
  font-size: 2em;
  padding-bottom: 10px;
}
/*
	色選択
*/
.color-palette option:first-child {
  background-color: #ffffff;
  color: #000000;
}
.color-palette option {
  color: #fff;
  /* &:last-child {
		color: #000;
	} */
}
.color-palette option.color01 {
  background-color: #f34d2a;
}
.color-palette option.color02 {
  background-color: #ba2930;
}
.color-palette option.color03 {
  background-color: #593924;
}
.color-palette option.color04 {
  background-color: #2a1c13;
}
.color-palette option.color05 {
  background-color: #165e83;
}
.color-palette option.color06 {
  background-color: #4c6cb3;
}
.color-palette option.color07 {
  background-color: #223a70;
}
.color-palette option.color08 {
  background-color: #008000;
}
.color-palette option.color09 {
  background-color: #7b8d42;
}
.color-palette option.color10 {
  background-color: #00552e;
}
.color-palette option.color11 {
  background-color: #949495;
}
.color-palette option.color12 {
  background-color: #000;
}
.color-palette option.color91 {
  background-color: #ffffff;
  color: #000000;
}
.color-palette option.color92 {
  background-color: #ffffff;
  color: #000000;
}
.color-palette option.color93 {
  background-color: #ffffff;
  color: #000000;
}
.color-palette option.color94 {
  background-color: #ffffff;
  color: #000000;
}
.selection-color span {
  font-size: .9em;
  color: #fff;
  display: block;
  border-radius: 2px;
  text-align: center;
  padding: 2px;
  background-color: transparent;
}
.selection-color span.color00 {
  border: 1px solid #ddd;
  color: #000;
}
.selection-color span.color01 {
  background-color: #f34d2a;
}
.selection-color span.color01:before {
  content: '01.金赤';
}
.selection-color span.color02 {
  background-color: #ba2930;
}
.selection-color span.color02:before {
  content: '02.茜色';
}
.selection-color span.color03 {
  background-color: #593924;
}
.selection-color span.color03:before {
  content: '03.茶';
}
.selection-color span.color04 {
  background-color: #2a1c13;
}
.selection-color span.color04:before {
  content: '04.こげ茶';
}
.selection-color span.color05 {
  background-color: #165e83;
}
.selection-color span.color05:before {
  content: '05.藍色';
}
.selection-color span.color06 {
  background-color: #4c6cb3;
}
.selection-color span.color06:before {
  content: '06.群青';
}
.selection-color span.color07 {
  background-color: #4c6cb3;
}
.selection-color span.color07:before {
  content: '07.紺色';
}
.selection-color span.color08 {
  background-color: #223a70;
}
.selection-color span.color08:before {
  content: '08.緑';
}
.selection-color span.color09 {
  background-color: #008000;
}
.selection-color span.color09:before {
  content: '09.草';
}
.selection-color span.color10 {
  background-color: #7b8d42;
}
.selection-color span.color10:before {
  content: '10.深緑';
}
.selection-color span.color11 {
  background-color: #00552e;
}
.selection-color span.color11:before {
  content: '11.ネズミ';
}
.selection-color span.color12 {
  background-color: #949495;
}
.selection-color span.color12:before {
  content: '12.黒';
}
/* admin holiday */
h2.this-year {
  font-size: 30px;
}
table.calendar > thead > tr > th {
  background-color: #f1f1f1;
  background-color: #e3eafd;
}
/* common style */
.well.well--white {
  background: #fff;
  border: 1px solid #aaa;
  word-wrap: break-word;
  overflow-wrap: bread-word;
}
hr.line {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ddd;
}
hr.double-line {
  border-top: 1px solid #009943;
  border-bottom: 1px solid #fff;
}
hr.double-line:after {
  content: '';
  display: block;
  margin-top: 2px;
  border-top: 1px solid #009943;
  border-bottom: 1px solid #fff;
}
.em {
  font-size: 1.3em;
  color: #009943;
}
/* boot custom */
.form-inline .form-control {
  display: inline-block;
  width: auto;
  vertical-align: top;
}
.panel--compact > table.table-condensed {
  font-size: 12px;
}
.panel--compact > table.table-condensed > tbody > tr > th {
  font-weight: normal;
  width: 7em;
}
.panel-search .panel-body > .row > [class*="col-"] {
  margin-top: 5px;
}
.panel-search .panel-body label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 0;
  font-weight: normal;
}
.panel-search .panel-body > .row > [class*="col-"] > .form-group > label {
  margin-right: 5px;
  cursor: pointer;
}
