@charset "utf-8";
/* CSS Document */

.cont-info .president { overflow: hidden; background: #f8f8f8; padding-top: 30px; }
.cont-info .president .messege { float: left; font-size: 40px; padding: 30px 0 0 80px; line-height: 50px; }
.cont-info .president .messege b { color: #0084FF; }
.cont-info .president .img-area { float: right; height: 247px; width: 230px; margin-right: 230px; position: relative; }
.cont-info .president .img-area img { width: 100%; max-height: 100%;}
.cont-info .president .img-area .name { right: -200px; bottom: 30px; position: absolute; }
.cont-info .president .img-area .name p:nth-child(1) { font-size: 14px; font-weight: 500; color: #999; }
.cont-info .president .img-area .name p:nth-child(2) { font-size: 25px; font-weight: bold; }

.cont-info .greeting { padding: 80px 80px; border-left: 1px solid #dee3eb; border-right: 1px solid #dee3eb; border-bottom: 1px solid #dee3eb; }
.cont-info .greeting p { font-size: 17px; line-height: 32px; font-weight: 300; }