﻿@charset "utf-8";
/* CSS Document */

/**

1. common
2. override bootstrap
3. header
4. navi
5. toppage section
6. footer

7. breadcrumb
8. sidebar
9. main_content


main colors: 

#0E1446
#dedede


**/

/***************************************************************
 1. common
 **************************************************************/


body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	line-height:150%;
	background-color: #fff;
}


a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.wrapper{
	width:1024px;
	margin:0px auto;
}

#eyecatch{text-align: center;}

#eyecatch img{
	width: 1020px;
}

.left,
.left_column{
	float:left;	
}

.right,
.right_column{
	float:left;
	margin-top: 20px;
}

h2{
	font-size:22px;
	padding-left: 14px;
	line-height: 1.5em;
	border-left: 4px solid #3888c7;
}

#content_area h3{
	font-size:24px;
	padding-bottom: 10px;
	border-bottom: 2px solid #000;
	font-weight: 400;
}

h3{
	font-size:16px;
	font-weight: 600;
}

h4{
	border-left:4px solid #3888c7;
	padding:8px 4px 8px 20px;
	margin:30px 0px 20px 52px;
	font-size:20px;
	position:relative;
	left: -50px;
	width: 100%;
}

h5{
	font-size:18px;
	font-weight: 600;
	padding: 0;
}

div.topics_wrap h5{
	background-color: #eee;
	padding: 10px;
	margin-top: 50px;
}

h6{
	font-weight: 600;
	font-size: 16px;
}

ul{
	padding-left:0px;
}

ol{
	padding-left:15px;
}

ul li{
	list-style:none;
}


.list li{
	list-style-type: disc;
	margin-left: 14px;
}

p{
	padding:4px;	
}

img.full{
	width:100%;
}

a:focus{
	color: #66ccff;
	text-decoration: none;
}

a.more{
	float:right;
}

.pagetop{
	border:1px solid #ccc;
	padding:5px 10px;
	float:right;
}

.pagetop:before{
	font-family: FontAwesome;
 	content: '\f0aa';
	padding-right:5px;
}


h2 .btn, h3 .btn, h4 .btn, h5 .btn
{
	float:right;
}

#logo_area{
	margin: 10px 0;
	}

#bt_map a:hover{
	color: #666;
}

#bt_map li{
	margin-bottom: 6px;
	padding-left: 11px;
}

#bt_map .fa-chevron-right:before{
	padding-right: 4px;
}

.sm_non{display: none;}

#topics{margin-bottom: 10px;}
#topics img{margin-bottom: 6px;}

.mgl_c{padding-left:0}

.photo_right{
	float: right;
}

/***************************************************************
 2. override bootstrap
 **************************************************************/
 
.btn-info{

}

.label{
	padding:4px;
}

.nivo-caption{
	width:300px;
	height:200px;
	top:20px;
	right:20px;
	left:auto;
	text-align: left;
	opacity: 60%;
}

/***************************************************************
 3. header
 **************************************************************/

header{
	border-top:6px solid #3888c7;
}

header h1{
	display:none;	
}

header div#search_area{
	padding:34px 10px 0 20px;
	text-align:left;
}

header div#search_area ul li{
	float:right;
	padding:5px;
}
header div#search_area .btn-default{
	padding:4px 10px;
	border-radius:0px;
	margin-left:0px;
	float:right;
}

header div#search_area input[type=text]{
	height:30px;
	margin-right:0px;
	float:right;
}


div#search_area_box{
	margin-right: 8px;
}

/***************************************************************
4 nav
***************************************************************/


nav{
	background-color: #254874;
	background-size: auto 44px;
	background-repeat: repeat-x;
	height: 54px;
	min-width: 1024px;
}

nav div{
	margin:0px;
	padding:0px;
}

nav div ul{
	margin:0px;
	padding:0px;
}

nav div ul li{
	padding:0px;
	margin:0px;
}

nav div > ul > li{
	float:left;	
}

nav div ul li a{
	margin:2px 0px;
	display:block;
	min-width: 170px;
	padding:17px 20px;
	color:#fff;
	font-size:14px;
	text-align:center;	
	height:50px;
	vertical-align:middle;
	overflow: hidden;
}

nav div > ul > li > a{
	border-left:1px solid #999;
}

nav div ul li:last-child a{
	border-right:1px solid #999;
}

