﻿﻿﻿﻿html {
  position: relative;
  min-height: 100%;
}
body {
  padding-top: 0px;
  margin-bottom: 30px;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, Osaka, 'MS PGothic', arial, helvetica, sans-serif;
}

.error-text {
    color: #a94442;
    font-size: 14px;
    display:block;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  padding:5px;
  /* Set the fixed height of the footer here */
  height: 30px;
  background-color: #f5f5f5;
}

/* Responsive: Portrait tablets and up */
@media screen and (min-width: 768px) {
  /* Remove the padding we set earlier */
  .masthead,
  .marketing,
  .footer {
    padding-right: 0;
    padding-left: 0;
  }
}

/*
h4.title {
    display: block;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    margin-bottom: 17px;
    padding: 9px 8px 9px 8px;
    border-radius: 3px;
    background: #606060;
    font-size: 100%;
    line-height: 1.4;
}
h4.title span {
    display: block;
    padding: 3px 0 1px 15px;
    _padding: 5px 0 0 10px;
    position: relative;
    color:#f0f0f0;
}
h4.title span:before {
    content: '●';
    display: block;
    position: absolute;
    background: #f0f0f0;
    width: 5px;
    height: 100%;
    border-radius: 3px;
    top: 0;
    left: 0;
}
*/
.label-optionally {
    display:inline-block;
    color:#ffffff;
    background-color:#4040DD;
    font-size:80%;
    padding:2px 5px;
}
.label-required {
    display:inline-block;
    color:#ffffff;
    background-color:#DD0000;
    font-size:80%;
    padding:2px 5px;
}

.panel-heading {
    cursor: pointer;
}
 .accordion-toggle a:after {
    font-family: 'Glyphicons Halflings';
    content:"\e113";
    float: right;
    color: white;
}
 .accordion-toggle a.collapsed:after {
    font-family: 'Glyphicons Halflings';
    content:"\e114";
    float: right;
    color: white;
}

#titleId {
	display: inline-block;
}

#data-list th{
	text-align:center;
	padding-top:10px;
	padding-bottom:10px;
	color:#000;
	border-color:#e7e7e7;
}

input[type=checkbox] {
    margin: 0 0 3px 2px;
    line-height: normal;
    width: 18px;
    height: 18px;
    vertical-align: middle;
}

/* datepicker ヘッダーずれ対応用 */
.datepicker {
    margin: 25px 0;
}

/* ifrm スクロール対応 */
.ifrm-container {
  padding: 0 20px;
  width:100%;
  height:250px;
  overflow:auto;
  -webkit-overflow-scrolling:touch;
  display: inline-block;
}
.ifrm {
  width:100%;
  height:100%;
  display:block;
  background-color: #EEE;
}
/* ifrm スクロール対応 */

/* パンくず対応 */
/* step_nav */
#step_nav table {
  width: 100%;
  border-collapse: separate;
}

#step_nav table td {
  padding: 3px;
  text-align: center;
}

#step_nav table td.step {
  border: solid 3px #2146a6;
  /*border*/
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  padding: 20px 15px;
  font-size: 1.1em;
  font-weight: bold;
  line-height: 1.4;
  color: #2146a6;
}

#step_nav table td.step.current {
  background-color: #2146a6;
  color: #FFF;
}

#step_nav table td.step.currentflow {
  background-color: #2146a6;
  color: #FFF;
  width: 50%;
}

#step_nav table td.step.notcurrentflow {
  width: 10%;
}

#step_nav table td.arrow {
  width: 3%;
}

@media screen and (max-width: 896px) {
  #step_nav table td.step {
    padding: 5px;
    font-size: 1.0em;
  }
}

#step_nav .container {
  margin-right: 5px;
  margin-left: 5px;
}

ol, ul {
    margin-top: 0;
    margin-bottom: 0px;
}

/* エラーハイライト対応 */
.error-highlight .form-control {
 border-color: #ff3939;
 background-color: #ffe4cb;
 -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
 box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.error-highlight .form-control:focus {
 border-color: #ff3939;
}

.error-highlight .checkbox label {
 border-color: #a94442;
 background-color: #fbf4c2;
}

.error-highlight label.radio-inline {
 border-color: #a94442;
 background-color: #fbf4c2;
}

.error-highlight select {
 border-color: #a94442;
 background-color: #fbf4c2;
}

.cp_ipradio02.error-highlight .option-input.done{
  background: #fdf09a !important;
  color: black;
}

.comfirm-word-break td {
  word-break: break-all;
}

.address-text-area.address-blank {
  border-bottom: 2px solid #ff3939;
  background-color: #ffe4cb;
  -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
  box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
}

.address-text-area {
  border-bottom: 2px solid #9999;
}

/* パンくず対応 */

