@charset "utf-8";
/* CSS Document */

.top{
	padding: 250px 0 240px;
	background: url(../img/top_bg.png);
	background-position: center bottom;
	background-repeat: no-repeat;

}
.top h3 {
	color: #630;
	font-size: 32px;
	font-weight: bold;
    background: url(../img/top_ttl.png) no-repeat top center;
    height: 100px;
    padding: 30px 0 0px;
}
.top h3 span {
	display: block;
	font-size: 12px;
	font-weight: bold;
}
.top .icon {
	padding: 60px 0;
}
.top ul {
	width: 100%;
	margin: 60px auto 0;
}
.top li {
	width: 100%;

	float: left;

	clear: both;
	border-top: dotted 4px #FF8F8F;
}
.top li:last-child {
	border-bottom: dotted 4px #FF8F8F;
}
.top li a {
	width: 100%;

	display: block;
	padding: 15px;
	color: #630;
	float: left;
	text-align: left;
}
.top li a img {
	width: 180px;
	margin: 0 15px 0 0;
	float: left;
}
.top li a h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
}
.top li a p {
	font-size: 14px;
	line-height: 1.5em;
}

.top li a b {
    width: 160px;
    height: 40px;
	margin: 10px 0 0;
    line-height: 40px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #FF8F8F;
    color: #FFF;
    border-radius: 10px;
    float: left;
}

.top p {
	text-align: left;
}
.top .photo {
	float: left;
	width: 360px;
}
.top .text {
	float: right;
	width: 700px;
	font-size: 14px;
	padding: 0 0 60px;
}
.top h4 {
	font-size: 24px;
	font-weight: bold;
	margin: 60px 0;
}
.top table {
	width: 900px;
	margin: 60px auto 0;
	border-top: solid 2px #FF8F8F;
	border-bottom: solid 2px #FF8F8F;
}
.top th {
	background: #FFE9E9;
	border-top: dotted 2px #FF8F8F;
	border-bottom: dotted 2px #FF8F8F;
	border-left: solid 2px #FF8F8F;
vertical-align: middle;
}
.top td {
	padding: 15px;
	text-align: left;
	border-top: dotted 2px #FF8F8F;
	border-bottom: dotted 2px #FF8F8F;
	border-right: solid 2px #FF8F8F;
}

.top .entry {
	width: 480px;
	margin: 60px auto;
}
.top .entry .eTel {
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}
.top .entry .eTel a {
	display: block;
	width: 480px;
	height: 80px;
	line-height: 80px;
	border-radius: 10px;
	margin: 10px auto 20px;
	background: #F97B0B;
	color: #FFF;
}
.top .entry .eContact {
	width: 230px;
	float: left;
}
.top .entry .eContact a {
	display: block;

	width: 230px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	background: #FF7F7F;
	color: #FFF;
	font-weight: bold;

	text-align: center;

}
.top .entry .eApply {
	width: 230px;
	float: right;
}
.top .entry .eApply a {
	display: block;

	width: 230px;
	height: 60px;
	line-height: 60px;
	border-radius: 10px;
	background: #EC5B5B;
	color: #FFF;
	font-weight: bold;

	text-align: center;

}


.top input[type=text] {
	font-size: 16px;
	width: 100%;
	padding: 16px;
	border-radius: 4px;
	box-sizing: border-box;
	border: solid 2px #D6D6D6;
}
.top textarea {
	font-size: 16px;
	width: 100%;
	height: 20em;
	padding: 16px;
	border-radius: 4px;
	box-sizing: border-box;
	border: solid 2px #D6D6D6;
}
.top label {
	margin: 0 1em 0 0;
	white-space: nowrap;
}
.top input[type=submit] {
	display: block;
	background: #FF8F8F;
	color: #FFF;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	border: 0;
	width: 360px;
	height: 80px;
	line-height: 80px;
	margin: 30px auto;
	border-radius: 10px;
}


@media screen and (max-width: 1024px) {
	.top{
		padding: 120px 15px 180px;
		background-position: left 15px bottom 15px;
		background-size: 900px;
	}
.top .wrap {
	width: 100%;
}

	.top h3 {
		font-size: 24px;
		font-weight: bold;
		height: 80px;
		padding: 15px 0 0px;
		background-size: 240px;
	}
.top li a {
	width: 100%;

	display: block;
	padding: 10px 0;
	color: #630;
	float: left;
	text-align: left;
}

.top li a img {
	width: 120px;
	margin: 0 10px 0 0;
	float: left;
}
.top li a h4 {
	font-size: 16px;
	font-weight: bold;
	margin: 0;
	line-height: 1.5em;

}
.top li a p {
	font-size: 14px;
	line-height: 1.5em;
	clear: both;
}

.top li a b {
    width: 120px;
    height: 30px;
	margin: 10px 0 0;
    line-height: 30px;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    background: #FF8F8F;
    color: #FFF;
    border-radius: 10px;
    float: right;
}


.top .photo {
	float: none;
	width: 100%;
}
.top .text {
	float: none;
	width: 100%;
	padding: 0 0 30px;

}
.top h4 {
	font-size: 20px;
	font-weight: bold;
	margin: 30px 0;
}

.top .entry {
	width: 300px;
	margin: 30px auto;
}
.top .entry .eTel {
	font-size: 12px;
	font-weight: bold;
	text-align: center;
}
.top .entry .eTel a {
	font-size: 14px;

	display: block;
	width: 300px;
	height: 50px;
	line-height: 50px;
	border-radius: 10px;
	margin: 10px auto 10px;
	background: #F97B0B;
	color: #FFF;
}
.top .entry .eContact {
	width: 145px;
	float: left;
}
.top .entry .eContact a {
	font-size: 14px;

	display: block;

	width: 145px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	background: #FF7F7F;
	color: #FFF;
	font-weight: bold;

	text-align: center;

}
.top .entry .eApply {
	width: 145px;
	float: right;
}
.top .entry .eApply a {
	font-size: 14px;

	display: block;

	width: 145px;
	height: 40px;
	line-height: 40px;
	border-radius: 10px;
	background: #EC5B5B;
	color: #FFF;
	font-weight: bold;

	text-align: center;

}

.top table {
	width: 100%;
	margin: 0 auto;
}
.top tr {
	border-top: dotted 2px #FF8F8F;
	border-bottom: dotted 2px #FF8F8F;
}
.top tr:last-child {
}
.top th {
	width: auto;
	white-space: nowrap;
}
.top th:after {
    border: 4px solid #FFF;
    border-radius: 14px;
}
.top th {
	padding: 5px;
	font-size: 14px;
}
.top td {
	padding: 5px;
	font-size: 14px;
}
.top td+td {
	border-left: dotted 2px #FF8F8F;
}

.top input[type=text] {
	padding: 4px;
}
.top textarea {
	padding: 4px;
}
.top label {
}
.top input[type=submit] {
	font-size: 16px;
	width: 300px;
	height: 60px;
	line-height: 60px;
}


}