@charset "utf-8";
/* CSS Document */

@import "/css/nailsruby/common/common.css";
@import "/css/nailsruby/common/navi.css";
@import "/css/common/font.css";
@import "/css/nailsruby/common/footer.css";

#contents h2 {
	margin-bottom:10px;
	}

table {
	width:100%;
	border-collapse:collapse;
	}

th {
	width:20%;
	border-bottom:1px solid #ccc;
	font-weight:normal;
	padding-top:10px;
	padding-bottom:5px;
	}

td {
	width:80%;
	border-bottom:1px solid #ccc;
	padding-top:10px;
	padding-bottom:5px;
	}

small {
	color:red;
	}

strong {
	color:red;
	}

.submit {
	text-align:center;
	padding-top:10px;
	}

.submit input {
	width:150px;
	height:30px;
	}

td input {
	width:300px;
	}

.name input {
	width:200px;
	}

textarea {
	width:98%;
	height:150px;
	}









