@charset "UTF-8";
/* CSS Document ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */
/* 　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　  */
/* 内容　:　全体設定 */
/* 作成日:　2011年01月13日 */
/* 変更日:　9999年99月99日 */
/* 　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　　  */
/* ＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊＊ */

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本本文レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 大グループ */
.article {
	padding-bottom: 20px;
}
/* 小グループ */
.cell {
	margin-bottom: 20px;
}
.cc {
}
.in {
	padding: 0 15px;
}
.Box {
	background: #F8F8F8;
	border: solid 1px #EDEDED;
	padding: 10px;
}
.Dot {
	background: url(../img/dotline.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}
.Border {
	background: url(../img/dotline.gif) repeat-x left bottom;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

.Half {
	width: 315px;
}

.FloatL li {
	display: inline;
	margin-right: 20px;
}

.comment{
	background-color:#fafafa;
	border: 1px solid #AAA;
	margin-bottom:10px;
	padding:10px;
}

.attention {
    font-weight: bold;
    color: #d7385a;
}

.attention_small {
    color: #d7385a;
}
.emphasize {
    font-weight: bold;
    color: #e46c0b;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 共通項目 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 見出し */
h1 {
	line-height: 1;
	font-size: 100%;
}
h2,
h3,
h4,
h5 {
	font-size: 100%;
}

/* 汎用レイアウト*/
.left-layout {		float: left; }
.right-layout {	float: right; }
/* マージン */
.margin02 {	margin-bottom: 2px !important; }
.margin05 {	margin-bottom: 5px !important; }
.margin06 {	margin-bottom: 6px !important; }
.margin08 {	margin-bottom: 8px !important; }
.margin10 {	margin-bottom: 10px !important; }
.margin15 {	margin-bottom: 15px !important; }
.margin20 {	margin-bottom: 20px !important; }
.margin30 {	margin-bottom: 30px !important; }
.margin40 {	margin-bottom: 40px !important; }

/* 画像配列 */
.imgRight {
	text-align: right;
}
.imgCenter {
	text-align: center;
	margin-bottom: 10px;
}
.imgBottom img {
	vertical-align: bottom;
}
/* 文字配列 */
.txtCenter {	text-align: center; }
.txtRight {		text-align: right; }
.left{text-align: left;}
.center{text-align: center;}
.right{text-align: right;}

/* 文字装飾 */
strong {
	font-weight: bold;
}
.blue {
	color: #0075c2;
	font-size: 117%;
	font-weight: bold;
}
.red {
	color: #FF0000;
	font-size: 117%;
	font-weight: bold;
}

/* float解除 */
.clearfix { 
}
* html .clearfix {
	zoom: 100%;
}
*:first-child+html .clearfix {
	display: inline-block;
}
.clearfix:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}


/* リンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
a {
	color: #00A0E9;
}
a:hover {
	color: #000000;
}


/* テキスト装飾 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 小文字 */
.cap {
	line-height: 1;
	font-size: 84%;
	padding-top:8px;
}
.bottomLine {
	text-decoration: underline;
}



/* 横幅 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
body {
	background: #FFFFFF;
	font-family:'メイリオ','Meiryo','ＭＳ Ｐゴシック','Hiragino Kaku Gothic Pro','ヒラギノ角ゴ Pro W3','Osaka',sans-serif;
}




@media screen{
	div#print-logo{
		display:none;
	}
}



/* PC */
@media screen and (min-width:481px), print {
	
	
	
.sp {
	display: none !important;
}
	

.pcNone,
#SP_pageTop {
	display: none;
}

.area {
	margin: 0 auto;
	width: 980px;
	text-align: left;
}

#SP_BnrArea {
	display: none;
}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* レイアウト */
#header {
	font-size: 84%;
	background: #fff;
}
#header p {
	margin-bottom: 0;
}
	#header .area {
		width: 980px;
		padding: 0px 0 25px 0;
		background: #fff;
	}
	/* IE6 */
	* html #header .area {
		zoom: 100%;
	}
	/* IE7 */
	*:first-child+html #header .area {
		min-height: 1px;
	}
	#header .area:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
		
	
		#header .area #logoPc {
			float: left;
			width: 370px;
			padding-top: 30px;

		}
			#header .area #RightBox {
				padding-top: 5px;
				float: right;
				width: 521px;
				text-align: right;
			}
			#header .area #RightBox .Upr {
				margin-bottom: 15px;
			}
			
			
			/* IE6 */
			* html #header .area #RightBox .Upr {
				zoom: 100%;
			}
			/* IE7 */
			*:first-child+html #header .area #RightBox .Upr {
				min-height: 1px;
			}
			#header .area #RightBox .Upr:after {
				content: "."; 
				clear: both; 
				height: 0; 
				display: block; 
				visibility: hidden;
			}
			
			
			#header .area #RightBox #sub-navigation {
				width: 354px;
				float: left;
			}
			
				#header .area #RightBox #sub-navigation li {
					display: inline;
				}
				
				#header .area #RightBox #sub-navigation .subnavi-05 {
					margin-right: 0;
				}
				
			#header .area #RightBox #sub-navigation li a:hover {
				-ms-filter: "alpha( opacity=70 )";
				filter: alpha( opacity=70 );
				opacity: 0.7;
			}

			#header .area #RightBox #SearchPc {
				width: 151px;
				float: right;
				text-align: left;
			}
			#header .area #RightBox #SearchPc input {
				background: none;
				border: none;
				padding: 0px;
			}
				#header .area #RightBox #SearchPc .hsForm {
					float: left;
					width: 120px;
					height: 20px;
				}
					#header .area #RightBox #SearchPc .hsForm #searchFormPc {
						border: solid 1px #D6D6D6;
						border-right: none;
						height: 19px;
						width: 117px;
						background: #FFFFFF url(../img/bg_search.gif) no-repeat left center;
						padding-left: 3px;
						display: inline;
					}
				#header .area #RightBox #SearchPc .hsBtn {
					width: 30px;
					float: right;
					display: inline;
				}
				* html #header .area #RightBox #SearchPc .hsForm #searchForm {
					position: relative;
					top: -1px;
				}
				*:first-child+html #header .area #RightBox #SearchPc .hsForm #searchForm {
					position: relative;
					top: -1px;
				}
				
			
			
			
			#header .area #RightBox #sns {
				float:right;
				margin-right:-9px;
			}
			#header .area #RightBox #sns ul li {
				display:inline;
				float:left;
				background:url(../img/dot.gif) repeat-y left top;
				padding:1px 9px 1px 10px;
			}




		#header .area #RightBox #sub-nav {
			float: right;
			margin-top: 20px;
			clear: both;
		}
			/* IE6 */
			* html #header .area #RightBox #sub-nav {
				zoom: 100%;
			}
			/* IE7 */
			*:first-child+html #header .area #RightBox #sub-nav {
				min-height: 1px;
			}
			#header .area #RightBox #sub-nav:after {
				content: "."; 
				clear: both; 
				height: 0; 
				display: block; 
				visibility: hidden;
			}
			
			#header .area #RightBox #sub-nav li {
				display: inline;
				margin-left: 10px;
			}
			#header .area #RightBox #sub-nav li a {
				background: url(../img_2014/icon_dot.gif) no-repeat left 0.2em;
				padding-left: 10px;
				color: #000;
			}
			#header .area #RightBox #sub-nav li a:hover {
				color: #0092DB;
			}










#Sp_header {
	display: none;
}




/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ターゲットナビゲーション */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#TargetNavi {
	position: relative;
	z-index: 100;
}
		#TargetNavi ul {
			list-style: none;
			margin: 0;
			padding: 0;
			text-align: left;
			z-index: 100;
		}
		#TargetNavi ul li {
			float:left;
			margin-right: 15px;
		}
		#TargetNavi ul li.last {
			margin-right: 0;
		}
		#TargetNavi ul li a {
			color: #000;
			background: url(../img_2014/arrow_blue.gif) no-repeat left 0.5em;
			display: block;
			font-size: 12px;
			padding-left: 10px;
		}
			#TargetNavi ul li ul {
				background-color:#FFF;
				width:85px;
				color:#000000;
				display:none;
				position:absolute;
				left:1px;
				top:18px;
			}
			#TargetNavi ul li ul {
				/top:22px;
			}
			
			#TargetNavi ul li ul li {
				width:71px;
				float:none;
				margin:0 7px;
				position:static;
			}
			
			#TargetNavi ul li ul #subM01 {
				background:url(../img/dotline.gif) repeat-x left bottom;
			}
			
			#TargetNavi ul li ul #subM01 a {
				
				padding-top:8px;
				
				padding-bottom:7px;
			}
			
			#TargetNavi ul li ul #subM02 a {
				
				padding-top:10px;
				
				padding-bottom:9px;
			}
			
			#TargetNavi ul li ul li a {
				background:url(../img/icon_circle_sky.gif) no-repeat left center;
				padding-left:10px;
				color:#152193;
				
				display:block;
			}
			
			#TargetNavi ul li ul li a:hover {
				color:#2b87dd;
			}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* グローバルメニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#Gmenu {
	height: 70px;
	background: #004482;
}
#Gmenu .area {
}
#Gmenu ul {
}
	#Gmenu li {
		display: inline;
	}


				

				
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* メインイメージ */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#MainImage {
	margin-bottom: 30px;
}					



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 学部メニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
			
