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

	file name : parts.css

 : :::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::::: */


/* ********************************************************************************
 * PARTS
 * ******************************************************************************** */


/* #pageTitle */
h3#pageTitle {
}
/* #sectionTitle */
h4.sectionTitle {
	font-weight:bold;
	color:#002870;
	font-size:120%;
	background:#d4e1f8;
	border-left:6px solid #002870;
	padding:5px 10px;
}
h4.sectionTitle a {
	display:block;
	background:#d4e1f8 url(../img/arrow_sectionTitle.gif) right center no-repeat;
}
h4.sectionTitle a:link, h4.sectionTitle a:visited {
	color:#002870;
}
h4.sectionTitle a:hover {
	color: #4179db;
}
/* #midashi */
.midashi {
	border-bottom:1px solid #dcdcdc;
}
.midashi h5 {
	border-left:3px solid #4179db;
	margin-bottom:1px;
	font-size:120%;
	font-weight:bold;
	padding:5px 10px;
}
.midashi h5 span{
	font-size:70%;
}
h5.midashi{
	border-left:3px solid #4179db;
	margin-bottom:1px;
	font-size:120%;
	font-weight:bold;
	padding:5px 10px;
}
h6.midashi{
font-weight:bold;
font-size:110%;}
/* p txt
------------------------------------------------------------*/
p.catch {
	margin-bottom:30px;
}
div#content div#main p.catch {
	font-size: 32px;
	padding: 0;
	color: #002870;
	line-height: 1.4;
}

p.catch_sub {
	margin-bottom:20px;
}
	

