
/**
 * Bootstrap
 */

#mypageparts button,
#mypageparts input,
#mypageparts optgroup,
#mypageparts select,
#mypageparts textarea {
  margin: 0;
  font: inherit;
  color: inherit;
}
#mypageparts button {
  overflow: visible;
}
#mypageparts button,
#mypageparts select {
  text-transform: none;
}
#mypageparts button,
#mypageparts html input[type="button"],
#mypageparts input[type="reset"],
#mypageparts input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}
#mypageparts button[disabled],
#mypageparts html input[disabled] {
  cursor: default;
}
#mypageparts button::-moz-focus-inner,
#mypageparts input::-moz-focus-inner {
  padding: 0;
  border: 0;
}
#mypageparts input {
  line-height: normal;
}
#mypageparts input[type="checkbox"],
#mypageparts input[type="radio"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0;
}
#mypageparts input[type="number"]::-webkit-inner-spin-button,
#mypageparts input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
#mypageparts input[type="search"] {
  -webkit-box-sizing: content-box;
     -moz-box-sizing: content-box;
          box-sizing: content-box;
  -webkit-appearance: textfield;
}
#mypageparts input[type="search"]::-webkit-search-cancel-button,
#mypageparts input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
#mypageparts fieldset {
  padding: .35em .625em .75em;
  margin: 0 2px;
  border: 1px solid #c0c0c0;
}
@font-face {
  font-family: 'Glyphicons Halflings';

  src: url('/lalat-kitaayase/common/fonts/glyphicons-halflings-regular.eot');
  src: url('/lalat-kitaayase/common/fonts/glyphicons-halflings-regular.eot?#iefix') format('embedded-opentype'), url('/lalat-kitaayase/common/fonts/glyphicons-halflings-regular.woff2') format('woff2'), url('/lalat-kitaayase/common/fonts/glyphicons-halflings-regular.woff') format('woff'), url('/lalat-kitaayase/common/fonts/glyphicons-halflings-regular.ttf') format('truetype'), url('/lalat-kitaayase/common/fonts/glyphicons-halflings-regular.svg#glyphicons_halflingsregular') format('svg');
}
#mypageparts .glyphicon {
  position: relative;
  top: 1px;
  display: inline-block;
  font-family: 'Glyphicons Halflings';
  font-style: normal;
  font-weight: normal;
  line-height: 1;

  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
