@charset "utf-8";
/*
大規模CMS移行の際に新規で作成したページのCSS
最新データをあわせた後、移動、削除予定
*/

/*-------------------------------------------------
	共通
-------------------------------------------------*/
/* common */
.LeftColumn.fl{
	float:none;
}
#Contents .main_image {
	margin-bottom: 20px;
}
.mr0{
	margin-right:0!important;
}

/* page */
.page_title{
	margin-bottom:10px;
	font-size:26px; /* font-size:20px; */
	line-height:1.6; /* line-height:22px; */
}
.page_title.bg_blue{
	color:#FFF;
	padding:7px 10px;
	background-color:#2D77C2;
}
.title_blue_recta:before{
	content: "";
	display: block;
	float: left;
	height: 15px;
	margin-right: 8px;
	width:6px;
	height:40px; /* height:22px; */
	background-color:#2D77C2;
}
.page_title .main_image{
	text-align:center;
}
.page_title:after{
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.page_title_bl_ye{
	border-bottom: 1px solid #2D77C2;
	border-left: 5px solid #2D77C2;
	color: #2D77C2;
	font-size: 25px;
	font-weight: bold;
	margin-bottom: 20px;
	line-height: 1.8;
}
.page_title_bl_ye span{
	border-left: 3px solid #FFED3D;
	display: block;
	padding-left: 20px;
}

.col3 .block_left,
.col3 .block_center,
.col3 .block_right{
	float:left;
}

/* side */
.sideCont.jh .side_block{
	margin-bottom:20px;
}
.sideCont.jh .basic_block .bg_tit {
	color: #2d77c2;
	font-size: 11px;
	font-weight: bold;
	max-width: 206px;
	height:19px;
	padding: 6px 0 0;
	text-align: center;
	background: url("/scl_h/img/index/tit_right_bg.png") repeat-y;
}
.sideCont.jh .inner_block{
	border-left:#2D77C2 solid 1px;
	border-right:#2D77C2 solid 1px;
	border-bottom: #2D77C2 solid 1px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-webkit-border-bottom-right-radius: 5px;
	-moz-border-bottom-left-radius: 5px;
	-moz-border-bottom-right-radius: 5px;
}
.sideCont.jh .inner_block.p15{
	padding:15px;
}
.sideCont.jh .list_set li{
	background: url("/common_img/18p/nyushi_tokusyu/btn_arrow.png") no-repeat scroll left center;
	margin-bottom:10px;
	padding-left:15px;
}
.sideCont.jh .list_set li:last-child{
	margin:0;
}
.sideCont.jh .siteinfo_block{
	padding:15px;
	background:#D3EFFA;
}
.sideCont.jh .siteinfo_block dl{
 font-size: 1.1rem;
}
.sideCont.jh .siteinfo_block dt{
	margin-bottom:10px;
	color:#2D76C2;
	font-size:14px;
}
.sideCont.jh .siteinfo_block dd{
	color:#666;
 line-height: 1.8;
}

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	検索結果一覧

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/* カラム */
#baseLeftContents.search{
	font-size: 12px;
	line-height: 21px;
	margin: 5px 0;
	width: 746px;
}
#baseRightContents.search{
	width: 186px;
}
/*検索結果なし*/
.search_result_not_found{
	margin:10 0 5 0px;
	color: red;
}

/* ページャー */
.search_result_pager{
	position:relative;
	margin-bottom:10px;
}
.search_result_pager.pager_blue_line{
	border-bottom:3px solid #2D77C2;
	padding-bottom:5px;
	margin-bottom:24px;
}

.search_result_h2{
	font-size: 16px; margin-bottom: 10px; /* font-size: 12px; */
}
.search_result_pager .result_num{
	float: left;
	padding: 0;
	width: 300px;
}
.search_result_pager.single .result_num{
	float: none;
	width:100%;
}
.search_result_pager .pager_num{
	float: right;
	text-align: right;
	max-width: 400px;
}
.search_result_pager .pager_num li {
	display: block;
	float: left;
	margin-left: 8px;
}
.search_result_pager .update_notice{
	position:absolute;
	bottom:0;
	left:0;
}


/* 検索結果並び替え */
.search_result_sorting{
	margin:20px 0 20px 30px;
}
.search_result_sorting .sorting_title{
	margin-bottom:5px;
	font-size: 13px;
	font-weight: bold;
}
.search_result_sorting .sorting_list li a:before{
	content:"▶ ";
}
.search_result_sorting .sorting_list li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	padding-right:20px;
}


/* 検索補助枠 */
.block_search_help {
	border:1px solid #2D77C2;
	margin-bottom:15px;
	padding:15px;
}
.block_search_help h3{
	font-size:16px;
}
.block_search_help .more_link a:before{
	content:"\25B6";
}
.block_search_help dt{
	margin-bottom:3px;
	font-size:14px;
}

/* イベント一覧 */
#LeftContents.eventList {
	font-size: 14px; /* font-size: 12px; */
	line-height: 21px;
	margin: 5px 0;
	width: 746px;
}
#RightContents.eventList {
	width: 206px;
}
#RightContents.eventList .side_block.op h2{
    background: #2D77C2;
    color: #FFFFFF;
    font-size: 15px;
    font-weight: bold;
    padding: 5px 15px;
}

#RightContents.eventList .side_block.op .inner_block {
    border: 1px solid #2D77C2;
    padding: 10px;
}
#RightContents.eventList .side_block.op .inner_block dl{
	margin-bottom:20px;
}
#RightContents.eventList .side_block.op .inner_block dl:last-child{
	margin-bottom:0;
}
#RightContents.eventList .side_block.op .inner_block dt{
	border-left:4px solid #2D77C2;
	margin-bottom:5px;
	padding-left:5px;
}
#RightContents.eventList .side_block.op .inner_block p{
	margin-bottom:5px;
}
#RightContents.eventList .side_block.op .inner_block .photo,
#RightContents.eventList .side_block.op .inner_block .btn{
	text-align:center;
}

#RightContents img {
    margin-top:10px;
}

/*-------------------------------------------------
	検索ボックス（ベース）
	/scl_h/pride/
-------------------------------------------------*/
.block_search_sortarea{
	margin-bottom:20px;
	padding:17px 25px 17px 17px;
	background-color: #E5F8FE;
  border: #2D77C2 1px solid;
}

.block_search_sortarea .search_sortarea_resultnum{
	float:left;
	width:120px;
	height:40px;
}
.block_search_sortarea .search_sortarea_resultnum p {
	display: table-cell;
	text-align:center;
	vertical-align: middle;
	color:#000000;
	font-size:20px;
	font-weight:bold;
	text-align:center;
	width:120px;
	height:40px;
}
.block_search_sortarea .search_sortarea_resultnum p span{
	font-size:35px;
}
.block_search_sortarea .search_sortarea_resultnum p span.c_red{
	color: #FF0000;
}
.block_search_sortarea .search_sortarea_arealink{
	margin-left:125px;
	padding:5px 10px;
	background-color:#FFF;
}
.block_search_sortarea .search_sortarea_arealink dl{
	height:34px;
}
.block_search_sortarea .search_sortarea_arealink dt{
	float: left;
  text-align: center;
  border-left: #FFE100 5px solid;
  margin:0;
  padding: 10px;
  color: #2D77C2;
  font-weight: bold;
	font-size:16px;
}
.block_search_sortarea .search_sortarea_arealink dd {
	margin-left:80px; /* margin-left:120px; */
}
.block_search_sortarea .search_sortarea_arealink dd li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:34px;
}
.block_search_sortarea .search_sortarea_arealink dd li:after {
	content:"|";
}
.block_search_sortarea .search_sortarea_arealink dd li.last:after {
	content:"";
}
.block_search_sortarea .search_sortarea_arealink dd li a{
	margin:0 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1.5;
	padding:0 3px;
}
.block_search_sortarea .search_sortarea_arealink dd li.selected a{
	background-color:#FFE100;
}

/*-------------------------------------------------
	検索ボックス（type02）
	/special/new-expanded/ /special/campus-photo/
-------------------------------------------------*/
.block_search_sortarea.type02{
	background-color: #cde6f5;
	padding:3px;
	margin:10px 0 20px 0;
}
.block_search_sortarea.type02.blue_border{
	border: 2px solid #2D76C2;
}
.block_search_sortarea.type02 .search_sortarea_resultnum{
	float:left;
	width:115px;
	height: 115px;
	color: #2D76C2;
	text-align: center;
}
.block_search_sortarea.type02 .search_sortarea_resultnum p{
	width:115px;
	height: 115px;
}
.block_search_sortarea.type02 .search_sortarea_resultnum .resultnum01{
	font-weight:bold;
	font-size:28px;
	color: #ff0000;
}
.block_search_sortarea.type02 .search_sortarea_resultnum .resultnum02{
	font-weight:bold;
	font-size:14px; /* font-size:11px; */
}
.block_search_sortarea.type02 .block_search_criteria{
	background-color:#fff;
	margin-left:118px;
	position:relative;
	min-height:115px;
}
.block_search_sortarea.type02 .block_search_criteria table{
	width:100%;
}
.block_search_sortarea.type02 .block_search_criteria table.min_h115 {
	height:115px;
}
.block_search_sortarea.type02 .block_search_criteria table.min_h115 li, 
.block_search_sortarea.type02 .block_search_criteria table.min_h115 li a,
.block_search_sortarea.type02 .block_search_criteria table.min_h115 p {
	font-size: 16px; /* font-size: 1.4rem; */
}

