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

#greeting .box01 {box-sizing: border-box; border: 3px solid #000; border-top: none; padding: 20px; background: url(img/greeting/box01_bg.jpg)top left repeat; font-weight: bold; margin-bottom: 20px;}
#greeting .box01 .inner,#greeting .box01 .inner02 {display: flex; justify-content: space-between; align-items: flex-start; text-align: justify; letter-spacing: -1.1px; line-height: 1.45; margin-bottom: 20px;}
#greeting .box01 .inner img {margin-left: 15px;}
#greeting .box01 .inner02 img {margin-right: 15px;}
#greeting .box02 {box-sizing: border-box; border: 3px solid #000; background: url(img/greeting/box01_bg.jpg)top left repeat; padding: 10px 20px; font-weight: bold;}

#greeting .table02 {border-collapse: separate; border-spacing: 0 10px;}
#greeting .table02 th {width: max-content; font-weight: bold; display: block; padding-right: 10px;}