@charset "utf-8";


/*=======================================================
全ページ共通CSS
=======================================================*/
/*reset
==================================*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
	margin:0;
	padding:0;
	border:0;
	outline:0;
	vertical-align:baseline;
	background:transparent;
}
html,body{ width: 100%; }
html{
	background-color: #1c76bc;
	font-size: 100%\9; /* ie8 */
}
body,ul,li,h1,h2,h3,h4,ol,dl,dd,dt{
	line-height: 1.6;
	font-size: 1.3rem;
	font-size: 100%\9; /* ie8 */
}

article,aside,details,figcaption,figure,footer,header,menu,nav,section,main { display: block; }
ul li, ol li{ list-style-type: none; }
img{
	border: none;
	vertical-align: bottom;
}
a{
	outline: none;
	color: #0066cc;
}
a:link{ text-decoration: none; }
a:visited{ text-decoration: underline; }
a:hover{ text-decoration: underline; }
a:active{ text-decoration: underline; }


/*---------------------------------------------
	body
---------------------------------------------*/
body{
	background-color: #fff;
	color: #333;
	position: relative;
	font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS P Gothic", Verdana, Arial, Helvetica, sans-serif;
	font-size: 13px\9; /* ie8 */
	border-top: 5px solid #2b81c2;
}


/*---------------------------------------------
	header
---------------------------------------------*/
#header{
	margin-bottom: -10px;
	padding-top: 15px;
	background: url(../img/header_bg.png) repeat-x left bottom;
	position: relative;
	z-index: 100;
	height: 110px;
}
#logo{
	margin: 0 auto 20px;
	width: 950px;
}
#header_function{
	margin: 0 auto 0;
	width: 950px;
	position: relative;
}
#header_function ul{
	width: 500px;
	position: absolute;
	top: -95px;
	right: 0;
	text-align: right;
}
#header_function ul li{
	margin-right: 10px;
	display: inline-block;
}
#header_function ul li a{
	padding-left: 20px;
	background: url(../img/arrow.png) no-repeat left center;
}
#menu_ttl{ display: none; }


/* global_navが無い場合 */
.simple_page #header{
	height: auto;
	padding-bottom: 10px;
}
.simple_page #header_function ul{
	top: -43px;
	right: 0;
}

/*---------------------------------------------
	global_nav
---------------------------------------------*/
#gloval_nav{
	margin-bottom: -10px;
	border-top: 1px solid #ccc;
}
#gloval_nav_menu{
	margin: 0 auto;
	width: 950px;
	height: 60px ;
	overflow: hidden;
	border-top: 1px solid #fff;
	clear: both;
	background: url(../img/gloval_nav.png) no-repeat left bottom;
}
#gloval_nav_menu li{
	margin: 0 auto;
	height: 60px ;
	float: left;
}
#gloval_nav_menu li a{
	padding: 0;
	display: block;
	text-decoration: none;
	text-indent: 130%;
	white-space: nowrap;
	overflow: hidden;
	height: 60px ;
	width: 237px;
	background-image: url(../img/gloval_nav.png);
	background-repeat: no-repeat;
	display: block;
}

#nav_home a{ background-position: 0 0; }
#nav_campany a{ background-position: -237px 0; }
#nav_service a{ background-position: -474px 0; }
#nav_access a{ background-position: -711px 0; }

#gloval_nav_menu li a:hover{
	opacity: 0;
	filter: alpha(opacity=0);
	-webkit-transition:opacity 0.1s linear;
	-moz-transition:opacity 0.1s linear;
	transition:opacity 0.1s linear;
}


/* --- activePage --- */
#home #nav_home a,
#campany #nav_campany a,
#service #nav_service a,
#access #nav_access a{ background-image: none; 	height:60px;}


/* clearfix */
#header:after,
#gloval_nav_menu:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}