#academicMenu {
}
	#academicMenu .area {
		padding: 15px 0 7px;
	}
		#academicMenu .area ul li {
			display: inline;
			float: left;
		}
			
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* パンくずリスト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
 #bread {
	 padding: 10px;
	 font-size: 84%;
 }
	 #bread li {
		 display: inline;
		 background: url(../img/arrow_bread.gif) no-repeat right center;
		 padding-right: 10px;
		 margin-right: 5px;
	 }
	 #bread li.last {
		 display: inline;
		 background: none;
		 padding-right: 0px;
		 margin-right: 0px;
	 }










/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper {
	background: #FFFFFF;
}
	#wrapper #contents {
		margin: 0 auto;
		width: 980px;
		text-align: left;
		background: #FFFFFF;
		padding-bottom: 80px;
	}
		#wrapper #contents #main {
			padding: 13px 0px;
		}
		/* IE6 */
		* html #wrapper #contents #main {
			zoom: 100%;
		}
		/* IE7 */
		*:first-child+html #wrapper #contents #main {
			min-height: 1px;
		}
		#wrapper #contents #main:after {
			content: "."; 
			clear: both; 
			height: 0; 
			display: block; 
			visibility: hidden;
		}
		#wrapper #contents #main.OneColum {
			padding: 0px 10px 10px 10px;
			background: none;
		}
		
		
		 #wrapper #contents #Container {
			width: 720px;
			float: right;
		}
		 #wrapper #contents #LeftNavi {
			width: 230px;
			float: left;
		}
		 #wrapper #contents .index_page #Container{
			width: 100%;
			float:none;
			}

/* ページトップ */
div.pagetop {
	text-align: right;
	margin-top: 15px;
	background: none;
}
div.pagetop a {
	background: none;
}


.subMenu {
}
.subMenu ul {
}
/* IE6 */
	* html .subMenu ul {
		zoom: 100%;
	}
	/* IE7 */
	*:first-child+html .subMenu ul {
		min-height: 1px;
	}
	.subMenu ul:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	
	.subMenu ul li {
		background: url(../img_2014/arrow_blue.gif) no-repeat left 0.5em !important;
		padding-left: 10px;
		border: none !important;
		float: right;
		margin-right: 20px;
		margin-bottom: 5px;
		line-height: 1.8em;
	}
	.subMenu ul li.first {
		margin-right: 0;
	}
	.subMenu ul li a {
		color: #004482;
	}
	.subMenu ul li a:hover {
		color: #004482;
	}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* サイドメニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


.menu {
	margin-bottom: 10px;
}

.menu .head02 {
	display: none;
}

#CategoryMenu {
	border-top: solid 1px #004482;
	border-bottom: solid 1px #E4E4E4;
	margin-bottom: 10px;
}
	#CategoryMenu a {
		padding: 10px 10px 0px 0px;
		display: block;
		color: #004482;
		font-weight: bold;
		font-size: 117%;
	}
	
	.menu #CategoryMenu p {
		margin-bottom: 10px;
	}
	

.menu dl {
	border-bottom: solid 1px #E4E4E4;
	padding-bottom: 10px;
	margin-bottom: 10px;
}	

.menu ul#NewsBtn {
}	
* html .menu ul {
	zoom: 100%;
}
/* IE7 */
*:first-child+html .menu ul {
	min-height: 1px;
}
.menu ul:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}	

	.menu ul#NewsBtn li {
		float: left;
		margin-right: 5px;
	}
	.menu ul#NewsBtn li.last {
		margin-right: 0;
	}


.menu ul.ListLi {
}
.menu ul.ListLi li {
	background: url(../img_2014/arrow_blue.gif) no-repeat left 0.4em;
	padding-left: 10px;
	margin-bottom: 10px;
	padding-bottom: 10px;
	border-bottom: dotted 1px #E4E4E4;
}	
.menu ul.ListLi li.last {
	border-bottom: solid 1px #E4E4E4;
	margin-bottom: 0;
	padding-bottom: 10px;
}	
.menu ul.ListLi li a {
	color: #000;
}
.menu ul.ListLi li a:hover {
	color: #00A0E9;
}

.menu #list a {
	cursor:pointer;
	display:block;
	background: url(../img/icon_leftnavi_off.gif) no-repeat left center;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 1px #E4E4E4;
	color: #000000;
}
.menu #list a.start {
	border-top: none;
}
.menu #list a:hover {
	background: url(../img/icon_leftnavi_off.gif) no-repeat left center;
	color: #0C3092;
}
.menu #list a.selected {
	background: url(../img/icon_leftnavi_on.gif) no-repeat left center;
	color: #0C3092;
}


.menu #list .AccLink {
	border-top: solid 1px #E4E4E4;
	padding-top: 8px;
	padding-bottom: 8px;
}
	.menu #list .AccLink li {
		background: url(../img/dotline.gif) repeat-x left bottom;
		padding-left: 10px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.menu #list .AccLink li.last {
		background: none;
		padding-left: 10px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
		.menu #list .AccLink li a {
			background: url(../img/arrow_leftnavi.gif) no-repeat 0.3em 0.5em;
			padding-left: 14px;
			border-top: none;
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.menu #list .AccLink li a.mn_out {
			background: url(../img/icon_blank.gif) no-repeat 0em 0.5em;
			padding-left: 14px;
			border-top: none;
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.menu #list .AccLink li a:hover,
		.menu #list .AccLink li a.on {
			color: #0C3092;
		}

.menu #list .AccLink.Boxtype {
	border:1px solid #e4e4e4;
}









/* アコーディオンなし */
.menu #list_only {
	background: #FFFFFF;
	padding: 6px;
}
.menu #list_only a {
	cursor:pointer;
	display:block;
	background: url(../img/icon_leftnavi_only.gif) no-repeat left center;
	padding-left: 18px;
	padding-top: 8px;
	padding-bottom: 8px;
	border-top: solid 1px #E4E4E4;
	color: #000000;
}
.menu #list_only a.start {
	border-top: none;
}
.menu #list_only a:hover {
	background: url(../img/icon_leftnavi_only_on.gif) no-repeat left center;
	color: #0C3092;
}
.menu #list_only a.selected {
	background: url(../img/icon_leftnavi_only_on.gif) no-repeat left center;
	color: #0C3092;
}
		
		

/* バナーエリア */
#BnrArea {
	padding: 4px;
	text-align: center;
	margin-bottom: 20px
}
	#BnrArea li {
		margin-bottom: 5px;
	}
	#BnrArea li a:hover {
		-ms-filter: "alpha( opacity=70 )";
		filter: alpha( opacity=70 );
		opacity: 0.7;
	}
		#BnrArea li img {
			width: 100%;
			height: auto;
		}

#Sp_BnrArea {
	display: none;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#FooterSitemap {
	min-width: 980px;
	padding: 20px 0;
	background: url(../img_2014/footer_bg_border.gif) no-repeat center bottom;
}
#FooterSitemap .section {
	width: 980px;
	margin: 0 auto;
	position: relative;
	background: none !important;
}
* html #FooterSitemap .section {
	zoom: 100%;
}
*:first-child+html #FooterSitemap .section {
	display: inline-block;
}
#FooterSitemap .section:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}

#FooterSitemap .set {
	width: 170px;
	float: left;
	margin-left: 10px;
}

#FooterSitemap .set dl {
	padding-right: 10px;
	margin-bottom: 20px;
}
	#FooterSitemap .set dl.last {
		margin-bottom: 0px;
	}
	#FooterSitemap .set dl dt {
		font-weight: bold;
		margin-bottom: 5px;
			background: url(../img_2014/arrow_double.gif) no-repeat left 0.4em;
			padding-left: 12px;
		color: #FFFFFF;
	}
		#FooterSitemap .set dl dt a {
			color: #FFFFFF;
		}
		#FooterSitemap .set dl dt a:hover {
			color: #81d4ff;
		}

	#FooterSitemap .set dl dd {
		font-size: 10px;
		padding-left: 3px;
	}
		#FooterSitemap .set dl dd li {
			margin-bottom: 4px;
		}
		#FooterSitemap .set dl dd a {
			color: #FFFFFF;
			padding-left: 10px;
			display:block;
			line-height: 1.2;
		}
		#FooterSitemap .gakuen {
			width: 220px;
		}
		#FooterSitemap .gakuen ul li {
			width: 220px;
		}
		#FooterSitemap .gakuen ul li a.blank {
			color: #FFFFFF;
			background: url(../img_2014/icon_list_out.gif) no-repeat 0em 0.2em !important;
			padding-left: 13px !important;
			display:block;
			font-size: 85%;
			font-weight: normal;
			line-height: 1.2;
		}
		#FooterSitemap .gakuen dl dd a:hover {
			color: #81d4ff;
		}


