@charset "utf-8";

/*======================================
お知らせ表示部 CSS
======================================*/

/* 外枠 */
#osirase_outer{ margin:1px auto 10px; padding:0; border-spacing:0; }

/* ヘッダ */
#osirase_head{ margin:0; text-align:center; padding:3px 0 3px; border-radius:3px 3px 0 0;}
/* メッセージ部構成Table */
#osirase_table{ margin:5px; padding:0;border-spacing:0; border:0; -webkit-text-size-adjust: none;}
#osirase_table td{ padding:1px; border:0; vertical-align:top; line-height:1.4; }
/* 文頭マーク○ */
.osirase_td01{ width:1%; white-space:nowrap; text-align:right; }
/* メッセージ */
.osirase_td02{ width:99%; text-align:left; }
/* メッセージ間隔 */
.osirase_td03{ padding:0; }
/* 外枠の装飾  角丸、影 */
.outer_f{border-radius:4px; rgba(0,0,0,0.1);padding:0;box-sizing:border-box;}

/* ↑上記CSSは、ご自由に編集可能です。↑*/


/*=================================================================
↓ これより下は、管理画面の外枠のデザイン変更を行う度に、自動的に書き換わります (手動での変更は出来ません)
==================================================================*/
/*Temp_StyleSheetIN*/
#osirase_outer{ background-color:#ffffff; border:1px solid #ffffff; width:100%; }
#osirase_head{ font-size:16px; background-color:#ffffff; color:#000080; font-weight:bold; }

/*Temp_StyleSheetOUT*/
/*=================================================================
↑ ここまで。 これより下にCSSを追加する事は可能です。
==================================================================*/



