@charset "UTF-8";
/*================================================================
*FILE          :special.css
*AUTHOR        :
*--------------------------------------------------------------
*(C)
=================================================================*/

.img-left{
  float: left;
  margin:15px 20px!important;
}

.img-right{
  float: right;
  margin:15px 20px!important;
}

.img-last{
  clear: both!important;
  padding-top: 20px!important;
}

.img-title{
  text-indent: 0!important;
  font-weight: bold;
}

.clear-both{
  clear: both!important;
}

.specialNote {
  margin:50px 0 80px 0;
}
.specialNote dl {
  display: flex;
  width: 100%;
}
.specialNote dt {
  min-width: 4em;
  white-space: nowrap;
}
.specialNote dd {
  padding-left: 0.5em;
}

.specialImg {
  display: flex;
  justify-content: center;
}
.specialImg p {
  text-indent: 0;
}

.specialUrl {
  text-indent: 0 !important;
  text-align: center;
}
.specialUrl a { 
  word-break: break-all;
  font-size: 12px;
}

.specialfloat{
  padding-right: 15px;
  float: left;
}

.specialfloatSpace_en{
  clear: both;
}

.specialfloatSpace{
  clear: both;
  margin-top: 60px!important;
}

@media print, screen and (max-width: 767px) {
  .img-left,.img-right,.img-last{
    float: none;
    margin: 20px auto!important;
    padding:0px!important;
  }
  .specialfloat{
    padding-right: 0px;
    float: none;
  }
  .specialfloatSpace{
    margin-top: 32px;
  }

}