#FooterSitemap .set .ttList {
	padding-right: 10px;
	margin-bottom: 20px;
	color: #FFFFFF;
}
#FooterSitemap .set .ttList.last {
	margin-bottom: 0px;
}

	#FooterSitemap .set .ttList li {
		font-weight: bold;
		margin-bottom: 5px;
	}
	#FooterSitemap .set .ttList li a {
			color: #FFFFFF;
			background: url(../img_2014/arrow_double.gif) no-repeat left 0.4em;
			padding-left: 12px;
	}
	#FooterSitemap .set .ttList li a:hover {
			color: #81d4ff;
	}

	#FooterSitemap .set .ttList li.mobile a {
		background: url(../img/icon_mobile.gif) no-repeat left center;
		padding-left: 20px;
	}
	#FooterSitemap .set .ttList li.facebook a {
		background: url(../img/icon_facebook.gif) no-repeat left center;
		padding-left: 20px;
	}
	#FooterSitemap .set .ttList li.youtube a {
		background: url(../img/icon_youtube.gif) no-repeat left center;
		padding-left: 20px;
	}



#FooterSitemap .set .ttList dl dt {
			color: #FFFFFF;
			background: url(../img_2014/arrow_double.gif) no-repeat left 0.4em;
			padding-left: 12px;
	}





#FooterNavi {
	color: #FFFFFF;
	min-width: 980px;
}
	#FooterNavi .area {
		width: 880px;
		padding: 10px 0;
	}
		#FooterNavi .area dl {
			float: left;
			width: 700px;
		}
			#FooterNavi .area dl dt,
			#FooterNavi .area dl dd {
				display: inline;
			}
			#FooterNavi .area dl dt {
				font-weight: bold;
				margin-right: 15px;
			}
			#FooterNavi .area dl dd {
				font-size: 84%;
				border-right: solid 1px #7d91c5;
				padding-right: 8px;
				margin-right: 7px;
			}
			#FooterNavi .area dl dd.last {
				border-right: none;
				padding-right: 0px;
				margin-right: 0px;
			}
			#FooterNavi .area dl dd a {
				color: #FFFFFF;
			}
			
			
			
		#FooterNavi .area ul {
			font-size: 84%;
			float: right;
			width: 150px;
			text-align: right;
		}
			#FooterNavi .area ul li {
				display: inline;
			}
			#FooterNavi .area ul li a {
				color: #FFFFFF;
			}
			#FooterNavi .area ul li.last {
				border-right: none;
				padding-right: 0px;
				margin-right: 0px;
			}







#GroupNavi {
	padding: 4px 0 !important;
}

#GroupNavi li{
display: inline !important;
margin: 0 4px 0 0 !important;
}
#GroupNavi li strong{
color: #00589F !important;
}
#GroupNavi li.last{
margin: 0 !important;
}
#GroupNavi li img{
vertical-align: bottom !important;
}

.txt_group {
	border-bottom: solid 1px #D2D2D2 !important;
	padding-bottom: 2px !important;
	margin-bottom: 4px !important;
}
.txt_group li a {
	color: #363636 !important;
	font-size: 84% !important;
}













#footer {
	font-size: 84%;
	line-height: 1.4;
	padding-top: 10px;
	min-width: 980px;
}
	#footer .area {
		width: 880px;
		padding-top: 10px;
		padding-bottom: 30px;
	}
		#footer .area dl {
			margin-bottom: 5px;
		}
			/* IE6 */
		* html #footer .area dl {
			zoom: 100%;
		}
		/* IE7 */
		*:first-child+html #footer .area dl {
			min-height: 1px;
		}
		#footer .area dl:after {
			content: "."; 
			clear: both; 
			height: 0; 
			display: block; 
			visibility: hidden;
		}
			#footer .area dl dt {
				float: left;
			}
			#footer .area dl dd {
				float: right;
			}
					
					
					
/* 201506 フッターコンテンツ用 追記 */
#FooterContents{
	background: #efefef;
	padding: 45px 0;
}

#FooterContents .inner{
	margin: 0 auto;
	width: 980px;
}

#FooterContents a:hover{
		-ms-filter: "alpha( opacity=65 )";
		filter: alpha( opacity=65 );
		opacity: 0.65;
}

#FooterContents .requestBnr{
	margin: -10px 0 0 -15px;
	width: 570px;
	float: left;
}

#FooterContents .snsBnr{
	width: 345px;
	float: right;
	padding-left: 39px;
	border-left: 1px solid #d4d4d4;
}

#FooterContents .snsBnr dt{
	font-weight: bold;
	color: #064583;
	padding-left: 10px;
	margin-bottom: 12px;
	border-left: 4px solid #a9bcce;
	font-size: 13px;
	line-height: 1;
}

#FooterContents .snsBnr dd ul .line{
	float: left;
}

#FooterContents .snsBnr dd ul .facebook{
	float: right;
}

#FooterContents .snsBnr dd ul .youtube{
	float: right;
	margin-top: 5px;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* アンカーリンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.pagelink {
	background: #F2F2F2;
	margin-bottom: 30px;
}
.pagelink ul {
	padding: 5px 15px;
}
/* IE6 */
* html .pagelink ul {
	zoom: 100%;
}
/* IE7 */
*:first-child+html .pagelink ul {
	min-height: 1px;
}
.pagelink ul:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
	.pagelink ul li {
		float: left;
		background: url(../img_2014/arrow_anchor.gif) no-repeat left 1.4em;
		padding-left: 6px;
		margin-right: 10px;
	}
	.pagelink ul li a {
		padding: 10px;
		display: block;
		color: #004482;
	}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#PageTitle {
	margin-bottom: 50px;
}

.title {
	border-top: solid 3px #004482;
	border-bottom: solid 1px #004482;
	margin-bottom: 20px;
}
	.title h2 {
		line-height: 1;
		font-size: 150%;
		padding: 22px 0px 20px 0px;
		color: #004482;
	}
	
	
	
	
	
	
.OneColum .title {
	background: url(../img/bg_title_880.gif) no-repeat left top;
}




.tit {
	border: solid 1px #dcdcdc;
	padding: 10px 8px;
	margin-bottom: 20px;
}
	.tit h3 {
		line-height: 1;
		font-size: 117%;
		font-weight: normal;
		color: #004482;
	}
	.tit h3 span {
		display: block;
		padding: 6px 0px 6px 6px;
		border-left: 3px solid #cecece;
	}





	
	.tit h2 {
		background: #FFFFFF;
		border: solid 1px #D6D6D6;
		padding: 1px;
		line-height: 1;
		font-size: 100%;
	}
	.tit h2 span {
		display: block;
		padding: 5px 0px 5px 5px;
		border-left: 3px solid #0682DE;
	}
	.tit h2 span span {
		display: block;
		padding:0;
		border-left: none;
	}
	
	
	
	
	
	
	
	
	
.tit a {
	color: #000000;
}


h4 {
	color: #0C3092;
	line-height: 1.4;
	margin-bottom: 10px;
}
		
h4.cap_h4,
h4.tt {
	color: #0C3092;
	line-height: 1.4;
	margin-bottom: 10px;
	border-left: solid 3px #B6C0DE;
	padding-left: 5px;
}
	h4.cap_h4 a,
	h4.tt a {
		color: #0C3092;
	}