nav div > ul > li > ul > li:last-child a{
	border-right:none;
}

nav div ul ul{
	display:none;
	position:absolute;
	z-index:100;
	background-color:#333;
	color:#fff;	
}

nav div ul li a:hover{
	background-color:#fff;
	color:	d8690d;
	text-decoration:none;
}


/***************************************************************
5 toppage section
***************************************************************/



section#eyecatch{
}

/* autoHeight.jquery */

div.item{
	margin-bottom:10px;
	height:auto;
}

div.item div{
	border:1px solid #ccc;
	padding:2px 4px;
}

/* nivo-slider */

.theme-default .nivoSlider {
	margin-bottom: 0px;
}

/***************************************************************
6 footer
***************************************************************/

footer{
	height: 60px;
	text-align:center;
	font-size:12px;	
	padding:16px 0;
	clear: both;
}


/***************************************************************
7 breadcrumb
***************************************************************/
ul#breadcrumb{
	margin:15px 0px;
}
ul#breadcrumb li{
	float:left;
	margin:0px 10px;
}

/***************************************************************
8 sidebar
***************************************************************/

div#sidebar{
	border:1px solid #999;
	padding:0px;
	margin-bottom:20px;
}

div#sidebar ul{
	margin-bottom: 0;
}

div#sidebar h2{
	background-color:#3888c7;
	color:#fff;
	font-size:16px;
	margin:0;
	padding:10px;	
}

div#sidebar h2 i{
	display:none;
	float:right;
	width:50px;
}


div#sidebar ul li{
	background-color:#fff;	
}

div#sidebar ul li a{
	display:block;
	min-height:40px;	
	padding:10px;
	border-bottom:1px solid #ccc;
	color:#000;
}

div#sidebar ul li:last-child a{
	border-bottom: none;
}

div#sidebar ul li a:hover{
	background-color:#FFF6E8;
	text-decoration:none;	
}

div#sidebar ul li a:before{
	font-family: FontAwesome;
	content: '\f101';
	margin-right:10px;
}


div#sidebar ul li ul li a{
	background-color:#efefef;	
	min-height:40px;
	padding:10px 10px 10px 20px;
	border-bottom:1px solid #ccc;
	color:#666;	
}

div#sidebar ul li ul li a:hover{
	background-color:#E6FDFF;
	text-decoration:none;		
}


/***************************************************************
9 main_content
***************************************************************/

div#side_bn img,div#topics img,div#research_area img{
	width: 100%;
}

div#main_content{
	padding:0px;
	line-height: 1.8em;
}

div#main_content div#content_area{
	min-height:500px;
	padding-bottom: 40px;
}

div#main_content div#content_area img{
}

div#main_content div#content_area a{
	color: #3888c7;
}

div#main_content div.clearfix{
	margin-bottom:30px;	
}

.sd_tb{border-top: 1px solid #ccc;}

.sd_tb tr td{padding:6px 22px;border:1px solid #ccc;}

.sd_tb th{
background-color: #eee;
padding: 6px 20px;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

.kyouin_top_tb{border-top: 1px solid #ccc;}

.kyouin_top_tb tr td{padding:10px;border:1px solid #ccc;}

.kyouin_top_tb th{background-color: #eee;
padding-left: 10px;
border-left:1px solid #ccc;
border-right:1px solid #ccc;
}

.member_tb{
	width: 100%;
}

.member_tb tr td{
	padding:10px;
	border: 1px solid #ccc;
}

.member_tb td:nth-child(2n+1){

}

.member_tb tr th{
	background-color: #999;
	color:#fff;
	padding:10px;	
	border:1px solid #ccc;
}

.member_tb tr:nth-child(2n+1)
{
	background-color:none;
}


.about_tb tr td{
	padding:10px;
}

.about_tb td:nth-child(2n+1){
	width: 240px;
}

.about_tb tr th{
	background-color: #999;
	color:#fff;
	padding:10px;	
	border-bottom:1px solid #fff;
}

.about_tb tr:nth-child(2n+1)
{
	background-color:#efefef;
}

div#main_content ul li:before{
	font-family: FontAwesome;
 	/*content: '\f101';*/
	padding-right: 10px;
}

div#main_content ul li ul{
	margin-left:20px;	
}

div#main_content table.responsive{
	
}

div#main_content table.responsive th,
div#main_content table.responsive td{
	padding: 6px 2px;
	text-align:center;
}

div#main_content table.responsive th,
div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	font-weight:bold;
	border-bottom:1px solid #fff;
	border-right: 1px solid #fff;
}

