@charset "utf-8";
/* common_desktop */

@import url('/css/part.css'); /* ページ下部お問い合わせボタン */

figure{
	margin:0;
}

li{
	list-style:none;
}

/* ---------------------------------------------------------
 PC用非表示
--------------------------------------------------------- */
#stM_header, .header_bnr_area {display:none;}
.gotop, .to_top{display:none;}
#stM_footer {display:none;}
.stM_Pagetop {display:none;}
.footer_bnr_area {display:none;}

.forMobile {display:none;}
.forDesktop {display: block;}

/* =============================================================
　body all
============================================================= */

body {
	margin:0px;
	padding:0px;
	font-size:13px;
	line-height:130%;
	font-family: Verdana,"ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
	color:#484848;
}

/*----  リンク色指定  ----*/
a:link {color:#0075b5;}
a:hover {color:#0085cd; text-decoration: none;}
a:visited{color:#0075b5;}



/* =============================================================
　clearfix　
============================================================= */

.clear { clear:both; }

.clearfix:after {
content: "";
display: block;
height: 0;
clear: both;
visibility: hidden;
overflow:hidden;
}

.clearfix {
zoom:1;
overflow:hidden;
}


@charset "utf-8";


/* header_pc.css より追記 161102 */
/* =============================================================
　g_Header
============================================================= */
header{font-size: 14px; background:#FFF;}

#g_header{
	background-image: url(/img/share/header/global/bg_g_header01.gif);
	background-repeat: repeat-x;
	display: block;
	height: 30px;
	margin: 0px;
	padding: 0px;
	font-size: 10px;
	border:none;
}
.g_logo{
	float: left;
}
.g_headerLink {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	height: 29px;
	float:left;
	border-left:1px solid #fff;
	border-right:1px solid #e3e3e3;
}
.g_headerLink li{
	margin: 0px;
	padding: 0px;
	float: left;
	line-height: 30px;
	display: block;
}
.g_headerLink li a{
	padding:0 10px;
	display: block;
	color:#333333;
	text-decoration: none;
	height: 29px;
	border-left:1px solid #e3e3e3;
	border-right:1px solid #fff;
}
.g_headerLink li a:visited{
	color:#333333;
}
.g_headerLink li a:hover{
	color:#666666;
	text-decoration: none;
	background-color:#e3e3e3;
}
/* =============================================================
　Header 2014/11/06～
============================================================= */

.st_headerArea {
	width: 1004px;
	margin: 0 auto 10px auto;
	zoom: 1;
	overflow: hidden;
}
.st_headerArea:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
	overflow:hidden;
}
.st_headerArea a:hover img {
	opacity:0.8;
	filter: alpha(opacity=60);
	-ms-filter: "alpha( opacity=60 )";
	background: #fff;
}
.logo {
	width: 200px;
	height: 69px;
	margin: 10px 25px 0 0;
	float: left;
}
.headerMainbtn {
	margin: 0 18px 0 0;
	padding: 35px 0 0 0;
	float: left;
}
.headerMainbtn li {
	float: left;
    margin: 0 5px 0 0;
}

.headerDesk {
	padding: 21px 8px 5px 0;
	float: left;
	margin:0;
	line-height: 90%;
    font-size: 1px;
}

.headerDesk dt{
	margin:0 0 2px;
}
.headerDesk dt img{
	vertical-align:top;
}

.headerDesk dd{
    float: left;
    margin: 0 2px 0 0;
	padding:0;
}
	.headerDesk dd:last-child{
		margin-right:0;
	}


.desk_link img{
	margin:0 0 4px 0;
}
.headerDesk a{
	margin:0;
	padding:0;
}
.desk_link a:hover img {
	opacity:0.8;
}
.headerTel {
	margin: 27px 0 0 0;
	float: right;
}

/* navigation 2017.07.07 */
.st_navArea{
	height: 70px;
	border-top:1px solid #e1e1e1;
	background: #f8fbfd;
	background: -moz-linear-gradient(top, #f8fbfd 0%, #c6deec 100%);
	background: -webkit-linear-gradient(top, #f8fbfd 0%,#c6deec 100%);
	background: linear-gradient(to bottom, #f8fbfd 0%,#c6deec 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f8fbfd', endColorstr='#c6deec',GradientType=0 );
}

.st_navigation {
	display: table;
	margin:0 auto;
	padding:0;
	width: 1004px;
	border-left:1px solid #f8fbfd;
	border-right:1px solid #e1e1e1;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}

.st_navigation li {
	display: table-cell;
	margin:0;
	padding:0;
	width:200px;
	height: 70px;
	text-align:center;
	line-height: 1;
	font-size:16px;
	font-weight:bold;
	vertical-align:middle;
	border-left:1px solid #e1e1e1;
	border-right:1px solid #f8fbfd;
	border-bottom:4px solid #288bc1;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing:border-box;
}
	.st_navigation li:hover {
		background: #e5f0f6;
		border-bottom-color:#49a7da;
	}
	
.st_navigation li.wide {
	width:202px;
}

.st_navigation li a {
    display: table;
    width: 100%;
    height: 100%;
    text-decoration: none;
	vertical-align:middle;
}

.st_navigation li .st_navigation_txt{
    display: table-cell;
	margin:-2px 0 0;
	padding:0;
	vertical-align:middle;
    text-shadow:1px 1px 0px #FFF;
	color:#0075b5;
    line-height: 1;
}

.st_navigation li .catch{
	color:#000;
	font-size:12px;
	padding: 0 0 6px;
    display: block;
	font-weight:400;
	text-shadow:none;
}

.st_navigation li .red{
	color:#e5006a;
}


/* =============================================================
　conetents
============================================================= */
#contents_wrap {
	max-width:1004px;
	margin:0 auto 20px auto;
}

#layout_com {
	display:block;
	width:1004px;
	margin:0px auto;
	padding:0;
}

#main {
	display:block;
	width:780px;
	float:right;
	margin:0px;
	padding:0px;
}


/* =============================================================
　pan_PC
============================================================= */
#st_pan {
	display:block;
	padding:9px 0 0 0;
	margin:0px 0px 5px 0px;
	width:100%;
	clear: both;
	height:30px;
}
#st_pan nav {
	margin:0px auto;
	width:1004px;
	line-height:1.5;
	text-align:left;
}	
#st_pan nav div {
	display:inline;
}