h4.ttCenter {
	color: #0C3092;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}
center h4.cap_h4 {
	border-left: none;
	padding-left: 0px;
}

		
h5 {
	font-size: 100%;
	line-height: 1;
	padding: 2px 0;
	color: #0C3092;
	margin-bottom: 5px;
}

.tit_s{
	margin-bottom:10px;
	font-size:110%;
	}



.mainHeader{
	text-align: center;
	}
	.mainHeader h1{
		display: block;
		margin: 25px auto 15px;
		font-size: 32px;
		color: #004583;
		}
	.mainHeader h1 .small{
		display: block;
		margin-top: 13px;
		font-size: 10px;
		}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* テーブル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.BasisTable {
	line-height: 1.2;
	border-top: 1px solid #d2d2d2;
	border-bottom: 1px solid #d2d2d2;
}
	.BasisTable table {
		width: 100%;
	}
		.BasisTable table th {
			background: #F6F6F6;
			padding: 15px 8px 15px 8px;
			text-align: left;
			vertical-align: middle;
			color: #303030;
			font-weight: normal;
			border-bottom: solid 1px #d2d2d2; 
		}
		.BasisTable.Center table th {	text-align: center; vertical-align: middle;	}
		
		
		.BasisTable table td {
			padding: 15px 8px 15px 8px;
			text-align: left;
			vertical-align: top;
			border-bottom: solid 1px #d2d2d2; 
		}
		.BasisTable table .RightBorder {
			border-right: solid 1px #d2d2d2; 
		}
		.BasisTable.Center table td {	text-align: center; vertical-align: middle;	}
		
		.BasisTable table tr.TC th,
		.BasisTable table tr.TC td,
		.BasisTable table th.TC,
		.BasisTable table td.TC {
			text-align: center;
		}
		.BasisTable table th.TL,
		.BasisTable table td.TL {
			text-align: left;
		}
		
		.BasisTable table tr.end th,
		.BasisTable table tr.end td {
			border-bottom: none;
		}
		.BasisTable table th.Rend,
		.BasisTable table td.Rend {
			border-right: none;
		}
		
		
		
.InquiryTable {
	background: #EFEEE7;
	padding: 3px;
}
	.InquiryTable .con {
		background: #FFFFFF;
		padding: 3px;
	}
		.InquiryTable .con table {
			width: 100%;
		}
			.InquiryTable .con table tr.Dot {
				background: url(../img/dotline.gif) repeat-x left bottom;
			}
			.InquiryTable .con table tr.end{
				background: none;
			}
				.InquiryTable .con table th {
					background: #EEECE0 url(../img/dotline.gif) repeat-x left bottom;
					padding: 6px 15px 8px 15px;
					color: #124279;
					text-align: left;
					font-weight: normal;
				}
				.InquiryTable .con table th.end {
					background: #EEECE0;
					padding: 6px 15px 4px 15px;
				}
				.InquiryTable .con table td {
					padding: 6px 15px 8px 15px;
					text-align: left;
					background: url(../img/dotline.gif) repeat-x left bottom;
				}
				.InquiryTable .con table td.end {
					background: #FFFFFF;
					padding: 6px 15px 4px 15px;
				}
.InquiryTable input.text,
.InquiryTable textarea.text {
	border: solid 1px #CECAB7;
	width: 300px;
	padding: 2px;
}
.InquiryTable input.Number {
	border: solid 1px #CECAB7;
	width: 50px;
	padding: 2px;
}
.InquiryTable input.Data {
	border: solid 1px #CECAB7;
	width: 30px;
	padding: 2px;
}
		




.table01{
	width: 100% !important;
	margin: 0 auto 10px;
	background-color: #fff;
	border: 1px solid #AAA;
	border-collapse: collapse;
	margin-bottom: 20px;
	line-height:1.6;
}

.table01 tr th{
	padding: 4px;
	background-color:#e2f0fb;
	color: #467dcd;
	text-align: center;
	border: 1px solid #AAA;
}

.table01 tr td{
	padding: 4px;
	border: 1px dotted #AAA;
}

.table01 tr th.th01, .table60w tr th.th01, .table80w tr th.th01{/*red*/
	color: #000;
	background-color: #f8e4dc;
	border: 1px dotted #AAA;
}

.table01 tr th.th02, .table60w tr th.th02, .table80w tr th.th02{/*yellow*/
	color: #000;
	background-color: #fff8d2;
	border: 1px dotted #AAA;
}

.table01 tr th.th03, .table60w tr th.th03, .table80w tr th.th03{/*green*/
	color: #000;
	background-color: #ecf3e1;
	border: 1px dotted #AAA;
	/*white-space: nowrap;*/
}

td.td01{
	color: #467dcd;
	background-color: #f6f6f6;
	border: 1px dotted #AAA;
	white-space: nowrap;
}

td.td02{
	color: #467dcd;
	background-color: #dfdfdf;
	border: 1px dotted #AAA;
	white-space: nowrap;
}

td.td03{
	background-color: #f6f6f6;
	border: 1px dotted #AAA;
	white-space: nowrap;
}

.table80w{
	width: 80%;
	margin: 0 auto 10px;
	background-color: #fff;
	border: 1px solid #AAA;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.table80w tr th{
	padding: 4px;
	background-color:#e2f0fb;
	color: #467dcd;
	text-align: center;
	border: 1px solid #AAA;
	white-space: nowrap;
}

.table80w tr td{
	padding: 4px;
	border: 1px dotted #AAA;
}

.table60w{
	width: 60%;
	margin: 0 auto 10px;
	background-color: #fff;
	border: 1px solid #AAA;
	border-collapse: collapse;
	margin-bottom: 20px;
}

.table60w tr th{
	padding: 4px;
	background-color:#e2f0fb;
	color: #467dcd;
	text-align: center;
	border: 1px solid #AAA;
	white-space: nowrap;
}

.table60w tr td{
	padding: 4px;
	border: 1px dotted #AAA;
}



.width50percent{
	width: 50% !important;
}

.width75percent{
	width: 75% !important;
}

.width50percent{ margin:0; !important; }
.width75percent{ margin:0; !important; }

.school tr td {
	vertical-align:top;
	border: 1px solid #999 !important;
	border-left:0 !important;
	border-right:0 !important;
}

.school tr td.td01 {
	border: 1px solid #999 !important;
	text-align:center;
	vertical-align:middle;
}








/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 画像系 */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* img */
.center{
	margin-bottom: 10px;
	text-align: center;
}
div.img_area {
	width:654px;
	background: url(../img/img_area_bg.gif) bottom left no-repeat;
	margin-bottom: 10px;
	padding-bottom: 10px;
}

div.img_area h3{
	width:634px;
	height:23px;
	padding-top:10px;
	padding-left: 20px;
	background: url(../img/img_area_cap.gif) top left no-repeat;
	font-weight: bold;
}

div.img_area h3 a{color:#000;}
div.img_area h3 a:hover{text-decoration: none;}
div.img_area .img_box {
	background-color: #EEEEF0;
	margin:0 10px;
	padding-bottom: 10px;
}

div.img_area .img_box img{
	float: right;
	margin:10px 10px 0 10px;
}

div.img_area .img_box h4{
	padding-top:10px;
	padding-left: 8px;
	color:#38aee0;
	font-weight: bold;
}

div.img_area .img_box p{
	padding-top:10px;
	padding-left: 8px;
}

dl.img_left dt{
	float: left;
	margin-right: 10px;
}

dl.img_left dt img{
	background-color: #fff;
}

dl.img_right dt{
	float: right;
	background-color: #fff;
	padding-left: 10px;
}

dl.img_right dt img{
	background-color: #fff;
}

.img_double{
	width: 540px;
	margin: 0 auto 0;
	text-align:center;
}
.img_double .img_left {
	float: left;
	text-align: center;
	width:260px;
	margin: 0 5px 20px 5px;
	display: inline;
}

.img_double .img_right {
	float: left;
	text-align: center;
	width:260px;
	display: inline;
	margin: 0 5px 20px 5px;
}

.img_double img{
	background-color: #fff;
	padding: 2px;
}

.img_three{
	width: 624px;
	margin: 0 auto;
	text-align:center;
}

.img_three .img_left {
	float: left;
	width:200px;
	margin: 0 4px 20px 4px;
	display: inline;
}

.img_three .img_right {
	float: right;
	width:200px;
	margin: 0 4px 20px 4px;
	display: inline;
}

/* dl */

dl.img_left, dl.img_right{
	zoom:1;
	margin-bottom: 10px;
}

dl.img_left:after, dl.img_right:after{
	content:".";
	display: block;
	height:0px;
	clear:both;
	visibility:hidden;
}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* リスト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.blank {
	padding-left: 20px !important;
	background: url(../img_2014/icon_blank.gif) no-repeat 0.2em center !important;
}
.icon_list_out {
	padding-left: 20px !important;
	background: url(../img_2014/icon_blank.gif) no-repeat 0.2em center !important;
}

.icon_pdf {
	padding-left: 20px;
	background: url(../img/icon_pdf.gif) no-repeat 0.2em center;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.Pdf {
	padding-left: 20px;
	background: url(../img/icon_pdf.gif) no-repeat 0.2em center;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.icon_doc {
	background:url(../img/icon_doc.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.Doc {
	background:url(../img/icon_doc.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.icon_xls {
	background:url(../img/icon_xls.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.Xls {
	background:url(../img/icon_xls.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}


.icon_list,
.category_in {
	padding-left: 20px;
	background: url(../img/list_category_in.gif) no-repeat left center;
}
.icon_list2{
	background:transparent url(../img/icon_list02.gif) no-repeat scroll 5px 4px;
	padding-left: 16px;
	overflow:hidden;
	line-height: 1.6;
}


.category_out {
	padding-left: 20px;
	background: url(../img/list_category_out.gif) no-repeat left center;
}

ol.AlphaList {
	list-style-type: lower-alpha;
	line-height: 1.4;
}
ol.AlphaList li {
	margin-left: 2em;
	margin-bottom: 5px;
}

ol.NoList {
	list-style-type: decimal;
	line-height: 1.4;
}
ol.NoList li {
	margin-left: 2em;
	margin-bottom: 5px;
}

ul.DotList_blue {
	line-height: 1.4;
}
ul.DotList_blue li {
	list-style:disc;
	margin-left: 2em;
	margin-bottom: 5px;
	color: #124279;
}
ul.DotList {
	line-height: 1.4;
}
ul.DotList li {
	list-style:disc;
	margin-left: 2em;
	margin-bottom: 5px;
}
ul.ListCircle {
	line-height: 1.6;
}
ul.ListCircle li {
	list-style: url(../img/icon_circle.gif);
	margin-left: 2em;
}



ul.ListArrow {
	line-height: 1.4;
}
ul.ListArrow li {
	margin-bottom: 5px;
	background: url(../img/list_arrow.gif) no-repeat left center;
	padding-left: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.ListArrow li a {
}

ul.ListPDF {
	line-height: 1.4;
}
	ul.ListPDF li {
		margin-bottom: 3px;
		line-height: 1;
	}
		ul.ListPDF li a {
			background: url(../img/icon_pdf.gif) no-repeat left center;
			padding: 8px 0px 8px 14px;
			line-height: 1;
		}


/* PDF */
ul li.pdf {
	margin-bottom: 3px;
	line-height: 1;
}
	ul li.pdf a {
		background: url(../img/icon_pdf.gif) no-repeat left center;
		padding: 8px 0px 8px 15px;
		line-height: 1;
	}






/* ol ul */
ol.ol_list{
	margin-left: 25px;
	line-height: 1.6;
	list-style-type: decimal;
}
ol.ol_list li{
	margin-bottom:8px;
}

ul.ul_list{
	margin-left: 12px;
	line-height: 1.6;
}
ul.ul_list li{
	margin-bottom:8px;
	background:url(../img/list_disc.gif) no-repeat  0px 6px;
	padding-left:13px;
	_zoom:1;
}

ul.non_list{margin-left: 3px;}
ul.non_list li{margin-bottom:8px;}

ul.ul_list-asta{
	margin-left: 10px;
	line-height: 1.6;
	padding-left: 2em;
	text-indent: -2em;
}

ul.ul_list-asta li{margin-bottom:8px;}

ul.list01{margin-bottom:10px;}
ul.list01 li{
	border-top: 1px dotted #c3c3c3;
	border-collapse: collapse;
	padding: 5px;
	margin-left: 10px;
}
ul.list01 li.list_bottom{
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
	padding: 5px;
	margin-left: 10px;
}

ul.list02{
	margin-left: 15px;
	margin-top:10px;
}
ul.list02 li{
	border-collapse: collapse;
	padding: 5px;
	margin-left: 10px;
}

ul.list01g{margin-bottom:10px;}
ul.list01g li{
	background-color:#f6f6f6;
	border-top: 1px dotted #c3c3c3;
	border-collapse: collapse;
	padding: 5px;
	margin-left: 10px;
}
ul.list01g li.list_bottom{
	background-color:#f6f6f6;
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
	padding: 5px;
	margin-left: 10px;
}

.list03{
	margin-top:15px;
}
.list03 li{
	margin-left:1.5em;
	text-indent:-1.4em;
	padding-right:1.0em;
	line-height:1.6;
	margin-bottom:10px;
}
.list03 li:first-letter{
	font-weight:bold;
	margin-right:8px;
}


ol.ol_list li ul.list03{
	margin-bottom:15px;
	margin-top:5px;
	width:100%;
}
ol.ol_list li ul.list03 li{
	margin-bottom:7px;
	margin-left:20px;
}

.link-list li{
	line-height:1.6;
	margin-bottom:5px;
}
.link-list li a{
	padding-left:10px;
	background:url(../img/icon_list02.gif) no-repeat left 4px;
}

.link-list li a.icon_pdf{
	padding:0.3em 0 0.3em 20px;
	background:url(../img/icon_pdf.gif) no-repeat left 2px;
}

.link-list li a.icon_list_out{
	padding-left:20px;
	background:url(../img/icon_list_out.gif) no-repeat 2px 4px;
}

ul.comment_list{
	line-height: 1.6;
}

ul.comment_list li{
	width:270px;
	margin-left:10px;
	float:left;
	background:url(../img/list_disc.gif) no-repeat  0px 6px;
	padding-left:13px;
}
ul.comment_list{
    zoom:1;/*for IE 5.5-7*/
}
ul.comment_list:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html ul.comment_list{
	display:inline-table;
	/*\*/display:block;/**/
}

/* dl */
dl.dl01{margin-bottom: 30px;}
dl.dl01 dt{
	font-weight: bold;
	margin-bottom: 10px;
}

dl.dl01 dd{margin-bottom: 10px;}
dl.dl02{margin-bottom: 30px;}
dl.dl02 dt{
	border-left: 3px solid #068FD9;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

dl.dl02 dd{
	margin-left: 10px;
	margin-bottom: 10px;
}














/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* アンカーリンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#AnchorBox .cell {
	padding: 10px 20px;
	border: solid 1px #EDEDED;
}
	#AnchorBox li {
		display: inline;
		margin-right: 20px;
		line-height: 1;
	}
		#AnchorBox li a {
			background: url(../img/list_arrow.gif) no-repeat left center;
			line-height: 1;
			padding-left: 8px;
		}














.end {
	padding: 0;
	margin: 0;
}





.socialBtn{
	display:none;
}



/* レイアウト変更20130806 */
#FooterSitemap,
#FooterNavi{
background:#064583 url(../img_2014/footer_bg_border.gif) no-repeat center bottom;
}

#FooterNavi .area dl dd a:hover{
color:#81D4FF;
}

#FooterSitemap .footerpagetop{
	width: 100%;
	text-align: center;
	position: absolute;
	top: -24px;
	z-index: 20;
}

#FooterSitemap{
padding-bottom:20px;
position:relative;
}

#FooterSitemap .set{
width:215px;
}

#FooterSitemap .section{
background:url(/japanese/common/img/2013_bg_footersitemap.gif) repeat-y scroll center top #064583;
margin-top:15px;
}

#footer{
background:#064583;
color:#FFF;
padding-top:1px;
}

#footer .area{
width:980px;
/*
border-top:1px solid #326a9a;
*/
}

#footer .area dl{
margin-top:10px;
}

#FooterNavi{
width:980px;
margin:0 auto;
background: url(../img_2014/footer_bg_border.gif) no-repeat bottom;
padding-bottom: 20px;
}