/*---------------------------------------------
	基本構成
---------------------------------------------*/
.pagetop{ text-align: right; }
#footer_pagetop{
	margin: 35px auto 0;
	width: 950px;
	clear: both;
}
.pagetop a{
	padding-right: 15px;
	display: inline-block;
	background: url(../img/top_arrow.png) no-repeat right center;
	border-bottom: 1px solid #1376bc;
	text-decoration: none; 
}
.pagetop a:hover{
	opacity:0.8; /*通常*/
	-ms-filter:"alpha(opacity=80)"; /*IE8*/
}
#footer{
	margin-top: 30px;
	padding: 10px 0;
	background-color: #1c76bc;
	color: #fff;
}
#footer_cont{
	margin: 0 auto;
	padding-bottom: 10px;
	width: 950px;
}
#footer_list{
text-align: center;
}

#footer_list li{
	margin-right: 15px;
	display: inline-block;
}
#footer_list li a{
	padding-left: 20px;
	background: url(../img/footer_arrow.png) no-repeat left center;
	color: #fff;
}
#copyright{
	padding: 15px 0;
	border-top: 1px solid #5195cb;
	text-align: center;
}


/* お知らせ */
#news_cont{
	margin-right: 15px;
	padding: 10px;
	width: 690px;
	float: left;
	border: 1px solid #ccc;
	background-color: #fff;
	overflow: hidden;
}
#news_cont h2{
	margin: 0 0 5px;
	padding: 0 10px 0 15px;
	border-left: 5px solid #0063a4;
	display: inline-block;
	text-indent: 120%;
	white-space: nowrap;
	overflow: hidden;
	background: url(../img/index/news_ttl.png) no-repeat 10px 3px;
	width: 100px;
}
.news_list{
	width: 100px;
	float: right;
	text-align: right;
}
.news_list a{
	padding-left: 20px;
	background: url(../img/arrow.png) no-repeat left top;
}
.news_dl{ padding: 0; }
.news_dl dt{
	margin: 0 -8em 0 0;
	padding: 4px 0;
	float: left;
	clear: both;
	display: inline;
	width: 8em;
}
.news_dl dd{ padding: 4px 10px 4px 8em; }
.news_dl a{
	display: inline;
	vertical-align: middle;
}
.news_dl_cont{
	padding-left: 90px;
	display: block;
}
.news_dl dd:before{
	margin: 0 0 0 -90px;
	content: " ";
	display: block;
	float: left;
	width: 90px;
	height: 20px;
	background-position: left top;
	background-repeat: no-repeat;
}
.news_dl .news_nikken:before{ margin-left: 0; background-image: url(../img/index/mark_nikken.png) }
.news_dl .news_manabi:before{ margin-left: 0; background-image: url(../img/index/mark_manabi.png) }
.news_dl .news_ksk:before{ margin-left: 0; background-image: url(../img/index/mark_ksk.png) }
.news_dl .news_books:before{ margin-left: 0; background-image: url(../img/index/mark_books.png) }

.news_dl .news_detail a{ padding-left: 0px; }
.news_dl dd .news_section{ margin: 0 0 15px; }
.news_dl dd .news_section p{ margin-top: 10px; }
.news_dl dd .news_section:first-child p{ margin-top: 0; }
.news_dl dd .news_section strong + p{ margin-top: 0; }

/* ボトム */
#topicPath{
	margin: 15px auto;
	width: 950px;
}
#topicPath li{
	display: inline-block;
	line-height: 1.2;
}
#btm_main_wrap{
	margin: 15px auto;
	width: 950px;
	overflow: hidden;
}
.btm_cont{ margin: 0 0 50px; }