/* ------- パンくず 構造化対応(2016/5) ------- */
/****************************************
 BreadcrumbList
****************************************/
/* パンくず 2017.07 NEW */
#Breadcrumb {
	margin:15px auto;
	width: 1004px;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing: border-box;
}

#Breadcrumb nav {
    margin: 15px 0 10px;
    text-align: left;
	line-height: 1.6;
    color: #FFF;
	font-size:0;
}

#Breadcrumb nav div {
    display: inline-block;
	font-size:0;
	letter-spacing:-0.4em;
}
#Breadcrumb div a {
    display: block;
    text-decoration: none;
	position:relative;
    height: 24px;
	letter-spacing:normal;
	font-size: 12px;
    padding: 2px 3px 2px 14px;
	background:#d5e9f6;
    color: #484848;
	-webkit-box-sizing:border-box;
	-ms-box-sizing:border-box;
	box-sizing: border-box;
}
#Breadcrumb nav div:first-child a{
    padding-left:7px;
	background: #0075b5;
    color: #FFF;
}
#Breadcrumb div a:before{
		content: "";
    display: block;
    border: solid transparent;
    border-left-color: #FFF;
    border-width: 14px 10px;
    position: absolute;
    top: -2px;
    left: 0px;
    z-index: 1;
}
#Breadcrumb div:first-child a:before{
    display: none;
}
	#Breadcrumb nav div a:after {
		content:"";
		display:block;
		border: solid transparent;
		border-left-color:#d5e9f6;
		border-width:12px 8px;
		position:absolute;
		top:0;
		left:100%;
		z-index: 2;
	}
	#Breadcrumb nav div:first-child a:after {
		border-left-color:#0075b5;
	}

#Breadcrumb nav div a:hover{
		background:#abd4ed;
}
#Breadcrumb nav div a:hover:after{
		border-left-color:#abd4ed;
}

#Breadcrumb nav div:last-child {
	color:#484848;
	font-weight:bold;
	font-size:12px;
	letter-spacing:normal;
}