#FooterNavi h2{
float:left;
width:207px;
}

#FooterNavi .navRight {
	margin-top: 10px;
	float:right;
}

#FooterNavi .navRight dl {
}
* html #navRight .navRight dl {
	zoom: 100%;
}
/* IE7 */
*:first-child+html #FooterNavi .navRight dl {
	min-height: 1px;
}
#FooterNavi .navRight dl:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}	
	#FooterNavi .navRight dl dd {
		float: left;
		margin-right: 25px;
	}
	#FooterNavi .navRight dl dd.last {
		margin-right: 0;
	}
	#FooterNavi .navRight dl dd a {
		font-weight: bold;
		font-size: 85%;
		color: #fff;
	}
	#FooterNavi .navRight dl dd a:hover {
		color: #169DE8;
	}












.flick,
#flick {
	display: none;
}






#Footer_Sp,#FooterContents_Sp {
	display: none;
}






/* To Englishpage Button(2016.1.19) */

.BtnFloatRight .toEnglishBtn_PC{
bottom: 8px;
margin: 0;
position: absolute;
right: 0;
text-align: center;
}

.BtnFloatRight .toEnglishBtn_PC a::after{
  background: url("/japanese/international/img/btnfloatright.png") no-repeat scroll left top;
  content: "";
  display: block;
  height: 11px;
  left: 20px;
  position: absolute;
  top: 14px;
  width: 11px;
}


.BtnFloatRight .toEnglishBtn_PC a {
  background: #f2f2f2 none repeat scroll 0 0;
  border: 3px double #dddddd;
  border-radius: 3px;
  color: #054584;
  display: inline-block;
  line-height: 1;
  margin: 0;
  padding: 12px 0 12px 22px;
  position: relative;
  text-decoration: none;
  width: 160px;
}

.BtnFloatRight .toEnglishBtn_PC a:hover{
background:#FFF;
}


.BtnFloatRight{
  position: relative;
}

.BtnFloatRight h2::after {
  bottom: 0;
  content: "";
  display: block;
  height: 4px;
  left: 0;
  position: absolute;
  width: 150px;
}

.BtnFloatRight h2{
padding-right:205px;
}

.toEnglishBtn_SP{
	display: none;
}


}


/* スマホ */
@media only screen and (max-width: 480px) {





.pc {
	display: none;
}

body {
    -webkit-text-size-adjust: 100%;
}


#news-area {
}
	#news-area .cell dl {
		display: none;
	}
	#news-area .cell dl.first {
		display: block;
	}
	#news-area .cell dl.second {
		display: block;
	}
	#news-area .cell dl.third {
		display: block;
	}


#MainImage,
#CategoryMenu,
.spNone,
.subMenu {
	display: none;
}


.area {
	padding: 3%;
	position: relative;
}


 #bread {
	 padding: 10px;
	 font-size: 84%;
 }
	 #bread li {
		 display: inline;
		 background: url(../img/arrow_bread.gif) no-repeat right center;
		 padding-right: 10px;
		 margin-right: 5px;
	 }
	 #bread li.last {
		 display: inline;
		 background: none;
		 padding-right: 0px;
		 margin-right: 0px;
	 }


