

/* wide.css:左メニューなしのワイドページが読み込むCSSです。 */

/* ========== 目次 ==========
   ワイドページ　共通
   グローバルナビ　お知らせ　ページ
   グローバルナビ　会社情報　トップページ
   グローバルナビ　サービス情報　トップページ
   グローバルナビ　お問い合わせ　ページ
   グローバルナビ　サイトマップ　ページ
   グローバルフッター　個人情報保護　ページ
   コア、セキュア、証明書サービス　トップページ
   ======================= */


/* +++++++++++++++++++++++++++++++++++++++++++++
   ワイドページ　共通
   div#content_wrapper
+++++++++++++++++++++++++++++++++++++++++++++ */
/* --------------------------------
   見出し
-------------------------------- */
/* デザインA（ページタイトルなど） ----- */
div#content_wrapper .headA {
background:url(../img/pagetitle_wide_bg.gif) left top no-repeat;
font-size:118%;
height:34px;
padding-top:10px;
padding-left:20px;
}



/* +++++++++++++++++++++++++++++++++++++++++++++
   お問い合わせフォーム　ページ
   div#content_wrapper #P_contact_form
+++++++++++++++++++++++++++++++++++++++++++++ */

/* --------------------------------
   見出し
-------------------------------- */
div#content_wrapper #P_contact_form h3 {
font-weight:normal;
}

/* --------------------------------
   入力フォーム
-------------------------------- */

/* テーブル
-------------------------------- */
div#content_wrapper #P_contact_form table {
margin-top:15px;
}
div#content_wrapper #P_contact_form th {
text-align:left;
vertical-align:top;
background-color:#18B534;
width:150px;
}
div#content_wrapper #P_contact_form th.error {
background-color:#FF9900;
}
div#content_wrapper #P_contact_form td {
background-color:#F9F9F9;
}

/* フォーム
-------------------------------- */
div#content_wrapper #P_contact_form input.f_name,
div#content_wrapper #P_contact_form input.f_kana,
div#content_wrapper #P_contact_form input.f_comp,
div#content_wrapper #P_contact_form input.f_post {
width:600px;
}

div#content_wrapper #P_contact_form input.f_address {
width:510px;
}

div#content_wrapper #P_contact_form input.f_mail {
width:560px;
}

div#content_wrapper #P_contact_form input.f_zip1,
div#content_wrapper #P_contact_form input.f_zip2 {
width:10em;
}
div#content_wrapper #P_contact_form input.f_tel1,
div#content_wrapper #P_contact_form input.f_tel2,
div#content_wrapper #P_contact_form input.f_tel3 {
width:12em;
}
div#content_wrapper #P_contact_form select {
width:8em;
}
div#content_wrapper #P_contact_form textarea {
width:600px;
height:15em;
overflow-y:scroll;
}

/* 送信ボタン
-------------------------------- */
div#content_wrapper #P_contact_form div.button {
margin:0 auto;
text-align:center;
font-size:150%;
padding: 3px 5px;
}
div#content_wrapper #P_contact_form div.button input {
margin:20px 20px 0 20px;
}