/* CSS Document */
.contact {
	background:url(../img/bg4.jpg) center center no-repeat;
	background-size:cover;
}

table {
	border-collapse:collapse;
	border-spacing:0px;
	empty-cells:show;
	width:100%;
	height:auto;
	border-top:1px dotted #CCC;
}
table th {
	padding:10px;
	text-align:left;
	font-weight:bold;
	vertical-align:top;
	background:#F1F1F1;
	border-bottom:1px dotted #CCC;
	width:20%;
}
table tbody th {
	width:30%;}
table td {
	padding:10px;
	vertical-align:top;
	border-bottom:1px dotted #CCC;
}

.entry-content {
	padding:20px 10px;
}


form select {
	width:auto;
}
form input,
form textarea {
	padding:3px;
	background: #fafbf6;
	border:1px solid #cccccc;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	width:80%;
	margin-left: 18px;
}

form input[type="radio"],
form input[type="checkbox"] {
	width: auto;
	margin-right: 5px;
	border:none;
	background:none;
}
.smt {
	padding:10px;
	text-align:center;	
	width: 20%;
}
.submit {
	background:#552F00;
	color:#FFFFFF;
	border:3px double #6f1632;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px 25px;
	width:10em;
}

.reset {
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	padding:3px 25px;
	width:10em;
}

form input.short_length {
	width:7em;
}
form input.m_length {
	width:10em;
}

/* 960以下 */
@media screen and (max-width: 960px) {
	
}

/* 800以下 */
@media screen and (max-width: 800px) {
	
}

/* 7インチタブレット */
@media screen and (max-width: 692px) {
	
}

/* smartphone */
@media screen and (max-width: 520px) {
	
	
}