@charset "utf-8";
/*
 * 基本スタイル
 */
section#script { display: none; }
.hidden { display: none; }

/* iframe表示 */
.popover iframe { width: 100% !important; border: none; }

/* 独自バルーン表示 */
#page .right_parts p.iframeBaloon { padding: 10px 0 0 0 !important; }

/* ローダー表示 */
#loader { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background-color: rgba(255, 255, 255, 0.85); }
#loader .load_image { position: fixed; margin-left: 50%; top: 50%; }

/* 全画面対象ポップアップ */
#fullScreen { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
