/*
Theme Name: Fukis.jp Theme
Theme URI: https://www.fukis.jp
Author: Fuki
Author URI: https://www.fukis.jp
Description: Personal theme
Version: 0.0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: bootstrap
Text Domain: fukis
*/
/* =========================
   GLOBAL
   ========================= */

* {
  box-sizing: border-box;
}

body {
  margin: 0;
  font-family: Verdana, Tahoma, sans-serif;
  font-size: 10pt;
  color: #000;
  background-color: #000;
  background-image: url('stars.gif');
  background-repeat: repeat;
}


/* =========================
   MAIN WRAPPER
   ========================= */

#wrap {
  width: 50%;
  margin: 10px auto;
  /* margin: 20px auto; */
  border: 3px solid #fff;
}


/* =========================
   HEADER
   ========================= */

#header {
  /*
  bronze colour
  background-color: #a09d8b; */
  /*  background-color: #900028; */
  background-color: #FF028E;
  padding: 2px;
  font-size: 9pt;
  font-weight: normal;
  line-height: 2em;
  text-decoration: none;
}


/* =========================
   MAIN CONTENT
   ========================= */

#fuki {
  width: 100%;
  min-height: 500px;
  padding: 2px;
  background-color: #fff;
}


/* =========================
   TWO-COLUMN TABLE
   ========================= */

#fuki table {
  width: 100%;
  border-collapse: collapse;
  table-layout: fixed;
}

#td_1 {
  width: 80%;
  vertical-align: top;
  padding: 2px;
}

#td_2 {
  width: 20%;
  vertical-align: top;
  text-align: left;
  padding: 0;
}


/* =========================
   MENU
   ========================= */

#MENU {
  padding: 1px;
  text-align: left;
}

#MENU a {
  color: #000 !important;
  text-decoration: none;
}


/* =========================
   LINKS
   ========================= */

a {
  color: #900028 !important;
  text-decoration: none;
}

#header a {
  color: #fff !important;
  /* yellow
  color: #F7BC0A !important; */
  text-decoration: none;
}
#wpadminbar a {
  color: #fff !important;
}
.red {
  color: #900028 !important;
}


/* =========================
   HORIZONTAL RULE
   ========================= */

hr {
  border: 0;
  border-top: 1px solid #eaeaea;
}


/* =========================
   HEADINGS
   ========================= */

h1 {
  font-size: 14pt;
}

h2 {
  font-size: 12pt;
}


/* =========================
   FOOTER
   ========================= */

#fukifooter {
  padding: 2px;
  background-color: #d2d2d2;
}
