@charset "UTF-8";
/*===============================================
mdj_layout.css（レイアウト系CSS）
===============================================*/
/*mjd_container*/
#mdj_container {
	min-width: 1072px;
}
/*mdj_header_navi*/
	
#mdj_header_navi {
	background: #000066;
	height: 40px;
}
#mdj_header_naviWrap {
	width: 1072px;
	margin: 0 auto;
}
#mdj_header_naviWrap ul {
	float: right;
}
#mdj_header_naviWrap ul li {
	float: left;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	border-left: 1px solid #111111;
}
#mdj_header_naviWrap ul li p {
	padding: 0 24px;
}
#mdj_header_naviWrap ul li a {
	color: #fff !important;
	text-decoration: none;
	display: block;
	padding: 0 24px;
	background: url(/user/media/images/mdj/common/arrows/arrow01.png) no-repeat right 15px center;
}
#mdj_header_naviWrap ul .english a {
	text-decoration: none;
	background: #111111;
	padding: 0 35px;
	font-size: 16px;
	font-weight: normal;
}
#mdj_header_naviWrap ul .chinese {
	border-left: 1px solid #4f4f4f;
}
#mdj_header_naviWrap ul .chinese a {
	text-decoration: none;
	background: #111111;
	padding: 0 35px;
	font-size: 16px;
	font-weight: normal;
}
#mdj_header_naviWrap ul .chinese02 {
	border-left: 1px solid #4f4f4f;
}
#mdj_header_naviWrap ul .chinese02 a {
	text-decoration: none;
	background: #111111;
	padding: 0 35px;
	font-size: 15px;
	font-weight: normal;
}
/*mdj_header*/
#mdj_header {
	position: relative;
	border-bottom: 4px solid #111111;
}
#mdj_headerWrap {
	padding: 18px 0 24px 0;
	width: 1072px;
	margin: 0 auto;
	box-sizing: border-box;
}
#mdj_header #logo {
	float: left;
	margin: 0 10px 0 0;
}
#mdj_header h1 {
	font-size: 12px;
	font-weight: bold;
	color: #d4d4d4;
	float: left;
}
/*gnavi*/
#mdj_header #gnavi {
	clear: both;
	padding: 10px 0px 8px 0px;
}
#mdj_header #gnavi a {
	position: relative;
	text-decoration: none;
	color: #111111;
	display: block;
}
#mdj_header #gnavi a:hover {
	color: #1eb216;
}
#mdj_header #gnavi a span {
	padding: 0 12px;
	}

#mdj_header #gnavi a.this .balloon {
	position: relative;
	display: block;
	color: #FFFFFF;
	background: #1EB216;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
#mdj_header #gnavi a.this .balloon:after {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(30, 178, 22, 0);
	border-top-color: #1EB216;
	border-width: 8px;
	margin-left: -8px;
}

#mdj_header #gnavi li {
	position: relative;
	line-height: 32px;
	padding: 0 12px;
	font-size: 16px;
	font-weight: bold;
	float: left;
	border-left: 1px solid #dfdfdf;
}
#mdj_header #gnavi li:last-child {
	border-right: 1px solid #dfdfdf;
}

