@charset "utf-8";

/*-----総務部のブログ-----*/

a.link {
	padding: 5px 0 5px 25px;
	background: url(../img/icon/greenarrow_square.gif) 0px 1px no-repeat;
}

div#content div#main {
	position: relative;
}

div#content div#main .rss {
	margin: 0;
	position: absolute;
	top: 6px;
	left: 504px;
}


div#content div#main div#entryTitle {
    clear: both;
	width: 724px;
	/*background:url(/img/bg/bg_blogtit.gif) no-repeat;*/
    border-bottom: 3px double #ccaf6a;
    padding: 0 ;
	font-size:0.85em;	
	margin: 10px 0 10px 0;
	color:#333;
	/*font-weight:bold;*/
}

div#content div#main div#entryTitle h3{
    background: none;
    float: left;
    line-height: 1.5em;
    margin: 0;
    padding: 10px 0 0 10px;
    width: 540px;
}

div#content div#main div#entryTitle p.date{
	width: 120px;
    float: right;
    background: none;
	margin: 0;
	padding: 10px;
}

div#content div#main div#hotEntry {
    border-bottom: 1px dotted #ABA5B8;
    margin: 0 0 15px 0;
}

div#content div#main div.entry {
    margin: 0;
    padding: 10px 5px;
    width: 714px;
}

div#content div#main div.entry h3{
	background: url(../img/icon/darkred_arrow_in_gray-square.png) 0px 1px no-repeat;
	padding: 0 0 0 20px;
	margin: 0;
}

div#content div#main div.entry p.entryInfo {
	margin: 10px 0;
}

div#content div#main div.entry .photo {
	float: left;
	width: 138px;
	height: 138px;
	margin: 0 10px 0 0;
	padding: 5px;
	border: 1px solid #ccc;
	background: url(../img/blog/common/nophoto.gif) 5px 5px no-repeat;
}

div#content div#main div.entry div.description {
    float: left;
    width: 550px;
}

div#content div#main div#recentEntries {
	position: relative;
	margin: 10px 0 0 0;
	padding: 20px 0 0 0;
}

div#content div#main div#recentEntries p.rss {
    left: 670px;
    position: absolute;
    top: 26px;
}

div#content div#main div#recentEntries div#newblog {
    clear: both;
    margin: 0 10px 20px;
}

div#content div#main div#recentEntries div#newblog dl {
    border-bottom: 1px dotted #ABA5B8;
    clear: both;
    margin: 0 0 8px;
    padding: 0 20px 30px;
}

div#content div#main div#recentEntries div#newblog dl dt {
    background: url("../img/icon/darkred_arrow_in_gray-square.png") no-repeat scroll 0 0.4em transparent;
    clear: left;
    color: #5D5D5D;
    float: left;
    font-size: 0.75em;
    padding: 0 0 0 22px;
    width: 100px;
}

div#content div#main div#recentEntries div#newblog dl dd {
    clear: right;
    float: right;
    font-size: 0.88em;
    width: 540px;
}

div#content div#main div#entryList {
    clear: both;
    margin: 0 10px 20px;
}

div#content div#main div#entryList dl {
    border-bottom: 1px dotted #ABA5B8;
    clear: both;
    margin: 0 0 8px;
    padding: 0 20px 50px;
}

div#content div#main div#entryList dl dt {
    background: url("../img/icon/darkred_arrow_in_gray-square.png") no-repeat scroll 0 0.4em transparent;
    clear: left;
    color: #5D5D5D;
    float: left;
    font-size: 0.75em;
    padding: 0 0 0 22px;
    width: 100px;
}

div#content div#main div#entryList dl dd {
    clear: right;
    float: right;
    font-size: 0.88em;
    width: 540px;
}



div#content div#main table {
    border-collapse: collapse;
    margin: 15px auto;
    width: 724px;
}

div#content div#main table td.description {
    padding: 5px 5px 5px 25px;
    vertical-align: top;
    background: url("../img/icon/darkred_arrow_in_gray-square.png") no-repeat scroll 0.4em transparent;
}

div#content div#main table  tr.line {
	background: #f5f5f5;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ABA5B8;
}

div#content div#main table tr.normal {
	background: #fff;
	margin: 0;
	padding: 0;
	border-bottom: 1px dotted #ABA5B8;
}

div#content div#main #entryBody{
background:  url(../img/bg/bg_blogentrybody.gif) repeat-x repeat-y ;
}

div#content div#main #entryBody h4 {
    border-left: 5px solid #D78901;
    color: #D78901;
    font-size: 120%;
    font-weight: bold;
    margin: 25px 0 10px;
    padding: 0 0 0 6px;
}

/* 採用ページ用　最新ブログ情報 */

body#company div#main div.office-detail-news {
  clear: both;
  margin: 0 10px 20px;
}

body#company div#main div.office-detail-news dl {
  clear: both;
  margin: 0 0 8px;
  padding: 0 20px 8px;
  border-bottom: 1px dotted #ABA5B8;
}

body#company div#main div.office-detail-news dl dt {
  float: left;
  clear: left;
  width: 100px;
  padding: 0 0 0 22px;
  background: url(../img/icon/darkred_arrow_in_gray-square.png) no-repeat 0px 0.4em;
  color: #5D5D5D;
  font-size: 0.75em;
}

body#company div#main div.office-detail-news dl dt a {
  padding: 0 0 0 8px;
}

body#company div#main div.office-detail-news dl dd {
  float: right;
  clear: right;
  width: 530px;
  font-size:   0.88em;
}

