﻿@charset "UTF-8";

/*
 * omni
 */
div.omni {
	min-width:850px;
	}

/*
 * article
 */
article {
	font-size:medium;
	}
article dl {
	}
article dl dt {
	}
article dl dd {
	margin:0 0 0 12px;
	}

/*
 * aside
 */
aside {
	margin:40px;
	}

/*
 * nav
 */
nav {
	margin:40px;
	}
nav ul {
	margin:12px 0;
	list-style:circle;
	}
nav ul li {
	margin:0 0 0 28px;
	line-height:1.41;
	}
nav ul li + li {
	margin-top:5px;
	}
nav ul li a {
	color:#01B6CB;
	}
nav ul li a:visited {
	color:#01A0B1;
	}

/*
 * ua
 */
section.ua {
	}
section.ua input.disabled {
	ime-mode:disabled;
	}
section.ua table {
	margin:12px 0;
	border:#CCCCCC 1px solid;
	width:100%;
	}
section.ua table caption {
	text-align:left;
	font-weight:bold;
	}
section.ua table thead td,
section.ua table tfoot td {
	font-size:small;
	}
section.ua table th {
	border:#CCCCCC 1px solid;
	background:#EEEEEE;
	padding:0.5em;
	width:30%;
	text-align:left;
	font-weight:bold;
	}
section.ua table td {
	border:#CCCCCC 1px solid;
	border-left:0;
	border-right:0;
	padding:0.5em;
	}
section.ua table td.insend {
	text-align:right;
	}
section.ua table.good caption {
	color:#0080FF;
	}
section.ua table.good tfoot span {
	color:#0080FF;
	}
section.ua table.good th {
	border-left:#0080FF 5px solid;
	}
section.ua table.bad caption {
	color:#FF8080;
	}
section.ua table.bad tfoot span {
	color:#FF8080;
	}
section.ua table.bad th {
	border-left:#FF8080 5px solid;
	}
section.ua table.exception caption {
	color:#669999;
	}
section.ua table.exception tfoot span {
	color:#669999;
	}
section.ua table.exception th {
	border-left:#669999 5px solid;
	}