.block_search_sortarea.type02 .block_search_criteria table tr{
	border-bottom: #CDE6F5 1px solid;
}
.block_search_sortarea.type02 .block_search_criteria table tr:last-child{
	border:0 none;
}
.block_search_sortarea.type02 .block_search_criteria table th{
	width:120px;
	vertical-align:top;
}
.block_search_sortarea.type02 .block_search_criteria table th.second{
	border-left: #CDE6F5 1px solid;	
}
.block_search_sortarea.type02 .block_search_criteria table th p{
	display:block;
	padding:5px 0;
	margin:5px;
	text-align:center;
	font-weight:bold;
	border-left: #ffe100 5px solid;
	/*background: url(/common_img/18p/bg_yel.png) 0 0 repeat;*/
}
.block_search_sortarea.type02 .block_search_criteria table tr.job th p,
.block_search_sortarea.type02 .block_search_criteria table tr.gakumon th p,
.block_search_sortarea.type02 .block_search_criteria table tr.shikutyoson th p{
	display:block;
	padding-top:40px;
	margin:5px;
	text-align:center;
	font-weight:bold;
	background: url(/common_img/18p/bg_yel.png) 0 0 repeat;
	height: 55px;
}
.block_search_sortarea.type02 .block_search_criteria table tr.job td,
.block_search_sortarea.type02 .block_search_criteria table tr.gakumon td,
.block_search_sortarea.type02 .block_search_criteria table tr.shikutyoson td{
	border-left: #CDE6F5 1px solid;
	padding: 45px 15px 0;
	vertical-align: top;
}
.block_search_sortarea.type02 .block_search_criteria table td{
	border-left: #CDE6F5 1px solid;
	padding: 0 15px;
	vertical-align:top;
}
.block_search_sortarea.type02 .block_search_criteria table td .blue-arw,
.block_search_sortarea.type02 .block_search_criteria table td select {
	vertical-align: middle;
}
.block_search_sortarea.type02 .block_search_criteria table td.second{
	border:0;
}
.block_search_sortarea.type02 .block_search_criteria table td ul{
	margin:10px 0;
}
.block_search_sortarea.type02 .block_search_criteria table td li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align:middle;
	color: #999;
}
.block_search_sortarea.type02 .block_search_criteria table td li:after,
.block_search_sortarea.type02 .block_search_criteria table td .goKaku .goKaku_list li:after {
	content:"|";
	color: #333;
}
.block_search_sortarea.type02 .block_search_criteria table .pref_list .pref_title:after,
.block_search_sortarea.type02 .block_search_criteria table .theme td li:after,
.block_search_sortarea.type02 .block_search_criteria table .pref_check_list li:after,
.block_search_sortarea.type02 .block_search_criteria table td li.last:after,
.block_search_sortarea.type02 .block_search_criteria table td li:last-child:after,
.block_search_sortarea.type02 .block_search_criteria table .goKaku .goKaku_title:after,
.block_search_sortarea.type02 .block_search_criteria table td .goKaku .goKaku_list:after,
.block_search_sortarea.type02 .block_search_criteria table td .goKaku .goKaku_list li:last-child:after {
	content:"";
}
.block_search_sortarea.type02 .block_search_criteria table td li a,
.block_search_sortarea.type02 .block_search_criteria table td li.selected span,
.block_search_sortarea.type02 .block_search_criteria table .pref_list .pref_title,
.block_search_sortarea.type02 .block_search_criteria table .goKaku .goKaku_title{
	margin:0 7px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	line-height:1.5;
	padding:0 3px;
}
.block_search_sortarea.type02 .block_search_criteria table .goKaku .goKaku_title{
	margin:0;
	width:75px; /* width:60px; */
	margin:0 0 0 5px;
}
.block_search_sortarea.type02 .block_search_criteria table td ul.goKaku li ul{
	margin:3px 0;
}
.block_search_sortarea.type02 .block_search_criteria table td .goKaku .goKaku_list{
	width:605px;
}

.block_search_sortarea.type02 .block_search_criteria table td li.no_result span {
	color: gray;
	margin:0 7px;
	display: inline-block;
	line-height:1.5;
	padding:0 3px;
}
.block_search_sortarea.type02 .block_search_criteria table td li.selected a,
.block_search_sortarea.type02 .block_search_criteria table td li.selected span{
	background-color:#FFE100;
}
.block_search_sortarea.type02 .block_search_criteria table .theme td li{
	margin-bottom:5px;
}
.block_search_sortarea.type02 .block_search_criteria table .theme td li.selected a,
.block_search_sortarea.type02 .block_search_criteria table .theme td li.selected span{
    color:#1072b8;
	background-color:#FFE100;
}
.block_search_sortarea.type02 .block_search_criteria table .theme td li a{
	margin:0 5px 5px 5px;
	color:#FFF;
	text-align:center;
	min-width:90px;
	background:#65ABFF;
	/*height:50px;*/
	display:table-cell;
	vertical-align:middle;
}
.block_search_sortarea.type02 .block_search_criteria table .pref_check_list{
	margin-left:10px;
}
.block_search_sortarea.type02 .block_search_criteria table .pref_check_list li{
	margin:0 5px 5px 5px;
}
.block_search_sortarea.type02 .block_search_criteria table .pref_check_list.bg_on li{
	display:block;
	float:left;
	margin:0;
	padding:3px 8px;
	background:#cde6f5;
}
.block_search_sortarea.type02 .block_search_criteria table .pref_check_list li input{
	vertical-align:top;
}
.block_search_sortarea.type02 .block_search_criteria table .term td,
.block_search_sortarea.type02 .block_search_criteria table .shikaku td,
.block_search_sortarea.type02 .block_search_criteria table .tag_select{
	vertical-align:middle;
}
.block_search_sortarea.type02 .block_search_criteria table .term .btn_search{
	padding-left:10px;
}
.block_search_sortarea.type02 .block_search_criteria table .blank .btn_search{
	text-align:center;
	padding:15px 0;
}
.block_search_sortarea.type02 .block_search_criteria table .keywd_form{
	margin:10px 0;
}
.block_search_sortarea.type02 .block_search_criteria table .keywd_form input{
	height:24px;
}

.block_search_sortarea_footer{
	 margin-bottom:20px;
	 text-align:center;
}
.block_search_result_caption{
	 margin: 15px 15px 15px 0;
	 background-color: #e6f2fa;
}
.block_search_result_caption P{
	 color: #333333;
	 font-size: 12px;
	 padding: 10px 20px 10px 8px;
	 margin: 10px 0 3px 0;
}


.block_search_result_footer{
	width:764px;
}

.block_search_result_footer_menu{
	border:2px solid #4fa6dd;
	padding:5px;
}

.block_search_result_footer_menu>h2{
	background-color:#bfe6fd;
	padding:3px 0 3px 5px;
	font-size:16px;
}
.block_search_result_footer_menu>h3{
	background-color:#bfe6fd;
	margin-top:5px;
	padding:3px 0 3px 14px;
	font-size:12px;
}
.block_search_result_footer_menu>ul{
	font-family:monospace;
	font-size:12px;
	margin-top:10px;
	padding:0 10px;
}
.block_search_result_footer_menu>ul>li{
	display: inline-block;
}

/* /matching
------------------------------------------- */
#matching input{
	vertical-align:top;
}
#matching th .small{
	font-size:11px;
	font-weight:normal;
}
#matching .content_innner{
	padding:20px;
	border: 1px solid #CDE6F5;
	width:438px;
}
#matching .content2block_tcell .block_left,
#matching .content2block_tcell .block_right{
	display:table-cell;
	vertical-align:middle;
}
#matching .parts_result_count{
	width:450px;
}
#matching .parts_result_count .block_left{
	font-size:18px;
	font-weight:bold;
	padding-right:10px;
	width:198px;
	color:#2D76C2;
}
#matching .parts_result_count .block_left .red{
	color:#CC0000;
}
#matching .parts_result_count .block_right{
	width:230px;
}
#matching .block_search_criteria{
	margin:0;
}
#matching .block_search_sortarea.type02 .block_search_criteria table{
	 border-collapse:separate;
}
#matching .block_search_sortarea.type02 .block_search_criteria table tr{
	display:block;
  border-bottom: 1px solid #CDE6F5;
}
#matching .block_search_sortarea.type02 .block_search_criteria table th{
	vertical-align:middle;
	background: url("/common_img/18p/bg_yel.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
	border:5px solid #FFF;
}
#matching .block_search_sortarea.type02 .block_search_criteria table td{
  border-left: 1px solid #CDE6F5;
	vertical-align:middle;
}
#matching .block_search_sortarea.type02 .block_search_criteria table td ul{
	margin:0;
}
#matching .block_search_sortarea.type02 .block_search_criteria table td ul:first-child{
	margin-top:10px;
}
#matching .block_search_sortarea.type02 .block_search_criteria table td li{
	margin:0 15px 10px 0;
}
#matching .block_search_sortarea.type02 .block_search_criteria table td li:after {
	content: "";
}
#matching .contnt2block_tcell{
	overflow:hidden;
}
#matching .block_left{
	float:left;
	margin-top:15px;
}
#matching .block_right{
	float:left;
}
/* matching/list */
#matching.list .block_left{
	margin-top:0;
}
#matching.list .block_right a:before{
	content:"▶ ";
}
#matching.list .selected_criteria{
	margin-top:20px;
	padding:10px;
	background:#cde6f5;
}
#matching.list .selected_criteria p{
	border-left: 4px solid #2d77c2;
	margin-bottom:5px;
	padding-left: 5px;
	font-size: 13px;
	font-weight:bold;
}
#matching.list .selected_criteria dl{
	margin-left:10px;
	line-height:1.6;
}
#matching.list .selected_criteria dt{
	clear:both;
	float:left;
	width:80px;
}
#matching.list .selected_criteria dd{
	margin-left:80px;
}