/* .pointBox
------------------------------------------------------------*/
.pointBox {
	margin-bottom:40px;
	display: table;
	background: #f0f3f7;
	padding: 7px 13px;
	width: 720px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.pointBox p,
.pointBox ul {
	display: table-cell;
	vertical-align: middle;
}
.pointBox p {
	width: 84px;
	height: auto;
}
.pointBox ul {
	padding-left: 10px;
}
.pointBox ul li {
	font-size: 16px;
	font-weight: bold;
	line-height: 1.5;
	color: #333;
	padding-left: 20px;
	position: relative;
}
.pointBox ul li::before {
	content: "";
	width: 5px;
	height: 5px;
	background: #002870;
	position: absolute;
	top: 15px;
	left: 8px;
	border-radius: 100%;
}
.pointBox ul li span {
	font-size: 126%;
	color: #0044be;
}

/* table.information
------------------------------------------------------------*/
table.info {
	border-collapse:collapse;

}
table.info th {
	font-weight:bold;
	text-align:center;
	background:#f0f3f7;
}
table.info th.alignLeft {
	text-align:left;
}
table.info th, table.info td {
	border:1px solid #d9d9d9;
	padding:8px;
}
table.info caption {
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
}
table.info2 {
	border-collapse:collapse;

}
table.info2 th {
	font-weight:bold;
	text-align:center;
	background:#f0f3f7;
}
table.info2 th, table.info2 td {
	border:1px solid #d9d9d9;
	padding:8px;
}
table.info2 td {
	vertical-align:middle;
	}
table.info2 caption {
	font-weight:bold;
	text-align:left;
	padding-bottom:5px;
}

table th.w60 {
	width: 60px;
}

table th.w225 {
	width: 225px;
}

/* ********************************************************************************
 * Link
 * ******************************************************************************** */

/* .tabNav
------------------------------------------------------------*/
.tabNav {
	width:100%;
	background:url(../img/bg_tabLinkUl_backBottom.gif) right bottom no-repeat;
	clear:both;
}
.tabNavTop{
	background:url(../img/bg_tabLinkUl_backTop.gif) center top no-repeat;
	}
.tabNav ul {
	padding:0 17px;
	width:686px;
}
.tabNav ul li {
	float:left;
	margin:11px 0 0 0;
	font-size:90%;
	line-height:normal;
}
.tabNav ul li a{
	float:left;
	padding:3px 14px 3px 19px;
	border-right:#a1aab6 1px solid;
	display:block;
	background:url(../../gakubu/img/common/bg_sideLinkUlul.gif) no-repeat 10px 7px;
}
.tabNav ul li span a{
	display:block;
	text-decoration:none;
}
.tabNav ul li span a:hover{
	display:block;
	text-decoration:none;
}
.tabNav ul li a:hover{
	float:left;
	display:block;
	border-right:#a1aab6 1px solid;
}
.tabNav ul li.first {
	border-left:#a1aab6 1px solid;
}
.tabNav ul li.active {
	margin:6px 0 0 -1px;
	background:#FFF url(../img/arrow_tabLinkUl_arrowTop.gif) 50% 90% no-repeat;
	border:#d9d9d9 1px solid;
	border-bottom:none;
	padding:8px 14px 12px 14px;
	font-weight:bold;
	color:#333;
}

.tabNav ul li.first {
	border-left:#a1aab6 1px solid;
}
.tabNav ul li.active {
	margin:6px 0 0 -1px;
	background:#FFF url(../img/arrow_tabLinkUl_arrowTop.gif) 50% 90% no-repeat;
	border:#d9d9d9 1px solid;
	border-bottom:none;
	padding:8px 14px 12px 14px;
	font-weight:bold;
	color:#333;
}

.tabNav ul.under li.active {
	background:#FFF url(../img/arrow_tabLinkUl_Bottom.gif) 50% 10% no-repeat;
	padding:12px 14px 8px 14px;
	margin:0 0 6px -1px;
	border:#d9d9d9 1px solid;
	border-top:none;
}
a.blank{
	background: url(../img/icon_blank.gif) right center no-repeat;
	padding: 0 10px 0 0;
}

/* .anchorNav
------------------------------------------------------------*/
.anchorNav {
	background:#f0f3f7;
	border:#c4cdda 1px solid;
	clear:both;
}
.anchorNav ul {
	padding:12px 0 0 15px;
}
.anchorNav ul li {
	list-style:none;
	float:left;
	padding:0 15px 12px 16px;
	background:url(../img/arrow_blueAnchor.gif) 0 5px no-repeat;
	width:320px;
}
.anchorNav ul.little {
	text-align: center;
}
.anchorNav ul.little li {
	display: -moz-inline-box;
	display: inline-block;
	/display: inline;
	/zoom: 1;
	width:auto;
	padding-right:20px;
	padding-left:13px;
	float:none;
}
.anchorNav ul.little li a {
	display: block;
	width:auto;
}

/* .linkNav
------------------------------------------------------------*/
.linkNav{
	padding:10px 30px 10px;
}
.linkNav .sec1{
	float:left;
	margin-right:76px;
	}
/* .connectionNav1
------------------------------------------------------------*/
.connectionNav1 {
	background:url(../img/bg_connectionNav.gif) repeat-y;
	clear:both;
}
.connectionNav1 h4 {
	padding:0 0 4px 0;
	background:#FFF url(../img/bg_connectionNav_top.gif) bottom no-repeat;
}
.connectionNav1 ul {
	background:url(../img/bg_connectionNav_bottom.gif) bottom no-repeat;
	width:718px;
	padding:5px 1px 5px 1px;
}
.connectionNav1 ul li {
	background:url(../img/line_dot.gif) bottom repeat-x;
	float:left;
	width:718px;
	list-style:none;
}
.connectionNav1 ul li a {
	padding:5px 19px 5px 33px;
	display:block;
	background:url(../img/arrow_blue.gif) 19px 10px no-repeat;
}
.connectionNav1 ul li.active {
	background:#d4e1f8 url(../img/line_dot.gif) bottom repeat-x;
}
.connectionNav1 ul li.active a {
	background:url(../img/arrow_blue.gif) 19px 10px no-repeat;
}

/* .connectionNav2
------------------------------------------------------------*/
.connectionNav2 {
	background:url(../img/bg_connectionNav.gif) repeat-y;
	clear:both;
}
.connectionNav2 h4 {
	padding:0 0 4px 0;
	background:#FFF url(../img/bg_connectionNav_top.gif) bottom no-repeat;
}
.connectionNav2 ul {
	background:url(../img/bg_connectionNav_bottom.gif) bottom no-repeat;
	width:718px;
	padding:5px 1px 5px 1px;
}
.connectionNav2 ul li {
	background:url(../img/line_dot.gif) bottom repeat-x;
	float:left;
	width:359px;
	list-style:none;
}
.connectionNav2 ul li a {
	padding:5px 19px 5px 33px;
	display:block;
	background:url(../img/arrow_blue.gif) 19px 10px no-repeat;
}
.connectionNav2 ul li.active {
	background:#d4e1f8 url(../img/line_dot.gif) bottom repeat-x;
}
.connectionNav2 ul li.active a {
	background:url(../img/arrow_blue.gif) 19px 10px no-repeat;
}

/* .connectionNav3
------------------------------------------------------------*/
.connectionNav3 {
	background:url(../img/bg_connectionNav.gif) repeat-y;
	clear:both;
}
.connectionNav3 h4 {
	padding:0 0 4px 0;
	background:#FFF url(../img/bg_connectionNav_top.gif) bottom no-repeat;
}
.connectionNav3 ul {
	background:url(../img/bg_connectionNav_bottom.gif) bottom no-repeat;
	width:718px;
	padding:5px 1px 5px 1px;
}
.connectionNav3 ul li {
	background:url(../img/line_dot.gif) bottom repeat-x;
	float:none;
	width:718px;
	list-style:none;
}
.connectionNav3 ul li a {
	/*width:150px;*/
	float:left;
	padding:5px 19px 5px 33px;
	display:block;
	background:url(../img/icon_blue.gif) 19px 10px no-repeat;
	font-weight:bold;
}

.connectionNav3 .clearfix li ul {
		background:none;
	width:500px;
	padding:5px 1px 5px 1px;
	float:right;
}
.connectionNav3 .clearfix li ul li {
	background:none;
	float:none;
	list-style:none;
	display:inline;
}
.connectionNav3 .clearfix li ul li a{
	float:none;
	padding:0 20px 0 10px;
	display:inline;
	background:url(../img/arrow_blue.gif) 0px 5px no-repeat;
	font-weight:normal;
}
/* .connectionNav4
------------------------------------------------------------*/
.connectionNav4 {
	background:url(../img/bg_connectionNav.gif) repeat-y;
	clear:both;
}
.connectionNav4 h4 {
	padding:0 0 4px 0;
	background:#FFF url(../img/bg_connectionNav_top.gif) bottom no-repeat;
}
.connectionNav4 ul {
	background:url(../img/bg_connectionNav_bottom.gif) bottom no-repeat;
	width:718px;
	padding:10px 1px 15px 1px;
}
.connectionNav4 ul li {
	float:left;
	width:239px;
	list-style:none;
}
.connectionNav4 ul li img {
	margin:0 0 0 10px;
	float:left;
}
.connectionNav4 ul li p {
	width:158px;
	margin:0 0 0 10px;
	padding:23px 0 0 0 ;
	float:left;
}
.connectionNav4 ul li p.topmgn10 {
	margin:0 0 0 10px;
	padding:10px 0 0 0 ;
	float:left;
}


/* .connectionNav5
------------------------------------------------------------*/
.connectionNav5 {
	background:url(../img/bg_connectionNav.gif) repeat-y;
	clear:both;
}
.connectionNav5 h4 {
	padding:0 0 4px 0;
	background:#FFF url(../img/bg_connectionNav_top.gif) bottom no-repeat;
}
.connectionNav5 dl {
	background:url(../img/bg_connectionNav_bottom.gif) bottom no-repeat;
	width:718px;
	padding:10px 1px 10px 1px;
}
.connectionNav5 dl dt,
.connectionNav5 dl dd {
	padding:0	25px;
	line-height:1.6;
	}


/* External Nav
-----------------------------------------------------------*/

a.blank {}
a.blank span{
	background:url(../img/icon_exlink_bl.gif) 100% 50% no-repeat;
	padding-right:15px;
}





/* ********************************************************************************
 * list
 * ******************************************************************************** */
 
 /* table.list
------------------------------------------------------------*/
table.list {
	border-collapse:collapse;
	background:url(../img/line_dot.gif) top repeat-x;
}
table.list th,
table.list td {
	padding:7px 16px;
	line-height:1.5;
	font-size:90%;
	font-weight:normal;
	background:url(../img/line_dot.gif) bottom repeat-x;
}

table.list.supportProgram th{
	padding:7px 6px 7px 26px;
	text-align: left;
	width: 116px;
}
table.list.supportProgram td{
	padding:7px 6px 7px 6px;
}

table.list tr.even {
	background:#f0f3f7 url(../img/line_dot.gif) bottom repeat-x;
}
table.list tr.first td,
table.list tr.first th {
	background:url(../img/line_dot.gif) top repeat-x;
	padding-top:8px;
}

 /* ul.list
------------------------------------------------------------*/
ul.list {
	list-style:none;
}
ul.list li {
	padding:0 0 5px 14px;
	background:url(../img/icon_blue.gif) 0 7px no-repeat;
	line-height:1.5;
}
.other_school ul.list li {
	border-bottom:1px dotted #ddd;
	padding: 0 0 5px 14px;
	margin: 0 0 10px;
}
ul.list li ol li {
	padding-left:0;
	background:none;
	padding-bottom:0;
}

 /* ul.listSub
------------------------------------------------------------*/
ul.listSub {
	list-style:none;
}
ul.listSub li {
	padding:0 0 0 14px;
	background:url(../img/icon_listSub.gif) 0 7px no-repeat;
	line-height:1.5;
}

 /* dl.list
------------------------------------------------------------*/
dl.list {
	margin:0 0 5px 0;		
}
dl.list dt {
	padding:0 0 5px 0;
	margin:0 0 0 13px;
	line-height:1.5;
	font-weight:bold;
}
dl.list dd {
	padding:0 0 10px 13px;
	line-height:1.5em;
}
dl.list02 dt {
	padding:0 0 10px 0;
	line-height:1.5;
	font-weight:bold;
	font-size: 110%;
}
dl.list02 dd {
	padding:0 0 20px 0;
	line-height:1.5em;
}
dl.list02 dd.indent {
	text-indent: -1rem;
	padding-left: 1rem;
}

/* ********************************************************************************
 * flow
 * ******************************************************************************** */

/* ol.flow
------------------------------------------------------------*/

ol.flow {
}
ol.flow li {
	list-style:none;
	padding:5px 0 5px 37px;
	font-weight:bold;
	font-size:120%;
	color:#333;
	margin:0 0 17px 0;
}
ol.flow li.num01 {
	background:url(../img/flow_num01.gif) left top no-repeat;
}
ol.flow li.num02 {
	background:url(../img/flow_num02.gif) left top no-repeat;
}
ol.flow li.num03 {
	background:url(../img/flow_num03.gif) left top no-repeat;
}
ol.flow li.num04 {
	background:url(../img/flow_num04.gif) left top no-repeat;
}
ol.flow li.num05 {
	background:url(../img/flow_num05.gif) left top no-repeat;
}
ol.flow li.num06 {
	background:url(../img/flow_num06.gif) left top no-repeat;
}
ol.flow li.num07 {
	background:url(../img/flow_num07.gif) left top no-repeat;
}
ol.flow li.num08 {
	background:url(../img/flow_num08.gif) left top no-repeat;
}
ol.flow li.num09 {
	background:url(../img/flow_num09.gif) left top no-repeat;
}
ol.flow li.num10 {
	background:url(../img/flow_num10.gif) left top no-repeat;
}
ol.flow li.num11 {
	background:url(../img/flow_num11.gif) left top no-repeat;
}

ol.flow li.num12 {
	background:url(../img/flow_num12.gif) left top no-repeat;
}

/* ol.flowSub
------------------------------------------------------------*/
ol.flowSub {
	margin:0 0 15px 2em;
	list-style:decimal;
}
ol.flowSub li {
	padding-bottom:15px;
	line-height:1.5;
}
ol.flowSub li ol {
	margin-left:20px;
	margin-top:5px;
}
ol.flowSub li ul {
	margin-top:5px;
}
ol.flowSub li ul li {
	padding-bottom:0;
}
ol.flowSub li ol {
	list-style-type: lower-alpha;
}
ol.flowSub li ol.katakana {
	list-style-type:katakana;
}
ol.flowSub li ol li {
	padding:0;
}

/* ********************************************************************************
 * box
 * ******************************************************************************** */
 
 /* lineBox
------------------------------------------------------------*/
.lineBox{
	border: 1px solid #dcdcdc;
	padding:22px;
}
 .lineBox h5{
	font-size:115%;
	font-weight:bold;
	color:#4179db;
	padding:0 0 10px 0;
}
 

/* ********************************************************************************
 * Line
 * ******************************************************************************** */


/* ********************************************************************************
 * 2011.4.13　追記（中六角）
 * ******************************************************************************** */
/*不使用　p.textL { font-size: 14px;}*/
h6.no_border {
	font-weight:bold;
	font-size:110%;
	border: none;
	margin-bottom: 5px;
}
/* ********************************************************************************
 * 2011.4.16　追記（中六角）
 * ******************************************************************************** */

/* .linkNav3
------------------------------------------------------------*/
.linkNav3 {
	clear:both;
	width:700px;
	background:url(../img/line_dot.gif) top repeat-x;
}
.linkNav3 ul {
	width:700px;
	padding:5px 0;
	background:url(../img/line_dot.gif) bottom repeat-x;
}
.linkNav3 ul li {
	background:url(../img/arrow_blue.gif) 0px 3px no-repeat;
	float:none;
	list-style:none;
	width:230px;
	float:left;
}
.linkNav3 ul li a {
	padding:0 15px 0 10px;
	display: inline;
	font-weight:normal
}
.linkNav3 ul li a.pdf {
	background: url(../img/icon_pdf.gif) no-repeat;
	display: block;
	padding: 0 0 0 45px;
	margin: 0 0 0 10px;
}

/* section-top
------------------------------------------------------------*/
.section-top {
	border: 1px solid #d2d2d2;
	padding: 1px;
	margin-bottom: 15px;
}
.section-top h4 {
	font-size: 18px;
	color: #1949a1;
	background: #F3F3F3;
	padding: 10px 5px;
	margin-bottom: 15px;
}

/* ********************************************************************************
 * 2011.4.16　追記（28dpt）
 * ******************************************************************************** */

p.textLink {
	padding:5px 19px 5px 14px;
	display:block;
	background:url(../img/arrow_blue.gif) 0 12px no-repeat;
	boder:solid 1px red;
}

/* ********************************************************************************
 * 2011.4.17　追記（suyama）
 * ******************************************************************************** */
/* 106行目書き換え */

dl.learning{
	font-size: 12px;
}

/* ********************************************************************************
 * 2011.7.22　追記
 * ******************************************************************************** */

/* お知らせ
------------------------------------------------------------*/
table.news_list {
	background:none;
	border-top:1px dotted #cccccc;
}
table.news_list tr {
	background:none;
}
table.news_list td, table.news_list th {
	background:none;
	border-bottom:1px dotted #cccccc;
	padding:10px;
	line-height:140%;
	font-size:95%;
}
div#content div#main table.news_list .textLink {
	padding:0 0 0 8px;
	display:inline;
	background:url(../../common/img/arrow_blue.gif) 0 3px no-repeat;
	border:none;
}