/* badge */
.badge {
	background-color: red;
	border-radius: 12px;
	color: #FFF;
	font-size: 12px;
	line-height: 20px;
	height: 20px;
	padding: 0px 0px 0 0px;
	text-align: center;
	min-width: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
.badge {
	position: absolute;
	top: 0px;
	right: 5px;
}

/*新規会員登録ボタン*/	


#mdj_header #btn_regist {
	position: absolute;
	right: 0;
	bottom: 8px;
}
#mdj_header #btn_regist a {
	width: 184px;
	height: 64px;
	box-shadow: inset 0 -4px #cb7c00, 0 2px rgba(00,00,00, .15), inset 0 1px #ffda7a;
	display: block;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #f4b81c;
	background-image: -o-linear-gradient(bottom, #dea000, #f9bc1e);
	background-image: -moz-linear-gradient(bottom, #dea000, #f9bc1e);
	background-image: -webkit-linear-gradient(bottom, #dea000, #f9bc1e);
	background-image: linear-gradient(to top, #dea000, #f9bc1e);
	position: relative;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px #ce7202;
	padding-top: 16px;
	font-size: 20px;
}
#mdj_header #btn_regist a:after {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
	background: url(/user/media/images/mdj/common/icon/icon03.png) no-repeat 0 0;
	width: 24px;
	height: 25px;
}
#mdj_header #btn_regist a span {
	border-radius: 0 8px 8px 0;
	background-color: #efaa16;
	background-image: -webkit-linear-gradient(bottom, #d99607, #efaa16);
	background-image: -moz-linear-gradient(bottom, #d99607, #efaa16);
	background-image: -o-linear-gradient(bottom, #d99607, #efaa16);
	background-image: linear-gradient(to top, #d99607, #efaa16);
	display: inline-block;
	width: 16px;
	height: 64px;
	box-shadow: inset 0 -4px #cb7c00, inset 0 1px #ffda7a;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	padding-top: 14px;
}
#mdj_header #btn_regist a:hover {
	background-image: -webkit-linear-gradient(bottom, #ecaa00, #ffc631);
	background-image: -moz-linear-gradient(bottom, #ecaa00, #ffc631);
	background-image: -o-linear-gradient(bottom, #ecaa00, #ffc631);
	background-image: linear-gradient(to top, #ecaa00, #ffc631);
}
#mdj_header #btn_regist a:hover span {
	background-image: -webkit-linear-gradient(bottom, #e69f08, #f4b224);
	background-image: -moz-linear-gradient(bottom, #e69f08, #f4b224);
	background-image: -o-linear-gradient(bottom, #e69f08, #f4b224);
	background-image: linear-gradient(to top, #e69f08, #f4b224);
}
/*履歴書ボタン*/
#mdj_header .btn_green {
	width: 184px;
	height: 64px;
	border-top: 2px solid #1eb216;
	border-left: 2px solid #1eb216;
	border-right: 2px solid #1eb216;
	border-bottom: 4px solid #0a8803;
	box-shadow: inset 0 -2px #1eb216;
	box-sizing: border-box;
	padding: 0px 0px 8px 32px;
	text-align: center;
	border-radius: 8px;
	font-size: 18px;
	color: #1eb216;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 60px;
	background: url(/user/media/images/mdj/common/icon/icon01.png) no-repeat 20px center;
	position: absolute;
	right: 0;
	bottom: 0;
}
#mdj_header .btn_green:hover {
	background: url(/user/media/images/mdj/common/icon/icon02.png) no-repeat 20px center #1eb216;
	color: #ffffff;
}
/*英語版*/
#mdj_header .btn_green_en {
	width: 184px;
	height: 64px;
	border-top: 2px solid #1eb216;
	border-left: 2px solid #1eb216;
	border-right: 2px solid #1eb216;
	border-bottom: 4px solid #0a8803;
	box-shadow: inset 0 -2px #1eb216;
	box-sizing: border-box;
	padding: 0 0 8px 32px;
	text-align: center;
	border-radius: 8px;
	font-size: 16px;
	color: #1eb216;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 60px;
	background: url(/user/media/images/mdj/common/icon/icon01.png) no-repeat 16px center;
	position: absolute;
	right: 0;
	bottom: 0;
}
#mdj_header .btn_green_en:hover {
	background: url(/user/media/images/mdj/common/icon/icon02.png) no-repeat 16px center #1eb216;
	color: #ffffff;
}
#toggle-button {
	display: none;
}
#snavi {
	display: none;
}
/*mdj_header_login*/

#mdj_header_login {
	padding: 16px 0;
	border-bottom: 4px solid #111111;
	background: #f8f8f8;
	box-sizing: border-box;
	height: 119px;
}
#mdj_header_loginWrap {
	width: 1072px;
	margin: 0 auto;
}
#mdj_header_loginWrap .leftBox div {
	font-size: 16px;
}
#mdj_header_loginWrap .leftBox div .roboto {
	font-size: 24px;
}
#mdj_header_loginWrap .leftBox .message_btn {
	line-height: 32px;
	font-size: 14px;
	border: 1px solid #dfdfdf;
	padding: 0 30px 0 16px;
	display: table;
	height: 32px;
	box-sizing: border-box;
	float: left;
	margin: 0 16px 0 0;
	vertical-align: middle;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	background: #ffffff url(/user/media/images/mdj/common/arrows/arrow08.png) no-repeat right 8px center;
}
#mdj_header_loginWrap .leftBox a {
	color: #111111;
}
#mdj_header_loginWrap .leftBox .message_btn .roboto {
	font-size: 16px;
	color: #1eb216;
	padding: 0 8px 0 16px;
	display: table-cell;
	vertical-align: middle;
}
#mdj_header_loginWrap .rightBox ul li {
	float: left;
	border-left: 1px solid #dfdfdf;
}
#mdj_header_loginWrap .rightBox ul li:last-child {
	border-right: 1px solid #dfdfdf;
}
#mdj_header_loginWrap .rightBox ul li a {
	height: 80px;
	box-sizing: border-box;
	display: block;
	vertical-align: bottom;
	padding: 48px 16px 16px 16px;
	font-weight: bold;
	color: #111111;
	text-decoration: none !important;
}
#mdj_header_loginWrap .rightBox ul .icon01 {
	background: url(/user/media/images/mdj/common/icon/icon25.png) no-repeat center 16px;
}
#mdj_header_loginWrap .rightBox ul .icon02 {
	background: url(/user/media/images/mdj/common/icon/icon26.png) no-repeat center 16px;
}
/*mdj_keyvisual*/
#mdj_keyvisual {
	/* background: url(/images/mdj/common/bg/bg01.jpg) repeat-x; */
}
#mdj_keyvisualWrap {
	position: relative;
	margin: 0 auto;
}
/*
#mdj_keyvisual #mdj_key_text {
	position: absolute;
	top: 24px;
	left: 928px;
	width: 208px;
	height: 176px;
	box-sizing: border-box;
	padding: 24px 0;
}
*/