/* /kodawari
------------------------------------------- */
.block_search_sortarea.kodawari .block_search_criteria table th.second p{
	width:100%;
}
#search_result_list.kodawari .block_list_action.col2{
	display:table;
	position:static;
	padding:0;
	height:auto;
	width:100%;
}
#search_result_list.kodawari .block_list_action.col2.blue_line{
	border-bottom:3px solid #2D77C2;
	padding-bottom:5px;
}
#search_result_list.kodawari .block_list_action.col2 .block_left,
#search_result_list.kodawari .block_list_action.col2 .block_right{
	display:table-cell;
}
#search_result_list.kodawari .block_list_action.col2 .block_right{
	text-align:right;
}
#search_result_list.kodawari .block_list_action.col2.blue_line .block_right{
	vertical-align:bottom;
}
#search_result_list.kodawari .block_list_action.col2 .block_right .pager_num{
	margin-right:10px;
}
#search_result_list.kodawari .kodawari_list{
	margin:10px 0;
}
#search_result_list.kodawari .list_inner{
	padding:0;
}
#search_result_list.kodawari .list_box{
	border:1px solid #2D77C2;
}
#search_result_list.kodawari .photo_area{
	border-right:1px solid #2D77C2;
	padding:5px;
	width:180px;
}
#search_result_list.kodawari .photo_area img{
	width:180px;
}
#search_result_list.kodawari .data_area{
	vertical-align:top;
	padding:0!important;
	border:0!important;
}
#search_result_list.kodawari .data_area .scl_sexname{
	padding:5px 10px;
	color:#000;
	font-size:16px; /* font-size:12px; */
	background-color:#cde6f5;
}
#search_result_list.kodawari .data_area .scl_cont2block{
	padding:10px;
}
#search_result_list.kodawari .data_area .scl_cont2block .block_left{
	margin-right:180px;
}
#search_result_list.kodawari .data_area .scl_cont2block .block_right{
	float:right;
}
#search_result_list.kodawari .data_area .scl_name{
	border:0;
	margin:0;
	padding-bottom:5px;
}
#search_result_list.kodawari .data_area .scl_name h3 a{
	font-size:24px; /* font-size:20px; */
}
#search_result_list.kodawari .data_area .scl_name p{
	font-size:10px;
	color:#000;
}
#search_result_list.kodawari .data_area .scl_nav{
	padding-top:5px;
}
#search_result_list.kodawari .data_area .scl_nav li{
	margin:0 8px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#search_result_list.kodawari .data_area .scl_nav li a{
	border:1px solid #2d77c2;
	padding:2px 5px;
	font-size: 15px;
	line-height: 2.5;
}
#search_result_list.kodawari .data_area .scl_request{
	margin:0;
	text-align:left;
	width:140px;
}
#search_result_list.kodawari .data_area .scl_request img{
	width:140px;
}
#search_result_list.kodawari .data_area .scl_request .notice{
	display:block;
	margin-top:3px;
	font-size:14px; /* font-size:10px; */
}
.data_area .sclshipLink a{
	font-size: 18px;
}

/*-------------------------------------------------
	検索結果 キーワード検索
-------------------------------------------------*/
#search_result_list .keyword-categories ul{
	padding-top: 10px;
	padding-bottom: 5px;
}
#search_result_list .keyword-categories li{
	display: inline-block;
	margin: 0px 8px 0px 0px;
}
#search_result_list .keyword-categories li a{
	border: 1px solid #2D77C2;
	padding: 2px 5px;
	font-size:15px;
}

/*-------------------------------------------------
	検索結果（ベース）
	/special/new-expanded/
-------------------------------------------------*/


/* update icon */
.img_scl_update{
	display:inline-block;
	border:2px solid #CCC;
	width: 60px;
	height:20px;
	line-height:20px;
	color:#FFF;
	vertical-align:top;
	text-align:center;
	font-size:11px;
	font-weight:bold;
	border-radius:15px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	background:#FEAED4;
}
.update_notice .img_scl_update{
	width:45px;
	height:15px;
	line-height:15px;
	font-size:9px;
	border-radius:9px;
	-webkit-border-radius: 9px;
	-moz-border-radius: 9px;
}
/**/
#search_result_list .pamph_annotation{
	padding:3px;
	display:inline-block;
	font-size:13px; /* font-size:10px; */
}
#search_result_list .list_inner{
	padding:5px;
}
#search_result_list .list_inner.bg_blue{
	background:#2D77C2;
}
#search_result_list .block_list_action,
#search_result_list .list_box{
	margin-bottom:5px;
	background:#FFF;
}
#search_result_list .list_box2 {
	margin-bottom:10px;
	background:#FFF;
	border: 1px solid #2d77c2;
}

#search_result_list .block_list_action{
	padding:10px;
	background-color: #fff;
	position:relative;
	height:70px;
}
#search_result_list .block_list_action:first-child {
	height:30px;
}
#search_result_list .block_list_action:last-child{
	margin-bottom:0;
}
#search_result_list .block_list_action.col3 .block_left{
	float:left;
	display:table-cell;
	padding-right:10px;
	vertical-align:middle;
}
#search_result_list .block_list_action.col3 .block_center{
	xfloat:none;
	xdisplay:table-cell;
	xpadding-right:10px;
	xvertical-align:middle;
	xwidth:400px;
	position: absolute;
	left: 300px;
	top: 20px;
}
#search_result_list .block_list_action.col3 .block_right{
	float:right;
	display:table-cell;
	vertical-align:bottom;
	width:280px;
}
#search_result_list .block_list_action .block_right ul li{
	font-size: 14px;
}

/* 説明会、通信などの検索、一括チェックが古い版 */
#search_result_list .list_inner .block_list_action{
	padding:10px;
	background-color: #CDE6F5;
	position:relative;
	min-height: 70px;
}
#search_result_list .list_inner .block_list_action.col3 .block_left{
	float:none;
	display:table-cell;
	padding-right:10px;
	vertical-align:middle;
	width:200px;
}


/* 2カラムのとき */
#LeftContents #search_result_list .block_list_action.col3{
	background-color: #cde6f5;
	display: table;
	min-height: 70px;
	padding: 10px;
	position: static;
	table-layout: fixed;
	width: 100%;
 -webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
#LeftContents #search_result_list .block_list_action.col3 .block_left{
	float:none;
	display:table-cell;
	width:20%;
	padding:0;
}
#LeftContents #search_result_list .block_list_action.col3 .block_center{
	float:none;
	display:table-cell;
	width:60%;
	text-align:center;
	position:static;
	vertical-align:middle;
}
#LeftContents #search_result_list .block_list_action.col3 .block_right{
	float:none;
	display:table-cell;
	width:20%;
	text-align:right;
	vertical-align:bottom;
}
#LeftContents #search_result_list .block_list_action .pager_num li a,
#LeftContents #search_result_list .block_list_action .pager_num li span{
	padding:0;
}
#LeftContents #search_result_list .block_list_action .pager_num li.prev{
	margin-right:5px;
}
#LeftContents #search_result_list .block_list_action .pager_num li.next{
	margin-left:5px;
}
/**/

#search_result_list .block_list_action .btn_check_control{
	border:1px solid #2D76C2;
	border-bottom:0 none;
	width:120px;
}
#search_result_list .block_list_action .btn_check_control li{
	border-bottom: 1px solid #2D76C2;
	padding: 5px 5px 5px 15px;
	background: url(/img/ico_arrow04.gif) 0.5em 0.8em no-repeat #FFF;
	background-size: 5px;
}
#search_result_list .block_list_action .block_left .btn_check_control2 li{
	float: left;
	padding-right:10px;
}
#search_result_list .block_list_action .block_left .btn_check_control2 li img{
	width:139px;
}
#search_result_list .block_list_action .pager_num{
	text-align:right;
}
#search_result_list .block_list_action .pager_num li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#search_result_list .block_list_action .pager_num li a,
#search_result_list .block_list_action .pager_num li span{
	padding:0 5px;
}
/*
#search_result_list .block_list_action .pager_num li.prev{
	margin-right:15px;
}
#search_result_list .block_list_action .pager_num li.next{
	margin-left:15px;
}
*/
#search_result_list .block_list_action .pager_num li:after{
	content:"|";
}
#search_result_list .block_list_action .pager_num li.num_last:after,
#search_result_list .block_list_action .pager_num li.prev:after,
#search_result_list .block_list_action .pager_num li.next:after{
	content:"";
}