#SP_pageTop {
	position: fixed;
	bottom: 0;
	right: 10px;
	width: 10%;
}
#SP_pageTop img {
	width: 100%;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* ヘッダー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* レイアウト */
#header,#Gmenu {
	display: none;
}

#Sp_header {
	border-top: solid 3px #004482;
}
	/* IE6 */
	* html #Sp_header {
		zoom: 100%;
	}
	/* IE7 */
	*:first-child+html #Sp_header {
		min-height: 1px;
	}
	#Sp_header:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}

#Sp_header #logo {
	width:100%;
}
	#Sp_header #logo img {
		width: 100%;
	}

#Sp_header ul#language {
	position: absolute;
	top: 10%;
	right: 4%;
}
	#Sp_header ul#language li {
		width: 110%;
		margin-bottom: 1px;
	}
	#Sp_header ul#language li img {
		width: 100%;
	}

	
	
#Sp_header .area #Search {
	width: 100%;
	position: relative;
}
#Sp_header .area #Search input {
	background: none;
	border: none;
	padding: 8px 0;
}
	#Sp_header .area #Search .hsForm {
		width: 100%;
	}
		#Sp_header .area #Search .hsForm #searchForm {
			border: solid 1px #EDEDED;
			border-right: none;
			width: 87%;
			background: #FFFFFF url(../img/bg_search.gif) no-repeat left center;
			padding-left: 3px;
			display: inline;
		}
	#Sp_header .area #Search .hsBtn {
		width: 14%;
		display: inline;
		position: absolute;
		top: -8px;
		right: 0;
	}
	* html #Sp_header .area #Search .hsForm #searchForm {
		position: relative;
		top: -1px;
	}
	*:first-child+html #Sp_header .area #Search .hsForm #searchForm {
		position: relative;
		top: -1px;
	}


#Sp_header #Sp_subMenu {
	border-top: solid 1px #98B4CD;
	border-bottom: solid 1px #98B4CD;
	padding: 3% 4%;
	margin-bottom: 10px;
}
/* IE6 */
	* html #Sp_header #Sp_subMenu {
		zoom: 100%;
	}
	/* IE7 */
	*:first-child+html #Sp_header #Sp_subMenu {
		min-height: 1px;
	}
	#Sp_header #Sp_subMenu:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
#Sp_header #Sp_subMenu li {
	float: left;
	margin-right: 4%;
}
#Sp_header #Sp_subMenu li a {
	background: url(../img_2014/icon_list_blue.gif) no-repeat left 0.2em;
	padding-left: 18px;
	font-size: 100%;
	color: #000;
}


#Sp_header #Menu {
	width: 100%;
	text-align: center;
	margin-bottom: 10px;
}
#Sp_header #Menu #Mlist a.head01 {
		cursor:pointer;
}
#Sp_header #Menu #Mlist a.head01 img {
	width: 90%;
}
	#Sp_header #Menu #Mlist #menuBox {
		background: url(../img_2014/menu_on.gif) no-repeat top;
		margin-top: 2%;
		padding-top: 3%;
	}

	#Sp_header #Menu #Mlist #menuBox h2 {
		width: 100%;
	}
	#Sp_header #Menu #Mlist #menuBox h2 img {
		width: 100%;
	}
	
#Sp_header #Menu .tagetMenu {
	position: relative;
}

#Sp_header #Menu .tagetMenu ul {
	border-top: 1px solid #98B4CD;
}

	#Sp_header #Menu .tagetMenu ul li {
		float: left;
		width: 50%;
		border-bottom: 1px solid #98B4CD;
		font-size: 114%;
		text-align: left;
		line-height: 1.2;
	}
	
	
	
	#Sp_header #Menu .tagetMenu ul li a {
		color: #0093DC;
		font-weight: bold;
		display: block;
		text-align: left;
		background: url(../img_2014/icon_arrow01.gif) no-repeat 95% 1.2em;
		padding-top: 12px;
		padding-bottom: 10px;
		padding-left: 7%;
	}
	#Sp_header #Menu .tagetMenu ul li a:hover {
		color: #0093DC !important;
	}

	#Sp_header #Menu .tagetMenu .Spborder {
		border-right: 1px solid #98B4CD;
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		z-index: 10;
	}
	
	
#Sp_header #Menu .tagetMenu.jyukenNav {
}
#Sp_header #Menu .tagetMenu.jyukenNav p {
	background: #0093dc;
	position: relative;
	z-index: 100;
	color: #FFF;
	margin: 0;
	padding: 10px 0;
	font-size: 117%;
}
	#Sp_header #Menu .tagetMenu.jyukenNav p.Spborder {
		border-right: 1px solid #98B4CD;
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
		z-index: 10;
	}
	#Sp_header #Menu #Spacer {
		padding: 0.5em;
		background: #FFF;
		position: relative;
		z-index: 100;
	}
	


#Sp_header #Menu .tagetMenu02 {
	position: relative;
}
#Sp_header #Menu .tagetMenu02 ul {
	border-top: 1px solid #98B4CD;
}

	#Sp_header #Menu .tagetMenu02 ul li {
		float: left;
		width: 50%;
		border-bottom: 1px solid #98B4CD;
		font-size: 114%;
		line-height: 1.2;
	}
	

	
	
	#Sp_header #Menu .tagetMenu02 ul li a {
		color: #004482;
		font-weight: bold;
		display: block;
		text-align: left;
		background: url(../img_2014/icon_arrow02.gif) no-repeat 95% 1.2em;
		padding-top: 12px;
		padding-bottom: 10px;
		padding-left: 7%;
	}
	#Sp_header #Menu .tagetMenu02 ul li a:hover {
		color: #004482 !important;
	}
	

	#Sp_header #Menu .tagetMenu02 .Spborder {
		border-right: 1px solid #98B4CD;
		position: absolute;
		top: 0;
		left: 50%;
		height: 100%;
	}





/* clearfix */
* html #Sp_header #Menu .tagetMenu ul {
	zoom: 100%;
}
*:first-child+html #Sp_header #Menu .tagetMenu ul {
	display: inline-block;
}
#Sp_header #Menu .tagetMenu ul:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}




/* clearfix */
* html #Sp_header #Menu .tagetMenu02 ul {
	zoom: 100%;
}
*:first-child+html #Sp_header #Menu .tagetMenu02 ul {
	display: inline-block;
}
#Sp_header #Menu .tagetMenu02 ul:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}





/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* 基本レイアウト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#wrapper {
	width: 100%;
	padding-bottom: 30px;
}

#contents {
}
.article {
	background: #FFF;
	padding: 3%;
	
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	behavior: url(http://alt.scw.ac.jp/share/PIE.htc);
	position: relative;
}
* html .article {
	zoom: 100%;
}
/* IE7 */
*:first-child+html .article {
	min-height: 1px;
}
.article:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}	



.table01{
	width: 100% !important;
	margin: 0 auto 10px;
	background-color: #fff;
	border: 1px solid #AAA;
	border-collapse: collapse;
	margin-bottom: 20px;
	line-height:1.6;
}

.table01 tr th{
	padding: 4px;
	background-color:#e2f0fb;
	color: #467dcd;
	text-align: center;
	border: 1px solid #AAA;
}

.table01 tr td{
	padding: 4px;
	border: 1px dotted #AAA;
}

.table01 tr th.th01, .table60w tr th.th01, .table80w tr th.th01{/*red*/
	color: #000;
	background-color: #f8e4dc;
	border: 1px dotted #AAA;
}

.table01 tr th.th02, .table60w tr th.th02, .table80w tr th.th02{/*yellow*/
	color: #000;
	background-color: #fff8d2;
	border: 1px dotted #AAA;
}

.table01 tr th.th03, .table60w tr th.th03, .table80w tr th.th03{/*green*/
	color: #000;
	background-color: #ecf3e1;
	border: 1px dotted #AAA;
	/*white-space: nowrap;*/
}







/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* サイドメニュー */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */


.menu {
}

	.menu a.head02 {
		padding: 20px 0px;
		cursor:pointer;
		display: block;
		color: #fff;
		background:#004482 url(../img_2014/icon_arrow_off.gif) no-repeat 17em center;
		font-weight: bold;
		font-size: 140%;
		text-align: center;
	}
	.menu a.head02:hover {
	background:#004482 url(../img_2014/icon_arrow_off.gif)  no-repeat 17em center;
	color: #fff;
	}
	.menu a.head02.selected02 {
	background:#004482 url(../img_2014/icon_arrow_on.gif)  no-repeat 17em center;
	color: #fff;
	}
	.menu a.head02.mb {
		margin-bottom: 1px;
	}

.menu dl {
	border-bottom: solid 1px #E4E4E4;
	padding-bottom: 10px;
	margin-bottom: 10px;
	background: #fff; 

}	

