@charset "utf-8";

/********* HTMLリセット *********************************************/

body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, pre, blockquote, th, td, form, fieldset, input, textarea {
	margin: 0;
	padding: 0;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
em, strong, code, address, th {
	font-weight: normal;
	font-style: normal;
}
ul, ol {
	list-style: none;
}
q:before, q:after {
	content: "";
}
abbr, acronym {
	border: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
th {
	text-align: left;
}
fieldset, img {
	border: 0;
}

/********* HTML再定義 ***********************************************/

html {
	overflow-y: scroll;
}
body {
	line-height: 1.6em;
	margin: 0 auto;
	background-color: #fdfdfd;
	color: #333333;
	font-size: 13px;
	font-family: sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: bold;
}
h1 {
	font-size: 200%;
}
h2 {
	font-size: 180%;
}
h3 {
	font-size: 160%;
}
h4 {
	font-size: 140%;
}
h5 {
	font-size: 120%;
}
h6 {
	font-size: 100%;
}

p {
	margin: 10px 0;
}
em, strong {
	font-style: normal;
	font-weight: bold;
}
ul {
	margin: 10px 20px;
}
ul li {
	list-style: disc;
}
ol {
	margin: 10px 30px;
}
ol li {
	list-style: decimal;
}
dl {
	margin: 10px 0;
}
dl dd {
	margin-left: 30px;
}
pre {
	overflow: auto;
	margin: 10px 0;
	padding: 10px 15px;
	border-radius: 2px;
	border: 1px solid;
	border: 1px solid #EEE;
	background-color: #FBFBFB;
}
code {
	color: #106796;
}
pre code {
	color: #004D25;
	font-size: 110%;
}
pre, code {
	line-height: 1.2;
	font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier;
}
blockquote {
	margin: 20px 0 10px;
	line-height: 36px;
	color: #2C3B63;
	font-size: 16px;
	text-transform: uppercase;
	font-style: italic;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	content: open-quote;
	line-height: 1.0;
	font-size: 30px;
	margin-right: 3px;
	vertical-align: -5px;
}
blockquote:after {
	content: close-quote;
	line-height: 1.0;
	font-size: 30px;
	margin-right: 3px;
	vertical-align: -4px;
}
blockquote p {
	margin: 0;
	display: inline;
	font-family: Verdana;
}
blockquote cite {
	margin-left: 5px;
	color: #909090;
	font-size: 13px;
}

table {
	margin: 15px 0;
}
table tr th {
	padding: 4px 10px;
	border: 1px solid #DDD;
	background-color: #EEE;
	font-weight: bold;
	text-align: center;
}
table tr td {
	padding: 2px 10px;
	border: 1px solid #DDD;
}
table tr td input {
	margin: -2px 0;
}

form {
	margin: 15px 0;
}
form legend {
	display: none;
}
form input, form textarea, form select {
	font-size: 100%;
	font-family: inherit;
}
form dl dd {
	margin: 0 0 10px 0;
}
form dl dd input, form dl dd textarea {
	padding: 4px;
}
form dl dd select {
	padding: 2px;
}
form ul {
	margin: 15px 0;
}
form ul li {
	list-style: none;
}
form p {
	margin: 20px 0;
}
form p input {
	padding: 3px 10px;
}

img {
	vertical-align: middle;
	margin: auto 1px;
}

a:link {
	color: #6D6AB5;
	text-decoration: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
a:visited {
	color: #A89DB5;
	text-decoration: none;
}
a:active, a:hover {
	color: #5F3F96;
	text-decoration: none;
}

/********* フォーム *************************************************/

input[type="text"], input[type="password"], textarea {
	outline: none;
	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input[type="text"], input[type="password"] {
	padding: 5px 4px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	border: 1px solid #E2E2E2;
}
input[type="text"]:focus, input[type="password"]:focus, textarea:focus, select:focus {
	border: 1px solid #CCC;
	box-shadow: 0 1px 2px #EEE;
}

textarea {
	padding: 8px 4px;
	border-radius: 3px;
	border: 1px solid #E2E2E2;
}
select {
	padding: 2px;
	border-radius: 3px;
	border: 1px solid #E2E2E2;
}

input[type="submit"],
input[type="reset"] {
	padding: 8px 18px;

	cursor: pointer;
	color: #FFF;
	font-size: 13px;
	text-shadow: 0 1px 0 #001e43;
	border: 1px solid #212B35;
	background-color: #2C3845;

	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	-moz-box-shadow: 0 1px 2px #EEE;
	-webkit-box-shadow: 0 1px 2px #EEE;
	box-shadow: 0 1px 2px #EEE;

	-webkit-transition: all 0.2s ease;
	-moz-transition: all 0.2s ease;
	-o-transition: all 0.2s ease;
	-ms-transition: all 0.2s ease;
	transition: all 0.2s ease;
}
input[type="submit"]:hover {
	background-color: #3B4958;
}
input[type="submit"]:active {
	color: #C0CDDC;
	background-color: #3B4958;
	-webkit-box-shadow: inset 0 3px 4px #192028;
	-moz-box-shadow: inset 0 3px 4px #192028;
	box-shadow: inset 0 3px 4px #192028;
}

input[type="reset"]:hover {
	color: #FFF;
	text-shadow: 0 -1px 0 #901412;
	border: 1px solid #901412;
	background-color: #AE1215;
}
input[type="reset"]:active {
	color: #FFF;
	text-shadow: 0 -1px 0 #901412;
	border: 1px solid #901412;
	background-color: #AE1215;
	-moz-box-shadow: inset 0 1px 3px #260100;
	-webkit-box-shadow: inset 0 1px 3px #260100;
	box-shadow: inset 0 1px 3px #260100;
}

/********* 個別指定 *************************************************/

#action {
	overflow: hidden;
}
#action form {
	float: left;
	margin-right: 3px;
}

.notification {
	color: #444;
	font-weight: bold;
}
ul.notification {
	margin-left: 0;
}
ul.notification li {
	padding-left: 22px;
	color: #444;
	font-weight: bold;
	list-style: none;
	background: url(../images/theme/icons/notification.png) no-repeat left;
}

.complete {
	color: #83A300;
	font-weight: bold;
}
ul.complete {
	margin-left: 0;
}
ul.complete li {
	padding-left: 22px;
	color: #83A300;
	font-weight: bold;
	list-style: none;
	background: url(../images/theme/icons/complete.png) no-repeat left;
}

.attention {
	color: #C82C55;
	font-weight: bold;
}
ul.attention {
	margin-left: 0;
}
ul.attention li {
	padding-left: 22px;
	color: #C82C55;
	font-weight: bold;
	list-style: none;
	background: url(../images/theme/icons/attention.png) no-repeat left center;
}
.number {
	text-align: right;
}