#search_result_list .block_list_action .pager_num li.next:after {
	content: url("/common_img/18p/next_page.png");
	position:relative;
	top:3px;
}
#search_result_list .block_list_action .pager_num li.prev:before {
	content: url("/common_img/18p/prev_page.png");
	margin: 5px;
	position:relative;
	top:3px;
}

#search_result_list .list_box table, #search_result_list .list_box2 table{
	width:100%;
	height:100%;
}
#search_result_list .list_box .check_area, #search_result_list .list_box2 .check_area{
	width:30px;
	text-align:center;
	background:#CDE6F5;
}
#search_result_list .list_box .data_area, #search_result_list .list_box2 .data_area{
	padding:10px;
}
#search_result_list .list_box .data_area, #search_result_list .list_box2 .data_area .box02 .boxTit2{
	color:#2D77C2;
	font-size:16px; /* font-size:15px; */
	background: #fff;
	border: 1px solid #89d1ef;
}
#search_result_list .list_box2 .data_area .box02 .boxTit2 .ck_b {
	background-color:#CDE6F5;
	padding: 10px;
}
#search_result_list .list_box2 .data_area .box02 .boxTit2 a {
	margin: 8px;
	display: inline-block;
}

#search_result_list .list_box .data_area .scl_desc{
	color:#000;
}

/* 3カラム */
#search_result_list .data_area .col3 .block_left{
	margin-right:10px;
	width:350px;
	height:160px;
}
#search_result_list .data_area .col3 .block_center{
	margin-right:10px;
	width:270px;
}
#search_result_list .data_area .col3 .block_right{
	width:270px;
}
/* 2カラム /group */
#search_result_list .data_area .col2 .block_left{
	float:left;
	margin-right:10px;
	width:350px;
	height:160px;
}
#search_result_list .data_area .col2 .block_right{
	float:left;
	margin-right:10px;
	width:540px;
}

#search_result_list .data_area .scl_copy{
	margin-bottom:10px;
	font-size:16px; /* font-size:14px; */
	color:red;
}
/*新増設*/
#shinsetsu .data_area .bgCopy{
	background-color:#CDE6F5;
	padding:10px;
	border-left:#FFF 1px solid;
}
#shinsetsu .data_area{
	padding: 0 0 10px !important;
}
#shinsetsu .data_area .col3{
	padding-left:10px;
}
/*エリア（/area/list）*/
.area_list #search_result_list.type03 .data_area .dot_black_line{
	border:0;
}
.area_list #search_result_list .data_area{
	position:relative;
}
.area_list #search_result_list.type03 .data_area .scl_name{
	position:static;
	margin-bottom:5px;
	padding-right:160px;
}
.area_list #search_result_list.type03 .data_area .scl_option_list,
.area_list #search_result_list .data_area .scl_copy{
	margin:0;
}
.area_list #search_result_list.type03 .data_area .scl_request_list{
	width:150px;
	position:absolute;
	right:10px;top:0px;
	text-align:center;
}
.area_list #search_result_list .pamph_annotation{
	display:block;
	float:right;
	width:150px;
	text-align:center;
}


/**/
#search_result_list .data_area .scl_name{
	margin-bottom:12px;
}
#search_result_list .data_area .scl_name h3 a{
	font-size:16px;
	line-height:1.3;
}
#search_result_list .data_area .scl_new_expanded dt{
	padding:5px;
	text-align:center;
	color:#FFF;
	background:#2D77C2;
}
#search_result_list .data_area .scl_new_expanded dd{
	padding:10px;
	background:#FEF4E4;
}
#search_result_list .data_area .scl_request{
	margin-top:15px;
	text-align:right;
}


/*-------------------------------------------------
	検索結果（type02）（一覧系／2カラム）
	/special/campus-photo/
-------------------------------------------------*/
#search_result_list.type02 .block_list_box{
	width:980px;
}
#search_result_list.type02 .list_box{
	float:left;
	margin:0 5px 5px 0;
	width:482.5px;
	height:220px;
}

#search_result_list.type02 .col2 .block_left{
	float:left;
	margin-right:10px;
	width:120px;
}
#search_result_list.type02 .col2 .block_right{
	margin:0 0 0 140px;
	float:none;
	width:auto;
}
#search_result_list.type02 .data_area .scl_theme{
	margin-bottom:5px;
}
#search_result_list.type02 .data_area .scl_request{
	text-align:left;
}
#search_result_list.type02 .data_area .scl_job{
	margin-bottom:5px;
}
#search_result_list.type02 .col2 .campus_move .block_left{
	float:left;
	margin-right:10px;
	width:85px;
}
#search_result_list.type02 .col2 .campus_move .block_right{
	margin-left:100px;
}

/*-------------------------------------------------
	検索結果（type03）（ジャンル検索系）
	/shigoto/list/
-------------------------------------------------*/
#search_result_list.type03 .data_area .block_left{
	float:left;
	width:120px;
}
#search_result_list.type03 .data_area .block_right{
	margin-left:140px;
}
#search_result_list.type03 .data_area .scl_name{
	position:relative;
	padding-right:120px;
}
#search_result_list.type03 .data_area .scl_name.no_likebox{
	position:static;
	padding-right:0;
}
#search_result_list.type03 .data_area .scl_name a{
	font-size:24px; /* font-size:20px; */
}
#search_result_list.type03 .data_area .scl_name .scl_update{
	padding:0 10px;
}
#search_result_list.type03 .data_area .dot_black_line{
	border-bottom:1px dotted #000;
}
#search_result_list.type03 .data_area .scl_feature{
	margin-top:10px;
}
#search_result_list.type03 .data_area .scl_feature p{
	border-left:4px solid #2D77C2;
	padding-left:5px;
	font-size:16px; /* font-size:13px; */
	float: left;
	margin-top: 5px;
}
#search_result_list.type03 .data_area .scl_feature ul{
	margin-left: 7em;
	margin-top: -5px;
}
#search_result_list.type03 .data_area .scl_feature li:before{
	content:"\25B6";
	color:#fe7a25;
	margin-right: 5px;
}
#search_result_list.type03 .data_area .scl_feature li{
	line-height:1.8;
	font-size: 16px; /* font-size: 1.4rem; */
}
#search_result_list.type03 .data_area .scl_option_list{
	margin-top:10px;
}
#search_result_list.type03 .data_area .scl_option_list li{
	margin:0 7px 0 0;
	padding:3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
	background:#E2E2E2;
}
#search_result_list.type03 .data_area .scl_request_list{
	margin-top:10px;
	clear:both;
}
#search_result_list.type03 .data_area .scl_request_list li{
	margin:0 7px 0 0;
	padding:3px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#search_result_list.type03 .data_area .scl_request_list .scl_likebox{
	vertical-align: top;
}

#search_result_list.type03 .scl_course_cklist{
	padding:10px;
	background:#e9f6fc;
	border-radius: 5px;
}
#search_result_list.type03 .scl_course_cklist li{
	margin:0 5px 0 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#search_result_list.type03 .scl_course_cklist input{
	vertical-align:top;
}
#search_result_list.type03 .scl_course_cklist .scl_gakubulist {
	font-size: 15px; /* font-size: 12px; */
}
#search_result_list.type03 .scl_course_cklist .crs_chk {
	margin-bottom: 10px;
}
.shigoto_osaka.scl_course_cklist li {
    color: #000;
    display: block !important;
    font-size: 1.5rem;
}

/*学科・コース*/
.scl_course_cklist_heading{
	width: 80px;

}
.scl_course_cklist_result{
	padding: 3px 4px 2px 10px;
}

#search_result_list.type03 .scl_op_copy{
	margin-bottom:15px;
	font-size:16px; /* font-size:14px; */
}
#search_result_list.type03 .scl_op_copy .detail_link:before{
	content:"\25B6";
	color:#2D77C2;
}
#search_result_list.type03 .scl_op_copy .detail_link{
	border:2px solid #2D77C2;
	margin-left:10px;
	padding:3px 10px;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
#search_result_list.type03 .scl_op_iconlist li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin:0 5px 0 0;
	width:60px;
	vertical-align:middle;
}

#search_result_list.type03 .scl_op_eventlist li{
	display: inline-block;
	*display: inline;
	*zoom: 1;
	margin:0 5px 0 0;
	vertical-align:middle;
	width:95px;
	height:19px;
}



#search_result_list.type03 .scl_op_detail{
	margin-top:20px;

}
#search_result_list.type03 .scl_op_detail img{
	vertical-align:top;
}
#search_result_list.type03 .scl_op_detail dt,
#search_result_list.type03 .scl_op_detail dd{
	margin-bottom:20px;
	font-size:15px; /* font-size:13px; */
	line-height:1.5;
	border-top: #333 1px dotted;
	padding-top: 3px;
	color:#000000;
}
#search_result_list.type03 .scl_op_detail dt{
	clear:both;
	float:left;
	border-left:4px solid #2D77C2;
	padding-left:5px;
	width:50px;
}
#search_result_list.type03 .scl_op_detail dd{
	margin-left:50px;
	vertical-align:top;
	padding-left: 20px;
}
#search_result_list.type03 .scl_op_detail dd .btn_oc_booking{
	padding-left:10px;
}
#search_result_list.type03 .scl_op_detail dd .more_link{
	padding-left:5px;
}
#search_result_list.type03 .scl_op_detail dd .more_link:before{
	content:"\25B6";
	color:#2D77C2;
}

