@charset "utf-8";
/* ==========================================================

title : 東建ウェブサイト 求人情報
scope : 人事ブログページ

last modify : 2020/9/15 306_kondo ページ内余白と幅の調整

2016/10/24 183_aoyama ページナビ下部 バナー追加
2016/03/17 247_morita リード文追加 #8679
2015/12/24 262_ichinose ページジャンプ用スタイル追加
2015/09/24 227_suzuki 記事内画像　上下余白
2011/08/31 157_okamoto

========================================================== */

/*header修正*/

ul#globalnav img,
nav#breadcrumb img {
	vertical-align:bottom;
}

div#main {
	overflow:visible;
  font-size: inherit;
}

div#content {
  position: relative;
	/*overflow:hidden;*/
	overflow:visible;
 box-sizing:border-box;
	width:960px;
	padding-bottom:15px;
	background:url(../img/back.gif?v3) repeat left top;
 border-bottom:1px solid #d0d0d0;
 border-right:1px solid #d0d0d0;
	color:#000000;
  font-size: 16px;
}

div#content a {
	color:#0000ff;
}

div#content h2 {
	padding: 15px 0 0 21px;
}

div#content p#rss {
	margin:10px 0 45px 0;
	padding:0 13px;
	text-align:right;
}

div#content p#lead {
	clear:both;
  width: 45em;
  margin: 15px auto 0;
	line-height: 1.7;
}

/* フォントサイズ変更 */

#fchange{
	float:left;
width:160px;
height:30px;
margin:10px;
padding:0;
position:relative;
background:#FFFFFF;
}

#content > #fontSize{
	position: absolute;
  right: 25px;
  top: 10px;
  display: flex;
	padding: 10px 10px 8px;
	background:#fff;
}

#content > #fontSize ul {
  display: flex;
  align-items: flex-end;
  width: 100%;
  padding: 0 0 3px;
	background: #fff;
  border-bottom: 1px solid #148ec6;
  line-height: 1;
}

#content > #fontSize li {
	margin: 0 2px 0 12px;
  color: #138ec6;
  font-weight: 600;
}
#content > #fontSize li.txt {
  margin-left: 10px;
}
#content > #fontSize li.changeBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #89c6e2;
  color: #fff;
  font-weight: 600;
  text-align: center;
  cursor: pointer;
}
#content > #fontSize li.changeBtn#size_s {
  font-size: 18px;
  height: 24px;
  width: 24px;
}
#content > #fontSize li.changeBtn#size_m {
  font-size: 19px;
  height: 27px;
  width: 27px;
}
#content > #fontSize li.changeBtn#size_l {
  font-size: 25px;
  height: 30px;
  width: 30px;
  margin-right: 10px;
}
#content > #fontSize li.changeBtn.active,
#content > #fontSize li.changeBtn:hover {
  background: #148ec6;
  color: #fff;
}

#content > #fontSize li.changeBtn.active {
  cursor: default;
}

/*box_left*/

div#content div#box_left {
	float:left;
	width:640px;
	margin-left:8px;
	overflow:visible;
}

*html div#content div#box_left {
	margin-left:4px;
}

div#content div#box_left div.article {
	width:640px;
	margin-top:20px;
	padding:10px 10px 12px 10px;
	background:url(../img/article_back.gif?v3) repeat-y left top;
}

div#content div#box_left div.article p.date {
	font-size:15px;
	text-align:right;
}

div#content div#box_left div.article h3 {
	min-height:27px;
	height:auto !important;
	height:27px;
	margin-bottom:5px;
	padding:6px 0 0 34px;
	border-bottom:1px solid #005bac;
	background:url(../img/article_clip.gif) no-repeat 2px top;
	color:#005bac;
	font-size:130%;
	font-weight:bold;
}

div#content div#box_left div.article p.writer {
	font-size:15px;
	text-align:right;
}

div#content div#box_left div.article div.text_area {
	margin:15px 5px 10px 5px;
	line-height:1.8;
	/*font-size:12pt;*/
}

div#content div#box_left div.article div.text_area p {
	/*display:inline;*/
	font-size:100%;
	margin-left:10px;
}

div#content div#box_left div.article div.article_image img {
	margin:5px 10px;
	padding:2px;
	background:url(../img/pict_frame.gif) repeat left top;
}

div#content div#box_left div.article div.bottom_area p {
	text-align:right;
}

div#content div#box_left div.article div.bottom_area p a {
	padding-right:15px;
	background:url(../img/arrow_top.gif) no-repeat 100% 50%;
  font-size: 15px;
}