/* コンテンツボトム見出し通常 */
#btm_main_wrap h1{
	margin: 0 0 10px;
	padding: 20px 30px;
	background: url(../img/ttl_bg.png) no-repeat right bottom;
	font-size: 2.4rem;
	font-size: 24px\9; /* ie8 */
	font-weight: normal;
}
#btm_main{
	margin-top: 15px;
	width: 700px;
	float: right;
}
#btm_main_wide{
	margin-top: 15px;
	width: 100%;
}
#btm_main h2,
.ttl_01{
	margin-bottom: 30px;
	padding: 0 0 0 10px;
	border-left: 5px solid #88c3d4;
	font-size: 2.0rem;
	font-size: 20px\9; /* ie8 */
	font-weight: normal;
	position: relative;
	line-height: 1.3;
}
#btm_main h2 span,
.ttl_01 span{
	display: block;
	font-size: 1.3rem;
	font-size: 13px\9; /* ie8 */
}
#btm_main h2:after,
.ttl_01:after{
	content: " ";
	display: block;
	margin: 10px 0;
	height: 1px;
	width: 100%;
	background-color: #ccc;
	position: absolute;
	bottom: -20px;
	left: -5px;
}
#btm_main h3{
	margin: 0 0 10px;
	font-weight: normal;
	position: relative;
	line-height: 1.3;
}
#btm_main .lead_cont h3 {
	margin: 0 0 10px;
	color: #70a3af;
	font-size: 2rem;
	font-weight: bold;
}
#btm_main .ttl_02{
	margin: 60px 0 10px;
	font-size: 1.8rem;
	font-size: 18px\9; /* ie8 */
	font-weight: normal;
	position: relative;
	line-height: 1.3;

	padding: 20px 15px;
	border: none;
}
#btm_main .btm_cont .ttl_02:first-child{
	margin-top: 0;
}
#btm_main h2 + .ttl_02,
#btm_main h3 + .ttl_02{ margin-top: 10px; }
#btm_main h4{
	margin-bottom: 10px;
	padding: 10px 15px;
	font-size: 1.5rem;
	font-size: 15px\9; /* ie8 */
	font-weight: normal;
	position: relative;
	background-color: #f2f2f2;
	border: 1px solid #e5e5e5;
}
#btm_main h5{
	margin-bottom: 10px;
	font-size: 1.4rem;
	font-size: 14px\9; /* ie8 */
	position: relative;
}
.ttl_02{
	margin: 10px 0 15px;
	padding: 10px 20px;
	font-size: 1.6rem;
	font-size: 16px\9; /* ie8 */
	font-weight: normal;
	position: relative;
	background: url(../img/ttl_02_bg.png) repeat left top;
}

#btm_nav{
	margin-top: 15px;
	width: 200px;
	float: left;
}
#btm_nav ul{
	/* margin: 0 0 15px; */
	margin: 0;
	background-color: #f8f8f8;
}
#btm_nav li{
	border-bottom: 1px solid #fff;
	background: url(../img/btm_nav_bg.png) repeat-y left top;
}
#btm_nav li a{
	padding: 15px 0 15px 40px;
	display: block;
	color: #333;
	background: url(../img/btm_nav_arrow.png) no-repeat 10px center;
}
#btm_nav li.current { background: #b2d8e3 url(../img/btm_nav_current_bg.png) repeat-y left top; }
#btm_nav li.current > a{
	background: url(../img/btm_nav_current_arrow.png) no-repeat 10px center;
	color: #333;
}

/* low_level */
#btm_nav ul .low_level{ margin-bottom: 0; }
#btm_nav ul .low_level li { border: none; }
#btm_nav ul .low_level > li a{
	padding: 5px 0 5px 45px;
	background: url(../img/btm_nav_arrow.png) no-repeat 35px center;
	-moz-background-size: 5px auto; /* Firefox */
	background-size: 5px auto;
}
#btm_nav ul .low_level li.current > a{
	padding: 5px 0 5px 45px;
	background: url(../img/btm_nav_current_arrow2.png) no-repeat 35px center;
	-moz-background-size: 5px auto; /* Firefox */
	background-size: 5px auto;
}

/* low_level2 */
#btm_nav ul .low_level li li a{
	padding: 5px 0 5px 65px;
	background: url(../img/btm_nav_arrow.png) no-repeat 55px center;
	-moz-background-size: 5px auto; /* Firefox */
	background-size: 5px auto;
}
#btm_nav ul .low_level li.current li a{
	padding: 5px 0 5px 65px;
	background: url(../img/btm_nav_current_arrow2.png) no-repeat 55px center;
	-moz-background-size: 5px auto; /* Firefox */
	background-size: 5px auto;
}
#btm_nav ul .low_level li li.current a{
	padding: 5px 0 5px 65px;
	background: url(../img/btm_nav_current_arrow2.png) no-repeat 55px center;
	-moz-background-size: 5px auto; /* Firefox */
	background-size: 5px auto;
}
#btm_nav .linkbtn{ margin-top: 15px; }



