/* 上ナビ */
#top_nav { margin-bottom: 5px; padding: 5px 0; background: #E6E5EC; text-align: center; }
#top_nav li { display: inline-block; }
#top_nav li a { color: #676E7E; padding: 5px 35px; border-radius: 3px; display: inline-block; background: #fff; font-weight: bold; font-size: 17px; }
#top_nav li.current a { color: #fff; position: relative; background: #1D5AF5; }
#top_nav li.current a:after { top: 100%; left: 50%; border: solid transparent; content: ''; height: 0; width: 0; position: absolute; pointer-events: none; border-color: rgba(29, 90, 245, 0); border-top-color: #1D5AF5; border-width: 10px; margin-left: -10px; }

/* 共通 */
#cover_image { margin: ; padding: ; border-bottom: 3px solid #1D5AF5; width: 1000px; height: 250px; background: url(../corporate/images/tumblr_static_main.jpg) no-repeat center center; }
#cover_image h2 { color: #fff; display: table-cell; width: 1000px; height: 250px; vertical-align: middle; text-align: center; }
#cover_image h2 span { display: block; }
#cover_image h2 span.jp { font-size: 39px; }
#cover_image h2 span.eg { font-size: 19px; }

/* 会社概要・所在地 */
#company_profile, #office_address { font-size: 17px; text-align: center; }
#company_profile dt, #office_address dt { color: #1D5AF5; margin: 40px auto 10px; padding-bottom: 5px; border-bottom: 1px solid #1D5AF5; width: 445px; font-weight: bold; }
#company_profile dd, #office_address dd { margin: 0 auto; width: 580px; }
#company_profile dd { width: 580px; }
#office_address dd { width: 630px; }
#company_profile dd ul { list-style: disc; text-align: left; }

#office_address .map a { color: #fff; padding: 0 15px; border-radius: 3px; display: inline-block; background: #1D5AF5; font-weight: bold; }

/* 社長あいさつ */
#message { margin-top: 40px; text-align: center; }
#message .lead { font-weight: bold; font-size: 17px; }
#message .border { margin-top: 15px; padding-top: 15px; border-top: 1px solid #00adef; display: inline-block; }
#message h3 { margin-top: 2em; font-weight: bold; font-size: 17px; }
#message .sign { margin-top: 1em; font-weight: bold; font-family: "ヒラギノ明朝 ProN W6","HiraMinProN-W6","HG明朝E","MS P明朝","MS PMincho","MS 明朝",serif; font-size: 16px; }
