@import url('https://fonts.googleapis.com/css?family=Vollkorn');

body {
	font-family: "Vollkorn", Georgia, Times,  "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" , serif;
	background-color: #131313;
	color: #ffffff;
	font-weight: normal;
	font-size: 12px;
}

.contit {
	text-align: center;
	font-size: 16px;
	color: #131313;
	background-color: #ffffff;
	padding: 16px;
	margin: 0px 0 50px;
}

.wrapper {
	width: 700px;
	margin: 0px auto;
	padding-top: 160px;
	opacity: 0.8;
}

#contact_form {
	margin-left: -5px;
}

.check_text {
	font-size: 11px;
	line-height: 26px;
}


.chuki_color {
	font-size: 1.5em;
	vertical-align: super;
	color: #ff0000;
}


th {
	width: 350px;
	font-size: 12px;
}

td {
	line-height: 60px;
}

.input_te input{
	border: none;
	background: none;
	border-bottom: 1px solid #999999;
	width: 550px;
	height: 30px;
	line-height: 2px;
	vertical-align: top;
	text-align: left;
	color: #ffffff;
	font-family: "Vollkorn", Georgia, Times,  "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" , serif;
	margin-top: 10px;
	letter-spacing: 2px;
}

.mes {
	line-height: 100px;

}

.send {
	margin-left: 20px;
}

.youken {
	font-size: 12px;
}


form textarea{
	background-color: #333333;
	width: 550px;
	border: none;
	resize: vertical;
	color: #ffffff;
	padding: 20px;
	font-family: "Vollkorn", Georgia, Times,  "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" , serif;
	margin-top: 45px;
	letter-spacing: 2px;
}

input[type='checkbox'] {
    cursor: pointer;
    margin-right: 8px;
}


input[type="submit"],

input[type="button"] {
  border-radius: 0;
  -webkit-box-sizing: content-box;
  -webkit-appearance: button;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
  font-size: 14px;
  padding:  10px;
  font-family: "Vollkorn", Georgia, Times,  "ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro" , serif;
  letter-spacing: 3px;
  float: right;
}

input[type="submit"]::-webkit-search-decoration,

input[type="button"]::-webkit-search-decoration {
  display: none;
}

input[type="submit"]::focus,

input[type="button"]::focus {
  outline-offset: -2px;
}