#Breadcrumb nav div:last-child {
	margin: 0 0 0 12px;
}


/* =============================================================
　footer_PC
============================================================= */
footer {
	clear:both;
    background: rgba(0, 0, 0, 0) url("/img/share/footer/footerBg.png") repeat scroll left top;
}
#footer {
	display:block;
	text-align:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	clear:both;
}

#footer-txtBg {
	display:block;
	width:100%;
	background:url(/img/share/footer/bg.gif) repeat-x;
}

#footer-txtBg p {
	background:url(/img/share/footer/ico.gif) no-repeat;
	background-position:left 7px;
	padding-left:18px;
	font-size:14px;
	height:34px;
	line-height:2.5em;
	width:1004px;
	margin:0 auto;
}

#footer-detail {
	display:block;
	width:1004px;
	margin:0 auto;
}

#footer-detail .menus-box,
#footer-detail .menus-box_end {
	float:left;
	width:175px;
	margin:15px 0px 0px 20px;
}

#footer-detail .menus-box_end {
	margin-right:0px;
}

#footer-detail p {
	margin-bottom:10px;
	font-weight:bold;
	font-size:14px !important;
}

#footer-detail ul {
	margin:5px 0px 10px 0px;
	padding:0px;
	clear:both;
	list-style:none;
}

#footer-detail img {
	margin-bottom:10px;
}

#footer-detail li {
	font-size:12px;
	padding:0px;
	margin-bottom:5px;
}

#copyright {
	display:block;
	width:100%;
	margin:0;
	padding-top:10px;
	border-top:1px dotted #CCC;
	clear:both;
	}

#copyright .txtBox {
	display:block;
	width:1004px;
	margin:0 auto;
	}

#copyright .txtBox p {
	display:block;
	float:left;
	width:500px;
	line-height:1.5;
	font-size:10px;
	margin:10px auto;
	}

#copyright .txtBox .f-Btn {
	display:block;
	width:310px;
	float:right;
	margin-top:5px;
	}

#copyright .txtBox .f-Btn img {
	float:left;
	margin-left:3px;
	}

#footer a {
	color:#6B6B6B;
	text-decoration: none
	}
	
#footer a:hover {color:#999999;}


/* footer_pc.css より追記 161102 */
@charset "utf-8";

/* footer */
footer {
    background: rgba(0, 0, 0, 0) url("/img/share/footer/footerBg.png") repeat scroll left top;
    clear: both;
	border-top: 1px solid white;	
}
#st_footer {
	font-size: 13px;
/*	border-top: 1px solid white;*/
/*	box-shadow: 0 -1px 0 #E0E0E0;*/
	background: url(/img/share/footer/footerBg.png) top left repeat;
	clear: both;
	/*width: 1004px;*/
	margin: 0 auto;
}
#st_footer a:link {color: #0075b5;}
#st_footer a:visited {color: #0075b5;}
#st_footer a:hover {color: #0075b5; text-decoration:none;}
.st_footerInner {
	width: 1004px;
	margin: 0 auto;
	padding: 35px 0 20px 0;
}
.st_footerBtn {
	margin: 0;
	padding: 0 0 0 30px;
}
.st_footerBtn li {
	margin: 0 10px 0 0;
	float: left;
}
.st_footerTel {
	margin: 0;
	padding: 0 0 0 15px;
	float: left;
}
.st_footerDesk {
	border-top:1px solid white;
	border-bottom:1px solid #cdcdcd;
	box-shadow: 0 -1px 0 0 rgba(205,205,205,1.00),0 1px 0 0 rgba(255,255,255,1.00);
	margin:15px 0 0 0;
	padding: 15px 0 15px 44px;
	background: url(/img/share/footer/footer_deskIcon.png) left 50% no-repeat;
	clear: both;
}
.st_footerDesk li {
	margin: 0 6px 0 0;
	float: left;
}
.st_footerInfo {
	text-align: center;
	background-color: rgba(198,198,198,0.3);
	margin: 10px 0;
	padding: 10px 0;
}
.st_footerLink {
	margin: 20px 0;
	padding: 0;
}
.st_footerLink dt{
	font-weight: bold;
	width: 110px;
	padding: 0;
	float: left;
	clear: both;
	position: relative;
}
.st_footerLink dt:before {
	content: "";
	width: 12px;
	height: 12px;
	padding: 0 2px 0 0;
	background: url(/img/share/footer/footer_icon_circle.png) 0 0 no-repeat;
	display:inline-block;
}
.st_footerLink dd{
	margin: 0 0 10px 110px;
	padding: 0;
	line-height: 1.5;
}
.st_footerLink dd a{
	position: relative;
}
.st_footerLink dd a span{
    position: relative;
    text-decoration: underline;
    /*  top: 0;*/
}
.st_footerLink dd a span.fb{
	left: 118px;
}
.st_footerLink dd a span.gpls{
	left: 32px;
	position: relative;
}

