@charset "UTF-8";


table.tblptnratm tbody td{
	vertical-align: middle ;
	padding-right: 2px;
}
table.tblptnratm tbody td img{
	vertical-align: middle !important;
}
table.tblptnratm tbody td sup{
	margin-left: 3px;
}


table.tblAtmtime td{
	vertical-align: middle;
	padding-bottom: 25px;
}


#add_th_headline{
	width:420%;
/*	position:absolute;
	width:374%;
	text-align:center;top: 0;
	background-color: #F6F6F6;
	margin-top: -37px;
	margin-left: -7px;
	padding-top: 5px;
	padding-bottom: 5px;
	border-bottom: solid 1px #CCCCCC;
*/
}
*+html #add_th_headline{
	margin-top: -33px;
	margin-left: -7px;
}
.add_th_headline_child{
	margin-top: 30px;
}
*/


/* clearfix */
.clearfix:after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0;
}
 /* IE6 */
* html .clearfix { zoom: 1;}
 /* IE7 */
*:first-child+html .clearfix { zoom: 1;}

/* 20160426 */

.nb_l {
	border-left:none !important;
}
.nb_r {
	border-right:none !important;
}
.nb_t {
	border-top:none !important;
}
.nb_b {
	border-bottom:none !important;
}

.annotation_number dt {
	display:inline-block;
	width:20px;
	vertical-align:top;
}
.annotation_number dd {
	vertical-align:top;
	margin-bottom:10px;
}

.hyphenlist li {
    padding-left: 12px;
    text-indent: -5px;
}

.hyphenlist li::before {
    content: "-";
    display: inline-block;
    margin-right: 5px;
}

.box-conversion {
  width: 100%;
  padding: 40px 30px;
  background-color: #f6f8f9;
  text-align: center;
  margin-bottom: 20px;
  box-sizing: border-box;
}
.box-conversion__btn-title {
  font-size: 16px;
  margin-bottom: 12px;
  text-align: center;
  line-height: 1.4;
}
.conversion__btn {
  margin-top: 10px;
}
.conversion__btn a {
  color: #0071cd !important;
}

@media screen and (max-width: 1019px) {
  .box-conversion {
    padding: 40px 20px;
  }
  .conversion__btn {
    max-width: 500px;
    margin: 10px auto 0;
  }
}

.box-group--border-atm{
  border: 1px solid #B0BDCC;
  padding: 15px;
}