div#content div#box_left p.shade {
	overflow:hidden;
	width:640px;
	height:8px;
	background:url(../img/article_shade.png) no-repeat right top;
	text-indent:-9999px;
}

*html div#content div#box_left p.shade {
	background:url(../img/article_shade.gif) no-repeat right top;
}

div#content div#box_left div.transition {
	width:620px;
	margin-top:20px;
	min-height:68px; /* 2015/12/24 追加 */
	padding:10px 10px 12px 10px;
//	background:url(../img/article_back.gif) repeat-y left top;
	background:url(../img/article_back.png) no-repeat; /* 2015/12/24 変更 */
}

div#content div#box_left div.transition ul li a {
	color:#005bac;
	font-weight:bold;
}

div#content div#box_left div.transition ul li.past_page {
	float:left;
	width:310px;
}

div#content div#box_left div.transition ul li.next_page {
	float:right;
	width:310px;
	text-align:right;
}

.article .text_area img{
	padding:12px 0;
}


/*box_right*/

div#content div#box_right {
	float:right;
	width:284px;
	margin:20px 12px 0 auto;
  font-size: 15px;
}

*html div#content div#box_right {
	margin-right:3px;
}


/*side_bannerlist*/

div#content .side_bannerlist a > img {
  width:100%;
}

/*calendar*/

div#content div#box_right div#box_calendar {
	width:284px;
	margin:0 auto;
	padding:10px 0;
	background:url(../img/calendar_middle.png) repeat-y left top;
}

div#content div#box_right p#ring_calendar {
	overflow:hidden;
	width:284px;
	height:40px;
	background:url(../img/calendar_top.png) no-repeat left top;
	text-indent:-9999px;
	margin:0 auto;
}

div#content div#box_right p#shade_calendar {
	overflow:hidden;
	width:284px;
	height:8px;
	margin:0 auto 20px;
	background:url(../img/calendar_bottom.png) no-repeat right top;
	text-indent:-9999px;
}

*html div#content div#box_right div#box_calendar {
	background:url(../img/calendar_middle.gif) repeat-y left top;
}

*html div#content div#box_right p#ring_calendar {
	background:url(../img/calendar_top.gif) no-repeat left top;
}

*html div#content div#box_right p#shade_calendar {
	background:url(../img/calendar_bottom.gif) no-repeat right top;
}

div#content div#box_right div#box_calendar table {
	width:251px;
	margin:0 auto;
	text-align:center;
  line-height: 1.5;
}

div#content div#box_right div#box_calendar table caption span.nav2 {
	display:block;
	float:left;
	width:17px;
}

div#content div#box_right div#box_calendar table th {
	background:#005bac;
	color:#ffffff;
	font-weight:normal;
}

div#content div#box_right div#box_calendar table td {
	border:1px solid #c2c2c2;
}

div#content div#box_right div#box_calendar table td.nav1,
div#content div#box_right div#box_calendar table td.nav2 {
	width:20%;
	padding-bottom:5px;
	border:none;
}

div#content div#box_right div#box_calendar table td.year {
	width:60%;
	padding-bottom:5px;
	border:none;
	color:#005bac;
	font-size:126.7%;
	font-weight:bold;
	text-align:center;
}

div#content div#box_right div#box_calendar table td a {
	color:#ffffff;
	font-weight:bold;
}

div#content div#box_right div#box_calendar table td.article {
	background:#00a1e9;
	color:#ffffff;
}

div#content div#box_right div#box_calendar table td.article_new{
	background:#15B80E;
	color:#ffffff;
}




div#content div#box_right div#box_calendar table td.today {
	background:#e4007f;
	color:#ffffff;
}

/*new_article*/

div#content div#box_right div#side_article {
	/*width:260px;
	margin:0 auto;*/
	padding:12px 10px 15px 7px;
	background:url(../img/side_article_back.gif?v3) repeat-y left top;
  line-height: 1.5;
}

div#content div#box_right div#side_article h3 {
	padding:2px 0 8px 0;
	background:url(../img/dotted.gif) repeat-x left bottom;
}

div#content div#box_right div#side_article dl dt {
	margin-top:5px;
	padding:5px 5px 0 5px;
	color:#005bac;
	font-weight:bold;
}

div#content div#box_right div#side_article dl dd {
	padding:3px 0 3px 5px;
	background:url(../img/dotted.gif) repeat-x left bottom;
}