.menu ul {
	background: #fff;
}	
* html .menu ul {
	zoom: 100%;
}
/* IE7 */
*:first-child+html .menu ul {
	min-height: 1px;
}
.menu ul:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}	

	.menu ul#NewsBtn li {
		float: left;
		width: 49%;
		margin-right: 2%;
	}
	.menu ul#NewsBtn li img {
		width: 100%;
	}
	.menu ul#NewsBtn li.last {
		margin-right: 0;
	}


.menu ul.ListLi {
	background: #fff;
}
	.menu ul.ListLi li {
		background: url(../img_2014/arrow_blue.gif) no-repeat 0.9em 1.2em;
		padding-left: 10px;
		border-bottom: dotted 1px #E4E4E4;
	}	
	.menu ul.ListLi li.last {
		border-bottom: solid 1px #E4E4E4;
		margin-bottom: 0;
	}	
	.menu ul.ListLi li a {
		color: #000;
		display: block;
		padding: 10px;
	}
	.menu ul.ListLi li a:hover {
		color: #00A0E9;
	}


.menu #list {
	border: solid 8px #004482;
	padding: 10px 20px;
}
	.menu #list a {
		cursor:pointer;
		display:block;
		background: url(../img/icon_leftnavi_off.gif) no-repeat left center;
		padding-left: 18px;
		padding-top: 8px;
		padding-bottom: 8px;
		border-top: solid 1px #E4E4E4;
		color: #000000;
	}
	.menu #list a.start {
		border-top: none;
	}
	.menu #list a:hover {
		background: url(../img/icon_leftnavi_off.gif) no-repeat left center;
		color: #0C3092;
	}
	.menu #list a.selected {
		background: url(../img/icon_leftnavi_on.gif) no-repeat left center;
		color: #0C3092;
	}


.menu #list .AccLink {
	border-top: solid 1px #E4E4E4;
	padding-top: 8px;
	padding-bottom: 8px;
}
	.menu #list .AccLink li {
		background: url(../img/dotline.gif) repeat-x left bottom;
		padding-left: 10px;
		padding-bottom: 5px;
		margin-bottom: 5px;
	}
	.menu #list .AccLink li.last {
		background: none;
		padding-left: 10px;
		padding-bottom: 0px;
		margin-bottom: 0px;
	}
		.menu #list .AccLink li a {
			background: url(../img/arrow_leftnavi.gif) no-repeat 0.3em 0.5em;
			padding-left: 14px;
			border-top: none;
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.menu #list .AccLink li a.mn_out {
			background: url(../img/icon_blank.gif) no-repeat 0em 0.5em;
			padding-left: 14px;
			border-top: none;
			padding-top: 0px;
			padding-bottom: 0px;
		}
		.menu #list .AccLink li a:hover,
		.menu #list .AccLink li a.on {
			color: #0C3092;
		}

.menu #list .AccLink.Boxtype {
	border:0;
}


/* バナーエリア */
#Sp_BnrArea {
	padding: 3%;
	text-align: center;
	margin-bottom: 20px
}
	#Sp_BnrArea li {
		width: 100%;
	}
	#Sp_BnrArea li img {
		width: 60%;
	}












/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* アンカーリンク */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
.pagelink {
	background: #F2F2F2;
	margin-bottom: 30px;
}
.pagelink ul {
	padding: 0 15px;
}
/* IE6 */
* html .pagelink ul {
	zoom: 100%;
}
/* IE7 */
*:first-child+html .pagelink ul {
	min-height: 1px;
}
.pagelink ul:after {
	content: "."; 
	clear: both; 
	height: 0; 
	display: block; 
	visibility: hidden;
}
	.pagelink ul li {
		float: left;
		background: url(../img_2014/arrow_anchor.gif) no-repeat left 1.4em;
		padding-left: 6px;
		margin-right: 10px;
	}
	.pagelink ul li a {
		padding: 10px;
		display: block;
		color: #004482;
	}






/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* タイトル */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#PageTitle {
	margin-bottom: 50px;
}

.title {
	margin-top: 10px;
	border-bottom: solid 1px #004482;
	margin-bottom: 20px;
	text-align: center;
	
}
	.title h2 {
		line-height: 1;
		font-size: 130%;
		color: #004482;
		margin-bottom: 10px;
	}
	
	.title p {
		margin-bottom: 10px;
	}
	
	
	
	
.OneColum .title {
	background: url(../img/bg_title_880.gif) no-repeat left top;
}




.tit {
	border: solid 1px #dcdcdc;
	padding: 10px 8px;
	margin-bottom: 20px;
}
	.tit h3 {
		line-height: 1;
		font-size: 117%;
		font-weight: normal;
		color: #004482;
	}
	.tit h3 span {
		display: block;
		padding: 6px 0px 6px 6px;
		border-left: 3px solid #cecece;
	}





	
	.tit h2 {
		background: #FFFFFF;
		border: solid 1px #D6D6D6;
		padding: 1px;
		line-height: 1;
		font-size: 100%;
	}
	.tit h2 span {
		display: block;
		padding: 5px 0px 5px 5px;
		border-left: 3px solid #0682DE;
	}
	.tit h2 span span {
		display: block;
		padding:0;
		border-left: none;
	}
	
	
	
	
	
	
	
	
	
.tit a {
	color: #000000;
}


h4 {
	color: #0C3092;
	line-height: 1.4;
	margin-bottom: 10px;
}
		
h4.cap_h4,
h4.tt {
	color: #0C3092;
	line-height: 1.4;
	margin-bottom: 10px;
	border-left: solid 3px #B6C0DE;
	padding-left: 5px;
}
	h4.cap_h4 a,
	h4.tt a {
		color: #0C3092;
	}
h4.ttCenter {
	color: #0C3092;
	line-height: 1.4;
	margin-bottom: 10px;
	text-align: center;
}
center h4.cap_h4 {
	border-left: none;
	padding-left: 0px;
}

		
h5 {
	font-size: 100%;
	line-height: 1;
	padding: 2px 0;
	color: #0C3092;
	margin-bottom: 5px;
}


.tit_s{
	margin-bottom:10px;
	font-size:110%;
	}
	

.mainHeader{
	text-align: center;
	}
	.mainHeader h1{
		display: block;
		margin: 15px auto 10px;
		font-size: 18px;
		color: #004583;
		}
	.mainHeader h1 .small{
		margin-top: 8px;
		display: block;
		font-size: 10px;
		}

/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* リスト */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */

.blank {
	padding-left: 20px !important;
	background: url(../img_2014/icon_blank.gif) no-repeat 0.2em center !important;
}
.icon_list_out {
	padding-left: 20px !important;
	background: url(../img_2014/icon_blank.gif) no-repeat 0.2em center !important;
}