/* ********************************************************************************
 * 2011.10.27　追記
 * ******************************************************************************** */
 
/* お知らせ箇所スクロールバー
------------------------------------------------------------*/
div.news_list {
	/*height:320px;*/
	overflow:auto;
}

/* ********************************************************************************
 * 2012.09.07　追記
 * ******************************************************************************** */
 
/* トップ　スマホサイトへのリンクボタン
------------------------------------------------------------*/
p.spLink {
	padding:18px 0 14px;
	border-bottom:#002870 2px solid;
}
p.spLink a {
	width:960px;
	height:109px;
	display:block;
	margin:0 auto;
	background:url(../img/sp_btn.gif) no-repeat;
	text-indent:-9999px;
	font-size:0;
	line-height:0;
}
/* ********************************************************************************
 * 2012.12.03　追記
 * ******************************************************************************** */
 
/* 学生キャンパスプロジェクト
------------------------------------------------------------*/
div.s_pject .top{
	padding:0 0 28px 0;
	} 
div.s_pject .top .txt{
	float:left;
	width:414px;
	}
div.s_pject .top .img{
	float:right;
	}	
div.s_pject .anc{
	clear:both;
	padding:10px 20px;
	margin:0 0 28px 0;
	background: #f0f3f7;
	border: 1px solid #c8d0dc;
	}	
