@charset "utf-8";

/* splash
------------------------------------------------------------- */
#splash {
	height: 480px;
}
#splash .inr {
	margin: 0 auto;
}


/* catch copy
------------------------------------------------------------- */
#catch {
	height: 420px;
	width: 450px;
}
#catch h2 {
	margin-bottom: 20px;
	font-size: 30px;
	font-family: 游明朝;
	text-shadow: 1px 1px 12px #fff, 1px 0 12px #fff, 1px -1px 12px #fff, 0px 1px 12px #fff, -1px 1px 12px #fff, -1px 0 12px #fff, 2px 2px 12px #fff, 2px 1px 12px #fff, 2px 0 12px #fff, 2px -1px 12px #fff, 2px -2px 12px #fff, 1px 2px 12px #fff, 1px -2px 12px #fff, -2px 1px 12px #fff, -2px -2px 12px #fff;
}
#catch p {
	margin-top: 20px;
}
#catch .br {
display: block;
}


@media only screen and (min-width: 0px) and (max-width:480px) {
	#catch {
		width: 100%;
		height: 150px;
	}
	#catch h2 {
		margin-bottom: 10px;
		font-size: 20px;
		color: #0c243e;
	}
	#catch p {
		margin-top: 0;
		font-size: 14px;
	}
	#catch .br {
		display: inline;
	}
}


/* field
------------------------------------------------------------- */
#field .mbody div {
	overflow: hidden;
	margin-top: 40px;
}
#field .mbody div .fieldImg {
	display: block;
	float: left;
	margin-right: 20px;
}
#field .mbody div:nth-child(even) .fieldImg {
	float: right;
	margin-right: 0;
	margin-left: 20px;
}
#field .mbody div h3,
#field .mbody div p {
	width: 860px;
	float: right;
}
#field .mbody div:nth-child(even) h4,
#field .mbody div:nth-child(even) p {
	float: left;
}
#field .mbody div h3 {
	padding: 5px 10px;
	color: #fff;
	font-size: 20px;
	background: #0c243e;
	box-sizing: border-box;
	font-weight: normal;
}
#field .mbody div p {
	margin-top: 20px;
}
#field .mbody div p .btn {
    width: 240px;
    padding: 10px 0 11px;
	background: #0c243e;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#field .mbody div {
		margin-top: 20px;
	}
	#field .mbody div .fieldImg {
		float: none !important;
		margin-right: 0 !important;
		margin-left: 0 !important;
	}
	#field .mbody div h3 {
		font-size: 18px;
	}
	#field .mbody div h3,
	#field .mbody div p {
		width: 100%;
		float: none;
	}
	#field .mbody div:nth-child(even) h4,
	#field .mbody div:nth-child(even) p {
		float: none;
	}
	#field .mbody div p .btn {
		width: 100%;
	}
}


/* staff
------------------------------------------------------------- */
#staff .bg {
	background: #dceae7;
}
#staff .mbody div {
	margin-top: 40px;
}
#staff .mbody div img {
	float: left;
	margin-right: 20px;
}
#staff .mbody div dl dt {
	margin-top: 20px;
	color: #0c243e;
	font-weight: bold;
	font-size: 20px;
}
#staff .mbody div dl dt:first-child {
	margin-top: 0;
}
#staff .mbody div dl dd{
	overflow: hidden;
}
#staff .mbody div p {
	padding-top: 15px;
}
@media only screen and (min-width: 0px) and (max-width:480px) {
	#staff .mbody div {
		margin-top: 20px;
	}
	#staff .mbody div img {
		float: none;
		margin-right: 0;
	}
	#staff .mbody div dl dt:first-child {
		margin-top: 20px;
		font-size: 18px;
	}
}


/* company
------------------------------------------------------------- */
#company .bg {
	background: #dceae7;
}
#company .mbody {
	margin-top: 40px;
	font-size: 16px;
}
#company .mbody img {
	float: right;
	margin-left: 20px;
}
#company .mbody table {
	width: 100%;
	border-top: 1px solid #ccc;
}
#company .mbody tr {
	border-bottom: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
#company .mbody th,
#company .mbody td {
	display: table-cell;
	width: 200px;
	height: 65px;
	font-weight: normal;
	border-right: 1px solid #ccc;
	color: #fff;
	vertical-align: middle;
	background: #0c243e;
}
#company .mbody td {
	width: 560px;
	padding: 0 20px;
	color: #555;
	background: #fff;
	box-sizing: border-box;
}
#company .mbody a {
	color: #0c243e;
	text-decoration: underline;
}

@media only screen and (min-width: 0px) and (max-width:480px) {
	#company .mbody {
		margin-top: 20px;
	}
	#company .mbody img {
		float: none;
		margin-left: 0;
	}
	#company .mbody table {
		width: 100%;
		margin-top: 20px;
		border: none;
	}
	#company .mbody tr {
		border: none;
	}
	#company .mbody th, #company .mbody td {
		display: block;
		width: 100%;
		height: auto;
		padding: 10px 0;
		font-size: 14px;
		border: none;
	}
}


/* access
------------------------------------------------------------- */
#main #access .bg {
	margin-top: 0;
	padding-top: 0;
	background-image: none;
}