/* ボディ */
body{
	margin: 0 ;
	padding: 0 ;
	font-size: 15px;
	line-height: 1.618;
	font-family: sans-serif;
}

h1{
	font-size: 130%;
	color: #0063a4;
	border-bottom: 1px #abc7ca solid;
	margin: 0 0 1% 0;
	padding: 1.5% 0 1.5% 2%;
	background-color: #efefef;

	box-shadow:inset 0em 1em 0.6em 0.1em #f4f4f4;
	-webkit-box-shadow:inset 0em 1.2em 0.6em 0.1em f4f4f4;
	-moz-box-shadow:inset 0em 1.2em 0.6em 0.1em #f4f4f4;
}

h2{
	font-size: 130%;
	color: #0063a4;
	border-bottom: 1px #abc7ca solid;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 2%;
	background-color: #efefef;

	box-shadow:inset 0px 10px 5px 2px #f4f4f4;
	-webkit-box-shadow:inset 0px 10px 5px 2px #f4f4f4;
	-moz-box-shadow:inset 0px 10px 5px 2px #f4f4f4;
}

h3{
	font-size: 120%;
	color: #404040;
	margin: 0 0 10px 0;

	border-left: 3px #404040 solid;
	margin: 0 0 10px 0;
	padding: 5px 0 4px 2%;
	background-color: #f7f7f7;
}
h4.school_course_title{
/*	border-top: 1px #d3d3d3 solid;
	border-right: 1px #d3d3d3 solid;
	border-left: 1px #d3d3d3 solid;
	background-color: #efefef;
*/
	margin: 8px 0 0 0;
	color: #000000;
	font-size: 110%;
	padding: 3px 10px;
}
div.school_course_wrap{
	border-left: 0 #d3d3d3 solid;
	padding: 0 0 0 10px;
}
div.text_field{
	margin: 8px;
	padding: 8px;
	clear: both;
	overflow: auto;
}

div#header_wrap{
	width: 100%;
	border-top: 1px solid #5fa3d2;
}
div#header{
	max-width: 1000px;
	text-align: center;
	padding: 0;
	margin: auto;
	background: #ffffff;
	overflow: hidden;
}
div#japanese {
	float: right;
	margin: 5px 10px;
}
div#japanese span{
	margin: 0 6px 0 0;
	display: block;
	border: solid 1px #000000;
	background-color: #FFFFFF;
	color: #DC143C;
	width: 30px;
	height: 20px;
	font-size: 15px;
	line-height: 20px;
	text-align: center;
	display: inline-block;
	/display: inline;  /* IE用ハック */
	/zoom: 1;  /* IE用ハック */
}

	div#japanese a{
		font-size: 14px;
		color: #404040;
		margin: 0;
		text-decoration: none;
		overflow: hidden;
	}
	div#japanese a:hover{
		filter: alpha(opacity=75);
		opacity:0.75;
	}
div#logo {
	margin: 16px 0 16px 0;
}
div#logo a {
	display: block;
	margin: 0;
	height: 60px;
	width: 240px;
	text-decoration: none;
	text-indent: -1500px;
	overflow: hidden;
	background: url(../images/logo.png) no-repeat;
	background-repeat:no-repeat;
	background-size:cover;
}
	div#logo a:hover{
		filter: alpha(opacity=75);
		opacity:0.75;
	}

div#footer{
	border-top: 3px solid #5fa3d2;
	text-align: center;
	margin-top: 2em;
	padding: 1em 0;
	background: #e8e8e8;
}

	div#footer_wrap{
		overflow: auto;
	}
	div#footer_wrap div.footer_menu{
		margin: 10px 0;
	}
		div#footer_wrap div#footer_menu ul{
			width: 100%;
			padding: 0px;
			margin: 5px auto;
			list-style-type: none;
			text-align: center;
		}
		div#footer_wrap div#footer_menu ul li{
			white-space: nowrap;
			list-style-type:none;
			margin-right: 10px;
			padding-left: 16px;
			line-height: 20px;
			display: inline;
		}
		div#footer_wrap div#footer_menu ul li + li{
			border-left: 1px solid #8b8b8b;
		}
		div#footer_wrap div#footer_menu ul li a{
			color: #5fa3d2;
			text-decoration: none;
		}
		div#footer_wrap div#footer_menu ul li a:hover{
			text-decoration: underline;
		}


		div#footer_wrap div#copyright p{
			margin: 3px 0;
		}