.st_footerLink dd a img{
	left: 3px;
	position: absolute;
	text-decoration: underline;
	/* top: 0; */
	display: inline-block;
}
.st_footerLink dd a img.fb_icon{
	left: 88px;
}
#footer_copyright {
	font-size: 11px;
	margin: 15px 0 0 0;
	padding: 15px 0 0 0;
	border-top: 1px solid white;
	box-shadow: 0 -1px 0 rgba(198,198,198,1.00);
}

/* バナー枠追加 */
.footer_bnr_area_pc{
    clear: both;
    margin:0 auto;
	padding-top:15px;
    width: 1004px;
    text-align: center;
}


/* =============================================================
　共通パーツ
============================================================= */
.parts_experience {
	font-size: 12px;
	background-color: #ececec;
	padding: 2%;
	clear:both;
	border-radius:6px;
}
.parts_experience a {
	text-decoration:underline;
}
.expTitle {
	font-weight: bold;
	margin: 0 0 5px 0;
}
.expLink {
	margin: 0;
	padding: 0 0 10px 0;
	border-bottom:1px dashed #ccc;
}
.otherLink {
	margin: 5px 0;
}

/* ページ上部へ */
.st_pagetop {
	text-align:right;
	clear:both;
}
.st_pagetop img {
	width: 90px !important;
	height: auto;
}

/* おすすめの学校 */
.st_sideSchoolrecommend {
	background:#f6f6f6;
	margin: 20px 0;
	border:3px solid #dbdbdb;
	border-radius:4px;
}

.recommend_ttl_box{
	border-bottom:1px dotted #848484;
    padding:8px 0;
    position: relative;
    display: block;
    /*color: #0075b5;*/
    font-size: 14px;
    font-weight: bold;
	text-align:center;
}

.recommend_main_box{
	display: table;
}

.st_top_recommend{
	display: table-cell;
	padding:1em 0.8em 0.3em 1em;
	margin:0;
	width: 27%;
	border-right: 1px dotted #dbdbdb;
}
.st_top_recommend_banner {
    font-size: 12px;
    margin: 5px auto;
}
.st_topPickupText_reco {
    clear: both;
    font-size: 12px;
    margin: 8px 0 0;
}
.st_top_recommend_banner .recommend{
	color:#fff;
	padding:2px 10px 2px 10px;
	font-weight:bold;
	background-color:#e3317d;
	border-radius: 1em; 
}
.st_top_recommend_banner p{
	margin-bottom:8px;
}

.ttltop_recommend {
    font-size: 12px;
    margin: 0;
	font-weight:normal;
}
.img_r{
	float:left;
	margin:0 5px 5px 0;
}

.reco_sc_top3{
	clear: both;
}

.st_sideMail_banner{
	display: table-cell;
	vertical-align:middle;
	text-align: center;
	background:#e6f2f8;
}

.st_sideMail_banner strong:before{
	content: "\A" ;
	white-space: pre ;
}

#floating_Btn {
    display: none;
}


/* 201608 追記 0com-country.cssから移行 */
/* ---------------------------------
　■□■ 7. 左ナビ ■□■
--------------------------------- */
#left-navi,
#left-navi_country {
	float:left;
	width:200px;

	margin:0px;
	padding:0px;
}

#left-navi_country .bnr {
	width:180px;
	margin:0px auto 15px auto;
	padding:0px;
}
