/* =============================================== */
/* 各種項目の設定                                  */
/* =============================================== */
.name{
	width:150px;
	height:16px;
	font-size:12px;
	
}
.name2{
	width:250px;
	height:16px;
	font-size:12px;
	
}
.homepage{
	width:200px;
	height:16px;
	font-size:12px;
	
}
.kana{
	width:150px;
	height:15px;
	font-size:12px;
	
}

.email{
	width:250px;
	height:15px;
	font-size:12px;
	
}

.tel{
	width:150px;
	height:15px;
	font-size:12px;
	
}

.postcode{
	width:100px;
	height:15px;
	font-size:12px;
	
}

.address{
	width:250px;
	height:30px;
	font-size:12px;
}
.address2 {
    font-size: 12px;
    height: 100px;
    width: 250px;
}
.company{
	width:200px;
	height:15px;
	font-size:12px;
}

.post{
	width:200px;
	height:15px;
	font-size:12px;
}

.pcurl{
	width:250px;
	height:15px;
	font-size:12px;
}

.mobileurl{
	width:250px;
	height:15px;
	font-size:12px;
}

.siteimg{
	width:250px;
	height:72px;
	font-size:12px;
}

.note{
	width:250px;
	height:72px;
	font-size:12px;
}
.entry_bg {
	background: url(../img/company/recruit_back.gif);
}
/* =============================================== */
/* 画面基本フレーム                                */
/* =============================================== */
.baseStyle{
	width: 500px;
	margin: 0 auto;
	text-align: center;
}

.formStyle{
	margin-left:15px;
	margin-right:15px;
	text-align: left;
	margin-top:0px;
}
.formStyle2{
	margin-left:10px;
	margin-right:10px;
	text-align: left;
	margin-top:0px;
}

.itemTable {
	font-size: 12px;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999999;
}

.itemTable td{
	padding: 8px 5px;
	border-top-width: 1px;
	border-top-style: dotted;
	border-top-color: #999999;
	color: #666666;
	font-weight: bold;
}

