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

#s_head {
	margin-bottom:30px;
}

#main h1 {
}

.present {
	text-align: center;
	min-width: 1030px;
	margin: 0 auto 60px;
}

.faq_box {
    width:900px;
    margin: 0 auto 55px;
    padding: 0 65px;
}
    .faq_box h2 {
        margin-bottom: 30px;
    }

#cWrap {
    background: #EDE6D5 url(../../faq/img/index/back.png) no-repeat left top;
    padding:2px;
    width:900px;
    margin: 0 auto 40px;
}
    #cBox {
        border: 1px solid #FFFFFF;
        padding:1px 20px 20px;
    }
    #cBox .inner {
    	margin:25px 5px 5px;
    	padding:40px;
    	background: #fff;
    }
	#cBox h2 {
		margin-bottom:20px;
	}
		#cBox p {
			margin-bottom:20px;
		}
			#cBox p strong {
				font-size:14px;
				color:#BC9B3E;
				font-weight:bold;
			}

	#cBox table {
		margin-bottom:20px;
		width:100%;
	}
		#cBox table th {
			vertical-align:top;
			width:120px;
			padding:5px 0 20px 5px;
			border-right:1px solid #B2B2B2;
			color:#755D4A;
			font-weight: bold;
		}
			#cBox table .same th {
				padding-bottom:5px;
			}
		#cBox table td {
			vertical-align:top;
			padding:5px 0 20px 15px;
		}
			#cBox table .same td {
				padding-bottom:5px;
			}
				#cBox table td ul {
					margin:-5px 0;
				}
					#cBox table td ul li {
						margin:5px 0;
					}
				#cBox table td ul.coList {
					margin:0;
				}
					#cBox table td ul.coList li {
						display:inline-block;
						/display:inline;
						/zoom:1;
						margin-right:10px;
					}
				#cal {
					position:relative;
				}
					#calA {
						position:absolute;
						right:0; top:0;
					}

	#submitBox {
		text-align:center;
	}
		#submitBox button {
			padding:0;
			margin:0;
			overflow:hidden;
			border:0;
			background:none;
			cursor:pointer;
		}

/* form */
form.inline {
	display:inline;
	margin:0 10px;
}

label {
	margin-right:5px;
}
label input {
	margin-right:5px;
}

input, textarea {
	padding:2px 3px;
}

input.middle {
	width:180px;
}
input.long {
	width:355px;
}
textarea {
	width:350px;
	height:85px;
}

.error {
	color:#cc0000;
}