/*
#mdj_keyvisual {
	background: url(/images/mdj/common/bg/bg01.jpg) repeat-x;
}
#mdj_keyvisualWrap {
	position: relative;
	height: 246px;
	overflow: hidden;
	zoom: 1;
}
#mdj_keyvisual #mdj_key_text {
	position: relative;
	margin: 24px auto 0px auto;
	width: 1072px;
	height: 176px;
	box-sizing: border-box;
	padding: 24px 0 24px 864px;
	z-index: 2;
}
#mdj_keyvisual img {
	position: absolute;
	top: 0px;
	left: 50%;
	margin: 0px 0px 0px -600px;
	z-index: 1;
}
*/
#mdj_keyvisual .mdj_key_text .text01 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#mdj_keyvisual .mdj_key_text .text02 {
	text-align: center;
}
#mdj_keyvisual .mdj_key_text .text02 span {
	font-size: 40px;
}
#mdj_keyvisual .mdj_key_text .text03 {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}
#mdj_keyvisual .mdj_key_text .text04 {
	color: #999999;
	text-align: center;
	margin: 8px 0 0 0;
}

/*mdj_breadlist*/

.mdj_breadlist {
	width: 1072px;
	margin: 16px auto 24px auto;
	font-size: 12px;
}

.mdj_breadlist li {
	float: left;
}

.mdj_breadlist li a {
	background: url(/user/media/images/mdj/common/arrows/arrow08.png) no-repeat right center;
	padding: 0 20px 0 0;
	margin: 0 16px 0 0;
	color: #111111 !important;
}




/*mdj_contents*/
#mdj_content {
	width: 1072px;
	margin: 24px auto 0 auto;
}
#mdj_contentWrap {
	overflow: hidden;
	zoom: 1;
}
/*mdj_page*/
#mdj_page {
	width: 732px;
	float: left;
}
#mdj_pageWrap {
}
/*mdj_side*/
#mdj_side {
	width: 300px;
	float: right;
	position: relative;
}
#mdj_sideWrap {
}
/*hotpics*/
#mdj_side .hotpicks_list li {
	padding: 16px 0;
	border-top: 1px solid #dfdfdf;
}
#mdj_side .hotpicks_list .leftBox {
	width: 110px;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #111;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	display: table;
	text-align: center;
}
#mdj_side .hotpicks_list .leftBox a {
	max-width: 110px;
	max-height: 80px;
	vertical-align: middle;
	display: table-cell;
}
#mdj_side .hotpicks_list .rightBox {
	width: 174px;
}
/*hotagent*/
#mdj_side .hotagent_list li {
	padding: 16px 0;
	border-top: 1px solid #dfdfdf;
}
#mdj_side .hotagent_list .leftBox {
	width: 110px;
	height: 80px;
	box-sizing: border-box;
	border: 1px solid #111;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	overflow: hidden;
	display: table;
	text-align: center;
}
#mdj_side .hotagent_list .leftBox a {
	max-width: 110px;
	max-height: 80px;
	vertical-align: middle;
	display: table-cell;
}
#mdj_side .hotagent_list .rightBox {
	width: 174px;
}
/*お知らせ*/

