@charset "UTF-8";


#content .article .intro {
	border-bottom: 2px dotted #d0cbc6;;
}
#content .article .hissu {
	font-weight: bold;
	color: #ff4444;
}
#content .article table {
	width: 100%;
}
#content .article table th {
	width: 16em;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 0.5em;
}
#content .article table td {
	text-align: left;
	vertical-align: top;
	padding: 0.5em;
}
#content .article table td p {
	border-left: 6px solid #f0e7d8;
	padding-left: 10px;
}
#content .article table td label {
	margin-right: 1.5em;
}
#content .article table td textarea {
	width: 100%;
	border: 1px solid #CCC;
}

#content .article .bt_area {
	text-align: center;
	margin: 2em;
}
#content .article .bt_area input {
	font-size: 100%;
	margin: 10px;
	background: #e5f7f4;
	border: 2px solid #c8eee6;
	width: 8em;
	padding: 0.2em;
	cursor: pointer;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content .article .bt_area input:hover {
	background: #c8eee6;
}

#content .article .kome_note {
	background: #FFF;
	padding: 0.5em 2em 0.5em 3em;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
}
#content .article .kome_note p {
	font-size: 90%;
	text-indent: -1em;
}



@media screen and (max-width: 1199px) {
}

@media screen and (max-width: 999px) {
}

@media screen and (max-width: 767px) {
#content .article table th {
	display:block;
}
#content .article table td {
	display:block;
}
}

@media screen and (max-width: 540px) {
#content .article table td.renraku label {
	display: block;
}
}

@media screen and (max-width: 359px) {
}

