@charset "utf-8";
/* CSS Document */

ul.topic_path {
	display: block;
	width: 1280px;
	margin: 20px auto 60px;
}
ul.topic_path li {
	display: inline-block;
	letter-spacing: 0;
}
ul.topic_path li a {
	text-decoration: none;
	color: #000;
}
ul.topic_path li a::after {
	content: ">";
	padding: 0 5px;
}

article > h1 {
	padding-bottom: 5px;
	border-bottom: 4px solid #EC6C00;
	text-align: center;
}

article .inner {
	width: 950px;
	margin: 45px auto;
}


article table {
	width: 100%;
	margin: 20px 0 0;
}
article th,
article td {
	padding: 25px 30px;
	border: 1px solid #999999;
}

article th {
	background: #E6E6E6;
	font-weight: bold;
}
article th span {
	color: #FF0000;
}

article textarea {
	width: 100%;
}
article label {
	display: inline-block;
	margin-right: 20px;
}
article td span {
	margin-right: 10px;
}
article td span.ml10 {
	margin-left: 10px;
	margin-right: 13px;
}

article td div {
	display: inline-block;
}
article td div.right {
	margin-left: 15px;
}
article input[type=text],
article input[type=email]{
	width: 100%;
}
article input[type=text].middle {
	width: 250px;
}
article input[type=text].short {
	width: 20px;
	margin-right: 5px;
}

article #btn_submit {
	display: block;
	background: url(../images/btn_confirm.png) no-repeat;
	width: 200px;
	height: 35px;
	margin: 30px auto 45px;
	border: none;
}

.attention,
.name {
	line-height: 150%;
	font-size: 10px;
}
.name {
	float: right;
}

@media screen and (max-width: 767px) {
	
	ul.topic_path {
		width: auto;
		margin: 5% auto 10%;
	}
	
	article .inner {
		width: 90%;
	}
	
	article th,
	article td {
		padding: 5% 2%;
		font-size: 12px;
	}
	
	article th {
		width: 30%;
	}
	
	article td div.right {
		margin-left: 0;
	}
	
	article input[type=text],
	article input[type=email]{
		width: 100%;
	}
	article input[type=text].middle {
		width: 70%;
		margin-bottom: 3%;
	}
	article input[type=text].short {
		width: 20px;
		margin-right: 5px;
	}
	
	.name {
		float: none;
		margin-top: 10%;
	}

}