#mdj_side #news_list .news_date {
	padding: 16px 0 0 0;
	border-top: 1px solid #dfdfdf;
	font-family: 'Roboto Condensed', sans-serif;
	font-size: 16px;
	color: #000066;
}
#mdj_side #news_list .news_title {
	padding: 0 0 16px 0;
}

/*quick検索*/
#mdj_side #quick_searchWrap {
	padding: 24px;
}
#mdj_side #quick_searchWrap #quick_searchTitle {
	background: url(/user/media/images/mdj/common/icon/icon04.png) no-repeat left center;
	font-size: 24px;
	font-weight: bold;
	padding: 0 0 0 48px;
}

/*カテゴリメニュー*/
#mdj_side #category_menu {
	border-bottom: 5px solid #e5e5e5;
}
#mdj_side #category_menuWrap {
  border: 2px solid #111111;
}
#mdj_side #category_menu h3 {
  border: none;
}
#mdj_side #category_menu h4 {
  position: relative;
  padding: 0px 5px;
  margin: 10px 0px;
  cursor: pointer;
}
#mdj_side #category_menu h4:after {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  right: 5px;
  width: 0px;
  height: 0px;
  margin: -2px 0px 0px 0px;
  border-left: 4px solid transparent;
  border-top: 6px solid #111111;
  border-right: 4px solid transparent;
}
#mdj_side #category_menu h4.open:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
#mdj_side #category_menu ul {}
#mdj_side #category_menu ul li {
  padding: 0px 25px;
  border-bottom: 1px solid #111111;
  }
#mdj_side #category_menu ul li:last-child {
  border-bottom: none;
}

#mdj_side #category_menu dl {
  display: none;
  }
#mdj_side #category_menu dl dt {
  font-weight: bold;
  margin: 0px 0px 15px 0px;
  padding: 8px 0px;
  border-top: 1px solid #111111;
  border-bottom: 1px solid #E0E0E0;
  }
#mdj_side #category_menu dl dd {
  margin: 0px 0px 8px 0px;
  padding: 0px 0px 0px 15px;
  position: relative;
  }
#mdj_side #category_menu dl dd:before {
  display: block;
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  width: 8px;
  height: 2px;
  margin: 8px 0px 0px 0px;
  border-top: 2px solid #000168;
  }
		
		
		#mdj_side #category_menu dl dd.all_none {padding:0;font-weight:bold;}
		#mdj_side #category_menu dl dd.all_none:before {display:none;}
		
		
		
#mdj_side #category_menu dl dd a {
  text-decoration: none;
}
#mdj_side #category_menu dl dd a:hover {
  text-decoration: underline;
}

/*mdj_footer*/
#mdj_footer {
	margin: 80px 0 0 0;
}
#mdj_footerWrap {
}
#mdj_footer #totop {
	clear: both;
	position: relative;
	height: 50px;
}
#mdj_footer #totop a {
	text-decoration: none;
	color: #111111;
	line-height: 36px;
	display: block;
	position: absolute;
	top: 0px;
	left: 0;
	padding: 16px 0 0 0;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	background: url(/user/media/images/mdj/common/arrows/arrow07.png) no-repeat top center;
	width: 100%;
}
#mdj_footer #footer01 {
	background: #000066;
}
#mdj_footer #footer01Wrap {
	width: 1072px;
	margin: 0 auto;
	padding: 20px 0;
}
#mdj_footer #footer01Wrap a {
	color: #ffffff;
	text-decoration: none;
	font-weight: bold;
}
#mdj_footer #footer01Wrap a:hover {
	text-decoration: underline;
}
#mdj_footer #footer01Wrap .footer_list01 li {
	float: left;
	padding: 0 16px;
	border-left: 1px solid #ffffff;
}
#mdj_footer #footer01Wrap .footer_list01 li:first-child {
	border: none;
	padding: 0 16px 0 0;
}
#mdj_footer #footer01Wrap .footer_list02 {
	margin: 20px 0 0 0;
	font-size: 12px;
}
#mdj_footer #footer01Wrap .footer_list02 li {
	float: left;
	background: url(/user/media/images/mdj/common/icon/icon05.png) no-repeat left 3px;
	padding: 0 0 0 20px;
	margin: 0 24px 0 0;
}
#mdj_footer #footer02 {
	background: #111111;
}
#mdj_footer #footer02Wrap {
	font-size: 12px;
	font-weight: bold;
	color: #ffffff;
	text-align: right;
	padding: 8px 0;
	width: 1072px;
	margin: 0 auto /*100px auto*/;
}
/* 20141014 add */
#mdj_footer #footer02 span {
	/*margin: 0 125px 0 24px;*/
}
/* /20141014 add */
#mdj_footer #footer03 {
	background: #f2f2f2;
	/* border-top: 4px solid #111111; */
	position: fixed;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 100px;
	box-sizing: border-box;
	z-index: 9999;
}
#mdj_footer #footer03Wrap {
	width: 1072px;
	margin: 0 auto;
	padding: 16px 0;
}