div.s_pject .anc li{
	background: url(../../gaiyo/img/s_project/icon_arow.gif) no-repeat left center;
	padding:0 0 0 15px;
	float:left;
	width:320px;
	line-height:1.5em;
	}	
div.s_pject .newsaria{
	clear:both;
	}	
div.s_pject .newsaria .boxleft{
	width:350px;
	float:left;
	}
div.s_pject .newsaria .boxright{
	width:350px;
	float:right;
	}	
div.s_pject .newsaria div p{
	padding:10px 0;
	}		
div.s_pject .newsaria div .txt{
	padding:0 10px 10px 10px;
	}	
div.s_pject .newsaria .pagetop{
	padding:10px 0;
	clear:both;
	}

/* 重要なお知らせ */

div#main .important {
	border:#C00 2px solid;
	clear:both;
	margin:0 0 20px 0;
}
div#main .important h4 {
	padding:5px 10px;
	background:#ffc8c8;
	font-weight:bold;
	font-size:110%;
	margin-bottom:15px;
}
div#main .important p {
	padding:0 15px 15px;
}
div#content div#main .important p.arrow {
	padding:10px 0;
	text-align:center;
}
div#main .important .campus {
	border:#C00 1px solid;
	padding:10px 20px 20px 20px;
	width:600px;
	margin:0 auto;
}
div#main .important .campus h5{
	font-size:110%;
	font-weight:bold;
	padding:10px 0;
}
div#main .important li {
	list-style:inside;
	margin:0 0 5px 0;
	font-weight:bold;
}

