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


/* ------------------------------------------------------
contents
------------------------------------------------------ */
/*__ .main __*/
.main .box { width:520px; margin:0 auto; font-size:117%;/*14px*/ }
.main .box p { margin-bottom:20px; }
.main .box table.profile { border-right:1px solid #cdcdcd; border-bottom:1px solid #cdcdcd; margin:0 10px; }
.main .box table.profile th,
.main .box table.profile td { padding:10px; border-left:1px solid #cdcdcd; border-top:1px solid #cdcdcd; }
.main .box table.profile th { width:135px; background-color:#efefef; font-weight:bold; text-align:center; }
.main .box table.profile td { width:auto; }
.main .box table.profile dl.address dd { margin-bottom:15px; }
.main .box table.profile dl.address dd.none { margin-bottom:0; }
.main .box table.profile dl.officer dt { float:left; width:100px; }
.main .box table.profile dl.officer dd { float:left; width:220px; }
.main .box table.profile dl.history dd { margin-bottom:15px; }
.main .box table.profile dl.history dd.none { margin-bottom:0; }
.main .box table.profile ul.partner { font-size:11px; }

