@charset "utf-8";
/* CSS Document */

@import url('/css/h_f/header_pc.css'); /* ヘッダー */
@import url('/css/h_f/footer_pc.css'); /* フッター */

/* \*/
* html div, * html p{
 height:1%;
 }
/* */

/* ================= 目次 =====================

【1】全体の定義
【2】フォント
【3】フロート
【4】マージン
【5】レイアウト外枠定義
【6】ヘッダーの定義
【7】左ナビの定義
【8】メインエリアの定義
【9】フッターの定義

============================================ */


/* =============================================================
　■□■ 全体の定義 ■□■
============================================================= */

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

p {
	margin:0px;
	padding:0px;
}

img {
	border:none;
	margin:0px;
	padding:0px;
}

em {font-style:normal;}

h1, h2, h3, h4, h5, h6, p, ol, ul, dl, dd, dt, div
{
	margin: 0;
	padding: 0;
}

li {list-style:none;}
/* =============================================================
　clearfix　
============================================================= */

.clear { clear:both; }

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

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


/* =============================================================
　■□■ 2. フォント ■□■
============================================================= */

a {
	color:#1C4396;
}

a:hover {
	color:#999999;
}


.left { text-align:left;}
.right { text-align:right;}
.center { text-align:center;}
.line200 { line-height:200%;}

/* サイズ */
.font12 { font-size:12px;}
.font14 { font-size:14px;}
.font16 { font-size:16px;}
.font18 { font-size:18px;}
.bold { font-weight:bold;}

/* カラー */
.gray {	color:#333333;}
.red { color:#FF3300;}


/* =============================================================
　■□■ 3. フロート ■□■
============================================================= */

.shift-left { float:left;}
.shift-right { float:right;}

.f-left { float:left;}
.f-right { float:right;}


/* --回避-- */
.clear { clear:both; }


#foot-link {
	margin-top:20px;
	margin-bottom:15px;
}


/* =============================================================
　■□■ 4. マージン ■□■
============================================================= */

.img-left { float:left; margin-right:10px;}
.img-right_10 { float:right; margin-left:10px;}
.img-right_15 { float:right; margin-left:15px;}

.mtop-no { margin-top:0px;}

.mtop-5 { margin-top:5px;}
.mtop-10 { margin-top:10px;}
.mtop-15 { margin-top:15px;}
.mtop-25 { margin-top:25px;}

.m-btm-5 { margin-bottom:5px;}
.m-btm-10 { margin-bottom:10px;}
.m-btm-15 { margin-bottom:15px;}

.m-right-10 { margin-right:10px;}
.m-left-15 { margin-left:15px;}



/* =============================================================
　■□■ 5. レイアウト外枠定義 ■□■
============================================================= */

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



/* =============================================================
　■□■ ヘッダーの定義 ■□■
============================================================= */

/* --pan-- */

#shin-pan {
	display:block;
	width:100%;
	padding: 5px 0 0 0;
	/*background:url(../img/higher/pan_bg.jpg) no-repeat;*/
}

#shin-pan p {
	display:block;
	width:1004px;
	margin:0 auto;
	padding-left:25px;
	line-height:2;
}

/* --nav-- */

#shingaku-tab {
	display:block;
	width:1004px;
	margin:15px auto;
	padding:0px;
	}

#shingaku-tab img {
	float:left;
	}


/* =============================================================
　■□■ 左ナビの定義 ■□■
============================================================= */
	
#left-navi_shingaku {
	display:block;
	width:210px;
	float:left;
	margin:0px 0px 10px 0px;
	padding:0px;
	}
	
.btn {
	display:block;
	margin:0px 0px 10px 0px;
	}
	
.btn img {
	display:block;
	margin:0px 0px 2px 0px;
	}
	
#menu {
	display:block;
	margin:0;
	padding:0;
	width:200px;
	}

