/*採用情報ページCSS Document */

/*ACEの仕事ページ*/
/*仕事の流れページ*/
/*各部仕事紹介*/

/*社員紹介のページ*/

div.syoukai_syosai	{
				float:right;
				margin-bottom:32px;
				}

/*一人目の社員*/
div.member1	{
			margin-top:25px;
			border-top:solid 6px;
			border-top-color:#74BAFC;
			width:580px;
			}
	
div.profile1	{
				float:left;
				display: block;
				width:580px;
				height:auto;
				background-color:#74BAFC;
				}

table.profile1_tb	{
					margin-left:10px;
					border: solid 1px;
					border-color:#74BAFC;
					background-color: #ffffff;
					height:400px;
					}

td.kaito1	{
				width:580px;
					border: solid 1px;
					border-color:#74BAFC;
					}

/*二人目の社員*/
div.member2	{
			margin-top:25px;
			border-top:solid 6px;
			border-top-color:#1072CE;
			width:580px;
			}
	
div.profile2	{
				float:left;
				display: block;
				width:580px;
				height:auto;
				background-color:#1072CE;
				}

table.profile2_tb	{
					margin-left:10px;
					border: solid 1px;
					border-color:#1072CE;
					background-color: #ffffff;
					height:400px;
					}

td.kaito2	{
				width:580px;
					border: solid 1px;
					border-color:#1072CE;
				}
/*名前の文字フォント*/
p.mb_name	{
			font-size:110%;
			font-weight:700;
			}

	
/*三人目の社員*/
div.member3	{
			margin-top:25px;
			border-top:solid 6px;
			border-top-color:#0B2587;
			width:580px;
			}
	
div.profile3	{
				float:left;
				display: block;
				width:580px;
				height:auto;
				background-color:#0B2587;
				}

table.profile3_tb	{
					margin-left:10px;
					border: solid 1px;
					border-color:#0B2587;
					background-color: #ffffff;
					height:400px;
					}

td.kaito3	{
				width:580px;
					border: solid 1px;
					border-color:#0B2587;
					}



/*募集要項のページ*/
/*概要テーブル*/

table.bosyutb	{
				border-collapse:collapse;
				border: solid 2px #003366;
				border-color:##070F4B;
				width:580px;
				}

td.bosyutb_item	{
				width:100px;
				border: solid 1px #003366;
				font-weight:700;
				text-align:center;
				}
							
td.bosyutb_cont1	{
					border:solid 1px #003366;
					}
/*営業のページ*/


/*システムのページ*/

/*総務のページ*/

/*社員紹介のページ*/
table.member_table{
					border-collapse:collapse;
					border: solid 2px #003366;
					border-color:##070F4B;
					width:580px;
					}

th.member_item	{font-size: medium;
				width:100px;
				
				}
							
td.member_cont1	{text-align: center;
				font-size: medium;
				width:300px;
				
				}

td.inline_newstaff_img	{text-align: right;
						width:165px;
						height: 100px;
					
						
						}

td.member_cont2	{padding: 10px 10px 10px 10px;
				font-size: medium;	
				line-height: 1.5;
				
				}
	
th.member_item2	{
				font-size: medium;
				
				}





/*社内行事のページ*/
/*年間イベントテーブル*/
table.eventtb	{	margin-left: 100px;
					border-collapse: collapse;
					border:solid 2px #003366;
					border-color: \#070F4B;
					width:350px;
					}
					
td.eventtb_item	{
				width:100px;
				border: solid 1px #003366;
				font-weight: 700;
				text-align: center;
				}
				
td.eventtb_cont1	{
					border:solid 1px #003366;
					}
					
/*ソフトボール大会の写真の枠*/
div.event_photo	{
					clear: both;
					padding: 0px 0px 0px 0px ;
					margin-left:0px;
					}
						
p.event_bun	{
			clear:both;
			margin-bottom:80px;
			}