#nav_wrap{
	margin: 0;
	padding: 0;
	width: 100%;
	min-width: 1000px;
	background: #008cd3;
	border-bottom: 2px solid #d9d9d9;

	background: #91bdf5; /* Old browsers */
	background: -moz-linear-gradient(top,  #008cd3 0%, #0081c6 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008cd3), color-stop(100%,#0081c6)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #008cd3 0%,#0081c6 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #008cd3 0%,#0081c6 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #008cd3 0%,#0081c6 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #008cd3 0%,#0081c6 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#008cd3', endColorstr='#0081c6',GradientType=0 ); /* IE6-9 */
}


	#nav{
		width: 1000px;
		margin: 0 auto;
		padding: 0;
		overflow: hidden;
	}
	#nav ul{
		list-style: none;
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
	}
	#nav ul li{
		display: block;
		float: left;
		width: 166px;
		padding: 4px;
		margin: 0;
		box-sizing: border-box;


	}
	#nav ul li a{
		font-weight: bold;
		font-size: 12px;
		display: block;
		padding: 6px 0 6px;
		background: #eaeaea;
		color: #0081c6;
		text-align: center;
		text-decoration: none;
		border-left:0px solid #ffffff;

		box-shadow:inset 0px 15px 5px 0px #e5e5e5;
		-webkit-box-shadow:inset 0px 15px 5px 0px #e5e5e5;
		-moz-box-shadow:inset 0px 15px 5px 0px #e5e5e5;

		border-radius: 3px; 
		-webkit-border-radius: 3px; /* Safari,Google Chrome用 */  
		-moz-border-radius: 3px; /* Firefox用 */  
	}
		#nav ul li:last-child a{
			border-right:0px solid #ffffff;
		}

	#nav ul li.on a{
		background: #d8edf4;
		box-shadow:inset 0px 20px 5px 0px #d8edf4;
		-webkit-box-shadow:inset 0px 20px 5px 0px #d8edf4;
		-moz-box-shadow:inset 0px 20px 5px 0px #d8edf4;
	}

	#nav ul li a:hover{
		background: #d8edf4;
		box-shadow:inset 0px 20px 5px 0px #d8edf4;
		-webkit-box-shadow:inset 0px 20px 5px 0px #d8edf4;
		-moz-box-shadow:inset 0px 20px 5px 0px #d8edf4;
	}
	#toggle{
		display: none;
	}



div.main_wrap{
	width: 1000px;
	margin: auto;
	padding: 0;
	overflow: auto;
}

	div.main{
		width: 700px;
		margin: 0;
		padding: 0px;
		border: 0px solid rgba(0,0,0,.1);
		float: left;
		box-sizing: border-box;
	}
	div.side{
		width: 300px;
		float: right;
		margin: 0;
		padding: 0;
		box-sizing: border-box;
	}


div.side_wrap{
	margin: 0 auto 10px auto;
	padding: 0;
	width: 96%;
	border: 1px solid #abc7ca;
	box-sizing: border-box;
}
div.side_content{
	padding: 5px;
}

p.more{
	font-size: 90%;
	color: #4da619;
	text-align: right;
	padding: 10px;
}
	p.more a{
		color: #4da619;
	}



/* ############# PATH ############# */
div#topicPath {
	max-width: 1000px;
	text-align: left;
	height: 36px;
	margin: auto;
	padding: 0 0 0 26px;
	color: #4d4d4d;	
	font-size: 13px;
	line-height: 36px;
	border-bottom: 0px solid #d9d9d9;
	background-image: url(../images/icon_path_home.png);
	background-repeat: no-repeat;
	background-position: 5px center;
}
	#topicPath ul{
		margin: 0 0 0 10px;
		padding: 0;
	}
	#topicPath li{
		display: inline;
		line-height: 36px;
		list-style-type: none;
		margin: 2px;
	}
	#topicPath li a {
		padding-right: 15px;
		background: url(../images/path_separater.png) no-repeat right center;
		color: #4d4d4d;
	}
/* ############# PATH ############# */


/* ############# LINK ############# */
a:link{
	color:#0063a4;
	text-decoration:underline;
}
a:visited{
	color:#0063a4;
	text-decoration:underline;
}

/*
a:active{
	color:#1A2B57;
	text-decoration:underline;
}
*/
a:hover{
	text-decoration:none;
}
/* ############# LINK ############# */


/* ############# LIST ############# */
/* ul ol の標準設定 */
ul, ol{
	margin-left: 2em;
	padding-left : 0;
}

ul li, ol li{
	margin-top: 0.2em;
	margin-bottom: 0.2em;
}


ul.nomgn{
	margin-left: 0;
	padding-left : 0;
	list-style: none;
}


/* ############# LIST ############# */

/* ############# TABLE ############# */

/* table.reg */
table.reg {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	box-sizing: border-box;
}
table.reg, table.reg td, table.reg th{
	box-sizing: border-box;
}
table.reg th {
	border: #d3d3d3 1px solid;
	text-align: left;
	background: #dcdafd;
	padding: 10px;
	font-weight: bold;
}
	table.reg th.bkLightGrey {
		background: #efefef;
	}
	table.reg th.fontNormal {
		font-weight: normal;
	}
	table.reg th.lessMargin {
		padding: 3px 3px 3px 8px;
	}

table.reg td {
	border: #d3d3d3 1px solid;
	text-align: left;
	padding: 10px;
	background: #ffffff;
}
	table.reg td.lessMargin {
		padding: 3px 3px 3px 8px;
	}



