@charset "utf-8";
/* CSS Document */

body {
	margin: 0;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	font-size: 14px;
	line-height: 20px;
	color: #333;
	background-color: #fff
}


/*////////////////////////////////content ////////////////////////////////*/

header, .container, footer {
	width: 960px;
	display: block;
	margin: 0 auto;
}

table {
	background: #FFF;
	background-color: transparent;
	border-collapse: collapse;
	border-spacing: 0;
	width: 100%;	
}
.table-bordered {
	border: 1px solid #ddd;
	border-bottom: none;
	border-collapse: separate;
	*border-collapse: collapse;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
}

table tr:nth-child(even) {
	background: #f6f6f6;
}

table th, td {
	border-bottom: #ddd 1px solid;	
	padding: 10px;
}

/*//////////////////////////*/
table th {
	width: 250px;
	border-right: #ddd 1px solid;
	text-align: left;
}
table td {
	width: 687px;
	max-width: 687px;
}
table th span.coments {
	font-weight: normal;
	margin-left: 40px;
	font-size: 12px;
	color: #E00003;
	display:block;
}

.space {
	width: 40px;
	display: inline-block;
}

.space span.check {
	background: #E00003;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	padding: 3px;
}



/*//////////////////////////////// form style ////////////////////////////////*/

.w40 {
	width: 40px;
}
.w50 {
	width: 50px;
}
.w80 {
	width: 80px;
}
.w200 {
	width: 200px;
}
.w280 {
	width: 280px;
}
.w300 {
	width: 300px;
}
.w440 {
	width: 440px;
}
.wmax {
	width: 97%;
}
.top10 {
	margin-top: 10px;
}

label a {
	border: #669933 1px solid;
	background: #669933;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	padding: 10px;
	margin-left: 20px;
	font-size: 12px;
	color: #FFF;
	text-decoration: none;
}
label a:hover {
	background: #FFF;
	color: #669933;
}
placeholder {
	color: #Ff0000;
}

input::-webkit-input-placeholder {
    color: #999;
}
input:-moz-placeholder {
    color: #999;
}


.Three_labels label, .tow_labels label {
	margin-right: 10px;
}

input[type=text], textarea {
	border:#ddd 1px solid;
	padding: 10px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	behavior: url(PIE.htc);
}

#submit {
	display: block;
	text-align: center;
	margin: 0 auto;
}



/*-----plugins -------*/

.counta {
	display: block;
	text-align: right;
	font-size: 12px;
}
.counta span#txtnum, .counta span#txtnum2 {
	margin-right: 10px;
}

.list4_add, .list5_add {
	border: #669933 1px solid;
	background: #669933;
	color: #FFF;
	font-size: 12px;
	font-weight: normal;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	behavior: url(PIE.htc);
	padding: 3px;
	width: 90px;
	text-align: center;
	cursor: pointer;
}
.list4_add:hover, .list5_add:hover {
	border: #669933 1px solid;
	background: #FFF;
	color: #669933;
	cursor: pointer;
}
.del_area04, .del_area05 {
	display: inline-block;
	padding-left: 10px;
}
#list4 input, #list5 input {
	margin: 5px 0;
}



.endtxt p {
	margin: 20px;
	text-align: center;
	line-height: 1.5em;
}
.endtxt p a {
	color: #ff6600;
	text-decoration: underline;
}
.endtxt p a:hover {
	text-decoration: none;
}



