@charset "utf-8";

/* ----------------------------------------------------------------
    Structure
----------------------------------------------------------------- */
body {
	margin: 0;
	padding: 0;
	color: #333;
	background: #fff;
	font-family: "ＭＳ Ｐゴシック", arial, helvetica, sans-serif;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 62.5%;
	line-height: 1.5;
}


/* ----------------------------------------------------------------
    Heading Module
----------------------------------------------------------------- */
h1,
h2,
h3,
h4,
h5,
h6 {
	margin: 0 0 10px;
}

h1 {
	font-size: 2.4rem;
}

h2 {
	font-size: 2rem;
}

h3 {
	font-size: 1.8rem;
}

h4 {
	font-size: 1.6rem;
}

h5 {
	font-size: 1.4rem;
}

h6 {
	font-size: 1.2rem;
}


/* ----------------------------------------------------------------
    Text Module
----------------------------------------------------------------- */
p {
	margin: 0 0 15px;
	font-size: 1.3rem;
	line-height: 1.6;
}

blockquote {
	margin: 20px 20px;
	padding: 10px;
	border: 5px solid #eee;
}

em {
	font-style: italic;
	font-weight: normal;
}

strong {
	font-weight: bold;
}

sup {
	font-size: 9px;
	vertical-align: top;
}


/* ----------------------------------------------------------------
    Hypertext Module
----------------------------------------------------------------- */
a:link {
	/*color:#029;*/
	text-decoration: none;
}

a:visited {
	/*color:#7a1f9f;*/
	text-decoration: none;
}

a:hover,
a:active {
	/*color:#f00;*/
	text-decoration: underline;
}

a[name] {
	color: inherit;
	text-decoration: none;
}


/* ----------------------------------------------------------------
    List Module
----------------------------------------------------------------- */
ul,
dl {
	margin: 0 0 20px 0;
	padding: 0;
	list-style: none;
}

ol {
	margin: 0 0 20px 3em;
	padding: 0;
	list-style: decimal outside;
}

li,
dt,
dd {
	margin: 0 0 8px;
	font-size: 1.2rem;
}

dt {
	margin: 0;
	font-weight: bold;
}

dd {
	margin: 0 0 15px;
}

li h2,
li h3,
li h4,
li h5,
li h6 {
	margin-bottom: 0;
}

li h2 {
	font-size: 1.5rem;
}

li h3 {
	font-size: 1.4rem;
}

li h4 {
	font-size: 1.2rem;
}

li h5 {
	font-size: 1.1rem;
}

li h6 {
	font-size: 1rem;
}

li p,
li li,
li dt,
li dd,
dd p,
dd li,
dd dt,
dd dd {
	margin-top: 3px;
	font-size: 100%;
}

dd ul.noticeList li {
	font-size: 1.4rem !important;
}

li ul,
li ol {
	margin: 2px 0 10px 20px;
}


/* ----------------------------------------------------------------
    Table Module
----------------------------------------------------------------- */
table {
	margin: 0 0 20px;
	border-width: 0 0 1px 1px;
	border-style: solid;
	border-color: #ccc;
	font-size: 100%;
}

li table {
	font-size: 85%;
}

th,
td {
	padding: 7px 10px;
	border-width: 1px 1px 0 0;
	border-style: solid;
	border-color: #ccc;
	font-size: 1.2rem;
	vertical-align: top;
}

td {
	padding: 7px 5px;
}

td p,
td li,
td dt,
td dd {
	font-size: 100%;
}

td p,
td ul,
td ol,
td dl {
	margin-bottom: 0 !important;
}

thead th {
	background: #dedede;
}

tbody th {
	padding-right: 20px;
	background: #f6f6f6;
	text-align: left;
}


/* ----------------------------------------------------------------
    Image Module
----------------------------------------------------------------- */
img {
	border: 0;
	vertical-align: bottom;
}


/* ----------------------------------------------------------------
    Horizontal Rule
----------------------------------------------------------------- */
hr {
	display: none;
}


/* ----------------------------------------------------------------
    Form Module
----------------------------------------------------------------- */
fieldset {
	border: 0;
}