#mypageparts .glyphicon-star:before {
  content: "\e006";
}
#mypageparts .glyphicon-star-empty:before {
  content: "\e007";
}
#mypageparts .glyphicon-remove:before {
  content: "\e014";
}
#mypageparts .glyphicon-check:before {
  content: "\e067";
}
#mypageparts .glyphicon-plus-sign:before {
  content: "\e081";
}
#mypageparts .glyphicon-minus-sign:before {
  content: "\e082";
}
#mypageparts .glyphicon-question-sign:before {
  content: "\e085";
}
#mypageparts .glyphicon-exclamation-sign:before {
  content: "\e101";
}
#mypageparts .glyphicon-unchecked:before {
  content: "\e157";
}
#mypageparts .glyphicon-triangle-bottom:before {
  content: "\e252";
}
/*! Source: https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css */
#mypageparts * {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#mypageparts *:before,
#mypageparts *:after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#mypageparts input,
#mypageparts button,
#mypageparts select,
#mypageparts textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
#mypageparts a {
  color: #337ab7;
  text-decoration: none;
}
#mypageparts a:hover,
#mypageparts a:focus {
  color: #23527c;
  text-decoration: underline;
}
#mypageparts img {
  vertical-align: middle;
}
#mypageparts .img-responsive {
  display: block;
  max-width: 100%;
  height: auto;
}
#mypageparts h1,
#mypageparts h2,
#mypageparts h3,
#mypageparts h4,
#mypageparts h5,
#mypageparts h6,
#mypageparts .h1,
#mypageparts .h2,
#mypageparts .h3,
#mypageparts .h4,
#mypageparts .h5,
#mypageparts .h6 {
  font-family: inherit;
  font-weight: 500;
  line-height: 1.1;
  color: inherit;
}
#mypageparts p {
  margin: 0 0 10px;
}
#mypageparts small,
#mypageparts .small {
  font-size: 85%;
}
#mypageparts .text-left {
  text-align: left;
}
#mypageparts .text-right {
  text-align: right;
}
#mypageparts .text-center {
  text-align: center;
}
#mypageparts .text-justify {
  text-align: justify;
}
#mypageparts .text-nowrap {
  white-space: nowrap;
}
#mypageparts .text-lowercase {
  text-transform: lowercase;
}
#mypageparts .text-uppercase {
  text-transform: uppercase;
}
#mypageparts .text-capitalize {
  text-transform: capitalize;
}
#mypageparts .text-danger {
  color: #a94442;
}
#mypageparts a.text-danger:hover,
#mypageparts a.text-danger:focus {
  color: #843534;
}
#mypageparts ul,
#mypageparts ol {
  margin-top: 0;
  margin-bottom: 10px;
}
#mypageparts ul ul,
#mypageparts ol ul,
#mypageparts ul ol,
#mypageparts ol ol {
  margin-bottom: 0;
}
#mypageparts dl {
  margin-top: 0;
  margin-bottom: 20px;
}
#mypageparts dt,
#mypageparts dd {
  line-height: 1.42857143;
}
#mypageparts dt {
  font-weight: bold;
}
#mypageparts dd {
  margin-left: 0;
}
#mypageparts fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
#mypageparts label {
  display: inline-block;
  max-width: 100%;
  margin-bottom: 5px;
  font-weight: bold;
}
#mypageparts input[type="search"] {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}
#mypageparts input[type="radio"],
#mypageparts input[type="checkbox"] {
  margin: 4px 0 0;
  margin-top: 1px \9;
  line-height: normal;
}
#mypageparts input[type="file"] {
  display: block;
}
#mypageparts input[type="range"] {
  display: block;
  width: 100%;
}
#mypageparts select[multiple],
#mypageparts select[size] {
  height: auto;
}
#mypageparts input[type="file"]:focus,
#mypageparts input[type="radio"]:focus,
#mypageparts input[type="checkbox"]:focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mypageparts output {
  display: block;
  padding-top: 7px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
}
#mypageparts .form-control {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075);
  -webkit-transition: border-color ease-in-out .15s, -webkit-box-shadow ease-in-out .15s;
       -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
          transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}
