@charset "utf-8";
/* CSS Document */
.happinesstxt{ margin-bottom:10px;}
.greetingTxt{ text-indent: 1em; line-height: 2em;  }

#txtRight{ text-align:right; padding-top:10px; }

#chairmanBox { font-size: 1em; text-align:center; width: 280px; }
#chairmanBox dt{ margin-bottom:10px; padding-top:35px; }
#chairmanBox dd{ line-height:1.8em; }

#chairmanName{ font-size:1.35em; }
#chairmanName span{ font-size:0.75em; margin-right: 15px; }

#massagedate{ font-size:1.2em;  }

/*sp*/
@media screen and (max-width: 1059px) {
#chairmanBox{ margin: 0 auto 8%; }
#chairmanBox dl{ text-align: right; }
#chairmanName{ text-align: center; }
 #chairmanBox dt{ text-align: center; }
}


/*PC*/
@media screen and (min-width: 1060px) {
#chairmanBox{ float:right; width: 250px; font-size:0.87em; }
#greetBox{ float:left; width: 466px; margin-right: 20px; }
#massagedate{ font-size:15px; text-align: right; }
}