/* hover */
#btm_nav li a:hover,
#btm_nav ul .low_level li a:hover{
	text-decoration: none;
	background-color: #d9edf0;
	opacity:0.8; /*通常*/
	-ms-filter:"alpha(opacity=80)"; /*IE8*/
}
#btm_nav li.current > a:hover{
	background-color: #b2d8e3;
	opacity:1.0; /*通常*/
	-ms-filter:"alpha(opacity=100)"; /*IE8*/
}



/* リンクボタン */
.linkbtn{
	background: url(../img/btn_bg2.png) repeat-x left bottom;
	border: 1px solid #e5e5e5;
}
.linkbtn:hover{
	opacity:0.8; /*通常*/
	-ms-filter:"alpha(opacity=80)"; /*IE8*/
	border: 1px solid #ccc;
}
.linkbtn a{
	margin: 0;
	padding: 10px 20px 10px 10px;
	display: block;
	background: url(../img/linkbtn_arrow.png) no-repeat 10px center;
	font-weight: bold;
	font-size: 1.4rem;
	font-size: 14px\9; /* ie8 */
	line-height: 1.2;
	text-decoration: none;
	text-align: center;
	vertical-align: middle;
	position: relative;
}
.linkbtn.pdf a:after{
	margin: 0 0 0;
	content: " ";
	display: block;
	float: right;
	background: url(../img/btn_mark_pdf.png) no-repeat 10px center;
	width: 35px;
	height: 50px;
	vertical-align: middle;
	position: absolute;
	top: 0;
	right: 10px;
}
.linkbtn a span{
	font-weight: normal;
	font-size: 1.2rem;
	font-size: 12px\9; /* ie8 */
}
.ttl_ico{
	margin-bottom: 5px;
	padding-left: 15px;
	font-size: 1.5rem;
	font-size: 15px\9; /* ie8 */
	color: #1f8ead;
	background: url(../img/ttl_ico.png) no-repeat left 0.4em;
}
.outsite{
	padding-right: 15px;
	background: url(../img/mark_outsite.png) no-repeat right 0.3em;
}
.newwindow{
	padding-right: 15px;
	background: url(../img/mark_window.png) no-repeat right 0.3em;
}
.half_title{
	padding: 0 2px;
	display: inline-block;
	margin-right: 5px;
	border: 1px solid #ccc;
	font-size: 1.1rem;
	font-size: 11px\9; /* ie8 */
}


/* サービス一覧 */
#service_list li h2{
	margin: 5px 0 10px;
	padding: 5px 10px 0;
	text-indent: 120%;
	white-space: nowrap;
	height: 40px;
	overflow: hidden;
	background-position: 10px center;
	background-repeat: no-repeat;
}
#nikkengakuin h2{ background-image: url(/img/index/nikkengakuin.png) }
#manabi h2{ background-image: url(/img/index/manabi.png) }
#books h2{ background-image: url(/img/index/books.png) }
#webmart h2{ background-image: url(/img/index/webmart.png) }
#computer h2{ background-image: url(/img/index/computer.png) }
#vs h2{ background-image: url(/img/index/vacancy.png) }
#npc h2{ background-image: url(/img/index/business.png) }
/* 法人（学校）向けサービスメニュー */
#service_list #school h2{ background-image: url(/img/index/school.png) }
/* 法人（学校）向けサービスメニュー */
/* 採用情報 */
#service_list #recruit h2{ background-image: url(/img/index/recruit.png) }
/* 採用情報 */

/* LUCHTA */
#service_list #luchta h2{
 background-image: url(/img/index/luchta.jpg);
}
/* end LUCHTA */


/*---------------------------------------------
	汎用
---------------------------------------------*/
/* --- float --- */
.float_right{ margin-left: 15px; float: right; }
.float_left{ margin-right: 15px; float: left; }
.float_clear{ clear: both; }