#menu h2 {
	display:block;
	margin:25px 0 0 0;
	padding:18px 0 10px 18px;
	font-size:16px;
	background:url(../img/higher/navi/line.jpg) no-repeat;
	letter-spacing:+1pt;
	}

#menu h2.top {
	margin:0;
	}

#menu ul {
	display:block;
	margin:0px;
	padding:0px;
	}

#menu ul li {
	display:block;
	line-height:2;
	font-size:14px;
	font-weight:normal;
	margin:0px;
	padding:0px;
	height:25px;
	}

#menu ul li a {
	display:block;
	padding:0 0 0 15px;
	margin:0 0 0 15px;
	background:url(../img/higher/navi/arrow.jpg) no-repeat;
	}

#menu ul li a:hover {
	display:block;
	padding:0 0 0 15px;
	margin:0 0 0 15px;
	background:url(../img/higher/navi/arrow_over.jpg) no-repeat;
	}

#menu ul li.f01 a {
	padding-left:25px;
	background:url(../img/higher/navi/f_usa.jpg) no-repeat;
	}

#menu ul li.f02 a {
	padding-left:25px;
	background:url(../img/higher/navi/f_uk.jpg) no-repeat;
	}

#menu ul li.f03 a {
	padding-left:25px;
	background:url(../img/higher/navi/f_aus.jpg) no-repeat;
	}

#menu ul li.f04 a {
	padding-left:25px;
	background:url(../img/higher/navi/f_nz.jpg) no-repeat;
	}

#menu ul li.f05 a {
	padding-left:25px;
	background:url(../img/higher/navi/f_can.jpg) no-repeat;
	}

#menu ul li.f01 a:hover {background:url(../img/higher/navi/f_usa.jpg) no-repeat; padding-left:25px;}
#menu ul li.f02 a:hover {background:url(../img/higher/navi/f_uk.jpg) no-repeat; padding-left:25px;}
#menu ul li.f03 a:hover {background:url(../img/higher/navi/f_aus.jpg) no-repeat; padding-left:25px;}
#menu ul li.f04 a:hover {background:url(../img/higher/navi/f_nz.jpg) no-repeat; padding-left:25px;}
#menu ul li.f05 a:hover {background:url(../img/higher/navi/f_can.jpg) no-repeat; padding-left:25px;}


/*広告*/
#menus_link {
	margin-top:10px;
	}
	
#menus_link img {
	clear:both;
	margin:5px 0px 5px 20px;
	}

/*----　バナー　----*/
.l_aiuBanner {
	display:block;
	margin:10px 0;
}


/*-------- フッター  --------*/

#footer-top {
	display:block;
	width:100%;
	margin:15px auto 0;
	background:url(../img/share/footer/bg.jpg) repeat-x;
}

#footer-top .tt-bg {
	width:1004px;
	margin:0 auto;
	position:relative;
}

#footer-top .tt-bg #btn-01 {
	position:absolute;
	top: 27px;
	right: 190px;
}

#footer-top .tt-bg #btn-02 {
	position:absolute;
	top: 27px;
	right: 0;
}

#footer {
	display:block;
	width:100%;
	margin:0px;
	padding:0px 0px 10px 0px;
	background-color:#dfdfdf;
	clear:both;
}

#footer-bg {
	width:890px;
	margin:0 auto;
	padding:40px 0 0 0;
}

#footer-bg .menus-box,
#footer-bg .menus-box_end {
	float:left;
	width:190px;
	margin:0 40px 0 0;
}

#footer-bg .menus-box_end {
	margin:0;
}

#footer-bg ul {
	margin:5px 0px 10px 0px;
	padding:0px;
	clear:both;
}

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

#footer-bg li {
	font-size:12px;
	border-bottom:#CCCCCC solid 1px;
	background:url(../img/share/footer/arrow.jpg) no-repeat;
	padding:0px 0px 10px 20px;
	margin-bottom:10px;
}