#mypageparts .form-control:focus {
  border-color: #66afe9;
  outline: 0;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
          box-shadow: inset 0 1px 1px rgba(0,0,0,.075), 0 0 8px rgba(102, 175, 233, .6);
}
#mypageparts .form-control::-moz-placeholder {
  color: #999;
  opacity: 1;
}
#mypageparts .form-control:-ms-input-placeholder {
  color: #999;
}
#mypageparts .form-control::-webkit-input-placeholder {
  color: #999;
}
#mypageparts .form-control::-ms-expand {
  background-color: transparent;
  border: 0;
}
#mypageparts .form-control[disabled],
#mypageparts .form-control[readonly],
fieldset[disabled] .form-control {
  background-color: #eee;
  opacity: 1;
}
#mypageparts .form-control[disabled],
#mypageparts fieldset[disabled] .form-control {
  cursor: not-allowed;
}
#mypageparts textarea.form-control {
  height: auto;
}
#mypageparts input[type="search"] {
  -webkit-appearance: none;
}
@media screen and (-webkit-min-device-pixel-ratio: 0) {
  #mypageparts input[type="date"].form-control,
  #mypageparts input[type="time"].form-control,
  #mypageparts input[type="datetime-local"].form-control,
  #mypageparts input[type="month"].form-control {
    line-height: 34px;
  }
}
#mypageparts .form-group {
  margin-bottom: 15px;
}
#mypageparts .radio,
#mypageparts .checkbox {
  position: relative;
  display: block;
  margin-top: 10px;
  margin-bottom: 10px;
}
#mypageparts .radio label,
#mypageparts .checkbox label {
  min-height: 20px;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  cursor: pointer;
}
#mypageparts .radio input[type="radio"],
#mypageparts .radio-inline input[type="radio"],
#mypageparts .checkbox input[type="checkbox"],
#mypageparts .checkbox-inline input[type="checkbox"] {
  position: absolute;
  margin-top: 4px \9;
  margin-left: -20px;
}
#mypageparts .radio + .radio,
#mypageparts .checkbox + .checkbox {
  margin-top: -5px;
}
#mypageparts .radio-inline,
#mypageparts .checkbox-inline {
  position: relative;
  display: inline-block;
  padding-left: 20px;
  margin-bottom: 0;
  font-weight: normal;
  vertical-align: middle;
  cursor: pointer;
}
#mypageparts .radio-inline + .radio-inline,
#mypageparts .checkbox-inline + .checkbox-inline {
  margin-top: 0;
  margin-left: 10px;
}
#mypageparts input[type="radio"][disabled],
#mypageparts input[type="checkbox"][disabled],
#mypageparts input[type="radio"].disabled,
#mypageparts input[type="checkbox"].disabled,
#mypageparts fieldset[disabled] input[type="radio"],
#mypageparts fieldset[disabled] input[type="checkbox"] {
  cursor: not-allowed;
}
#mypageparts .radio-inline.disabled,
#mypageparts .checkbox-inline.disabled,
#mypageparts fieldset[disabled] .radio-inline,
#mypageparts fieldset[disabled] .checkbox-inline {
  cursor: not-allowed;
}
#mypageparts .radio.disabled label,
#mypageparts .checkbox.disabled label,
#mypageparts fieldset[disabled] .radio label,
#mypageparts fieldset[disabled] .checkbox label {
  cursor: not-allowed;
}
#mypageparts .has-error .help-block,
#mypageparts .has-error .control-label,
#mypageparts .has-error .radio,
#mypageparts .has-error .checkbox,
#mypageparts .has-error .radio-inline,
#mypageparts .has-error .checkbox-inline,
#mypageparts .has-error.radio label,
#mypageparts .has-error.checkbox label,
#mypageparts .has-error.radio-inline label,
#mypageparts .has-error.checkbox-inline label {
  color: #a94442;
}
#mypageparts .btn {
  display: inline-block;
  padding: 6px 12px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  -ms-touch-action: manipulation;
      touch-action: manipulation;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
}
#mypageparts .btn:focus,
#mypageparts .btn:active:focus,
#mypageparts .btn.active:focus,
#mypageparts .btn.focus,
#mypageparts .btn:active.focus,
#mypageparts .btn.active.focus {
  outline: thin dotted;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}
#mypageparts .btn:hover,
#mypageparts .btn:focus,
#mypageparts .btn.focus {
  color: #333;
  text-decoration: none;
}
#mypageparts .btn:active,
#mypageparts .btn.active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
          box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}