/* 20141014 add */
#mdj_footer #switch {
	position: fixed;
	left: 0px;
	bottom: 100px;
  width: 100%;
  border-bottom: 4px solid #111111;
  z-index: 999;
}
#mdj_footer #switchWrap {
  position: relative;
  width: 1072px;
  height: 33px;
	margin: 0px auto -4px auto;
  overflow: hidden;
  zoom: 1;
}
  #mdj_footer #switch a {
    float: right;
    display: block;
    width: 93px;
    height: 33px;
    text-align: center;
    font-weight: bold;
    color: #111111;
    line-height: 33px;
    text-decoration: none;
    margin: 0px 15px 0px 0px;
    background: #F2F2F2;
    border-top: 4px solid #111111;
    border-left: 4px solid #111111;
    border-right: 4px solid #111111; 
  }
  #mdj_footer #switch a.open span {
    padding: 0px 0px 0px 25px;
    background: #F2F2F2 url(/user/media/images/mdj/layout/footer/open.png) no-repeat 0px center;
  }
  #mdj_footer #switch a.close span {
    padding: 0px 0px 0px 25px;
    background: #F2F2F2 url(/user/media/images/mdj/layout/footer/close.png) no-repeat 0px center;
  }
/* /20141014 add */

#mdj_footer #user {
	width: 160px;
	float: left;
	font-weight: bold;
}
#mdj_footer #password {
	width: 160px;
	float: left;
	margin: 0 0 0 8px;
	font-weight: bold;
}
#mdj_footer #login {
	width: 235px;
	float: left;
	margin: 0 0 0 12px;
}
#mdj_footer #login p {
	font-size: 12px;
	width: 145px;
}
/*新規会員登録ボタン*/


