﻿@charset "utf-8";

/*============================================================

	A.SMITH NIIGATA

============================================================*/

/*------------------------------------------------------------

	Universal selector

------------------------------------------------------------*/
* {
	margin: 0;
	padding: 0;
	line-height: 1.5;
	text-align: left;
	font-size: 13px;
	font-style: normal;
	font-weight: normal;
	font-family: Verdana, sans-serif;
	color: #333;
}

/*------------------------------------------------------------

	Anchor

------------------------------------------------------------*/
a:link {
}

a:visited {
}

a:hover {
}

a img {
	border: none;
}

/*------------------------------------------------------------

	Text

------------------------------------------------------------*/
h1,
h2,
h3,
h4,
h5,
h6 {
	margin-top: 1em;
	margin-bottom: 0.5em;
	line-height: 1.2;
	font-weight: bold;
}

h1 {
	font-size: 230.4%;
}

h2 {
	font-size: 192%;
}

h3 {
	font-size: 160%;
}

h4 {
	font-size: 133.33%;
}

h5 {
	font-size: 116.67%;
}

h6 {
	font-size: 100%;
}

p,
pre,
address,
cite {
	margin-bottom: 0.5em;
}

em {
	text-decoration: underline;
}

strong {
	font-weight: bold;
}

abbr,
acronym {
	cursor: help;
}

del {
	margin-left: 0.25em;
	margin-right: 0.25em;
	text-decoration: line-through;
	color: #999;
}

del[datetime]:before {
	content: "("attr(datetime)" \00524a\009664) ";
	font-size: 77%;
}

ins {
	margin-left: 0.25em;
	margin-right: 0.25em;
	border-bottom: 1px dotted #333;
	text-decoration: none;
}

ins[datetime]:before {
	content: "("attr(datetime)" \004fee\006b63) ";
	font-size: 77%;
}

sup,
sub {
	font-size: 77%;
}

sup {
}

sub {
}

blockquote {
}

code {
	font-family: "ＭＳ ゴシック", "Osaka－等幅", monospace;
}

.en {
	margin-left: 0.25em;
	margin-right: 0.25em;
}

.note {
	font-size: 80%;
}

/*------------------------------------------------------------

	List

------------------------------------------------------------*/
ul,
ol,
dl {
	margin-top: 1em;
	margin-bottom: 1em;
}

ul ul,
ul ol ul dl,
ol ul,
ol ol,
ol dl,
dl ul,
dl ol,
dl dl {
	margin-top: 0;
	margin-bottom: 0;
}

li,
dt,
dd {
	margin-left: 2em;
	font-size: 100%;
}

dt {
	margin-top: 0.5em;
	font-weight: bold;
}

dd {
}

li ul,
li ol,
li dl,
li p,
dd ul,
dd ol,
dd dd,
dd p {
}

/*------------------------------------------------------------

	Table

------------------------------------------------------------*/
table {
	margin: 0 auto;
	border-collapse: collapse;
	border-spacing: 0;
	empty-cells: show;
	font-size: 100%;
}

th,
td {
	padding: 0.25em 0.5em;
	border: 1px solid #999;
}

caption {
	margin: 0 auto;
	padding-bottom: 0.5em;
	text-align: center;
	line-height: 1.2;
	font-weight: bold;
}

div.tableBox {
	margin-top: 1.5em;
	margin-bottom: 1.5em;
}

* html div.tableBox {
	text-align: center;
}

/*------------------------------------------------------------

	Form

------------------------------------------------------------*/
form {
}

fieldset {
}

legend {
}

input {
	line-height: 1.2;
}

textarea {
}

option {
	padding-right: 0.5em;
}

select,
input,
textarea {
	font-size: 99%;
}

