@charset "utf-8";

table.typeS {
}

table.typeS th {
	width:130px;
}

table.typeS td {
	width:533px;
}

table.typeS td input {
	margin-right:5px;
}

table.typeS td input,
table.typeS td textarea {
	border:1px solid #D4D0C8;
}

table.typeS td input.codebtn {
	border:1px solid #999999;
	cursor:pointer;
}

table.typeS td.cbox input {
	border:0px;
}

body.dark .red {
	color:#9b852d;
}

/* 規約 */
.kiyaku {
	border:1px dotted #999999;
	margin-bottom:15px;
	padding:15px;
	height:185px;
	overflow:auto;
	font-size: 85%;
}
.kiyaku h3{
	border-bottom:dotted 1px #999999;
	font-weight: bold;
	margin-bottom: 15px;
	font-size: 120%;
}
.kiyaku ol{
	margin-bottom:20px;
	margin-left: 20px;
}
.kiyaku ol li{
	list-style-type:decimal;
	list-style-position: outside;
	margin-bottom:5px;
}
