@charset "utf-8";

.defaultPageTitle {
	display: none;
}

#guidanceContainer {
	background-color: transparent;
	padding: 0;
	margin: inherit;
	border-radius: inherit;
}


/**
 * dl dt, dd
 */
dl dt {
	background-color: #F5F5F5;
	border: solid 1px #E3E3E3;
	padding: 10px;
}

dl dd {
	background-color: #fff;
	border: solid 1px #E3E3E3;
	padding: 10px;
}

dl dt:nth-child(n+2) {
	margin-top: 10px;
}

p.comment {
	font-size: smaller;
}
p.comment::before {
	content: "※";
}

dd > ul {
	border: 1px solid #ccc;
	padding: 0.4rem;
}
dd > ul > li {
	list-style: disc;
	margin-left: 2rem;
}

/**
 * h4
 */
h4 {
	padding: 0 0 0 10px; /* [上][右][下][左] */
	margin: 35px 0px 10px 0;
	line-height: 38px;
	background-image: none;
	border-left: 3px solid #666;
	border-bottom: 1px dotted #aaa;
}

.groupButton {
	margin: 2rem 0;
	display: flex;
	gap: 1rem;
	justify-content: flex-start;
}
.groupButton button {
	border: 1px solid #ccc;
	border-radius: 5px;
	cursor: pointer;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	letter-spacing: 3px;
	line-height: 2rem;
	padding: 0.4rem 0;
	position: relative;
}
.groupButton a:first-child {
	width: 100%;
}
.groupButton #btnCancelInput {
	background-color: #ddd;
	color: #666;
	background: #f2f5f6; /* Old browsers */
	background: -moz-linear-gradient(top,  #f2f5f6 0%, #e3eaed 37%, #c8d7dc 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f2f5f6), color-stop(37%,#e3eaed), color-stop(100%,#c8d7dc)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f2f5f6 0%,#e3eaed 37%,#c8d7dc 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f2f5f6', endColorstr='#c8d7dc',GradientType=0 ); /* IE6-9 */
	width: 12rem;
}
.groupButton #btnCancelInput:hover {
	background: #f9fafb; /* Old browsers */
	background: -moz-linear-gradient(top,  #f9fafb 0%, #f4f7f8 37%, #e9eff1 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#f9fafb), color-stop(37%,#f4f7f8), color-stop(100%,#e9eff1)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #f9fafb 0%,#f4f7f8 37%,#e9eff1 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9fafb', endColorstr='#e9eff1',GradientType=0 ); /* IE6-9 */
}

