@charset "UTF-8";

/*SP STYLE*/
@media (max-width: 768px) {
	
	#main .content table tr td {
		display: block;
		width: 100%;
	}
	#main .content table tr td input,
	#main .content p input {
		-webkit-appearance: none;
		-moz-appearance:    none;
		appearance:         none;
	}
	#main .content p input {
		background-color: #efefef;
	}
	#main .content table tr td:first-child {
		font-size: 15px;
		padding-top: 15px;
		font-weight: bold;
		margin-bottom: 5px;
	}
	
	#main .content table tr td:last-child {
		padding-bottom: 20px;
		border-bottom: 1px solid rgba(0,0,0,0.3);
	}
	#main .content table tr:last-child td:last-child {
		border: none;
	}
	#main .content table tr td .smallW {
		width: calc(41% - 5px) !important;
	}
	#main .content table tr td .largeW {
		width: calc(81.5% - 5px) !important;
	}
	#main .content table tr td .fullW {
		width: calc(100% - 2% - 5px) !important;
	}
	#main .content table tr td input[type=text] {
		padding-left: 5px;
	}
	#main .content table tr td textarea {
		width: calc(100% - 1.5% - 4px) !important;
		-webkit-appearance: none;
		-moz-appearance:    none;
		appearance:         none;
		padding-left: 5px;
		padding-top: 5px;
		margin-left: 1px;
	}
}