/**********************
  メイン
***********************/
#main {
}
/*.minner {
	width: 1000px;
	margin-right: auto;
	margin-left: auto;
}*/
.checkform {
	margin-top: 40px;
	/*border:1px solid black;*/
}
.prof-table {
	width: 100%;
	margin: auto;
	margin-bottom: 30px;
}
.prof-table th,
.prof-table td {
	border-top: 1px solid #d7d7d7;
	border-bottom: 1px solid #d7d7d7;
	padding: 20px;
}
 
.prof-table th {
	padding-left: 50px;
	vertical-align: middle;
	text-align: right;
	width: 220px;
	/*width: 20%;*/
	font-weight: normal;
	line-height: 120%;
}

.prof-table th span{
	display: block;
	font-size: 85%;
	color: #3377ff;
}

.prof-table th span.required,
.prof-table th span.optional {
	display: inline-block;
	float: left;
	color: #ffffff;
	padding: 4px 10px;
	border-radius: 3px;
}

.prof-table th span.required {
	background: #d9534f;
	border: 1px solid #d43f3a;
}

.prof-table th span.optional {
	background: #337ab7;
	border: 1px solid #2e6da4;
}

/*** 入力エリア ***/
input[type="text"],
input[type="tel"],
input[type="email"],
textarea {
	background: #f8f8f8;
	display: block;
	padding: 12px 15px;
	width: 80%;
	border: 1px solid #a9a9a9;
	border-radius: 0;
	box-sizing: border-box;
	font-family: inherit;
	font-size: 100%;
}
input[type="text"]:focus,
input[type="tel"]:focus,
input[type="email"]:focus,
textarea:focus {
	background: #e9f5fb;
}
input::placeholder,
textarea::placeholder {
	color: #ccc;
}
.name,
.addr,
.contact {
	ime-mode: active;
}
.tel,
.email {
	ime-mode: inactive;
}
.alertarea-1,
.alertarea-2 {
	color: red;
}

/*** ボタン ***/
input[type="submit"] {
	padding: 7px 20px;
	border: 1px solid #4cae4c;
	border-radius: 3px;
	background: #5cb85c;
	font-size: 100%;
	color: #ffffff;
	font-family: inherit;
	-webkit-appearance: none;
}

input[type="submit"]:hover {
	cursor: pointer;
	background: #449d44;
	border: 1px solid #398439;
}

/*** send.php ***/
.thanks {
	text-align: center;
	margin-top: 40px;
	margin-bottom: 40px;
}
.inf {
	text-align: center;
	padding-top: 20px;
	padding-bottom: 20px;
	margin-bottom: 40px;
	border-top: 1px solid #6c2463;
	border-bottom: 1px solid #6c2463;
	width: 90%;
}

/**********************
  レスポンシブ設定
***********************/
/* モニター幅960px以下 */
@media only screen and (max-width:1040px) {
}
@media only screen and (max-width:840px) {
}
/* iPad 縦 */
@media only screen and (max-width:768px) {
}
/* スマートフォン 横(ランドスケープ) */
@media only screen and (max-width:640px) {
	.prof-table th,
	.prof-table td {
		display: block;
		border-top: none;
	}
	.prof-table th {
		width: 220px;
		border: none;
		padding-left: 20px;
		padding-bottom: 0px;
		text-align: left;
	}
	.prof-table .th-none {
		padding: 0px;
	}
	.prof-table th span.required,
	.prof-table th span.optional {
		margin-right: 20px;
	}
	input[type="text"],
	input[type="email"],
	input[type="tel"],
	textarea {
		width: 100%;
	}
}
@media only screen and (max-width:720px) {
}
/* スマートフォン 縦(ポートレート) */
@media only screen and (max-width:480px) {
}
