@charset "utf-8";


#disc {
    width:70%;
    margin:0 auto;
	padding: 40px 0 10px 0;
}
#disc h2{
    margin:10px auto;
    text-align:center;
    font-size:50px;
}
#disc p{
    margin:15px auto;
    line-height:30px;
    text-align:center;
	color: #444444
}
#disc span{
    margin:15px auto;
    line-height:30px;
    text-align:center;
	color: #444444;
	
	display:block;
}

.div-link {
	font-size: 16px;
	color: #000;
	font: Arial, Helvetica, sans-serif;
	padding-bottom: 10px;
	padding-top: 40px;
	padding-left: 0px;
	text-align:left;
	font-weight: bold;
}

.div-link a {
	text-decoration: none;
	color: #939ca7;
}


#tbcont table{
    margin:40px auto;
	color:#252525;
	font-size:20px;
	border-collapse: collapse;
	width:100%;
}
#tbcont td{
     border: 1px solid #b5b5b5;
	 height:88px;
  }
#tbcont td.col{
    background-color:#f4f4f4;
    height:40px;
    padding-left:10px;
	width:20%;
}
#tbcont td.last{
    height:400px;   
	background-color:#f4f4f4;
	padding-left:30px;
}
#tbcont td.col2{
    border:0;
}
#tbcont td input{
    height:58px;;
    border:1px solid lightgray;
    margin-left:30px;
	width:100%;
}
#tbcont td textarea{
    height:355px;
    border:1px solid lightgray;
    margin-left:30px;
	width:100%;
}
#tbcont table div
{
	color:red;
	display:inline-block;
}
#contain #submit{
    width:300px;
    height:68px;
    margin:0px auto;
}


 


/*

.title {
	font-size: 30px;
	font-weight: bold;
	color: #000;
	padding-top: 70px;
	margin-bottom: 15px;
}

.scontent {
	font-size: 16px;
	color: #444;
	text-align: center;
	line-height: 30px;
	margin-bottom: 15px;
}

.scontent2 {
	font-size: 16px;
	color: #444;
	text-align: center;
	line-height: 30px;
}

.divcss4 {
	width: 62%;
	margin-bottom: 300px;
	border-top: 5px solid #00a3e6;
	height: 1300px;
}

.divcss4 table {
	border-collapse: collapse;
}

.divcss4 table tr {
	border: 1px solid #E0E0E0;
	border-left: none;
	border-top: none;
	border-right: none;
}

.divcss4 table tr td {
	text-align: center;
}

input[type="text"] {
	font-size: 36px;
	width: 800px;
}

input[type="email"] {
	font-size: 36px;
	width: 800px;
}

textarea {
	font-size: 36px;
	width: 800px;
	height: 450px;
}

input[type="checkbox"] {
	width: 20px;
	height: 20px;
}

label {
	font-size: 20px;
}




@media only screen and (max-width: 1416px) {
	.divcss4 {
		width: 100%;
		height: auto;
		margin-bottom: 0px;
	}
	
	.divcss4 table tr td {
		text-align: left;
	}
	
	.divcss4 input {
		width: 90%;
		font-size: 16px;
	}
	
	textarea {
		width: 90%;
		font-size: 16px;
	}
}*/