@charset "utf-8"; body { /* 画像ファイルの指定 */ background-image: url(../images/site_images/bg-body.jpg); /* 画像を常に天地左右の中央に配置 */ background-position: center center; /* 画像をタイル状に繰り返し表示しない */ background-repeat: no-repeat; /* コンテンツの高さが画像の高さより大きい時、動かないように固定 */ background-attachment: fixed; /* 表示するコンテナの大きさに基づいて、背景画像を調整 */ background-size: cover; /* 背景画像が読み込まれる前に表示される背景のカラー */ background-color: #464646; } .loginbox{ margin-top: 20%; } .loginbox-innner{ border-radius: 10px; background-color: rgba(255,255,255,0.32); box-shadow: 0 0 8px gray; } .logomargin{ margin-top: 10%; margin-right: 5%; margin-bottom: 10%; margin-left: 5%; } .er-margin{ margin-left: 10%; margin-right: 10%; } .bt-margintop{ margin-top: 5px; } .bt-margintop_small{ margin-top: 10px; } .loginbt { margin-top: 5px; width: 100%; } /*リンク作成画面*/ .wrap { /* margin-top:2vh;*/ background-color: rgba(255,255,255,0.32); } .wrap2 { /* margin-top:2vh;*/ background-color: rgba(255,255,255,0.90); } .wrap_resize { /* margin-top:2vh;*/ width: 90%; background-color: rgba(255,255,255,0.32); margin-left: auto; margin-right: auto; } .bg_white { background-color: rgba(255,255,255,0.92); } .panel{ background-color: rgba(255,255,255,0.32); } .sample_link{ color: blue; text-decoration: underline; } .maintenance{ position: relative; top: 200px; font-size:25px; color: red; font-weight:bold; } .news_title{ font-size:19px; font-weight:bold; color: red; text-align: center; } .news_main{ font-size: 15px; } .panel-body-news{ padding: 15px; background-color: white; } .form-control::placeholder{ font-size:15px; } .site_name{ font-weight:bold; text-align: right; font-size:15px; }