@charset "utf-8";
/* ===================================================================
CSS information

 file name  :hisago.css
 author     :Ability Consultant
style info  :ブログページ専用設定　ハックは最下部に記述

=================================================================== */


/* -----------------------------------------------------------
	http://www.hyoe.co.jp/blog/recruit/ 	人事ブログ
----------------------------------------------------------- */


/* 各ページ専用指定
----------------------------------------------------------- */
#hisago #contents_head h2 {
	background:url(../blog/recruit/images/st_recruit.jpg) center top no-repeat;
}



/* blog_con ブログコンテンツ
----------------------------------------------------------- */
#hisago div.blog_con {
	margin-bottom:50px;
	width:695px;
	overflow:hidden;
}

/* blog_con ブログコンテンツ
----------------------------------------------------------- */

/* メイン */
#hisago div.blog_con h3.title_hisago {
	width:695px;
	height:130px;
	margin:0 0 10px 0;
	background:url(../blog/recruit/images/st_recruit_image.jpg) 0 0 no-repeat;
	text-indent:-9999px;
}

#hisago div.blog_con div.contents_l {
	width:515px;
	float:left;
}

#hisago div.blog_con div.contents_r {
	width:160px;
	background-color: #e9e6d7;
	float:right;
}


/* Content ---------------------------------------------------------------- */


#hisago .item { list-style: none; }

/* ヘッダースタイル */
#hisago #header {
	border:none;
	border-top-width:0px;
}


#hisago #footer {
	background-color:#fff;
}


/* Assets */

#hisago .asset-body,
#hisago .asset-more,
#hisago .asset-more-link,
#hisago .asset-excerpt,
#hisago .comment-content,
#hisago .comment-footer,
#hisago .comments-open-content,
#hisago .comments-open-footer,
#hisago .comments-closed,
#hisago .trackbacks-info,
#hisago .trackback-content,
#hisago .trackback-footer,
#hisago .archive-content {
    clear: both;
}

#hisago .asset,
#hisago .comments,
#hisago .trackbacks,
#hisago .archive {
    overflow: hidden;
    width: 100%;
}

#hisago .asset,
#hisago .asset-content,
#hisago .comments,
#hisago .trackbacks,
#hisago .archive {
    position: static;
    clear: both;
}

#hisago .asset,
#hisago .comments,
#hisago .comments-content,
#hisago .trackbacks,
#hisago .archive,
#hisago .search-form {
    margin-bottom: 1.5em;
}

#hisago .asset-header,
#hisago .asset-content,
#hisago .asset-body,
#hisago .comments-header,
#hisago .comment-content,
#hisago .comment-footer,
#hisago .comments-open-header,
#hisago .comments-open-content,
#hisago #comments-open-footer,
#hisago .comments-closed,
#hisago #comment-form-external-auth,
#hisago #comment-greeting,
#hisago .comments-open-moderated,
#hisago #comment-form-name,
#hisago #comment-form-email,
#hisago #comment-form-url,
#hisago #comment-form-remember-me,
#hisago #comment-form-reply,
#hisago #comments-open-text,
#hisago .trackbacks-header,
#hisago .trackbacks-info,
#hisago .trackback-content,
#hisago .trackback-footer,
#hisago .archive-content,
#hisago .search-form-header,
#hisago .search-results-header {
    margin-bottom: .75em;
}

#hisago #comment-form-remember-me label,
#hisago #comment-form-reply label {
    display: inline;
}

#hisago .entry-categories,
#hisago .entry-tags {
    margin-bottom: .5em;
}

#hisago .asset-name {
    margin-bottom: .25em;
	padding:5px;
	font-size:14px;
	border:1px solid #d0c8a5;
}

#hisago .asset-name, 
#hisago .asset-name a, 
#hisago .archive-title {
	color:#706640;
} 

#hisago .asset-name, .asset-name a, 
#hisago .archive-title {
	color:#999999;
}


#hisago .asset-footer,
#hisago .asset-meta {
    font-size: 11px;
}

#hisago .asset-meta {
    margin-top: .25em;
    padding-top: 2px;
    padding-bottom: .3em;
    font-weight: normal;
}

#hisago .asset-footer {
    clear: both;
    margin-top: 1.5em;
    padding-top: .5em;
}

#hisago .content-nav {
    text-align: center;
}

#hisago .entry-tags h4,
#hisago .entry-categories h4 {
    margin-bottom: 0;
    margin-right: .25em;
    display: inline;
    font-weight: bold;
}

#hisago .entry-tags ul,
#hisago .entry-categories ul {
    display: inline;
    list-style: none;
    margin-left: 0;
    padding-left: 0;
}
#hisago .entry-tags ul li,
#hisago .entry-categories ul li {
    display: inline;
}

#hisago .mt-image-left {
    float: left;
    margin: 0 20px 20px 0;
}

#hisago .mt-image-center {
    display: block;
    margin: 0 auto 20px;
    text-align: center;
}

#hisago .mt-image-right {
    float: right;
    margin: 0 0 20px 20px;
}


/* User pics */


#hisago .user-pic {
    float: left;
    position: relative;
    width: 50px;
    height: 50px;
    overflow: hidden;
    margin: 0 10px 0 0;
}

#hisago .auth-icon {
    position: absolute;
    bottom: 0;
    left: 0;
}


/* Feedback */

#hisago .comments-open label {
    display: block;
}

