/* 就活ラボラトリー
-------------------------------------------------- */
#lng_wrapper .rn_heading {
	margin-bottom: 20px;
	padding-bottom: 20px;
	background: none;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "HiraKakuPro-W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 26px;
	font-size: 2.6rem;
	text-align: center;
	position: relative;
	z-index: 100;
}
#lng_wrapper .rn_heading:before {   /*白いひし型 */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 0;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -7px;
	background: #ddd;
}
#lng_wrapper .rn_heading:after {   /*バックグラウンドと同じ色のひし型をずらして「before要素」を隠す */
	display: block;
	content: "";
	position: absolute;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	bottom: 5px;
	left: 50%;
	width: 15px;
	height: 15px;
	margin-left: -7px;
	background: #fff;
}
/* タブ */
#lng_wrapper .labo_list .tab {
	overflow: hidden;
	display: flex;
}
#lng_wrapper .labo_list .tab li {
	flex: 1;
	background: #fff;
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	text-align: center;
	font-size: 14px;
	font-size: 1.4rem;
	color: #ddd;
}
#lng_wrapper .labo_list .tab li:last-child {
	margin-right: 0;
}
#lng_wrapper .labo_list .tab li.on {
	color: #444;
	cursor: pointer;
}
#lng_wrapper .labo_list .tab li.select {
	border-bottom: 4px solid #ffd907;
}
/* 内容 */
#lng_wrapper .labo_list .hide {
	display: none;
}
#lng_wrapper .labo_list .content_li {
	padding: 40px 0 0 0;
}
#lng_wrapper .labo_list .content_li > h3 {
	margin-bottom: 25px;
	text-align: center;
}
#lng_wrapper .labo_list .content_li > h3 span {
	border-bottom: 3px double #003366;
	font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	color: #003366;
}
#lng_wrapper .labo_list .content_li > h3 + p {
	text-align: center;
}
#lng_wrapper .labo_list .content_li > h3 + p a {
	padding-left: 25px;
	background: url(../img/lng/top_laboratory_icon.png) no-repeat 0 50%;
	background-size: contain;
	font-size: 12px;
	font-size: 1.2rem;
}
/* 企業からのアドバイス */
#lng_wrapper .labo_list .com_advice_box {
	padding: 30px 0 0 0;
}
#lng_wrapper .labo_list .com_advice_box h3 {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px;
	background-color: #003366;
}
#lng_wrapper .labo_list .com_advice_box h3 span {
	width: auto;
	padding-right: 20px;
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
	color: #fff;
}
#lng_wrapper .labo_list .com_advice_box h3 p {
	width: auto;
	text-align: left;
	color: #fff;
}
#lng_wrapper .labo_list .com_advice_box dl {
	margin: 10px 0;
	padding: 25px;
	background-color: #fff;
	border: 1px solid #ddd;
}
#lng_wrapper .labo_list .com_advice_box dl:last-child {
	margin-bottom: 0;
}
#lng_wrapper .labo_list .com_advice_box dt {
	display: flex;
	align-items: center;
	margin: 0 0 15px 0;
	padding: 0 0 20px 0;
	border-bottom: 1px solid #ddd;
}
#lng_wrapper .labo_list .com_advice_box dt .com_img {
	width: auto;
	padding: 0 20px 0 0;
	text-align: center;
}
#lng_wrapper .labo_list .com_advice_box dt .com_name {
	flex: 1;
	font-size: 14px;
	font-size: 1.4rem;
	text-align: justify;
}
#lng_wrapper .labo_list .com_advice_box dt .com_name a {
	display: inline-block;
	margin-bottom: 10px;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
}
#lng_wrapper .labo_list .com_advice_box dd p {
	margin-bottom: 10px;
	text-align: justify;
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.5;
}
#lng_wrapper .labo_list .com_advice_box dd p strong {
	font-size: 14px;
	font-size: 1.4rem;
	font-weight: bold;
}
/* ボタン
-------------------------------------------------- */
#lng_wrapper .btn {
	display: flex;
	margin: 15px 0 0 0;
}
#lng_wrapper .btn a {
	display: block;
	padding: 5px 10px;
	text-align: center;
	font-size: 12px;
	flex: 1;
}
/*　「企業ページ」　*/
#lng_wrapper .btn a.comBt {
	margin-right: 10px;
	border: 1px solid #0070E0;
	color: #0070E0;
}
#lng_wrapper .btn a.comBt:hover {
	background-color: #0070E0;
	color: #fff;
}
/*　「採用ホームページ」　*/
#lng_wrapper .btn a.recBt {
	margin-right: 10px;
	border: 1px solid #F5599C;
	color: #F5599C;
}
#lng_wrapper .btn a.recBt:hover {
	background-color: #F5599C;
	color: #fff;
}
/*　「この企業に投票」　*/
#lng_wrapper .btn a.voteBt {
	border: 1px solid #EC7D1C;
	color: #EC7D1C;
}
#lng_wrapper .btn a.voteBt:hover {
	background-color: #EC7D1C;
	color: #fff;
}
/*　就職応援企業バナー
-------------------------------------------------- */
#lng_wrapper .laboratory_bottom {
	margin: 10px 0 50px 0;
	padding: 20px;
	background-color: #ebedef;
	border: 1px solid #ddd;
}
.LngLabobutton {
	margin-bottom: 2px;
}
.LngLaboBox {
	clear: both;
	background-color: #FFFFFF;
	border: 1px solid #ccd2e1;
}
.LngLaboT1 {
	font-weight: bold;
	color: #479549;
}
.LngLaboT2 {
	font-weight: bold;
	font-size: 16px;
}
.LngLaboT3 {
	font-weight: bold;
	font-size: 12px;
	margin-top: 10px;
	margin-bottom: 10px;
}
.LngNewsHaikei {
	background-image: url(../img/lng/lng_labo_haikei.gif);
	background-repeat: repeat-y;
	line-height: 25px;
}
.LngLaboBox {
	width: 560px;
	margin: 0px;
	padding: 0px;
}
.LngLaboAd {
	margin-top: 10px;
}
.LngLaboAd p {
	font-size: 10px;
}
.LngLaboAd p a {
	font-size: 10px;
}
.LngAdbox {
	width: 538px;
	background-color: #eef1f9;
	padding: 10px;
	margin-bottom: 10px;
}
/* 就活ラボラトリー　記事ページで使用
--------------------------------------------------------- */