div#main .important .cancellation {
	border:#C00 1px solid;
	padding:20px;
	width:600px;
	margin:0 auto 20px auto;
}

/* ********************************************************************************
 * 2014.08.11　追記
 * ******************************************************************************** */
 
/* メガメニュー
------------------------------------------------------------*/

#glovalNav{ position:relative;}

.megamenu_head{ height:20px;}
.megamenu_head>div{ height:20px; background:url(../img/megamenu_top.png) repeat-x; position:relative; float:left;}
.megamenu_left-top{ float:left;}
.megamenu_right-top{ float:right;}
.megamenu_main{ background:#fff; border-left:3px solid #2aade9; border-right:3px solid #2aade9;}
.megamenu_bottom>div{ height:10px; background:url(../img/megamenu_bottom.png) repeat-x; position:relative; float:left;}
.megamenu_left-bottom{ float:left;}
.megamenu_right-bottom{ float:right;}

.megamenu_list{ padding:0; margin:20px 0 20px 25px;}
.megamenu_list li{ float:left !important; width:185px !important; margin:0 !important; margin-right:25px !important; border-bottom:1px dotted #ccc; border-top:1px dotted #ccc; padding:10px 0 0 0 !important; height:50px !important;}
.megamenu_list li a{color:#0073a7; font-size:14px; background:url(../img/megamenu_arrow_l.png) no-repeat 0 2px !important; display:block !important; padding:0 0 0 20px !important; text-indent:0 !important; margin:0 !important; width:auto !important; height:auto !important; line-height:1.5 !important}

#megamenu_01{ width:700px; position:absolute; left:-100px; top:30px; z-index:100; display:none; text-indent:0 !important;}
#megamenu_01 .megamenu_top{ position:absolute; left:145px;}
.megamenu_gakubu_set li{ float:none !important; height:auto !important;}
.megamenu_gakubu_set li span{font-size:12px;}
#megamenu_01 .megamenu_list{ margin-bottom:0;}
#megamenu_01 .megamenu_list li{ border-top:none; padding-top:0;}
#megamenu_01 .megamenu_head>div{ width:660px;}
#megamenu_01 .megamenu_bottom>div{ width:680px;}
.megamenu_gakubu_wrapper{ width:650px;border-bottom:1px dotted #CCCCCC; padding:20px 0; margin:0 auto;}
.megamenu_gakubu_set{ float:left; margin:0 13px; width:190px;}
.megamenu_gakubu_set a.menu_l{ height:auto !important; width:auto !important;font-size:15px; color:#2aade9; font-weight:bold; background:url(../img/megamenu_arrow_m.png) no-repeat 0 6px !important; display:block !important; padding:0 0 0 8px !important; background-position:0 6px !important; line-height:1.5 !important}
.megamenu_gakubu_set p{ margin:10px 0;}
.megamenu_gakubu_set .menu_s{ font-size:14px; color:#0073a7; background:url(../img/megamenu_arrow_s.png) no-repeat 0 7px !important; display:block; padding:8px 0 0 5px !important; height:25px !important; width:190px !important}


#megamenu_02{ width:970px; position:absolute; left:-280px; top:30px; z-index:100; display:none;}
#megamenu_02 .megamenu_top{ position:absolute; left:300px;}
#megamenu_02 .megamenu_head>div{ width:930px;}
#megamenu_02 .megamenu_bottom>div{ width:950px;}
#megamenu_02 ul{ width:940px; float:left; padding-left: 4%;}
#megamenu_02 li{ border-bottom:none;}

#megamenu_03{ width:700px; position:absolute; left:-260px; top:30px; z-index:100; display:none;}
#megamenu_03 .megamenu_top{ position:absolute; left:295px;}
#megamenu_03 .megamenu_head>div{ width:660px;}
#megamenu_03 .megamenu_bottom>div{ width:680px;}
#megamenu_03 ul{ margin-top:0; padding-top:20px;}
#megamenu_03 li{ border-bottom:none;}

#megamenu_04{ width:664px; position:absolute; left:-276px; top:30px; z-index:100; display:none;}
#megamenu_04 .megamenu_top{ position:absolute; left:330px;}
#megamenu_04 .megamenu_head>div{ width:624px;}
#megamenu_04 .megamenu_bottom>div{ width:644px;}
#megamenu_04 ul{ width:640px; float:left; border:none;}
#megamenu_04 li{ border-bottom:none;}
#megamenu_04 .relation_site{  border-left:1px solid #d9d9d9; padding-bottom:10px;}

.relation_site{ padding:0; margin:15px 0 0 0; float:left; padding-left:25px; text-indent:0 !important}
.relation_site h3{ margin-bottom:10px !important; font-size:14px; line-height:1.5 !important}

li.last_li{ border-bottom:1px dotted #ccc !important;}
.megamenu_main a{ outline:none}
.megamenu a:hover{ color:#0CF;}



/* .linkNav4
------------------------------------------------------------*/
.linkNav4 {
	clear:both;
	width:700px;
	background:url(../img/line_dot.gif) top repeat-x;
}
.linkNav4 ul {
	width:700px;
	padding:7px 0;
	background:url(../img/line_dot.gif) bottom repeat-x;
}
.linkNav4 ul li {
	background:url(../img/arrow_blue.gif) 0px 3px no-repeat;
	float:none;
	list-style:none;
	width:230px;
	float:left;
}
.linkNav4 ul li a {
	padding:0 15px 0 10px;
	display: inline;
	font-weight:normal
}
.linkNav4 ul li a.pdf {
	background: url(../img/icon_pdf.gif) no-repeat;
	display: block;
	padding: 0 0 0 45px;
	margin: 0 0 0 10px;
}

.linkNav4 strong {
	display:block;
	width:100px;
	height:20px;
	text-align:center;
	background-color:#2aade9;
	padding-top:3px;
}

/* タブ
------------------------------------------------------------*/
.tabList01 .tab {
	overflow:hidden;
}
.tabList01 .tab li {
	float: left;
	line-height: 50px;
	color: #164d96;
	font-size: 16px;
	font-weight: bold;
	width: 50%;
	text-align: center;
	cursor: pointer;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
	background: #f0f3f9;
}
.tabList01 .tab li:hover {
	text-decoration: underline;
}
.tabList01 .tab li.active {
	background: #164d96;
	color: #fff;
}
.tabList01 .tabBox {
    display: none;
}
.tabList01 .tabBox.active {
	display: block;
}