﻿@charset "utf-8";
/*----------------------------------------------------------------------

Image Style

----------------------------------------------------------------------*/
#title {
	background: url('../img/shade.png') no-repeat bottom center;
	width: 900px;
	height: 320px;
	margin: 0 0 10px 0;
	}

#title img {
	background: #ffffff;
	border: solid 1px #d9d1c0;
	width: 896px;
	height: 296px;
	padding: 1px;
	}


/*----------------------------------------------------------------------

Recruit Style

----------------------------------------------------------------------*/
#recruit p {
	line-height: 160%;
	font-size: 12px;
	margin: 0 0 30px 0;
	}

#baito {
	margin: 0 0 30px 0;
	}

#baito h1 {
	background: url('../img/dot.png') no-repeat 0px 6px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 3px 18px;
	margin: 0 0 8px 0;
	}

#baito table {
	border-top: solid 1px #d9d1c0;
	border-left: solid 1px #d9d1c0;
	box-sizing: border-box;
	width: 100%;
	}

#baito table th {
	background: url('../img/bg_tw1.gif');
	border-right: solid 1px #d9d1c0;
	border-bottom: solid 1px #d9d1c0;
	box-sizing: border-box;
	text-align: left;
	width: 24%;
	padding: 8px 16px;
	}

#baito table td {
	border-right: solid 1px #d9d1c0;
	border-bottom: solid 1px #d9d1c0;
	box-sizing: border-box;
	line-height: 1.6;
	padding: 8px 16px;
	}

#shain h1 {
	background: url('../img/dot.png') no-repeat 0px 6px;
	font-size: 18px;
	font-weight: bold;
	padding: 0 0 3px 18px;
	margin: 0 0 8px 0;
	}

#shain table {
	border-top: solid 1px #d9d1c0;
	border-left: solid 1px #d9d1c0;
	box-sizing: border-box;
	width: 100%;
	}

#shain table th {
	background: url('../img/bg_tw1.gif');
	border-right: solid 1px #d9d1c0;
	border-bottom: solid 1px #d9d1c0;
	box-sizing: border-box;
	text-align: left;
	width: 12%;
	padding: 8px 16px;
	}

#shain table td {
	border-right: solid 1px #d9d1c0;
	border-bottom: solid 1px #d9d1c0;
	box-sizing: border-box;
	line-height: 1.6;
	padding: 8px 16px;
	}
