@charset "utf-8";
/* CSS Document */

/* 昭和モダン カラーパレット */
:root {
  /* メインカラー */
  --retro-primary: #003d82;
  --retro-secondary: #db4c2f;
  --retro-gold: #d4af37;
  --retro-copper: #b87333;
  
  /* 背景色 */
  --retro-bg-light: #fefcf3;
  --retro-bg-cream: #f9f2d0;
  --retro-bg-accent: #f5e6a3;
  
  /* テキスト */
  --retro-text-dark: #2c3e50;
  --retro-text-light: #ffffff;
  
  /* 成田・関西カラー */
  --narita-color: #003d82;
  --narita-bg: #e6f2ff;
  --kansai-color: #db4c2f;
  --kansai-bg: #ffe6e1;
  
  /* グラデーション */
  --retro-gradient-brown: linear-gradient(135deg, #8b4513 0%, #a0522d 50%, #8b4513 100%);
  --retro-gradient-gold: linear-gradient(135deg, #d4af37 0%, #ffd700 50%, #d4af37 100%);
  
  /* シャドウ */
  --retro-shadow-soft: 0 4px 15px rgba(0, 0, 0, 0.1);
  --retro-shadow-medium: 0 8px 25px rgba(0, 0, 0, 0.15);
  --retro-shadow-strong: 0 12px 35px rgba(0, 0, 0, 0.2);
}

.t-l{
	text-align: left!important;
}
.t-c{
	text-align: center!important;
}
.t-r{
	text-align: right!important;
}

.mw-50{
	min-width: 50%;
}

.fwb{
	font-weight: bold;
}

.fs-70{
	font-size: 70%!important;
}


.fs-80{
	font-size: 80%!important;
}

.fs-90{
	font-size: 90%!important;
}

.fs-110{
	font-size: 110%!important;
}

.fs-120{
	font-size: 120%!important;
}

.fs-130{
	font-size: 130%!important;
}

.fs-140{
	font-size: 140%!important;
}

.fs-150{
	font-size: 150%!important;
}

.red{
	color: red;
}