.icon_pdf {
	padding-left: 20px;
	background: url(../img/icon_pdf.gif) no-repeat 0.2em center;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.Pdf {
	padding-left: 20px;
	background: url(../img/icon_pdf.gif) no-repeat 0.2em center;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.icon_doc {
	background:url(../img/icon_doc.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.Doc {
	background:url(../img/icon_doc.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.icon_xls {
	background:url(../img/icon_xls.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.Xls {
	background:url(../img/icon_xls.gif) no-repeat scroll 5px 0;
	padding-left: 26px;
	padding-bottom: 3px;
	overflow:hidden;
	line-height: 1.6;
}
.icon_list,
.category_in {
	padding-left: 20px;
	background: url(../img/list_category_in.gif) no-repeat left center;
}
.icon_list2{
	background:transparent url(../img/icon_list02.gif) no-repeat scroll 5px 4px;
	padding-left: 16px;
	overflow:hidden;
	line-height: 1.6;
}


.category_out {
	padding-left: 20px;
	background: url(../img/list_category_out.gif) no-repeat left center;
}

ol.AlphaList {
	list-style-type: lower-alpha;
	line-height: 1.4;
}
ol.AlphaList li {
	margin-left: 2em;
	margin-bottom: 5px;
}

ol.NoList {
	list-style-type: decimal;
	line-height: 1.4;
}
ol.NoList li {
	margin-left: 2em;
	margin-bottom: 5px;
}

ul.DotList_blue {
	line-height: 1.4;
}
ul.DotList_blue li {
	list-style:disc;
	margin-left: 2em;
	margin-bottom: 5px;
	color: #124279;
}
ul.DotList {
	line-height: 1.4;
}
ul.DotList li {
	list-style:disc;
	margin-left: 2em;
	margin-bottom: 5px;
}
ul.ListCircle {
	line-height: 1.6;
}
ul.ListCircle li {
	list-style: url(../img/icon_circle.gif);
	margin-left: 2em;
}



ul.ListArrow {
	line-height: 1.4;
}
ul.ListArrow li {
	margin-bottom: 5px;
	background: url(../img/list_arrow.gif) no-repeat left center;
	padding-left: 23px;
	padding-top: 3px;
	padding-bottom: 3px;
}
ul.ListArrow li a {
}

ul.ListPDF {
	line-height: 1.4;
}
	ul.ListPDF li {
		margin-bottom: 3px;
		line-height: 1;
	}
		ul.ListPDF li a {
			background: url(../img/icon_pdf.gif) no-repeat left center;
			padding: 8px 0px 8px 14px;
			line-height: 1;
		}


/* PDF */
ul li.pdf {
	margin-bottom: 3px;
	line-height: 1;
}
	ul li.pdf a {
		background: url(../img/icon_pdf.gif) no-repeat left center;
		padding: 8px 0px 8px 15px;
		line-height: 1;
	}






/* ol ul */
ol.ol_list{
	margin-left: 25px;
	line-height: 1.6;
	list-style-type: decimal;
}
ol.ol_list li{
	margin-bottom:8px;
}

ul.ul_list{
	margin-left: 12px;
	line-height: 1.6;
}
ul.ul_list li{
	margin-bottom:8px;
	background:url(../img/list_disc.gif) no-repeat  0px 6px;
	padding-left:13px;
	_zoom:1;
}

ul.non_list{margin-left: 3px;}
ul.non_list li{margin-bottom:8px;}

ul.ul_list-asta{
	margin-left: 10px;
	line-height: 1.6;
	padding-left: 2em;
	text-indent: -2em;
}

ul.ul_list-asta li{margin-bottom:8px;}

ul.list01{margin-bottom:10px;}
ul.list01 li{
	border-top: 1px dotted #c3c3c3;
	border-collapse: collapse;
	padding: 5px;
	margin-left: 10px;
}
ul.list01 li.list_bottom{
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
	padding: 5px;
	margin-left: 10px;
}

ul.list02{
	margin-left: 15px;
	margin-top:10px;
}
ul.list02 li{
	border-collapse: collapse;
	padding: 5px;
	margin-left: 10px;
}

ul.list01g{margin-bottom:10px;}
ul.list01g li{
	background-color:#f6f6f6;
	border-top: 1px dotted #c3c3c3;
	border-collapse: collapse;
	padding: 5px;
	margin-left: 10px;
}
ul.list01g li.list_bottom{
	background-color:#f6f6f6;
	border-top: 1px dotted #c3c3c3;
	border-bottom: 1px dotted #c3c3c3;
	padding: 5px;
	margin-left: 10px;
}

.list03{
	margin-top:15px;
}
.list03 li{
	margin-left:1.5em;
	text-indent:-1.4em;
	padding-right:1.0em;
	line-height:1.6;
	margin-bottom:10px;
}
.list03 li:first-letter{
	font-weight:bold;
	margin-right:8px;
}


ol.ol_list li ul.list03{
	margin-bottom:15px;
	margin-top:5px;
	width:100%;
}
ol.ol_list li ul.list03 li{
	margin-bottom:7px;
	margin-left:20px;
}

.link-list li{
	line-height:1.6;
	margin-bottom:5px;
}
.link-list li a{
	padding-left:10px;
	background:url(../img/icon_list02.gif) no-repeat left 4px;
}

.link-list li a.icon_pdf{
	padding:0.3em 0 0.3em 20px;
	background:url(../img/icon_pdf.gif) no-repeat left 2px;
}

.link-list li a.icon_list_out{
	padding-left:20px;
	background:url(../img/icon_list_out.gif) no-repeat 2px 4px;
}

ul.comment_list{
	line-height: 1.6;
}

ul.comment_list li{
	width:270px;
	margin-left:10px;
	float:left;
	background:url(../img/list_disc.gif) no-repeat  0px 6px;
	padding-left:13px;
}
ul.comment_list{
    zoom:1;/*for IE 5.5-7*/
}
ul.comment_list:after{/*for modern browser*/
    content:".";
    display: block;
    height:0px;
    clear:both;
    visibility:hidden;
}
* html ul.comment_list{
	display:inline-table;
	/*\*/display:block;/**/
}

/* dl */
dl.dl01{margin-bottom: 30px;}
dl.dl01 dt{
	font-weight: bold;
	margin-bottom: 10px;
}

dl.dl01 dd{margin-bottom: 10px;}
dl.dl02{margin-bottom: 30px;}
dl.dl02 dt{
	border-left: 3px solid #068FD9;
	padding-left: 5px;
	font-weight: bold;
	margin-bottom: 10px;
}

dl.dl02 dd{
	margin-left: 10px;
	margin-bottom: 10px;
}



/* ++++++++++++++++++++++++++++++++++++++++++++++ */
/* フッター */
/* ++++++++++++++++++++++++++++++++++++++++++++++ */
#FooterSitemap,#footer,#FooterContents {
	display: none;
}



#Footer_Sp {
	position: relative;
	background: #004482;
}
#Footer_Sp #PageTop {
	width: 100%;
	text-align: center;
	position: absolute;
	top: -24px;
}
#Footer_Sp #PageTop p {
	width: 100%;
}

#Footer_Sp #FooterNaviSp {
}
	#Footer_Sp #FooterNaviSp dl {
	}
		#Footer_Sp #FooterNaviSp dl dd {
			border-bottom: solid 1px #DADADA;
		}
		#Footer_Sp #FooterNaviSp dl dd a {
			display: block;
			background: url(../img_2014/arrow_white.gif) no-repeat 95% center;
			padding: 15px;
			color: #fff;
			font-weight: bold;
			font-size: 117%;
		}

#Footer_Sp #gakuen {
	padding: 4%;
	border-bottom: solid 1px #DADADA;
}

	#Footer_Sp #gakuen .ttList li{
		font-weight:normal;
		margin-bottom: 5px;
		font-size: 105%;
	}
	
	#Footer_Sp #gakuen .ttList li a {
		color: #fff;
	}
	
	#Footer_Sp #gakuen .ttList li.koyu a{
		line-height:1.2em;
		display:block;
		padding-left: 20px !important;
	
	}
	
	#Footer_Sp #gakuen .ttList li.koyu a span{
		font-size:90%;
	}
	
	
	
	#Footer_Sp #gakuen .ttList .ttl {
		font-weight:bold;
		color: #fff;
		font-size: 117%;
		margin-bottom: 10px;
	}


#Footer_Sp #footer_Sp {
	background: #004482;
	color: #fff;
	padding: 3%;
}
#Footer_Sp #footer_Sp p {
	margin-bottom: 5px;
}
#Footer_Sp #footer_Sp .copyright {
	text-align: center;
}



/* 201506 フッターコンテンツ用 追記 */
#FooterContents_Sp{
	background: #efefef;
	width: 100%;
	display: block;
	padding: 25px 0 50px;
}

#FooterContents_Sp .inner{
	margin: 0 auto;
	width: 980px;
}

#FooterContents_Sp a:hover{
/*	-ms-filter: "alpha( opacity=100 )";
	filter: alpha( opacity=100 );
	opacity: 1;*/
}

#FooterContents_Sp a img{
	max-width: 250px;
	width: 100%;
}

#FooterContents_Sp .requestBnr{
	max-width: 250px;
	width: 100%;
	margin: 0 auto;
}

#FooterContents_Sp .snsBnr{
	max-width: 250px;
	width: 100%;
	margin: 25px auto 0;
}

#FooterContents_Sp .snsBnr dt{
	font-weight: bold;
	color: #064583;
	padding-left: 10px;
	margin-bottom: 10px;
	border-left: 4px solid #a9bcce;
	font-size: 110%;
	line-height: 1;
}

#FooterContents_Sp .snsBnr dd ul li{
	margin-top: 5px;
}

#FooterContents_Sp .snsBnr dd ul li:first-child{
	margin: 0;
}




/* バナーエリア */
#BnrArea {
	text-align: center;
	margin-bottom: 20px
}
	* html #BnrArea {
		zoom: 100%;
	}
	/* IE7 */
	*:first-child+html #BnrArea {
		min-height: 1px;
	}
	#BnrArea:after {
		content: "."; 
		clear: both; 
		height: 0; 
		display: block; 
		visibility: hidden;
	}
	#BnrArea li {
		width: 49%;
		margin-right: 2%;
		float: left;
		margin-bottom: 2%;
	}
	#BnrArea li.second {
		margin-right: 0;
	}
	#BnrArea li img {
		width: 100%;
	}
	#BnrArea li a:hover {
		-ms-filter: "alpha( opacity=70 )";
		filter: alpha( opacity=70 );
		opacity: 0.7;
	}



#flick {
	width: 100%;
	position: relative;
	text-align: center;
}
	#flick p {
		width: 100%;
		min-height: 1000px;
		position: absolute;
		top: 0;
		left: 0;
	}
		#flick p img {
			width: 100%;
		}



.flick {
	width: 100%;
	position: relative;
	text-align: center;
}
	.flick p {
		width: 100%;
		min-height: 1000px;
		position: absolute;
		top: 0;
		left: 0;
	}
		.flick p img {
			width: 100%;
		}



#BTNPC {
	width: 100%;
	background: #004482;
	margin-bottom: 3%;
}
	#BTNPC a {
		display: block;
		padding: 3% 0;
		color: #fff;
		font-weight: bold;
		letter-spacing: 0.1em;
		text-align: center;
	}




.pageclose {
	text-align: right;
	margin-right: 5%;
}


}










.none {
	display: none;
}