/* table.reg2 */
table.reg2 {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	box-sizing: border-box;
}
table.reg2 td, table.reg2 th{
	box-sizing: border-box;
}
table.reg2 th {
	border: #d3d3d3 1px solid;
	text-align: left;
	background: #efefef;
	padding: 5px 5px 5px 8px;
	font-weight: normal;
}
table.reg2 td {
	border: #d3d3d3 1px solid;
	text-align: left;
	padding: 5px;
	background: #ffffff;
}


/* table.reg3 */
table.reg3 {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	box-sizing: border-box;
}
table.reg3 th {
	border: #d3d3d3 1px solid;
	text-align: center;
	background: #efefef;
	padding: 5px 5px 5px 8px;
	font-weight: normal;
}

table.reg3 td {
	border: #d3d3d3 1px solid;
	text-align: left;
	padding: 5px;
	background: #ffffff;
}


/* table.reg3 */
table.reg4 {
	width: 100%;
	margin: 10px 0;
	border-collapse: collapse;
	box-sizing: border-box;
}
table.reg4 th {
	border: #d3d3d3 1px solid;
	text-align: center;
	background: #efefef;
	padding: 5px 5px 5px 8px;
	font-weight: normal;
}

table.reg4 td {
	border: #d3d3d3 1px solid;
	text-align: left;
	padding: 5px;
	background: #ffffff;
}


/* 各テーブル共通*/
table th.stitle20{
	width: 20%;
}
table th.stitle25{
	width: 25%;
}
table th.stitle30{
	width: 30%;
}
table th.stitle40{
	width: 40%;
}
table th.stitleC{
	text-align: center;
}

table td.titdk {
	background: #fcfcfc;
}
table td.cont20 {
	width: 20%;
}
table td.cont25 {
	width: 25%;
}
table td.cont75 {
	width: 75%;
}
table td.contb {
	font-weight: bold;
}
table td.contc {
	text-align: center;
}
table td.cont {
}

/* ############# TABLE ############# */


/* ############# FORM ############# */
form.reg{
	margin: 0;
	padding: 0;
}
form.reg select, form.reg input, form.reg textarea{
	border: 1px #bfbfbf solid;
	padding: 6px;
	margin: 3px;
	box-sizing: border-box;
}
form.reg input.btS{
	padding: 5px !important;
	margin: 2px !important;
	float: right !important;
	display: block !important;
	font-size: 12px;
}
form.reg div.form_button_wrap input{
	display: block;
	margin: 10px auto;
	text-align: center;
	float: center;
}
form.reg div.button_wrap{
	margin: 0;
	padding: 0;
	position:relative;
	overflow:hidden;
}
	form.reg div.button_wrap ul {
		margin: 0;
		padding: 0;
		position:relative;
		left:50%;
		float:left;
	}


	form.reg div.button_wrap li{
		margin: 0;
		padding: 0;
		list-style-type: none;
		position: relative;
		left:-50%;
		float:left;
	}

/* ############# FORM ############# */


div.c-both {
	clear:both;
}


img{
	max-width: 100%;
	height: auto;
	display: block;
	border: none;
}
img.picFx{
	max-width: 100%;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 5px;
	background: #f8f8f8;
}
img.pic_nbc_80{
	max-width: 80%;
	margin: 5px auto;
	background: #f8f8f8;
}
img.pic_nbc_100{
	max-width: 100%;
	margin: 5px auto;
	background: #f8f8f8;
}
img.picC_100{
	max-width: 100%;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 5px auto;
	background: #f8f8f8;
}
img.picL_100{
	max-width: 100%;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 5px auto;
	background: #f8f8f8;
	float: left;
}
img.picC_80{
	max-width: 80%;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 5px auto;
	background: #f8f8f8;
}
img.picR_30{
	max-width: 30%;
	border: 1px solid #ddd;
	padding: 3px;
	margin: 5px auto;
	background: #f8f8f8;
	float: right;
}
div.pic_wrap{
	margin: 0;
	padding: 0;
	overflow: hidden;
}
	div.pic_wrap ul {
		margin: 0;
		padding: 0;
		font-size: 0;
		text-align: center;
	}


	div.pic_wrap li{
		display: inline-block;
		margin: 0 1%;
		padding: 0;
		list-style-type: none;
		max-width: 30%;
		height: auto;
		box-sizing: border-box;
	}






/* ############# Go To Top ############# */
#pageTop {
	z-index: 998;
	position: fixed;
	bottom: 12px;
	right: 12px;
}

#pageTop a {
	z-index: 999;
	padding: 0;
	border-radius: 3px;
	width: 45px;
	height: 45px;
	background-color: #0081c6;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
	opacity: 0.8;
	line-height: 45px;
	font-size: 120%;

	position: relative;
	display: inline-block;
	text-decoration: none;
}
#pageTop a::before,
#pageTop a::after{
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	content: "";
}
#pageTop a::before{
	display: block;
	top: -50%;
	bottom: -50%;
	left: -50%;
	right: -50%;
	width: 14px;
	height: 14px;
	border-top: 2px solid #ffffff;
	border-right: 2px solid #ffffff;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

#pageTop a:hover {
	text-decoration: none;
	opacity: 0.6;
}
/* ############# Go To Top ############# */