#hisago #comment-author, #comment-email, #comment-url, #comment-text {
    width: 80%;
}

#hisago #comment-bake-cookie {
    margin-left: 0;
    vertical-align: middle;
}

#hisago #top-comment-nav, #comment-nav {
  list-style: none;
  width: 100%;
  margin: 0 0 1em 0;
  padding: 0;
  text-align: center;
}

#hisago #top-comment-nav li, #comment-nav li {
  display: inline;
  padding: 0;
}

#hisago #top-prev-comments, #prev-comments {
  text-align: left;
  margin: 0 1em 0 0;
}

#hisago #top-next-comments, #next-comments {
  text-align: right;
  margin: 0 0 0 1em;
}

#hisago #top-num-comments, #num-comments {
  text-align: center;
}

#hisago #comment-submit {
    font-weight: bold;
}

#hisago .comment,
#hisago .trackback {
    margin-bottom: .5em;
    border-bottom: 1px solid #ccc;
    padding-bottom: .5em;
}

#hisago .comment .asset-meta,
#hisago .trackback .asset-meta {
    border: 0;
}

#hisago .comment-content {
    clear: none;
    line-height: 1.5;
    margin-bottom: 1em;
}

#hisago .comment-content p {
    margin-bottom: .5em;
}

/* Widgets */

#hisago .widget {
    position: relative;
    overflow: hidden;
    width: 100%;
}

#hisago .widget-header,
#hisago .widget-header a{
	margin:0;
	padding:5px 5px;
	background-color:#ded8bd;
	color:#706640;
	border:none;
	font-weight:bold;
	width:100%;
}

#hisago .widget-content {
    position: relative;
    margin: 5px 0 20px;
}

#hisago .archive-content ul,
#hisago .widget-content ul {
    margin: 0;
    list-style: none;
}

#hisago .widget-content ul ul {
    margin-left: 15px;
}

#hisago .widget-content li {
    margin-top: 5px;
    margin-bottom: 5px;
	padding:0 15px;
}

#hisago .widget-tag-cloud .widget-content ul {
    margin-right: 0;
    margin-left: 0;
}

#hisago .widget-tag-cloud .widget-content li {
    display: inline;
    margin: 0 5px 0 0;
    padding: 0;
    line-height: 1.6;
    background: none;
}

#hisago .widget-tag-cloud .rank-1  { font-size: 1.75em; }
#hisago .widget-tag-cloud .rank-2  { font-size: 1.75em; }
#hisago .widget-tag-cloud .rank-3  { font-size: 1.625em; }
#hisago .widget-tag-cloud .rank-4  { font-size: 1.5em; }
#hisago .widget-tag-cloud .rank-5  { font-size: 1.375em; }
#hisago .widget-tag-cloud .rank-6  { font-size: 1.25em; }
#hisago .widget-tag-cloud .rank-7  { font-size: 1.125em; }
#hisago .widget-tag-cloud .rank-8  { font-size: 1em; }
#hisago .widget-tag-cloud .rank-9  { font-size: 0.95em; }
#hisago .widget-tag-cloud .rank-10 { font-size: 0.9em; }

#hisago #footer .widget-content {
    margin-top: 0;
    margin-bottom: 0;
}

#hisago .widget-recent-assets .widget-content ul {
    overflow: auto;
    margin-right: 0;
}

#hisago .item {
    display: inline;
    float: left;
    margin: 0pt 5px 8px;
    overflow: hidden;
    text-align: center;
    vertical-align: middle;
    width: 70px;
}

#hisago .widget-search ul,
#hisago .widget-syndication ul {
    margin-left: 0;
    list-style: none;
}

#hisago .widget-search li,
#hisago .widget-syndication li  {
    margin: 5px 0;
}

#hisago .widget-openid {
    width: 160px;
    margin: 10px auto;
    border: none !important;
}
#hisago .widget-openid .widget-content {
    border: 1px solid #ccc;
    background: #fff url(../images/openid-accepted.gif) no-repeat 7px 3px;
    font-size: 12px;
    font-family: Arial, Verdana, sans-serif;
    color: #666;
    margin: 0;
    padding: 0 !important;
}
#hisago .widget-openid .widget-content em {
    display: block;
    font-style: normal;
    padding: 34px 9px 9px 68px;
}
#hisago .widget-openid .widget-content strong {
    left: -9999px;
    position: absolute;
}
#hisago .widget-openid .widget-content a {
    display: block;
    background: #eee;
    text-align: center;
    padding: 5px 3px;
    color: #666;
    text-decoration: underline;
    font-weight: normal;
}

#hisago .widget-calendar .widget-content table {
    border-collapse: collapse;
    width: 100%;
}
#hisago .widget-calendar .widget-content th, 
#hisago .widget-calendar .widget-content td {
    text-align: center;
    width: 14%;
    padding: 2px 0;
}

#hisago .input-default {
    background-color: #9AAEC2;
}

#hisago .status-indicator {
    display: inline;
    height: 20px;
    width: 20px;
    background: url(../images/indicator-login.gif) no-repeat 0 0;
    padding: 2px 7px;
}

@media print {
#hisago * {
        position: static ! important;
        overflow: visible ! important;
    }
}











/*======================================

	hack - 各種cssハック - for IE7

=======================================*/
*:first-child+html {}


/*======================================

	hack - 各種cssハック - for IE6

=======================================*/
* html {}