/*-------------------------------------------------
	検索結果（type_col4）
	/movie_19p/list
-------------------------------------------------*/
#search_result_list.type_col4 ul{
	overflow:hidden;
	margin-left:-40px;
	width:1020px;
}
#search_result_list.type_col4 li{
	float:left;
	margin:0 0 10px 40px;
	width:215px;
}
#search_result_list.type_col4 li span{
	display:block;
}
#search_result_list.type_col4 li .photo img{
	border:1px solid #CCC;
	width:213px;
}

/* 専門学校ネット放送局 */
#movie_19p_list .search_result_pager .pager_num li a,
#movie_19p_list .search_result_pager .pager_num li span{
	padding-right:3px;
	font-size:14px;
}
#movie_19p_list .search_result_pager .pager_num li.navi{
	margin-left:15px;
}
#movie_19p_list .search_result_pager .pager_num li:after{
	content:"|";
}
#movie_19p_list .search_result_pager .pager_num li.next:after,
#movie_19p_list .search_result_pager .pager_num li.navi:after{
	content:"";
}
#movie_19p_list .search_result_pager .pager_num li.next:after {
	content: url("/common_img/18p/next_page.png");
	position:relative;
	top:3px;
}
#movie_19p_list .search_result_pager .pager_num li.prev:before {
	content: url("/common_img/18p/prev_page.png");
	margin: 5px;
	position:relative;
	top:3px;
}
#movie_19p_list #search_result_list.type_col4 .movie_title{
	margin-top:5px;
	font-weight:bold;
}
#movie_19p_list .sort {
	font-size:14px;
}
#movie_19p_list #search_result_pager .result_num span {
	font-size:14px;
}


/* 学びたい */
#search_result_list.manabitai .data_area .scl_photo{
	margin-bottom:5px;
}
.data_area .box02{
	border:#89D1EF 1px solid;
	margin-bottom:10px;
}
.data_area .box02_gakka{
	margin:0 20px 20px 20px;
	border: 1px solid #89d1ef;
}
.data_area .box02_senkou{
	margin:0 20px;
}
.data_area .box02 p{
	display:inline;
}
.data_area .box02 .boxTit{
	background-color:#CDE6F5;
	color:#2D77C2;
	padding:10px;
	font-size:15px;
}
.data_area .box02_senkou .boxTit{
	border:1px solid #CDE6F5;
}
.data_area .box02_gakka .boxTit p.boxTitNm,
.data_area .box02_senkou .boxTit p.boxTitNm{
	border-left:5px solid #2d77c2;
	padding-left:10px;
}
.data_area .box02 .boxTit p{
	font-weight: bold;
}
.data_area .box02 .boxBtn{
	text-align:center;
	margin-left:10px;
}
.data_area .box02 .boxIn{
	padding:10px;
}
.data_area .box02 .boxIn p {
	font-size: 12px;
}
.data_area .box02 .boxIn .boxCatch{
	display:block;
	font-size:15px;
	line-height:2;
}
.data_area .box02 .boxIn .boxCatch2{
	padding-left:15px;
}

.data_area .box03{
    margin-left: 40px;
}

.data_area .box03 .boxTit{
	background-color:#CDE6F5;
}

.data_area .box03 .boxInTit{
    clear: both;
    positon:relative;
}
.data_area .box03 .boxInTit:before{
    positon: absolute;
    content: " ";
    top:0;
    left: 10px;
    border-left: 5px solid #2D77C2;
    margin-right: 10px;
}
.data_area .box04{
    margin-left: 80px;
}
.data_area .box04 .boxInTit{
    clear: both;
    positon:relative;
}
.data_area .box04 .boxInTit:before{
    positon: absolute;
    content: " ";
    top:0;
    left: 10px;
    border-left: 5px solid #2D77C2;
    margin-right: 10px;
}




/*-------------------------------------------------
	検索結果（pride_list）
	/scl_h/pride/
-------------------------------------------------*/
.pride_list .list_box{
	position:relative;
	margin-bottom:15px;
	border:1px solid #2D77C2;
	font-size:16px; /* font-size:12px; */
	line-height:1.6;
}
.pride_list .list_box .scl_copy{
	border-left:6px solid #2D77C2;
	padding:10px;
	font-size: 16px; /* font-size: 1.68em; */
	font-weight:bold;
	background:#E5F8FE;
}
.pride_list .list_box .scl_info{
	border-top:0 none;
	padding:10px;
}
.pride_list .list_box .info_left{
	float:left;
	width:300px;
}
.pride_list .list_box .scl_photo img{
	width:300px;
}
.pride_list .list_box .info_right{
	margin-left:320px;
}
.pride_list .list_box .scl_desc{
	border-bottom:2px dotted #2D77C2;
	margin-bottom:10px;
	padding-bottom:20px;

}
.pride_list .list_box .scl_desc span{
	display:block;
}
.pride_list .list_box .scl_name a{
	font-size:20px; /* font-size:14px; */
	font-weight:bold;
}
.pride_list .list_box .scl_name span{
	font-size:16px; /* font-size:11px; */
}
.pride_list .list_box .btn_request{
	position:absolute;
	bottom:10px;right:10px;
}
.pride_list .list_box .btn_request img{
	width:120px;
}

/*-------------------------------------------------
	検索結果（other_school_list）
	/scl_k/ etc
-------------------------------------------------*/
.other_school_list .list_inner{
	padding:5px;
}
.other_school_list .list_inner.bg_blue{
	background:#2D77C2;
}
.other_school_list .list_box{
	margin-bottom:5px;
	background:#FFF;
}
.other_school_list .list_box table{
	width:100%;
}
.other_school_list .list_box .check_area{
	width:30px;
	text-align:center;
	background:#cde6f5;
}
.other_school_list .list_box .data_area{
	padding:10px;
}
.other_school_list .list_box .data_area .scl_name{
	border-bottom:2px dotted #000;
	margin-bottom:10px;
	padding-bottom:10px;
}
.other_school_list .list_box .data_area .scl_name a{
	font-size:20px;
}
.other_school_list .list_box .data_area .scl_name p{
	margin-top:5px;
}
.other_school_list .list_box .data_area .scl_name .update{
	padding-left:15px;
}

.scl_name a.sclname{
    float:left;
}
.scl_name a.my_page{
    display:block;
    width:98%;
    text-align:right;
}
.sclDtl{
	font-size:15px;
}