#copyright {
	display:block;
	line-height:1.5;
	font-size:10px;
	margin:10px auto;
	text-align:center;
	color:#0077a2;
	}

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


/* banner追加　2014/07/01 */
.diamond_banner {
	margin:10px 0 0 0;
}

/* サイドメニュー　2015/02/17 */
.higher_sidemenu {
	display: block;
	width: 210px;
	float: left;
	margin: 5px 0 15px 0;
}
.st_sideBtn {
	margin: 0 0 10px 0;
	padding: 5px 5px 0 5px;
	background-color: #f2f2f2;
}
.st_sideBtn img {
	margin: 0 0 5px 0;
	vertical-align: bottom;
}
#menu {
	margin: 0 0 20px 0;
}

/* 進学メニュー */
.higher_menu {
	width: 769px;
	margin: 5px auto 20px auto;
	padding: 5px 0 5px 5px;
	background-color: #DADADA;
}
.higher_menu li {
	margin: 0 !important;
	padding: 0 !important;
	text-indent: 100%;
	white-space: nowrap;
	overflow: hidden;
}
.higher_menu01, .higher_menu02 {
	width: 769px;
	margin: 0;
	padding: 0;
	list-style: none;
	clear: both;
}
.higher_menu01 li, .higher_menu02 li {
	float: left;
}
.higher_menu01 li a {
	height: 77px;
	padding: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	background: transparent;
	display: block;
}
.higher_menu01_01 {	width: 255px !important;background-image: url(/img/higher/higher_menu01.png) !important;}
.higher_menu01_02 {	width: 255px !important;background-image: url(/img/higher/higher_menu02.png) !important;}
.higher_menu01_03 {	width: 254px !important;background-image: url(/img/higher/higher_menu03.png) !important;}
.higher_menu02 li a {
	height: 53px;
	padding: 0;
	background-position: 0 0;
	background-repeat: no-repeat;
	display: block;
}
.higher_menu02_01 {	width: 255px !important;background-image: url(/img/higher/higher_menu04.png) !important;}
.higher_menu02_02 {	width: 255px !important;background-image: url(/img/higher/higher_menu05.png) !important;}
.higher_menu02_03 {	width: 254px !important;background-image: url(/img/higher/higher_menu06.png) !important;}

/* CVパーツ */
.higher_cvBox,
.higher_cvBrochureBox {
	width: 720px;
	margin: 15px auto;
	padding: 27px;
	background-color: #E8F4FE;
	box-shadow: rgb(12, 40, 86) 0px 0px 0px 5px inset;
}
.higher_cvBox p,
.higher_cvBrochureBox p {
	padding: 0 !important;
}
.higher_cvTextBox {
	width: 72%;
	float: right;
}
.higher_cvBox_imgCounsel {
	width: 25%;
	float: left;
}
.higher_cvBox_imgCounsel img {
	width: 100%;
	height: auto;
}
.higher_cvBox_img {
	margin: 10px 0 0 0 !important;
}
.higher_cvBox_img img {
	width: auto;
	vertical-align: middle;
}
.higher_cvBox_img > img {
	margin: 0 12px 0 0 !important;
}
.higher_cvBrochureTextBox {
	width: 56%;
	float: right;
}
.higher_cvBrochureBox_imgCounsel {
	width: 42%;
	float: left;
}
.higher_cvBrochureBox_imgCounsel img {
	width: 100%;
	height: auto;
}
.higher_cvBrochureBox_img {
	width: 270px;
	margin: 10px 0 0 132px !important;
}
.higher_cvBrochureBox_img img {
	width: 100%;
	height: auto;
	
}

/* テキスト＆画像広告追記 */
.st_sideRightLink {
    margin: 0 0 8px !important;
    box-sizing: border-box;
    padding: 0 5px;
    font-size: 12px;
}

.img_sideRight {
    float: right;
    height: 50px !important;
    width: auto !important;
}

