/* 続きを読むボタン */
.foldedAreaReadmore{display:block;padding-top:0;}
a.foldedLnkReadmoreBtn:link,a.foldedLnkReadmoreBtn:visited{display:block;width:596px;margin:0 auto;padding:10px;font-size:16px;color:#333;font-weight:bold;line-height:30px;text-align:center;margin-bottom:20px;background-color:#fff;border: 1px solid #333;text-decoration: none;} input[type="button"],input[type="submit"]{-webkit-appearance:none;}
a.foldedLnkReadmoreBtn:hover{text-decoration: underline;}

.atclTxtMain{height:260px;overflow:hidden;z-index:1;}
.atclEndOverlay{display:block;width:100%;height:50px;margin:-50px 10px 0 0;}

.ReadmoreAarrow{
  position: relative;
  display: block;
}

.ReadmoreAarrow:after{
content: '';
width: 12px;
height: 12px;
border-top: 4px solid #333;
border-right: 4px solid #333;
-webkit-transform: rotate(135deg);
-ms-transform: rotate(135deg);
transform: rotate(135deg);
position: absolute;
top: 50%;
right: 20px;
margin-top: -12px;
}


/* 170921 st CSS作成 */
