body{
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
  text-rendering: optimizeLegibility;
  font-smooth: always;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
}

.align-center{
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.m50{
  margin: 50px 0;
}

.m5{
  margin: 5px 0;
}

.m10{
  margin: 10px 0;
}

.ml5{
  margin-left: 5px;
}

.ml10{
  margin-left: 10px;
}

.no_margin{
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.text-b{
  font-weight: bold;
}

.text-u{
  text-decoration: underline;
}

.no-shadow{
  text-shadow: none;
}

.items_comment{
  width: auto;
  display: inline-block;
  box-sizing: border-box;
  -moz-transition-property: width;
  -o-transition-property: width;
  -webkit-transition-property: width;
  transition-property: width;
  -moz-transition-duration: 0.3s;
  -o-transition-duration: 0.3s;
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  margin: 0 auto 50px;
  box-shadow: 0 1px 4px rgba(0,0,0,0.5);
  text-align: center;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  border-radius: 5px;
  background: #ffffff;
  position: relative;
  padding: 20px 15px;
}

.items_comment::before{
  content: '';
  display: block;
  background: #ffffff;
  width: 25px;
  height: 25px;
  box-shadow: 1px 1px 4px rgba(0,0,0,0.5);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 100%;
  left: 50%;
  margin-left: -12.5px;
  margin-top: -13px;
  z-index: 1;
}

.items_comment::after{
  content: '';
  display: block;
  background: #ffffff;
  width: 54px;
  height: 20px;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -27px;
  z-index: 2;
}

label span{
  margin:0 10px 0 5px;
}

.must{
  font-size: 1.0rem;
  color: #f33;
  margin-left:5px;
}

.nobr{
  white-space: nowrap;
}

label{
  font-weight: normal;
}

.form-static{
  padding: 4px;
}

/*
.form-static textarea{
  min-height: 100px;
}
*/

@media print{
  .not_print{
    display:none;
  }
}

select.form-control{
  width:auto;
  display:inline;
  padding:0;
}

.form-control-static {
  display: block;
  width: 100%;
  height: 38px;
  padding: 8px 12px;
  font-size: 14px;
  line-height: 1.42857143;
  color: #555555;
  background-color: #efefef;
  background-image: none;
/*
  border: 1px solid #cccccc;
*/
  border-radius: 4px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 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;
}