.other_school_list .list_box .data_area .scl_nav li{
	margin:0 8px 8px 0;
	display: inline-block;
	*display: inline;
	*zoom: 1;
}
.other_school_list .list_box .data_area .scl_nav li a{
	padding:2px 5px;
	font-size: 14px;
	background:#FFE100;
	border-radius:3px;
	-webkit-border-bottom-right-radius: 3px;  /* Safari,Google Chrome */
	-moz-border-radius-bottomright: 3px;      /* Firefox12まで */
	border-radius-bottomright: 3px;
}
.other_school_list .list_box .data_area .scl_request{
	margin-top:12px;
	font-size: 14px;
}
.other_school_list .list_box .data_area .scl_request	img{
	width:120px;
}
.other_school_list .list_box .photo_area{
	padding:10px;
	width:196px;
	vertical-align:top;
}
.other_school_list .list_box .photo_area img{
	width:196px;
}
.other_school_list .btn_request_check{
	text-align:center;
}
.other_school_list .btn_request_check a{
	color:#FFF;
}
.other_school_list .notice{
	text-align:center;
	padding-bottom: 15px;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	カレンダー

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.calender wrap{
	color:#333;
}
/* calender_head */
.calender_head ul.month_links{
	margin:0 0 10px 0!important;
}
.calender_head li.previous_month,
.calender_head li.next_month{
	width:50%!important;
	font-size:16px; /* font-size:11px; */
}
.calender_head li.previous_month{
	float:left;
	text-align:left;
}
.calender_head li.next_month{
	float:right;
	text-align:right;
}
.calender_head li a,
.calender_head li a:hover{
	color:#000;
	font-size:16px; /* font-size:11px; */
}
.calender_head .this_month{
	width:100%;
	height:40px;
	font-size: 18px;
	font-weight: normal;
	text-align:center;
	background:#2d77c2;
}
.calender_head .this_month a,
.calender_head .this_month a:hover{
	color:#FFF;
}
.calender_head .this_month	span{
	font-size:27px;
}
.calender_head .next_month{
	text-align:right;
}
.calender_head .not_month{
	color:#ccc;
}

/* calender_content */
.calender_content table{
	border: 1px solid #2d77c2;
	width:100%;
	table-layout:fixed;
	background:#f6f6f6;
}
.calender_content td {
	border-bottom: 1px solid #2d77c2;
	border-right: 1px solid #2d77c2;
	padding:5px 0!important;
	line-height:12px;
	text-align:center;
}
.calender_content .day{
	font-size:12px;
	background:#96bbe0;
}
.calender_content .saturday{
	color:#2d70b5;
}
.calender_content .sunday{
	color:#ff6300;
}
.calender_content .past{
	font-size:11px;
	background:#f6f6f6;
}
.calender_content .future{
	color:#3895D1;
	font-size:12px;
	background:#FFF;
}


/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	対象向け（/scltop/index_for_xx）

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
/*
.scltop_index .column-L .column-R01{
	float:left;
	width:377px;
}
.scltop_index .column-L .column-R02{
	float:right;
	width:377px;
}
.scltop_index .titleBar{
	background-color: #2D77C2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
.scltop_index .fc-blue{
	color:#2D77C2;
	font-size:15px;
}
.scltop_index .inner_block{
	margin: 0 0 15px;
}
.scltop_index .inner_block.blue_block{
	border-bottom: #2d77c2 solid 1px;
	border-left: #2d77c2 solid 1px;
	border-right: #2d77c2 solid 1px;
	padding: 18px 14px;
}
.scltop_index .side_block .inner_block.blue_block{
	padding:10px;
}
.scltop_index .content2block .block_left{
	float:left;
}
.scltop_index .content2block .block_right{
	float:right;
}
.scltop_index .contentBox764 .content2block .block_left,
.scltop_index .contentBox764 .content2block .block_right {
	width: 350px;
}
.scltop_index .contentBox764 .content3block .block{
	float:left;
	overflow:hidden;
}
.scltop_index .contentBox377 .content2block .block_left,
.scltop_index .contentBox377 .content2block .block_right {
	width: 172px;
}
.scltop_index #koushuSearch .koushuBox{
	margin: 0 0 20px;
	padding: 10px 15px;
}
.scltop_index #koushuSearch ul li{
	text-align: center;
	border: #2d77c2 solid 1px;
	padding: 10px;
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 9px;
	width: 218px;
	float: left;
	margin-right: 6px;
}
.scltop_index #koushuSearch ul li.bgY{
	background-color:#ffed3d;
	padding:15px 10px;
	font-size:18px;
}
.scltop_index #koushuSearch ul li.kango{
	margin:13px 0 0 0;
}
.scltop_index #recommend li{
	padding:0 0 10px 0;
	font-size:14px;
}
.scltop_index #recommend li a:before{
	content:"\25B6";
}
.scltop_index #oyakudachi .inner_block{
	margin-bottom:0;
}
.scltop_index #oyakudachi .content3block .block{
	border:1px solid #000;
	margin:0 10px 10px 0;
	padding:10px 5px;
	width:236px;
}
.scltop_index #oyakudachi .content3block .block p{
	float:left;
	width:60px;
}
.scltop_index #oyakudachi .content3block .block dl{
	margin-left:65px;
}
.scltop_index #oyakudachi .content3block .block dt{
	height:40px;
	font-size:14px;
}
.scltop_index #oyakudachi .content3block .block dd{
	height:40px;
}
.scltop_index #related_site .content3block{
	padding:0 14px;
}
.scltop_index #related_site .content3block .block{
	margin-right:67px;
	width:200px;
}
.scltop_index .side_block.news li{
	padding:0 0 5px 0 ;
}
.scltop_index .side_block.news a {
	background: url("/common_img/13phase/yajirushi_b.gif") no-repeat scroll left center rgba(0, 0, 0, 0);
	padding-left: 10px;
}
.scltop_index .side_block.pickup p {
    margin-bottom: 10px;
}
*/

/*幼児版・小・中・高校生版*/

/*
.LeftColumn h3.titSearch{
	background: url(/scltop/images/tit_bg_search.png) 0 0 no-repeat;

}
.scltop_index .bgArrow01{
	margin-bottom: 20px;
	width: 362px;
	height: 28px;
	padding: 10px 0;
	text-align: center;
	font-size: 16px;
	background: url(/scltop/images/bg_btn_search.gif) 0 0 no-repeat;
	line-height: 28px;
}
.scltop_index #kanren .bgArrow02{
	margin-bottom: 20px;
	font-size: 18px;
}
.scltop_index #kanren .bgMondai{
	background: url(/scltop/images/bg_btn_mondai.gif) 0 0 no-repeat;
	padding: 10px 30px 10px 80px;
	height: 56px;
	width: 254px;
}
.scltop_index #kanren .bgGakku{
	background: url(/scltop/images/bg_btn_gakku.gif) 0 0 no-repeat;
	padding:25px 30px 10px 80px;
	height:41px;
	width: 254px;
}
.scltop_index #kanren .bgSeikyu{
	background: url(/scltop/images/bg_btn_shiryo.gif) 0 0 no-repeat;
	padding: 10px 30px 10px 80px;
	height: 56px;
	width: 254px;
}
.scltop_index #kanren .bgEvent{
	background: url(/scltop/images/bg_btn_event.gif) 0 0 no-repeat;
	padding: 10px 30px 10px 80px;
	height: 56px;
	width: 254px;
}
.side_block .titleBar02{
	background-color: #EEE;
	border-right: #2d77c2 10px solid;
	padding: 10px;
	color: #0A86D0;
	font-size: 15px;
	text-align: center;
}
.side_block ul.bnrArea li{
	margin-top:10px;
}
.LeftColumn h3.titKanren{
	background: url(/scltop/images/tit_bg_kanren.png) 0 0 no-repeat;
}
.LeftColumn h3.titOyakudachi{
	background: url(/scltop/images/tit_bg_oyakudachi.png) 0 0 no-repeat;
}

.LeftColumn .h3Title{
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 47px;
	padding: 20px 0 0 70px;	
	margin:15px 0;
}
.LeftColumn .h3Title span{
	color:#FFDB3F;
}
*/

/*大学生・短大生・専門学校生版
/scltop/index_for_un
*/

/*
.LeftColumn h3.titSearch02 {
background: url(/scltop/images/tit_bg_search.png) 0 0 no-repeat;
margin: 20px 0 0 0 !important;
height: 37px;
}
.LeftColumn h3.titGakko {
	background: url(/scltop/images/bg_tit_gakko.gif) 0 0 no-repeat;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	height: 36px;
	padding: 20px 0 0 70px;
}
.LeftColumn h3.titMatomete {
	background: url(/scltop/images/bg_tit_seikyu.gif) 0 0 no-repeat;
	margin-top:20px;
	color: #FFFFFF;
	font-size: 22px;
	font-weight: bold;
	height: 35px;
	padding: 20px 0 0 70px;
}
.LeftColumn h3.titKanren{
	background: url(/scltop/images/bg_tit_kanren.png) 0 0 no-repeat;
	margin-top: 20px;
	font-size: 18px;
	font-weight: bold;
	height: 47px;
	padding: 20px 0 0 70px;
	color: #FFF;
}
.RightColumn h3.bgTotteoki{
	background: url(/scltop/images/bg_totteoki.gif) 0 0 no-repeat;
	height: 45px;
	padding: 10px 10px 0 60px;
	color: #FFF;
	font-size: 15px;
	font-weight: bold;
}
*/

/*+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

	対象別（/scltop/index_for_xx）

+++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/
.scltop_index .column-L{
	width:760px;
}
.scltop_index .column-R{
	margin-top:10px;
	width:206px;
}
.scltop_index .column-L .column-R01{
	float:left;
	width:377px;
}
.scltop_index .column-L .column-R02{
	float:right;
	width:377px;
}
.scltop_index .titleBar{
	background-color: #2D77C2;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	padding: 10px;
}
.scltop_index #recommend .titleBar{
	background-color:#2D77C2;
	max-width: 746px;
	height: 32px; /* height: 27px; */
	line-height: 32px; /* line-height: 27px; */
	font-weight: bold;
	padding: 0 25px;
	font-size:20px; /* font-size:16px; */
}
.scltop_index .fc-blue{
	margin:12px 0 5px 0;
	color:#2D77C2;
	font-size:20px; /* font-size:14px; */
	line-height: 1;
}
.scltop_index .inner_block{
	margin: 0 0 22px 0;
}
.scltop_index .inner_block.blue_block{
	border: #2d77c2 solid 1px;
	border-top:none;
	border-radius: 0 0 6px 6px;
	padding: 30px 10px;
}
.scltop_index #recommend .inner_block.blue_block{
	padding: 15px 20px 0 20px;
}
.scltop_index .side_block .inner_block.blue_block{
	padding:10px;
}
.scltop_index .content2block .block_left,
.scltop_index .content2block .block_left02{
	float:left;
}
.scltop_index .content2block .block_right,
.scltop_index .content2block .block_right02{
	float:right;
}
.scltop_index .content2block .block_left,
.scltop_index .content2block .block_right,
.scltop_index .content2block .block_left02,
.scltop_index .content2block .block_right02 {
	margin-top:20px;
}

.scltop_index .content2block .block_left,
.scltop_index .content2block .block_right,
.scltop_index .content2block .block_left02,
.scltop_index .content2block .block_right02{
	width: 375px;
}

.scltop_index .content2block .block_left a,
.scltop_index .content2block .block_right a{
	position: relative;
	display: block;
	padding:10px 5px 10px 5px;
	border:2px solid #2d77c2;
	font-size:20px; /* font-size:14px; */
	font-weight: bold;
	letter-spacing: 0.15em;
}
.fs18b{
	font-size:18px !important;
	font-weight:bold;
}
.scltop_index .content2block .block_left a:before,
.scltop_index .content2block .block_right a:before {
	content:"";
	display : inline-block;
	float:left;
	width:44px;
	height: 44px;
	margin:2px 12px 40px 0; /* margin:2px 12px 0 0; */
	background:#ffed3d no-repeat center center;
}

