@charset "utf-8";

/* customized：cccabinet（https://cccabinet.jpn.org/) */

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

html {
	font-size:62.5%;
}
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:1.6rem;
	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,input,textarea,select,button {
	margin:0 auto;
	padding:0 10px;
	background:#fff;
	color:#5a483d;
	font-size:1.6rem;
	font-family:'Roboto','Kosugi Maru',sans-serif;
	line-height:2.5rem;
	letter-spacing:.1rem;
	word-wrap:break-word;
	word-break:break-word;
}

h1, h2, h3, h4, h5, h6 {
	margin:10px 0;
	font-weight:bold;
}
h1 {
	font-size:3rem;
}
h2 {
	font-size:2.5rem;
}
h3 {
	font-size:2rem;
}
h4 {
}
h5 {
	font-size:1.6rem;
}
h6 {
	font-size:1.6rem;
}

p {
	margin:10px 0;
}
em, strong {
	font-style:normal;
	font-weight:bold;
}
ul li {
	list-style:none;
}
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;
	border:1px solid #DDDDDD;
}
code {
	color:#000080;
}
pre, code {
	line-height:1.2;
	font-size:1.6rem;
	font-family:"ＭＳ ゴシック", monospace;
}
blockquote {
	overflow:auto;
	margin:20px 0;
	padding:0 15px;
	color:#5a483d;
	border-top:1px dashed #5a483d;
	border-bottom:1px dashed #5a483d;
}

table {
	margin:15px 0;
	max-width:100%;
	table-layout:fixed;
	word-break:break-all;
}
table tr th {
	padding:5px;
	border:1px solid #999999;
	font-weight:bold;
	text-align:center;
}
table tr td {
	padding:5px;
	border:1px solid #999999;
}
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 p input {
	padding:3px 10px;
}

img {
	vertical-align:middle;
	max-width :100%;
	height:auto;
}

a {
	color:#e77900;
	text-decoration:none;
}
a:active, a:hover {
	color:#87776d;
}

/********* ネタバレ *************************************************/

span.hidearea {
	line-height:2.0;
	cursor:pointer;
	padding:3px 10px;
	border:2px solid #AAAAAA;
	background-color:#EEEEEE;
}
span.hidearea:active, span.hidearea:hover {
	background-color:#AAAAAA;
	color:#EEEEEE;
}
div.hidearea {
	padding:5px 10px;
	border:2px solid #AAAAAA;
	background-color:#EEEEEE;
}

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

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

.complete {
	color:#00AA00;
	font-weight:bold;
}
.attention {
	color:#FF0000;
	font-weight:bold;
}
.number {
	text-align:right;
}

.check {
	margin-top:-10px;
}
