@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.6;
	margin: 0 auto;
	padding: 0 10px;
	background-color: #FFF;
	color: #535353;
	font-size: 12px;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif;
}

h1, h2, h3, h4, h5, h6 {
	margin: 10px 0;
	font-weight: bold;
}
h1 {
	font-size: 260%;
	font-family: Aharoni, "Palatino Linotype", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}
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: #1E50A2;
	font-size: 110%;
}
pre, code {
	line-height: 1.2;
	font-family: Consolas, 'Bitstream Vera Sans Mono', 'Courier New', Courier;
}
blockquote {
	line-height: 36px;
	margin: 10px 0 0;
	color: #1A7999;
	font-size: 130%;
	font-style: italic;
	text-transform: uppercase;
	quotes: "\201C""\201D""\2018""\2019";
}
blockquote:before {
	line-height: 1.0;
	content: open-quote;
	margin-right: 3px;
	font-size: 190%;
	vertical-align: -11px;
}
blockquote:after {
	line-height: 1.0;
	content: close-quote;
	margin-right: 3px;
	font-size: 190%;
	vertical-align: -16px;
}
blockquote p {
	display: inline;
	margin: 0;
	font-family: "Palatino Linotype","ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo;
}
blockquote cite {
	margin-left: 5px;
	color: #909090;
	font-size: 80%;
}

table {
	margin: 15px 0;
	word-break:break-all;
}
table tr th {
	padding: 3px 10px;
	font-weight: bold;
	text-align: center;
	border: 1px solid #DDD;
	border-left: none;
	border-right: 1px dashed #DDD;
	background-color: #F2F2F2;
}
table tr th:last-child {
	border-right: none;
}
table tr td {
	padding: 2px 10px;
	border: 1px solid #DDD;
	border-left: none;
	border-right: 1px dashed #EEE;
}
table tr td:last-child {
	border-right: none;
}
table tr td input {
	margin: -2px 0;
}

form {
	margin-bottom: 20px;
}
form legend {
	display: none;
}
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 input, form select, form textarea {
	vertical-align: middle;
	max-width: 80%;
	font-size: 100%;
	font-family: inherit;
	-webkit-appearance: none;
}
form label {
	cursor: pointer;
}

img {
	vertical-align: middle;
	max-width: 100%;
	height: auto;
	margin: 0;
}

a:link, a:visited {
	color: #426579;
	text-decoration: none;
}
a:active, a:hover {
	color: #8A3D63;
	text-decoration: none;
}

/********* フォーム *************************************************/

input[type="text"], input[type="password"] {
	padding: 5px 8px;
	border-radius: 2px;
	border: 1px solid #E2E2E2;
}
textarea {
	padding: 8px 10px;
	border-radius: 3px;
	border: 1px solid #E2E2E2;
}
select {
	padding: 2px;
	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: inset 0 1px 2px #EEE;
}

input[type="submit"], input[type="reset"] {
	padding: 6px 12px;

	cursor: pointer;
	color: #304749;
	font-size: 100%;
	text-shadow: 0 1px 0 #CCE5E8;

	border-radius: 3px;
	border: 1px solid #99C2C6;
	background-color: #A1C7CC;
	box-shadow: 0 1px 2px #EEE;
}

input[type="submit"]:hover {
	border: 1px solid #69969B;
}
input[type="submit"]:active {
	color: #69969B;
	border: 1px solid #69969B;
	box-shadow: inset 0 1px 2px #69969B;
}

input[type="reset"]:hover {
	color: #FFF;
	text-shadow: 0 -1px 0 #91212C;
	border: 1px solid #91212C;
	background-color: #C4313F;
}
input[type="reset"]:active {
	color: #EFC4C8;
	text-shadow: 0 -1px 0 #91212C;
	border: 1px solid #91212C;
	background-color: #C4313F;
	box-shadow: inset 0 1px 2px #7F1921;
}

/********* 個別指定 *************************************************/

#action {
	overflow: hidden;
}
#action form {
	float: left;
	margin-right: 3px;
}

.complete {
	color: #006A6C;
	font-weight: bold;
}
.attention {
	color: #BA2636;
	font-weight: bold;
}
.number {
	text-align: right;
}