.scltop_index .content2block .block_left a:after,
.scltop_index .content2block .block_right a:after {
	content:"\25B6";
	display : inline-block;
	position: absolute;
	top:50%;
	right: 10px;
	width:20px;
	height: 24px;
	line-height: 24px;
	border-radius: 24px;
	margin:-12px 0 0 0;
	padding:0 0 0 4px;
	font-size:18px;
	text-align: center;
	background:#2d77c2;
	color:white;
}


.scltop_index .content2block .block_left a:hover,
.scltop_index .content2block .block_right a:hover{
	text-decoration: none;
	color:#2d77c2;
	opacity: 0.7;
}

.scltop_index .content2block .block_left.bgArrow01,
.scltop_index .content2block .block_right.bgArrow01{
	margin:10px 0 10px 0;
	text-align: center;
	line-height: 22px;
	background: #d3f0fa;
}

.scltop_index .content2block .block_left.bgArrow01 a:before,
.scltop_index .content2block .block_right.bgArrow01 a:before{
	display: none;

}

.scltop_index .content2block .block_left.bgArrow01 a:after,
.scltop_index .content2block .block_right.bgArrow01 a:after{
	position: static;
	float:left;
	margin:0 -8px 0 8px;
}

.scltop_index .content2block .block_left.bgArrow02,
.scltop_index .content2block .block_right.bgArrow02{

	margin:10px 0 10px 0;
}

.scltop_index .content2block .block_left.bgArrow02 a,
.scltop_index .content2block .block_right.bgArrow02 a{
	display: table;
	width: 358px;
	padding: 10px 5px 10px 8px;
	vertical-align: middle;
}

.scltop_index .content2block .block_left.bgArrow02 a:before,
.scltop_index .content2block .block_left.bgArrow02 a span,
.scltop_index .content2block .block_left.bgArrow02 a:after,
.scltop_index .content2block .block_right.bgArrow02 a:before,
.scltop_index .content2block .block_right.bgArrow02 a span,
.scltop_index .content2block .block_right.bgArrow02 a:after{
	display: table-cell;
	float:none;
	vertical-align: middle;
}

.scltop_index .content2block .block_left.bgArrow02 a:before,
.scltop_index .content2block .block_right.bgArrow02 a:before{}

.scltop_index .content2block .block_left.bgArrow02 a span,
.scltop_index .content2block .block_right.bgArrow02 a span{
	padding:0 0 0 12px;
	color:#2d77c2;
	font-size:20px;
	font-weight: bold;
}


.scltop_index .content2block .block_left.bgArrow02 a:after,
.scltop_index .content2block .block_right.bgArrow02 a:after{
	display: inline-block;
}

.scltop_index .content2block .bgArrow02 a.icon_h_3:before{background-image: url("/scltop/images/icons/icon_h_03.png");}
.scltop_index .content2block .bgArrow02 a.icon_h_4:before{background-image: url("/scltop/images/icons/icon_h_04.png");}
.scltop_index .content2block .bgArrow02 a.icon_h_5:before{background-image: url("/scltop/images/icons/icon_h_05.png");}
.scltop_index .content2block .bgArrow02 a.icon_h_6:before{background-image: url("/scltop/images/icons/icon_h_06.png");}


.scltop_index .content2block .block_left em,
.scltop_index .content2block .block_right em{
	font-size:20px;
	font-weight: bold;
	padding:0 3px 0 0;
	line-height: 1.1;
}

.scltop_index .content2block .block_left span,
.scltop_index .content2block .block_right span{
	display: inherit;
	padding: 0 40px 0 0;
	font-size: 14px; /* font-size: 10px; */
	font-weight: normal;
	letter-spacing: 0.1em;
	color: #333333;
}

.scltop_index .content2block .block_left a.icon_h_6:before{background-image: url("/scltop/images/icons/icon_h_06.png");}
.scltop_index .content2block .block_right a.icon_h_7:before{background-image: url("/scltop/images/icons/icon_h_07.png");}

.scltop_index .contentBox377 .content2block .block_left a,
.scltop_index .contentBox377 .content2block .block_right a{

}

.scltop_index .contentBox377 .content2block .block_left a,
.scltop_index .contentBox377 .content2block .block_right a{
	width:172px;
	border:none;
	padding: 0;
}

.scltop_index .contentBox377 .content2block .block_left a:before,
.scltop_index .contentBox377 .content2block .block_left a:after,
.scltop_index .contentBox377 .content2block .block_right a:before,
.scltop_index .contentBox377 .content2block .block_right a:after{display: none;}

.scltop_index .contentBox377 .content2block .block_left,
.scltop_index .contentBox377 .content2block .block_right {
	width: 172px;
}

.scltop_index .contentBox764 .content3block{
	margin:0 0 10px 0;
}

.scltop_index .contentBox764 .content3block .block{
	float:left;
	overflow:hidden;
}


.scltop_index #koushuSearch .koushuBox{
	margin: 0 0 20px;
	padding: 10px 15px;
}

.scltop_index #koushuSearch ul li{
	width: 235px;
	float: left;
	margin:14px 6px 0 0;
	background:#d3f0fa;
	border: #2d77c2 solid 1px;
	font-size: 20px; /* font-size: 15px; */
	font-weight: bold;
	vertical-align: bottom;
}

.scltop_index #koushuSearch ul li:nth-child(3n){
	margin:14px 0 0 0;
}

.scltop_index #koushuSearch ul li a{
	display: block;
	width: 198px;
	padding: 10px 10px 10px 10px;
	text-align: center;
}

.scltop_index #koushuSearch ul li a:before{
	content:"\25B6";
	display: inline-block;
	float:left;
	font-size:18px;
	margin:0 4px 0 0;
	color:#2d77c2;
}

.scltop_index #koushuSearch ul li.bgY{
	background-color:#ffed3d;
	font-size:24px; /* font-size:18px; */
	margin:0 6px 0 0;
}

.scltop_index #koushuSearch ul li.bgY a{
	padding: 15px 10px 15px 10px;
}

.scltop_index #recommend li{
	background: url("/common_img/18p/index_j_h/index_for/arrow.png")no-repeat;
	min-height: 16px;
	padding: 0 0 0 20px; /* padding: 1px 0 0 20px; */
	margin-bottom: 15px;
	font-size:16px;
}
/*.scltop_index #recommend li:last-child{margin:0 0 0 0;}
.scltop_index #recommend li:before{
	content:"\25B6";
	display: inline-block;
	font-size:18px;
	margin:0 4px 0 0;
	color:#2d77c2;
}

.scltop_index #recommend li a{
	display: inline-block;
	height:26px;
	line-height: 26px;
}*/

.scltop_index #oyakudachi .inner_block{
	margin-bottom:0;
}
.scltop_index #oyakudachi .content3block .block{
	width: 232px;
	padding: 8px;
	overflow: hidden;
	margin: 3px 0px 3px 0;
	float: left;
}

.scltop_index #oyakudachi .content3block .block.n3,
.scltop_index #oyakudachi .content3block .block:nth-child(3n){
	margin:0 0 10px 0;
}

.scltop_index #oyakudachi .content3block .block p{
	float: left;
	margin-right: 6px;
}
.scltop_index #oyakudachi .content3block .block dl{
	margin-left:52px;
}
.scltop_index #oyakudachi .content3block .block dt{
	font-size:14px; /* font-size:12px; */
}
.scltop_index #oyakudachi .content3block .block dd{
	font-size: 13px; /* font-size: 10px; */
	line-height: 1.4; /* line-height: 12px; */
	color: #000;
	display: block;
	clear: right;
	float: left;
	display: block;
	width: 173px;
}
.scltop_index #related_site .content3block{
	padding:0 14px;
}
.scltop_index #related_site .content3block .block{
	margin-right:50px;
	width:200px;
}
.scltop_index #oyakudachi .content3block .block:nth-child(3n+1) {
    clear: both;
}
.scltop_index #oyakudachi .content3block .block dl a{
	line-height: 15px;
}
#newNews{
	padding:6px;
	border:1px solid #2d77c2;
	border-top:none;
	border-radius: 0 0 6px 6px;
}

.scltop_index .side_block.news li{
	width: 174px;
	padding:0 0 0 0;
	margin:0 0 0 0;
}
.scltop_index .side_block.news a {
	display: inline-block;
	width: 176px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
}

.scltop_index .side_block.news a:before {
	content:"\25B6";
	float:left;
	font-size:18px;
	margin:0 6px 0 0;
}

.scltop_index .side_block.news li:last-child a:before {display:none;}

.scltop_index .side_block.pickup p,
.scltop_index .side_block p.banner {
	margin: 10px 0;
	text-align:center;
}

.scltop_index .LeftColumn .h3Title,
.scltop_index .RightColumn .h3Title{
	position: relative;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	margin:10px 0 0 0;
	padding: 0 0 0 60px;
	line-height: 40px;
	background:#2d77c2;
	z-index: 1;
}
.scltop_index .LeftColumn #oyakudachi h3{
	margin-top:30px;
}
.scltop_index .LeftColumn .h3Title{
	font-size:23px;
}
.scltop_index .RightColumn .h3Title{
	position: relative;
	color: #FFFFFF;
	font-size: 18px;
	font-weight: bold;
	height: 40px;
	padding: 4px 4px 4px 4px;
	line-height: 40px;
	background:#2d77c2;
	z-index: 1;
	margin-top: 0px;
}