div#main_content table.toggle_next tr td,
div#main_content table.toggle_next tr th,
div#main_content table.toggle_nextall tr td,
div#main_content table.toggle_nextall tr th  {
    padding: 5px 20px;
}

div#main_content table.toggle_next th,
div#main_content table.toggle_nextall th{
	text-align:center;
}

div#main_content table.toggle_next .toggle,
div#main_content table.toggle_nextall .toggle{
	cursor:pointer;
}


div#main_content div.slider-wrapper{
	width:50%;
	margin:10px auto;
}

div#main_content div.slider-wrapper div.nivo-controlNav{
	display:none;	
}

#cont_box li{clear:both;}


/* sub_Page */
#topbd{
	border-top: 6px solid #006699;
	}

#primary{
	}

#secondary{
	padding: 20px 0px;
	}
	
	#side_bn li{margin-bottom: 10px;}


#bt_map{
background-color:#e6e6e6;
}

#bt_map .wrapper{
	background-image: url("./images/footer_back.jpg");
	background-repeat: no-repeat;
	background-size: 1020px auto;
	}
	
.bt_map_xs_n{
	padding: 60px 0 30px 0;
	}
	
#sidebar_top .col-sm-3{
	padding-left:0;
	}

.notice_iv li{
	border-top: 1px dashed #ccc;
	padding: 10px 0;
	}

.notice_iv li:last-child{
	border-bottom: 1px dashed #ccc;
}


.notice_iv li:before{
	font-family: FontAwesome;
 	content: '\f0da';
	padding-right:5px;
	}
	
.new_txt{
	margin-left: 16px;
	margin-bottom: 10px;
}

.extxt{
	text-align: right;
	padding-right: 20px;
	}

.notice_iv .fa{
	color: #3399cc;
	}
	
#sidebar .fa{
	float: right;
	padding-top: 4px;
	display: none;
}

#content_wrap{
	margin-top: 10px;
}

#content_wrap a{
	color: #3888c7;
	}

.sm_n{display: none;}


#topics .data_t:before{
font-family: FontAwesome;
content: '\f073';
padding-right: 6px;
font-weight: 400;
}

#topics .tp_txt:before{
font-family: FontAwesome;
content: '\f101';
}

.topicsimg_area{
	width: 215px;
	height: 185px;
	overflow: hidden;
	position: relative;
	border: 1px solid #ccc;
	background-color: #eee;
	margin-bottom: 4px;
}

.topicsimg_area img{
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 100%;
	height: auto;
}

.data_t{font-weight: 600;}



#en_btm a{
	color: #fff;
	padding:4px 12px;
	background-color: #3887c7;
	width: 100px;
	text-align: center;
	}
	
#en_btm a:hover{
	color: #eee;
	text-decoration: none;
	background-color: #67a7dc;
	}

#search_area_box{
	display:none;
	}
	
	
.access_tb{
	border: 1px solid #ccc;
}

.access_tb tr td{
	padding:6px;
	border: 1px solid #ccc;
	width: 120px;
	text-align: center;
}

.access_tb td:nth-child(){
	width: 240px;
}

.access_tb tr th{
	background-color: #eee;
	color:#000;
	padding:10px;	
	border-bottom:1px solid #fff;
	text-align: center;
}

#activities_area h5{
	font-size: 17px;
	color: #079;
	border-bottom: 1px solid #ccc;
	margin-top: 20px;
	padding-bottom: 6px;
}

.books_tb tr td:nth-child(2n){
	padding-left: 40px;
}

.books_tb img{
		margin-bottom: 20px;
}

.mgt10{margin-top: 10px;}
.mgt20{margin-top: 20px;}
.mgt30{margin-top: 30px;}
.mgb10{margin-bottom: 10px;}
.mgb20{margin-bottom: 20px;}
.mgl10{margin-left: 10px;}
.mgl20{margin-left: 20px;}
.mgr10{margin-right: 10px;}
.mgl15{margin-left: 15px;}
.mgl20{margin-left: 20px;}
.pdt4{padding-top: 4px;}
.pdt10{padding-top: 10px;}
.pdt20{padding-top: 20px;}
.pdl10{padding-left: 10px;}
.pdl20{padding-left: 20px;}

