@charset "utf-8";
/* CSS Document */
.table {
	width: 100%;
	margin: 0 auto 50px;
}
.table th {
	padding: 7px 5px;
	width: 150px;
	vertical-align: top;
	border: 1px solid #ccc;
	background: #d9edff;
	font-weight: normal;
}
.table td {
	padding: 7px 5px 7px 1em;
	border: 1px solid #ccc;
}
.mast {
	display: inline-block;
	background-color: #ff0000;
	font-size: .7em;
	border-radius: 3px;
	padding: 0 5px;
	float: right;
	color: #fff;
}
.w300 {
	width: 300px;
}
.ex {
	font-size: 95%;
	color: #006400;
}
.note {
	font-size: 95%;
	color: #dc143c;
}

input,textarea {
	padding: 5px;
}
label {
	padding-right: 3em;
}

#form-navi {
	position: relative;
	overflow: hidden;
}
#form-navi ul {
	position: relative;
	left: 50%;
	float: left;
}
#form-navi li {
	position: relative;
	left: -50%;
	float: left;
	width: auto;
	/*height: 30px;
	line-height: 30px;*/
	padding: 0 6px;
}


.btn_clear {
	display: inline-block;
	font-size: 13px;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: none;
	padding: 7px 40px;
	background: url(../common/img/item/ico_clear.png) no-repeat 10% center,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #ffffff), color-stop(1.00, #e5e5e5));
	background: url(../common/img/item/ico_clear.png) no-repeat 10% center,-webkit-linear-gradient(#ffffff, #e5e5e5);
	background: url(../common/img/item/ico_clear.png) no-repeat 10% center,-moz-linear-gradient(#ffffff, #e5e5e5);
	background: url(../common/img/item/ico_clear.png) no-repeat 10% center,-o-linear-gradient(#ffffff, #e5e5e5);
	background: url(../common/img/item/ico_clear.png) no-repeat 10% center,-ms-linear-gradient(#ffffff, #e5e5e5);
	background: url(../common/img/item/ico_clear.png) no-repeat 10% center,linear-gradient(#ffffff, #e5e5e5);
	cursor: pointer;
}
.btn_ok {
	display: inline-block;
	font-size: 13px;
	color: #111;
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.1), 0 1px 1px rgba(255, 255, 255, 0.5);
	letter-spacing: 1px;
	border: 1px solid #ccc;
	border-radius: 5px;
	box-shadow: none;
	padding: 7px 40px;
	background: url(../common/img/item/ico_check.png) no-repeat 10% center,-webkit-gradient(linear, left top, left bottom, color-stop(0.00, #f2f9fe), color-stop(1.00, #d6f0fd));
	background: url(../common/img/item/ico_check.png) no-repeat 10% center,-webkit-linear-gradient(#f2f9fe, #d6f0fd);
	background: url(../common/img/item/ico_check.png) no-repeat 10% center,-moz-linear-gradient(#f2f9fe, #d6f0fd);
	background: url(../common/img/item/ico_check.png) no-repeat 10% center,-o-linear-gradient(#f2f9fe, #d6f0fd);
	background: url(../common/img/item/ico_check.png) no-repeat 10% center,-ms-linear-gradient(#f2f9fe, #d6f0fd);
	background: url(../common/img/item/ico_check.png) no-repeat 10% center,linear-gradient(#f2f9fe, #d6f0fd);
	cursor: pointer;
}