.scltop_index .RightColumn .h3Title span{
	display: table-cell;
	padding:0 0 0 8px;
	font-size: 15px; /* font-size: 12px; */
	line-height: 1.2;
	vertical-align: middle;
}

.scltop_index .RightColumn .h3Title.white:before{
	content:"";
	display: table-cell;
	width:44px;
	height:40px;
	border:none;
	background:white no-repeat center center;
	z-index: 2;
}

.scltop_index .LeftColumn .h3Title:before{
	content:"";
	position: absolute;
	display: block;
	bottom:0;
	left:0;
	width:44px;
	height:44px;
	border:3px solid #2d77c2;
	background:#ffed3d no-repeat center center;
	z-index: 2;
}


.scltop_index .LeftColumn .h3Title.titKanren:before{background-image:url("/scltop/images/icons/icon_h_01.png"); }
.scltop_index .LeftColumn .h3Title.titSearch02:before{background-image:url("/scltop/images/icons/icon_h_02.png"); }
.scltop_index .LeftColumn .h3Title.titGakko:before{background-image:url("/scltop/images/icons/icon_h_04.png"); }
.scltop_index .LeftColumn .h3Title.titMatomete:before{background-image:url("/scltop/images/icons/icon_h_03.png"); }
.scltop_index .LeftColumn .h3Title.titEvent:before{background-image:url("/scltop/images/icons/icon_h_05.png"); }
.scltop_index .LeftColumn .h3Title.titOyakudachi:before{background-image:url("/scltop/images/icons/icon_h_09.png");background-position: 2px center;}
.scltop_index .LeftColumn .h3Title.titKanrenSite:before{background-image:url("/scltop/images/icons/icon_h_10.png");}
.scltop_index .RightColumn .h3Title.bgTotteoki:before{background-image:url("/scltop/images/icons/icon_h_08.png")}

.scltop_index .LeftColumn .h3Title span{color:#ffe200;}

.scltop_index .LeftColumn .h3Title em{
	display: table;
	float: right;
	border-spacing: 4px;
}

.scltop_index .LeftColumn .h3Title i{
	display: table-cell;
	width:32px;
	height:32px;
	padding:2px 2px 0 2px;
	background:white;
	color:#2d77c2;
	font-size:15px; /* font-size:11px; */
	font-weight: bold;
	font-style: normal;
	line-height: 1.05;
	text-align: center;
	vertical-align: middle;
}

.scltop_index .RightColumn .side_block.pickup h3{
	border:10px solid #2d77c2;
	border-top:none;
	border-bottom:none;
	text-align: center;
	background:#d3f0fa;
	color:#2d77c2;
	font-size: 14px; /* font-size: 12px; */
	font-weight:bold;
	padding:4px 0 4px 0;
	letter-spacing: 0.3em;
}

.scltop_index #shinroData{

}

.scltop_index #shinroData ul{
	margin:10px 0 30px 0;
	padding:10px 20px 10px 20px;
	border:1px solid #2d77c2;
	border-radius:6px;
}

.scltop_index #shinroGuidance ul{
	margin:10px 0 30px 0;
	padding:10px 20px 10px 20px;
	border: 2px solid #2d77c2;
	/*border-radius:6px;*/
	width:425px;
}

.scltop_index #shinroData ul li,
.scltop_index #shinroGuidance ul li{margin: 0px 0 4px 0;}
.scltop_index #shinroData ul li a{
	display: inline-block;
	height: 24px;
	line-height: 24px;
	color:#2d77c2;
	font-size:16px;
}

.scltop_index #shinroData ul li a:before{
	content:"\25B6";
	float:left;
	margin:0 6px 0 0;
	font-size:24px;
}

.scltop_index #shinroGuidance ul li p:before{
	content:"\25BC";
	float:left;
	margin:0 0px 0 0;
	font-size: 18px;
}

.scltop_index #shinroData ul li span{
	display: block;
	position: relative;
	top:-3px;
	margin:0 0 0 18px;
	color:#333;
	font-size:15px;
}

.scltop_index #shinroGuidance ul li span{
	display: block;
	position: relative;
	top:-3px;
	margin: 2px 0 0 0px;
	color:#333;
	font-size:18px;
}

.scltop_index #shinroGuidance ul li p{
	display: block;
	position: relative;
	top:-3px;
	/*margin:0 0 0 8px;*/
	color:#2d77c2;
	font-size:18px;
}

.scltop_index #shinroData ul li:first-child,
.scltop_index #shinroGuidance ul li:first-child{
	font-size:18px;
	font-weight: bold;
	color:#333;
}
.scltop_index #shinroData ul li:last-child a{
	float:right;
	display: inline-block;
	height:24px;
	padding:4px 8px 4px 8px;
	background: #2d77c2;
	border:2px solid #333333;
	border-radius: 12px;
	color:white;
	font-size:14px;
	font-weight: bold;
	letter-spacing: 0.1em;
	text-align: center;
	line-height: 24px;
}

.scltop_index #shinroData ul li:last-child a:hover{
	text-decoration: none;
	opacity: 0.7;
}

.scltop_index #shinroData ul li:last-child a:before{display: none;}


.scltop_index #guideBooksInformation h3{margin:0 0 20px 0;}
.scltop_index #guideBooksInformation h4{
	margin: 0 0 10px 0;
	color:#2d77c2;
	font-weight: bold;
	font-size: 22px; /* font-size: 18px; */
}
.scltop_index #guideBooksInformation .column-R02 h4{text-align: center;}

.scltop_index #guideBooksInformation .column-R02,
.scltop_index #guideBooksInformation .inner_block.blue_block{
	border:1px solid #2d77c2;
	border-radius: 6px;
}
.scltop_index #guideBooksInformation .column-R01 .inner_block.blue_block.last{
	margin-bottom:0;
}

.scltop_index #guideBooksInformation .column-R02 .inner_block.blue_block{
	border:none;
	padding: 0;
}

.scltop_index #guideBooksInformation .column-R02{
	width: 284px;
	height: 333px;
	padding: 10px 40px 10px 40px;
	background:url("/scltop/images/img_guide_01.jpg") no-repeat center 174px;
}

.scltop_index #guideBooksInformation .column-R02 p.guideBooks{
	min-height: 2.2em;
	font-size: 16px;
	font-weight: bold;
}

.scltop_index #guideBooksInformation .column-R02 p.guideBooks a{
	display: inline-block;
	float:right;
	margin:52px 0 0 0;
	font-weight: normal;
	text-align: right;
}
/*対象別コンテンツ新デザイン　2015/1/27*/
.scltop_index #oyakudachi .inner_block p.fc-blue{
	border-bottom: dotted 1px;
	padding-bottom: 5px;
	font-size:20px; /* font-size:18px; */
}
.scltop_index .LeftColumn #recommend,
.scltop_index .LeftColumn .titKanren,
.scltop_index .LeftColumn #oyakudachi{
	margin-top:30px;
} 



/* 進学動画チャンネル 動画詳細画面 */
#Contents.Douga .Title{
	font-size:18px;
	font-weight:bold;
}
/*全文検索　2015/1/21*/
#searchAll .block_search_criteria table th p {
	display: block;
	padding: 35px 0;
	margin: 5px;
	text-align: center;
	font-weight: bold;
	background: url(/common_img/18p/bg_yel.png) 0 0 repeat;
	height: 35px;
}
#searchAll .block_search_criteria input{
	width: 378px;
	height: 39px;
}
#searchAll .block_search_criteria td{
	padding: 25px 10px;
}
#searchAll #search_result_list .block_list_action.col3 .block_right {
	float: right;
}
#searchAll .btnDt{
	background-color: #CDE6F5;
	display: inline-block;
	padding: 5px 20px;
	text-align: center;
	border: #2D77C2 1px solid;
	margin-top: 10px;
}
#searchAll .btnDt a:before{
	content:"\25b6";
	color:#2D77C2;
}

span.t10-4.scl-kind {
	font-size: 14px;
}
table[class^="setline"] tr {
	height: 220px;
}
.scl_name h3 {
	font-size: 14px;
}
div[class^="list_box setline"] td.data_area {
	border-bottom: none;
}
.block_list_box .list_box .data_area .scl_job p a {
	line-height: 2;
}
.block_list_box .list_box .data_area .scl_name p a {
	line-height: 1.6;
}
.block_list_box .list_box .data_area p a {
	line-height: 1.4;
}
.data_area .col3 .block_right .scl_new_expanded .new-course-name1 a {
	font-size: 16px;
	line-height: 1.6;
	font-weight: normal;
}
td.data_area .block_right .dot_black_line .scl_name h3 span {
	font-size: 14px;
}
td.scl_course_cklist_heading {
	font-size: 13px;
}
td.scl_course_cklist_result {
	font-size: 15px;
}
ul.scl_course_cklist li label {
	font-size: 15px;
}
span.scl_k_qa_arrow {
	left: 814px;
	top: -24px;
}
.css_schoolapi .scl_k_qa a {
	left: 820px;
}
.block_search_sortarea .search_sortarea_arealink dl dd ul li a {
	font-size: 16px;
}
.fs13 {
    font-size: 13px;
}
.color-black{
    color: black;
}