#mdj_footer #btn_regist {
	float: right;
	width: 168px;
	margin: 0 16px 0 0;
}
#mdj_footer #btn_regist a {
	width: 168px;
	height: 64px;
	box-shadow: inset 0 -4px #cb7c00, 0 2px rgba(00,00,00, .15), inset 0 1px #ffda7a;
	display: block;
	text-align: center;
	box-sizing: border-box;
	border-radius: 8px;
	background-color: #f4b81c;
	background-image: -o-linear-gradient(bottom, #dea000, #f9bc1e);
	background-image: -moz-linear-gradient(bottom, #dea000, #f9bc1e);
	background-image: -webkit-linear-gradient(bottom, #dea000, #f9bc1e);
	background-image: linear-gradient(to top, #dea000, #f9bc1e);
	position: relative;
	color: #fff;
	text-decoration: none;
	text-shadow: 0 1px #ce7202;
	padding-top: 18px;
	font-size: 18px;
}
#mdj_footer #btn_regist a:after {
	content: "";
	display: block;
	position: absolute;
	top: 19px;
	left: 0;
	background: url(/user/media/images/mdj/common/icon/icon03.png) no-repeat 0 0;
	width: 24px;
	height: 25px;
}
#mdj_footer #btn_regist a span {
	border-radius: 0 8px 8px 0;
	background-color: #efaa16;
	background-image: -webkit-linear-gradient(bottom, #d99607, #efaa16);
	background-image: -moz-linear-gradient(bottom, #d99607, #efaa16);
	background-image: -o-linear-gradient(bottom, #d99607, #efaa16);
	background-image: linear-gradient(to top, #d99607, #efaa16);
	display: inline-block;
	width: 16px;
	height: 64px;
	box-shadow: inset 0 -4px #cb7c00, inset 0 1px #ffda7a;
	position: absolute;
	top: 0;
	right: 0;
	box-sizing: border-box;
	padding-top: 14px;
}
#mdj_footer #btn_regist a:hover {
	background-image: -webkit-linear-gradient(bottom, #ecaa00, #ffc631);
	background-image: -moz-linear-gradient(bottom, #ecaa00, #ffc631);
	background-image: -o-linear-gradient(bottom, #ecaa00, #ffc631);
	background-image: linear-gradient(to top, #ecaa00, #ffc631);
}
#mdj_footer #btn_regist a:hover span {
	background-image: -webkit-linear-gradient(bottom, #e69f08, #f4b224);
	background-image: -moz-linear-gradient(bottom, #e69f08, #f4b224);
	background-image: -o-linear-gradient(bottom, #e69f08, #f4b224);
	background-image: linear-gradient(to top, #e69f08, #f4b224);
}
#mdj_footer #mypage {
	float: left;
}
#mdj_footer #mypage ul li {
	float: left;
	border-left: 1px solid #dfdfdf;
}
#mdj_footer #mypage ul li:last-child {
	border-right: 1px solid #dfdfdf;
}
#mdj_footer #mypage ul li a {
	height: 64px;
	box-sizing: border-box;
	display: block;
	vertical-align: bottom;
	padding: 42px 16px 16px 16px;
	font-weight: bold;
	color: #111111;
	text-decoration: none !important;
}
#mdj_footer #mypage ul .icon01 {
	background: url(/user/media/images/mdj/common/icon/icon23.png) no-repeat center 8px;
}
#mdj_footer #mypage ul .icon02 {
	background: url(/user/media/images/mdj/common/icon/icon24.png) no-repeat center 8px;
}
#mdj_footer #mypage ul .icon03 {
	background: url(/user/media/images/mdj/common/icon/icon25.png) no-repeat center 8px;
}
#mdj_footer #mypage ul .icon04 {
	background: url(/user/media/images/mdj/common/icon/icon26.png) no-repeat center 8px;
}
/*履歴書ボタン*/
#mdj_footer .btn_green {
	margin: 0 24px 0 0;
	float: right;
	width: 168px;
	height: 64px;
	border-top: 2px solid #1eb216;
	border-left: 2px solid #1eb216;
	border-right: 2px solid #1eb216;
	border-bottom: 4px solid #0a8803;
	box-shadow: inset 0 -2px #1eb216;
	box-sizing: border-box;
	padding: 0 0 0 32px;
	text-align: center;
	border-radius: 8px;
	font-size: 18px;
	color: #1eb216;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 60px;
	background: url(/user/media/images/mdj/common/icon/icon01.png) no-repeat 12px center;
}
#mdj_footer .btn_green:hover {
	background: url(/user/media/images/mdj/common/icon/icon02.png) no-repeat 12px center #1eb216;
	color: #ffffff;
}
/*英語版*/
#mdj_footer .btn_green_en {
	margin: 0 24px 0 0;
	float: right;
	width: 168px;
	height: 64px;
	border-top: 2px solid #1eb216;
	border-left: 2px solid #1eb216;
	border-right: 2px solid #1eb216;
	border-bottom: 4px solid #0a8803;
	box-shadow: inset 0 -2px #1eb216;
	box-sizing: border-box;
	padding: 0 0 0 32px;
	text-align: center;
	border-radius: 8px;
	font-size: 16px;
	color: #1eb216;
	font-weight: bold;
	text-decoration: none;
	display: block;
	line-height: 60px;
	background: url(/user/media/images/mdj/common/icon/icon01.png) no-repeat 8px center;
}
#mdj_footer .btn_green_en:hover {
	background: url(/user/media/images/mdj/common/icon/icon02.png) no-repeat 8px center #1eb216;
	color: #ffffff;
}
#mdj_footer .btn_login {
	display: none;
}
#mdj_footer .btn_facebook {
	display: none;
}
#mdj_footer #sns {
	float: right;
	width: 305px;
}
#mdj_footer #sns li {
	float: right;
	overflow: hidden;
	margin: 0 0 0 8px;
}

#mdj_footer #footerBox {
	font-size: 0px;
}

.fb_iframe_widget {
    margin: -10px 0 0 0;
}