/* CSS Document */

/* 採用情報　CSS */



/* コンテンツ ブロック */
#contents_recruit {
	width: 700px;
	margin-bottom: 10px;
	margin-top: 10px;
	margin-left: 10px;
	font-size: 80%;
}



/* タイトル */
h2#title {
	width: 700px;
	line-height: 18px;
	margin-left: 10px;
}

/* 本文 */
#honbun {
	width: 700px;
	padding: 10px;
}

#researcher, #tech_jimu, #shien, #intern, #shinsotsu {
display:none;
}

h3.gyoushu_title {
	display: table;
	margin-top: 10px;
}

h3.gyoushu_title img {
	display: table-cell;
	vertical-align: middle;
	padding: 10px 5px 10px 0;
}

.update {
	display: table-cell;
	vertical-align: middle;
	font-size: 85%;
	font-weight: normal;
	color: #FF0000;
}


.close {
	background-color:#777777;
	padding:2px 5px;
	font-size:80%;
	margin-bottom:0;
	width:680px;
	text-align:right;
}

.close a {
	color:#FFFFFF;
	display:block;
}


/*テーブル*/
table.details {
	width: 690px;
	margin-bottom: 20px;
	border-collapse: collapse;
	border: none;
}

/*
.endbg {
	background: #FAFAFA;
	color: #666666;
}
*/

table.details th, table.details td {
	border-bottom: solid 1px #CCCCCC;
	padding: 10px;
	font-weight: normal;
	border-bottom: 1px solid #CCCCCC;
}

table.details th {
	background-color: #EEEEEE;
	text-align: center;
	font-weight: normal;
	white-space: nowrap;
}

.shokushu {
	white-space:nowrap;
}

.shimekiri {
	white-space:nowrap;
	text-align: center;
}

.youkou {
	width:78px;
}

table.info {
	width: 690px;
	line-height: 140%;
	border-collapse: collapse;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
}

table.info th, table.info td {
	text-align: left;
	padding: 10px;
	font-weight: normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
}

table.info th {
	background-color: #EEEEEE;
	white-space: nowrap;
	vertical-align: top;
}

/* post */
table.post {
	width: 690px;
	line-height: 140%;
	border-collapse: collapse;
	border-bottom: 1px solid #CCCCCC;
	border-left: 1px solid #CCCCCC;
	font-size: 90%;
}

table.post th, table.post td {
	text-align: left;
	padding: 5px;
	font-weight: normal;
	border-top: 1px solid #CCCCCC;
	border-right: 1px solid #CCCCCC;
	vertical-align: top;
}

table.post th {
	background-color: #EEEEEE;	
	vertical-align: top;
}


.nowrap {
	white-space: nowrap;
}


h4.taishou{
	font-size: 120%;
	font-weight: bold;
	color: #525252;
	margin: 0.5em 0;
}
.attention{
	color:#FF0000;
	margin-bottom: 10px;
}



/*私が海を目指す理由*/

#introduction {
	margin: 40px 0 10px;
	width: 690px;
}


h3.wake {
	background-color: #4AB8DD;
	color: #FFFFFF;
	border-right: 2px solid #4AB8DD;
	text-align: left;
	font-size: 140%;
	padding: 5px 10px;
}

.waku {
	border: 2px solid #4AB8DD;
	padding: 20px 0 20px 20px;
	line-height: 150%;
}

.waku p {
	margin-bottom: 15px;
}

.person {
	float: left;
	width: 160px;
	margin-right: 6px;
}

.person img {
	margin-bottom: 5px;
}

li {
	list-style-type: none;
}

li.yaji {
	background: url(../img/yaji01.gif) left center no-repeat;
	text-indent: 20px;
	margin-bottom:5px;
}


	
	
	
/* ルビふり */
ruby {
	display:inline-table;
	text-align:center;
	white-space:nowrap;
	text-indent:0;
	vertical-align:text-bottom;
	line-height:1;
}

ruby>rb,ruby>rbc {
  display:table-row-group;
  line-height:1.0;
}

ruby>rt,ruby>rbc+rtc {
  display:table-header-group;
  font-size:60%;
  line-height:1.0;
  letter-spacing:0;
}

ruby>rbc+rtc+rtc {
  display:table-footer-group;
  font-size:60%;
  line-height:1.0;
  letter-spacing:0;
}

rbc>rb,rtc>rt {
  display:table-cell;
  letter-spacing:0;
}
rp {
  display:none ;
}

rt {
	text-decoration:none;
}