.LngLaboBox2 {
	width: 580px;
	margin: 0px;
	padding: 0px;
	border: 1px solid #ccd2e1;
}
.LngLaboatcT {
	background-image: url(../img/lng/lng_lab_atc_title.jpg);
	background-repeat: no-repeat;
	height: 60px;
	line-height: 60px;
	font-size: 16px;
	font-weight: bold;
	color: #FFFFFF;
	padding-left: 15px;
}
.LngLaboatcName {
	text-align: right;
	margin-top: 5px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.LngCompanyBox {
	background-color: #FFFFFF;
	padding: 10px;
	text-align: left;
	font-size: 11px;
	text-align: center;
}
/* 試験対策TOP部分
--------------------------------------------------------- */

.LngTitle {
	margin-top: 10px;
	margin-bottom: 10px;
}
.LngTitle2 {
	margin-bottom: 10px;
}
/* マージン */
.LngMb10 {
	margin-bottom: 10px;
}
/* キャプションBOX */
.LngTopBox {
	margin-bottom: 20px;
	background-image: url(../img/cmn/cmn_top_box_bg.gif);
	background-repeat: repeat-y;
}
/* キャプションBOX＞サブタイトル */
.LngTopCaption {
	margin: 5px auto;
}
.LngTopCaption th {
	padding: 1px 0px 3px 20px;
	border-bottom: 1px solid #CCCCCC;
	padding-bottom: 3px;
	background-image: url(../img/lng/lng_ic.gif);
	background-repeat: no-repeat;
	line-height: 140%;
	text-align: left;
	font-weight: bold;
	height: 16px;
}
.LngTopCaption td {
	padding: 5px 2px 0;
}
/* 特集
------------------------- */
.LngTokuBox {
	padding: 10px 10px 0 10px;
	border: 1px solid #c2c2c2;
}
.LngToyoHaikei {
	background-image: url(../img/lng/toyo_haikei.jpg);
	background-repeat: repeat-y;
}
.LngToyoPadding {
	padding: 5px;
}
/* スケジュール部分
------------------------- */
.LngTopScd {
	background-image: url(../img/lng/lng_top_scd_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #D8D7D6;
}
.LngTopScd td {
	text-align: left;
	vertical-align: top;
}
.LngTopScd img {
	padding-bottom: 5px;
}
.LngTopScd li {
	margin: 0;
	padding-bottom: 3px;
}
.LngTopScd ul {
	margin: 0;
	font-size: 90%;
	line-height: 130%;
	padding: 0 5px 10px;
	list-style-type: none;
}
/* コンテンツ部分
------------------------- */
.LngTopCon {
	margin-bottom: 10px;
	background-image: url(../img/lng/lng_top_con_bg.gif);
	background-repeat: repeat-y;
	border-bottom: 1px solid #D8D7D6;
}
.LngTopCon td {
	text-align: left;
	vertical-align: top;
}
.LngTopCon img {
	padding-bottom: 5px;
}
.LngTopCon dl {
	margin: 0;
	padding: 0 5px 10px 8px;
}
.LngTopCon dt {
	margin: 0px 0px 5px;
	padding-left: 8px;
	background-image: url(../img/cmn/cmn_arrow_blue.gif);
	background-repeat: no-repeat;
	font-size: 100%;
	line-height: 140%;
}
.LngTopCon dd {
	margin: 0px 0px 5px;
	padding-left: 8px;
	font-size: 90%;
	line-height: 130%;
	list-style-tyupe: none;
}
/* ラーニング部分
--------------------------------------------------------- */
/* キャプション
------------------------- */
#LngCaption h1 {
	margin-bottom: 15px;
}
#LngCaption table {
	margin-bottom: 15px;
}
#LngCaption table th {
	padding: 0 0 3px 23px;
	text-align: left;
	font-weight: normal;
	background-image: url(../img/lng/lng_arrow.gif);
	background-repeat: no-repeat;
	background-position: 5px 1px;
	font-size: 100%;
}
#LngCaption table td {
	padding: 9px 5px 0;
	background-image: url(../img/cmn/cmn_dot_yoko.gif);
	background-repeat: repeat-x;
	background-position: top;
	vertical-align: top;
}
.LngCaptionName {
	text-align: center;
	line-height: 180%;
}
/* カリキュラム　タイトル
------------------------- */
.LngCurriculum {
	background-color: #F5F5F5;
}
.LngCurriculum th {
	padding: 5px 0 3px;
	background-image: url(../img/cmn/cmn_dot_yoko.gif);
	background-repeat: repeat-x;
	background-position: bottom;
}
/* セッション
------------------------- */
.LngSession {
	background-image: url(../img/lng/lng_session_bg.gif);
	background-repeat: no-repeat;
	background-position: top;
	text-align: left;
	background-color: #F5F5F5;
}
.LngSession th {
	font-weight: normal;
	color: #FFFFFF;
	text-align: center;
}
.LngSession table {
	margin: 10px auto 20px;
	padding: 2px;
}
.LngSession table img {
	padding-left: 3px;
}
/* 受講履歴のところ
------------------------- */
.contents_column {
	text-align: left;
}
.contents_column_head {
	padding: 3px 5px;
	text-align: left;
}
/* ラーニング講座一覧
--------------------------------------------------------- */

/* ------------------------------------------------------------------------------------
	おすすめコンテンツ
------------------------------------------------------------------------------------ */
#LngOsusume {
	margin-bottom: 10px;
	text-align: left;
}
.LngOsusumeBox {
	padding: 10px 10px 10px 10px;
	border: 1px solid #c2c2c2;
}
.LngOsusumeBox table td {
	vertical-align: top;
}
.LngOsusumeBox h4 {
	padding: 0;
}
.LngOsusumeBox p {
	padding-top: 3px;
}
/* 各講座メニュー
------------------------- */
.LngListMenu {
	margin-top: 20px;
}
.LngListMenu h2 {
	margin-bottom: 10px;
}
.LngListMenuBox {
	margin-bottom: 10px;
	vertical-align: top;
}
.LngListMenuBox02 th {
	vertical-align: top;
}
.LngListMenuBox02 td {
	vertical-align: top;
}
.LngListMenuBox02 p {
	font-size: 10px;
}
.LngListMenuBox02 th img {
	background: #FFFFFF;
}