/* --- text --- */
.text_right{ text-align: right; }
.text_left{ text-align: left; }
.text_center{ text-align: center; }
.bold_text{ font-weight: bold; }
.ttl_text{
	padding-bottom: 5px;
	font-weight: bold;
	color: #2782c3;
}
.text_strong{ color: #ed5032; }
.text_light{ color: #a9afba; }

.fontsize_ss{
	font-size: 1.1rem;
	font-size: 11px\9; /* ie8 */
}
.fontsize_s{
	font-size: 1.2rem;
	font-size: 12px\9; /* ie8 */
}
.fontsize_l{
	font-size: 1.4rem;
	font-size: 14px\9; /* ie8 */
}
.fontsize_ll{
	font-size: 1.8rem;
	font-size: 18px\9; /* ie8 */
}


/* --- リスト --- */
ol.decimal { padding: 0 0 0 20px; }
ol.decimal > li{ list-style-type: decimal; }
ol.disc > li,
ul.disc > li{
	margin-left: 17px;
	list-style-type: disc;
}

/* pdf */
.pdf_mark:after{
	margin: 0 ;
	content: " ";
	background: url(../img/mark_pdf.png) no-repeat left bottom;
	display: inline-block;
	height: 13px ;
	width: 15px;
}
/* リンク用 */
.link_arrow{
	padding-left: 15px;
	background: url(../img/link_arrow1.png) no-repeat left center;
}
/* リンク用 */
.link_arrow_inside{
	padding-right: 18px;
	background: url(../img/arrow_inside.png) no-repeat right center;
}

/* --- 上付き文字 --- */
sup{ 
	vertical-align: baseline;
	position: relative;
	top: -1ex;
}

/* --- 補足、注意書き --- */
/* ※付の補足など用  */
.note_indent1 {
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.4;
}
/* （～）付の補足 */
.note_indent2{
	padding-left: 3em;
	text-indent: -3em;
	line-height: 1.3;
}

/* テーブル
-----------------------------------*/
/* --- テーブル内リセット --- */
table{
	margin-bottom: 15px;
	width: 100%;
	border-collapse: collapse;
}

/* --- 基本のテーブル --- */
table.basic{
	border: 1px solid #bfbfbf;
	background-color: #fff;
}
table.basic th, table.basic td {
	border: 1px solid #918e89;
	padding:10px;
	line-height: 1.4;
	vertical-align: top;
}
table.basic th{
	padding: 5px;
	background-color: #c8bb9c;
	color: #fff;
	vertical-align: top;
}
table.basic h4{
	color: #506571;
}


/* --- clearfix --- */
#service_list:after,
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}

.sp_only, .br_sp{ display: none; }
.pc_only, .br_pc{ display: block;}


/* ===========================================
	MediaQueries
=========================================== */

/* PC----------------------------- */
@media screen and (min-width: 768px) {
	html{ font-size: 62.5%; }
}

/* スマホ----------------------------- */
@media screen and (max-width: 767px) {
	html{ font-size: 62.5%; }
	body{
		-webkit-text-size-adjust: 100%;
		font-family: sans-serif;
	}
	.wrap{
		position: relative;
		width: 100%;
		overflow: hidden;
	}

	#logo,
	#header_function,
	#gloval_nav_menu,
	#slider_cont,
	#index_main_cont,
	#news_cont,
	#index_aside,
	#footer_cont{
		width: 100%;
		float: none;
	}

	#footer_list{
		text-align: inherit;
	}

	#header{
		margin: 0;
		padding: 0;
		background: none;
		overflow: hidden;
		height: auto;
	}
	#logo{
		margin: 8px 0 12px 10px;
		width: 180px;
		float: left;
	}
	#logo img{
		width: 100%;
		height: auto;
	}
	#header_function ul{
		position: static;
		top: 0;
		right: 0;
		width: 100%;
		text-align: left;
	}
	#header_function ul li{
		margin: 0;
		padding: 5px 20px;
	
		text-align: left;
	}
	#header_function ul li a{
		margin: 0;
		display: block;
	}

	/* global_navが無い場合 */
	.simple_page #header{
		padding-bottom: 0;
	}

	/* global_nav */
	#menu_ttl{
		margin: 0;
		padding: 10px 0 10px 10px;
		width: 30px;
		height: 20px;
		float: right;
		display: block;
		text-align: center;
		color: #fff;
		text-indent: 150%;
		white-space: nowrap;
		overflow: hidden;
		position: relative;
	}
	#menu_ttl:before{
		content: ' ';
		background: url(../img/s/menu_ttl.png) no-repeat center top;
		-moz-background-size: 20px 40px; /* Firefox */
		background-size: 20px 40px;
		position: absolute;
		left: 10px;
		top: 12px;
		width: 20px;
		height: 20px;
	}
	#menu_ttl.open:before{
		content: ' ';
		background: url(../img/s/menu_ttl.png) no-repeat center bottom;
		-moz-background-size: 20px 40px; /* Firefox */
		background-size: 20px 40px;
		position: absolute;
		left: 8px;
		top: 10px;
		width: 20px;
		height: 20px;
	}

	#menu_cont{
		padding: 0;
		clear: both;
		display: none;
		border-bottom: 1px solid #ddd;
	}
	#gloval_nav{
		margin: 0 ;
		background-color: #fff;
	}

	#gloval_nav_menu *{
		-moz-box-sizing: border-box; /* Firefox */
		box-sizing: border-box;
	}
	#gloval_nav_menu{
		margin: 10px 15px 0;
		width: auto;
		background: none;
		background-color: #fff;
		border: 1px solid #abdbff;
		height: auto;
	}
	#gloval_nav_menu li{
		margin: 0 auto;
		width: 100%;
		float: none;
		border-top: 1px solid #fff;
		border-bottom: 1px solid #e4f1ff;
		height: auto;
	}
	#gloval_nav_menu li a{
		margin: 0;
		padding: 10px 10px 10px 20px;
		text-indent: 0;
		white-space: normal;
		overflow: visible;
		background-image: none;
		color: #717171;
		text-align: left;
		width: 100%;
		font-weight: bold;
		height: auto;
		background: url(../img/link_arrow1.png) no-repeat 10px center;
	}
	#gloval_nav_menu li a:hover{ opacity: 1; }
	#header_function{ padding: 10px 0 15px; }

	/* --- activePage --- */
	#home #nav_home a,
	#campany #nav_campany a,
	#service #nav_service a,
	#access #nav_access a{
		height:auto;
		background: url(../img/link_arrow1.png) no-repeat 10px center;
	}

	.pagetop{ text-align: right; }
	#footer_pagetop{
		margin: 15px 3% 0;
		width: auto;
		clear: both;
	}

	/* お知らせ */
	#news_cont{
		margin-right: 15px;
		padding: 10px;
		width: 100%;
		float: left;
		border: 1px solid #ccc;
		background-color: #fff;
		overflow: hidden;
		-moz-box-sizing: border-box; /* Firefox */
		box-sizing: border-box;
	}
	#news_cont h2{
		margin: 0 0 5px;
		padding: 0 10px 0 15px;
		border-left: 5px solid #0063a4;
		display: inline-block;
		text-indent: 120%;
		white-space: nowrap;
		overflow: hidden;
		background: url(../img/index/news_ttl.png) no-repeat 10px 3px;
		width: 100px;
	}
	.news_list{
		width: 100px;
		float: right;
		text-align: right;
	}
	.news_list a{
		padding-left: 20px;
		background: url(../img/arrow.png) no-repeat left top;
	}
	.news_dl{ padding: 0; }
	.news_dl dt{
		margin: 4px -100px 0 0;
		padding: 4px 0;
		float: none;
		clear: both;
		display: inline;
		width: 100px;
	}
	.news_dl dd{
		margin: 0 0 4px;
		padding: 0 10px 4px 0;
		border-bottom: 1px solid #ccc;
	}
	.news_dl a{
		padding-left: 0;
		display: block;
		vertical-align: middle;
	}
	.news_dl_cont{
		padding-left: 0;
	}
	.news_dl dd:before{
		margin: 0 0 0 -90px;
		content: " ";
		display: block;
		float: none;
		width: 85px;
		height: auto;
		background-position: left top;
		-moz-background-size: 81px 19px; /* Firefox */
		background-size: 81px 19px;
		background-repeat: no-repeat;
	}
	.news_dl .news_nikken:before{ height: 20px; margin-left: 0; background-image: url(../img/index/s/mark_nikken.png) }
	.news_dl .news_manabi:before{ height: 20px; margin-left: 0; background-image: url(../img/index/s/mark_manabi.png) }
	.news_dl .news_ksk:before{ height: 20px; margin-left: 0; background-image: url(../img/index/s/mark_ksk.png) }
	.news_dl .news_books:before{ height: 20px; margin-left: 0; background-image: url(../img/index/s/mark_books.png) }


	/* サービス一覧 */
	#service_list li h2{
		margin-bottom: 0;
		-moz-background-size: 140px 46px; /* Firefox */
		background-size: 140px 46px;
	}
	#nikkengakuin h2{ background-image: url(/img/index/s/nikkengakuin.png) }
	#manabi h2{ background-image: url(/img/index/s/manabi.png) }
	#books h2{ background-image: url(/img/index/s/books.png) }
	#webmart h2{ background-image: url(/img/index/s/webmart.png) }
	#computer h2{ background-image: url(/img/index/s/computer.png) }
	#vs h2{ background-image: url(/img/index/s/vacancy.png) }
	#npc h2{ background-image: url(/img/index/s/business.png) }
	/* 法人（学校）向けサービスメニュー */
	#service_list #school h2{ background-image: url(/img/index/s/school.png) }
	/* 法人（学校）向けサービスメニュー */
	/* 採用情報 */
	#service_list #recruit h2{ background-image: url(/img/index/s/recruit.png) }
	/* 採用情報 */
 
 /* LUCHTA */
 #service_list #luchta h2{
  background-image: url(/img/index/s/luchta.jpg);
 }
 /* end LUCHTA */

	/* ボトム */
	/* コンテンツボトム見出し通常 */
	#btm_main_wrap h1{
		margin: 0 0 10px;
		padding: 15px;
		background: url(../img/ttl_bg.png) no-repeat right bottom;
		-moz-background-size: 700px auto; /* Firefox */
		background-size: 700px auto;
		font-size: 2.0rem;
		font-weight: normal;
	}
	#footer{
		margin-top: 20px;
		padding: 10px 10px 0;
	}

	#topicPath{
		margin: 0;
		padding: 10px 3% 0;
		width: 100%;
		border-top: 1px solid #ccc;
		-moz-box-sizing: border-box; /* Firefox */
		box-sizing: border-box;
	}
	#topicPath{ line-height: 1.2; }
	#topicPath li{
		font-size: 1.1rem;
		font-size: 11px\9; /* ie8 */
		line-height: 1.2;
	}

	#btm_main_wrap{
		margin: 10px auto;
		width: 100%;
		overflow: hidden;
	}

	/* コンテンツのTOP */
	#btm_main_wrap.content_index h1{ padding: 10px 15px; }

	/* コンテンツボトム見出し通常 */
	#btm_main_wrap h1{ padding: 10px; }
	#btm_main h2{
		font-size: 1.6rem;
		font-size: 16px\9; /* ie8 */
	}
	#btm_main{
		width: 100%;
		float: none;
	}
	#btm_nav{
		margin: 15px 0 0;
		padding: 15px 3% 0;
		width: auto;
		float: none;
		border-top: 1px dotted #ccc;
	}
	.btm_cont{
		margin: 0 3%;
		padding: 0 0 15px;
	}
	#btm_nav li a{
		padding: 8px 0 8px 40px;
	}

	/* リンクボタン */
	#btm_nav .linkbtn{
		margin: 10px;
	}

	.outsite{
		padding-right: 15px;
		background: url(../img/mark_outsite.png) no-repeat right top;
	}
	.sp_only, .br_sp{ display: block; }
	.pc_only, .br_pc{ display: none;}
	main img{
		max-width: 100%;
		height: auto;
	}

}