#mypageparts .btn.disabled,
#mypageparts .btn[disabled],
#mypageparts fieldset[disabled] .btn {
  cursor: not-allowed;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
          box-shadow: none;
  opacity: .65;
}
#mypageparts a.btn.disabled,
#mypageparts fieldset[disabled] a.btn {
  pointer-events: none;
}
#mypageparts .tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 12px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  filter: alpha(opacity=0);
  opacity: 0;

  line-break: auto;
}
#mypageparts .tooltip.in {
  filter: alpha(opacity=90);
  opacity: .9;
}
#mypageparts .tooltip.top {
  padding: 5px 0;
  margin-top: -3px;
}
#mypageparts .tooltip.right {
  padding: 0 5px;
  margin-left: 3px;
}
#mypageparts .tooltip.bottom {
  padding: 5px 0;
  margin-top: 3px;
}
#mypageparts .tooltip.left {
  padding: 0 5px;
  margin-left: -3px;
}
#mypageparts .tooltip-inner {
  max-width: 200px;
  padding: 3px 8px;
  color: #fff;
  text-align: center;
  background-color: #666666;
  border-radius: 4px;
}
#mypageparts .tooltip-arrow {
  position: absolute;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#mypageparts .tooltip.top .tooltip-arrow {
  bottom: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 5px 5px 0;
  border-top-color: #666666;
}
#mypageparts .tooltip.top-left .tooltip-arrow {
  right: 5px;
  bottom: 0;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #666666;
}
#mypageparts .tooltip.top-right .tooltip-arrow {
  bottom: 0;
  left: 5px;
  margin-bottom: -5px;
  border-width: 5px 5px 0;
  border-top-color: #666666;
}
#mypageparts .tooltip.right .tooltip-arrow {
  top: 50%;
  left: 0;
  margin-top: -5px;
  border-width: 5px 5px 5px 0;
  border-right-color: #666666;
}
#mypageparts .tooltip.left .tooltip-arrow {
  top: 50%;
  right: 0;
  margin-top: -5px;
  border-width: 5px 0 5px 5px;
  border-left-color: #666666;
}
#mypageparts .tooltip.bottom .tooltip-arrow {
  top: 0;
  left: 50%;
  margin-left: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #666666;
}
#mypageparts .tooltip.bottom-left .tooltip-arrow {
  top: 0;
  right: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #666666;
}
#mypageparts .tooltip.bottom-right .tooltip-arrow {
  top: 0;
  left: 5px;
  margin-top: -5px;
  border-width: 0 5px 5px;
  border-bottom-color: #666666;
}
#mypageparts .popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: none;
  max-width: 276px;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: normal;
  line-height: 1.42857143;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  word-wrap: normal;
  white-space: normal;
  background-color: #fff;
  -webkit-background-clip: padding-box;
          background-clip: padding-box;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, .2);
  border-radius: 6px;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, .2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, .2);

  line-break: auto;
}
#mypageparts .popover.top {
  margin-top: -10px;
}
#mypageparts .popover.right {
  margin-left: 10px;
}
#mypageparts .popover.bottom {
  margin-top: 10px;
}
#mypageparts .popover.left {
  margin-left: -10px;
}
#mypageparts .popover-title {
  padding: 8px 14px;
  margin: 0;
  font-size: 14px;
  background-color: #f7f7f7;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
}
#mypageparts .popover-content {
  padding: 9px 14px;
}
#mypageparts .popover > .arrow,
#mypageparts .popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
}
#mypageparts .popover > .arrow {
  border-width: 11px;
}
#mypageparts .popover > .arrow:after {
  content: "";
  border-width: 10px;
}
#mypageparts .popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, .25);
  border-bottom-width: 0;
}
#mypageparts .popover.top > .arrow:after {
  bottom: 1px;
  margin-left: -10px;
  content: " ";
  border-top-color: #fff;
  border-bottom-width: 0;
}
#mypageparts .popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, .25);
  border-left-width: 0;
}
#mypageparts .popover.right > .arrow:after {
  bottom: -10px;
  left: 1px;
  content: " ";
  border-right-color: #fff;
  border-left-width: 0;
}
#mypageparts .popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, .25);
}
#mypageparts .popover.bottom > .arrow:after {
  top: 1px;
  margin-left: -10px;
  content: " ";
  border-top-width: 0;
  border-bottom-color: #fff;
}
#mypageparts .popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, .25);
}
#mypageparts .popover.left > .arrow:after {
  right: 1px;
  bottom: -10px;
  content: " ";
  border-right-width: 0;
  border-left-color: #fff;
}