div#content div#box_right div#side_article.archive dl dd {
	display:inline-block;
	width: 60px;
}

div#content div#box_right div#side_article dl dd a {
	padding-left:16px;
	background:url(../img/arrow_right.gif) no-repeat left 4px;
}

div#content div#box_right p.side_shade {
	overflow:hidden;
	width:280px;
	height:8px;
	margin-bottom:25px;
	background:url(../img/article_shade.png) no-repeat right top;
	text-indent:-9999px;
}

*html div#content div#box_right p.side_shade {
	background:url(../img/article_shade.gif) no-repeat right top;
}


div#wrap div#box_right div#side_article h3 {
	text-align:center;
  color: #e4007f;
  font-size: 133.4%;
  font-weight: 600;
}
div#wrap div#box_right div#side_article.archive h3 {
  color: #00a1e9;
}



/*box_banner*/

div#content div#box_right div#box_banner {
	width:265px;
	margin:0 auto;
}

div#content div#box_right div#box_banner li {
	padding-bottom:10px;
}

div#content div#box_right div#box_banner p.linkblank {
	margin-top:3px;
	font-size:85%;
}

div#content div#box_right div#box_banner p.linkblank a {
	color:#336699;
}


/* 最下部テキストエリア */
/*.comment_box {
	clear:both;
	width:790px;
	margin:25px auto 30px auto;
	padding:10px;
	border:3px solid #c4def3;
	color:#000;
	letter-spacing:-.02em;
}
.comment_box span {
	font-weight:bold;
	font-size:110%;
}*/

/* ページジャンプ */
.page_skip{
	width:640px;
	margin-top:20px;
	min-height:68px;
	padding:12px 10px 12px 10px;
	background:url(../img/article_back.png) no-repeat;
	position:relative;
/*	margin:10px auto 15px auto;
	padding-bottom:8px;*/
	text-align:center;
	letter-spacing:0px;
	text-align:center;
	overflow:visible;
}
.page_skip_box,.page_skip_box ul,.page_skip_box li,.page_skip_box dl{
	overflow:visible;
}
.page_skip_ul{
  position: relative;
	right:75px;
}
.page_skip_ul li{
  position: relative;
  display: inline-block;
	vertical-align:top;
}

.page_nav_ul{
    position: relative;
		overflow:visible;
//    right:75px;
}
.page_nav_ul li{
    position: relative;
    display: inline-block;
	vertical-align:top;
}

.page_nav_ul02 li{
    position: relative;
    display: inline-block;
	vertical-align:top;
}

#content .page_count_box{
		width: 36px;
    height: 36px;
    line-height: 34px;
    margin: 0px 3px;
		padding:0;
    border: 1px solid #1d558d;
    font-size: 15px;
    border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    behavior: url(/css/PIE.php);
    letter-spacing: 0.01em;
    background: #4250dc;
    color: #fff;
}

#content .page_count_box a {
    display: block;
    width: 34px;
    height: 34px;
    line-height: 34px;
		font-size:15px;
		letter-spacing:0.01em;
    background: #fff;
    color: #4250dc;
		font-weight:normal;
		text-decoration:none;
}
#content .page_count_box a:hover {
	background:#4250dc;
	color:#fff;
	font-weight:bold;
	}
.p_toback,.p_tonext {
	width:105px;
	border: 1px solid #1d558d;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    behavior: url(/css/PIE.php);
	color:#1d558d;
	font-size:15px;
	line-height:34px;
	}
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
	.p_toback,.p_tonext {
		width:95px;
		border: 1px solid #1d558d;
		border-radius: 2px;
		-webkit-border-radius: 2px;
		-moz-border-radius: 2px;
		behavior: url("/css/PIE.php");
		color:#1d558d;
		font-size:15px;
		line-height:34px;
			color: #fff;
		}
}

.p_toback{
	padding-right:10px;
	background:url(../img/bg_back.png) no-repeat 92px 12px #fff;
}
.page_nav_ul li.single_back{
	right:190px;
}

.p_tonext{
	padding-left:10px;
	background:url(../img/bg_next.png) no-repeat 9px 12px #fff;
}
.page_nav_ul li.single_next{
	left:190px;
}

#content .p_toback a:hover{
	display: block;
	width:95px;
	color:#fff;
	font-weight:bold;
	line-height:34px;
	margin-right:-10px;
	padding-right:10px;
	background:url(../img/bg_back_ov.png) no-repeat 92px 12px #4250dc;
	font-weight:bold;
	text-decoration:none;
	}
