﻿@charset"UTF-8";
/* ============================== COMMON INITIAL SETTINGS ============================== */
* {
  margin: 0;
  padding: 0;
}
body {
  width: 100%;
  text-align: center;
  background-color: ffffff;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, p, th, td {
  margin: 0;
  padding: 0;
  font-size: 14px;
  font-family: Arial, sans-serif;
}
img {
  border: 0;
}
a {
  text-decoration: underline;
  color: #0a5fab;
}
ul, ol, li {
  list-style: none;
}
a:hover {
  text-decoration: none;
}
address {
  font-style: normal;
}
address, strong {
  font-weight: normal;
}
div#wrap {
  width: 830px;
  position: relative;
  margin: 0 auto;
  text-align: left;
}
div.section {
  clear: both;
}
#wrap .globalNavi {
  width: auto;
  height: 16px;
  margin: 0px;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #fff;
  padding: 1px;
}
#wrap .globalNavi ul {
  margin: 0px;
  padding: 0px;
  text-align: right;
}
#wrap .globalNavi li {
  display: inline;
  margin: 0px;
  padding: 0px;
  list-style-type: none;
}
#wrap .globalNavi li a {
  width: auto;
}
hr {
  display: none;
}
/* ###### COMMON CLASS ###### */
.floatContainer, ul.buttonMode_list {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.floatLeft {
  display: inline;
  float: left;
}
.floatRight {
  display: inline;
  float: right;
}
.imageBlock {
  font-size: 0px;
  line-height: 0px;
}
.titleClass {
  display: block;
  font-size: 0px;
  background-repeat: no-repeat;
  float: none;
  text-indent: -9999px;
  overflow: hidden;
}
.buttonMode a {
  display: block;
  font-size: 0px;
  background-repeat: no-repeat;
  float: none;
  text-indent: -9999px;
  overflow: hidden;
}
.buttonMode a:link, .buttonMode a:visited {
  background-position: left top;
}
.buttonMode a:hover, .buttonMode a:active {
  background-position: left bottom;
}
.box_notes {
	width: 720px;
	margin: 0 auto 1em;
	display: block;
  border-radius: 10px 10px 10px 10px;
	border: 1px solid #0A5FAF;
	padding: 0.5em;
	font-size: 0.8em;
}
ul.box_notes li {
	position: relative;
	padding-left: 0.8em; /* ※マーク分のスペースを確保 */
	line-height: 1.5; /* 行間を調整 */
}
ul.box_notes li::before {
	content: "*"; /* ※を追加 */
	position: absolute;
	color: red; /* ※のフォントカラーを変更 */
	left: 0; /* 左端に配置 */
	top: 0; /* テキストと縦位置を揃える */
}
/* ==============================================
set_common_style
=============================================== */
.fLeft {
  float: left;
}
.fRight {
  float: right;
}
.fCenter {
  margin-left: auto;
  margin-right: auto;
}
.aLeft {
  text-align: left;
}
.aRight {
  text-align: right;
}
.aCenter {
  text-align: center;
}
.mg0 {
  margin: 0 !important;
}
.mgt0 {
  margin-top: 0 !important;
}
.mgb0 {
  margin-bottom: 0 !important;
}
.mgt1 {
  margin-top: 1em;
}
.mgb1 {
  margin-bottom: 1em;
}
.mgl9 {
  margin-left: 9px;
}
.mgl16 {
  margin-left: 16px;
}
.mgl26 {
  margin-left: 26px;
}
.mgr26 {
  margin-right: 26px;
}
.mgr16 {
  margin-right: 16px;
}
.mgr160 {
  margin-right: 86px;
}
/* for Win IE6*/
* html .mgr160 {
  margin-right: 36px;
}
.mgr260 {
  margin-right: 260px;
}
.pd0 {
  padding: 0 !important;
}
.pdt0 {
  padding-top: 0 !important;
}
.pdb0 {
  padding-bottom: 0 !important;
}
.pdt1 {
  padding-top: 1em;
}
.pdb1 {
  padding-bottom: 1em;
}
.pdl1 {
  padding-left: 1em;
}
.pdr1 {
  padding-right: 1em;
}
.fontS {
  font-size: 90%
}
.fontC_warning{
	color: #f00;
}

/* ==============================================
clearfix
=============================================== */
#header:after, #content:after, #footer:after, .section:after, .article:after, .nav:after, .topicsList li:after, .clearfix:after {
  content: "";
  display: block;
  clear: both;
  height: 0;
}
#header, #content, #footer, .section, .article, .nav, .topicsList li, .clearfix {
  zoom: 1;
}