/*東洋印刷website

company.css - 会社概要・沿革
==========================================================================================   index
/	class指定
/	table指定
/	#blo_com01  -------主な設備
====================================================================================================
*/


/* class指定
-------------------------------------------- */
.px10 {
	font-size: 83%;
	line-height: 130%;
}
.event {
	margin: 20px 0px 1px;
	font-weight: bold;
	padding: 2px 10px;
	border: 1px dotted #606060;
	clear: both;
}
.end {
	color: #ff4e5c;
	margin: 0px 0px 20px;
	padding: 0px;
}

/* table指定
-------------------------------------------- */
table {
	text-align: left;
}
th {
	font-weight: normal;
	vertical-align: middle;
	background: #e6e6e6;
	width: 100px;
	text-align: center;
}

td {
	background: #f0f0f0;
}


/* 新卒採用情報部分ｈ5へのクラス
-------------------------------------------- */
.shinsotsu_h5 {
	margin-top: 30px;
	padding-left: 5px;
}


/* 新卒採用情報部分 jobwayリンク部分のクラス
-------------------------------------------- */
.jobway {
	border: 3px solid #E6E6E6;
	padding: 10px;
}
.jobway p {
	margin: 0px;
	float: right;
	width: 400px;
}