#content .p_tonext a:hover{
	display: block;
	width:105px;
	color:#fff;
	font-weight:bold;
	line-height:34px;
	margin-left:-10px;
	padding-left:10px;
	background:url(../img/bg_next_ov.png) no-repeat 9px 12px #4250dc;
	font-weight:bold;
	text-decoration:none;
}
.p_toback_gr {
	padding-right:10px;
	width:105px;
	border-radius: 2px;
  behavior: url(/css/PIE.php);
	background:url(../img/bg_back_gr.png) no-repeat 92px 12px #ccc;
	color:#8E8E8E;
	font-size:15px;
	line-height:36px;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	}
.p_tonext_gr{
	padding-left:10px;
	width:95px;
	border-radius: 2px;
  behavior: url(/css/PIE.php);
	background:url(../img/bg_next_gr.png) no-repeat 9px 12px #ccc;
	color:#8E8E8E;
	text-shadow: 1px 1px 0px rgba(255, 255, 255, 1);
	line-height:36px;
	font-size:15px;
	}

.page_select{
	position:relative;
	overflow:hidden;
	margin-left:3px;
	clear:both;
}
.page_select_ttl{
	position:relative;
	padding-left:2px;
	display:block;
	width:146px;
	background:url("../img/bg_select_bottom.png") #fff no-repeat right center;
	color:#1d558d;
	font-size:15px;
	text-align:left;
	line-height:34px;
	cursor:pointer;
}
.page_select_ttl span{
	display:block;
	position:relative;
	width:140px;
	padding-left:5px;
	border: 1px solid #1d558d;
	border-radius: 2px;
    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    behavior: url(/css/PIE.php);
	color:#1d558d;
	font-size:15px;
	text-align:left;
	line-height:34px;
	cursor:pointer;
}
.page_select_ttl_hover{
	background:url("../img/bg_select_bottom_on.png")#fff no-repeat right center;
	color:#1d558d;
}
.page_select_ttl_hover span{
	border-radius: 2px 2px 0px 0px / 2px 2px 0px 0px;
	-webkit-border-radius: 2px 2px 0px 0px / 2px 2px 0px 0px;
	-moz-border-radius: 2px 2px 0px 0px / 2px 2px 0px 0px;
	behavior: url(/css/PIE.php);
	border-bottom: 1px dotted #1d558d;
}
.page_select_menu{
//	position:relative;
	position:absolute;
	left:2px;
	width:145px;
	max-height:195px;
	overflow-y: scroll;
  overflow-x: hidden;
	line-height:34px;
	border-left: 1px solid #1d558d;
	border-right: 1px solid #1d558d;
	border-bottom: 1px solid #1d558d;
	color:#1d558d;
	font-size:15px;
	text-align:left;
	z-index:1000;
}

.page_select_menu ul{
	width:145px;
	text-indent:10px;
}
.page_select_menu li{
	background:#fff;
	border-bottom:1px dotted #1d558d;
	line-height:34px;
}
.page_select_menu li.first_list{
	margin-left:-10px;
}
.page_select_menu .li_last{
	border-bottom:none;
	margin-left:-9px;
	padding-left:9px;
}
.page_select_menu a{
	display:block;
	width:140px;
}
#content .page_select_menu a:hover{
	background:#FFE6EB;
	text-decoration:none;
	color:#f00;
}
.page_select_menu::-webkit-scrollbar {
    width: 12px;
}

.page_select_menu::-webkit-scrollbar-track {
   background:  rgba(200,200,200,1);
}

.page_select_menu::-webkit-scrollbar-thumb {
    background: rgba(200,230,255,1);
}
.page_select_menu::-webkit-scrollbar-thumb:window-inactive {
	background: rgba(200,230,255,1);
}


/* for modern brouser */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}
/* IE7,MacIE5 */
.clearfix {
  display: inline-block;
}
/* WinIE6 below, Exclude MacIE5 \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
/**/

/*ページナビ下部 バナー追加 */
.bnr_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
	width:640px;
	margin:0 0 10px;
	padding:20px 40px;
	background:#f2f6e2;
}
.bnr_box > div {
	width:260px;
	margin:0 0 15px;
	background:#fff;
}
.bnr_box > div:nth-of-type(n+3) {
	margin-bottom:0;
}

.bnr_box > div.center {
	float:none;
	margin:0 auto 20px;
}
.bnr_box a:hover img {
	opacity:.7;
}
@media screen and (max-device-width: 1024px) {
	a:hover img {
		opacity: 1!important;
	}
}