/********************************************************************
10 PC
********************************************************************/

@media (min-width: 768px) {
	
	div#sp_menu{
		display:none;	
	}

	header div#logo_area img{
		width:480px;
		margin-top: 10px;
		margin-left: 14px;
		margin-bottom: 10px;
	}

}


/********************************************************************
10 SP
********************************************************************/

@media (max-width: 767px) {

	body{background-color: #fff;}

	#logo_area{
	margin: 0;
	}
	
	.wrapper{
		border:none;
	}
	
	#sp_menu img{
		width: initial;
	}
	
	header div#search_area{
		display:none;
	}
		
	header div#logo_area{
		padding:0px;
	}
	
	header div#logo_area img{
		width: 300%;
		max-width: 450px;
		margin-top: 10px;
		margin-left: 14px;
		margin-bottom: 10px;
	}
	
	nav{
		display:none;	
		min-width:100%;
		background-image:none;
		z-index:1000;
		position:absolute;
		top: 72px;/*94px */
		
	}
	
	nav ul{
		width:100%;	
	}

	nav ul li{
		width:50%;
		float:left;
		background-color:#254874;
	}
	
	nav div ul li a{
		padding: 14px;
		min-width: 0;
		height: 50px;
	}
	
	nav div ul li ul{
		width: 50%;
	}
	
	nav div ul li ul li{
		width: 100%;
		background-color: #333;
	}
	
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	
	div#main_content{
		border:none;
		padding:0px;
	}

	
	.left, .right, .left_column, .right_column{
		float:none !important;
		margin:0px auto;	
	}


	section#process ul li{
		padding:60px 5px 10px 5px;
		margin:4px 5px;
	}


	div#sp_menu{
		position:absolute;
		right:20px;
		top:20px;
		display:block;	
	}

	div#sidebar ul{
		display:none;	
	}
	
	div#sidebar h2{
		cursor:pointer;	
	}
	
	div#sidebar h2 i{
		display:inherit;
	}
	
	/* sub_Page */
	
	#primary{

	}
	
	#secondary{

	}
	
	#contents img{width: 100%;}
	
	#main_content img{width: 100%;}

.about_tb tr td{border: 1px solid #ccc; padding:6px;}
		
	#eyecatch img{width: 100%;}
	
	div#side_bn img{width: 70%;}
	
	#secondary{text-align:center;}
	
	#bt_map{padding: 20px;}
	
	.sm_non{display: block;}
	.xs_non{display: none;}
	
	#bt_map .wrapper{background-image:none;}
	.bt_map_xs_n{padding: 0;}
	
	.txt_c{margin:0 auto;}
	
	.sm_n{display: block;}
	
	
	#content_wrap .col-sm-9{padding:0;}
	
	.about_tb tr td{
	width: 100%;
	display:block;
	border: none;
	padding: 2px 4px 2px 4px;
	line-height: 1.3em;
	}
	
	.about_tb tr td:nth-child(2n){
	/*border-bottom:1px dashed #999; */
	padding-bottom: 10px;
	}
	
	.about_tb tr td:nth-child(2n+1){
	margin-top: 10px;
	}
	
	#sidebar .fa{
	float: right;
	padding-top: 4px;
	display: none;
}

#sidebar .fa{
	display: block;
}


.sd_tb tr td{padding:4px 4px;border:1px solid #ccc;}

.sd_tb th{
padding: 10px 20px;
}


.access_tb tr td{
	padding:6px;
}

.access_tb{
	border: 1px solid #ccc;
}

.access_tb tr td{
	padding:2px;
	border: 1px solid #ccc;
	width: 120px;
	text-align: center;
}

.access_tb td:nth-child(){
	width: 240px;
}

.access_tb tr th{
	background-color: #eee;
	color:#000;
	padding:2px;	
	border-bottom:1px solid #fff;
	text-align: center;
}

#research_area .col-sm-4 img{
	width: 80%!important;
	text-align:center;
	margin-left: 30px;
	}
	
#research_area .col-sm-8{
	padding:0;
	}
	
.member_tb tr td{
	padding: 4px;
	}
	
.topicsimg_area{
		width: 100%;
		height: 150px;
	}

}
