@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: #52538f


**/

/***************************************************************
 1. common
 **************************************************************/

html{
	min-width: 1024px;
}

body{
	font-family:"メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	
	line-height:150%;
}

a{
	color:#000;
}

.cla a{
	color: #5d2b9e; 
}

.clb a{
	color: #387d43;
}

a:hover img{
	opacity:0.8;	
	filter: alpha(opacity=80);
	-ms-filter: "alpha(opacity=80)";
}

.wrapper{
	width:1024px;
	margin:0px auto; 
}

.left,
.left_column{
	float:left;
	background-color: #5784ad;
	position: relative;
	top: -22px;
}

.right,
.right_column{
	float:right;	
}

.right_column, .left_column{
	padding:0px !important; /* overwright bootstrap */
}

.logopc{
	background-color: #004482;
}

.logopc img{
	width: 94%;
	margin: 3%;
	border: 1px solid #fff;
}


.current{
	background-color:#dedede;	
}

h3{
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

h4{
	border-left:3px solid #399043;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
	font-weight: bold;
}

h5{
	font-size:14px;
	padding:20px 10px;
	border-bottom: 1px solid #dedede;
}

ul{
	padding-left:0px;
}

ol{
	padding-left:15px;
}

.presentations ol li{
	margin-left: 14px;
	margin-bottom: 20px;
}

ul li{
	list-style:none;
	
}

p{
	padding:4px;	
}

img.full{
	width:100%;
}

a:focus{
	color:#aaa;
	text-decoration: none;
}

a.more{
	float:right;
	margin-right:20px;
}

.pagetop{
	border:1px solid #ccc;
	padding:5px 10px;
	float:right;
}

.pagetop:before{
	font-family: FontAwesome;
 	content: '\f0aa';
	padding-right:5px;
}


span.date{
	font-size: 12px;	
}

h2 .btn, h3 .btn, h4 .btn, h5 .btn
{
	float:right;
}


.bgcla .langbt_on a{
	background-color: #3f0e83;
	color: #fff;
}

.bgcla .langbt_on a:hover{
	background-color: #501e95;
	color: #fff;
}


.bgclb .langbt_on a{
	background-color: #1a7133;
	color: #fff;
}

.bgclb .langbt_on a:hover{
	background-color: #2b8645;
	color: #fff;
}

.langbt_off a{
	padding: 4px 20px;
	background-color: #fff;
	color: #004482;
	font-size: 12px;
}

.langbt_off a:hover{
	background-color: #fff;
	text-decoration: none;
	color: #004482;
}

.langbt_on a{
	padding: 4px 20px;
	font-size: 12px;
}

.langbt_on a:hover{
	text-decoration: none;
}

.sm_n{
	display: none;
}

.xs_n{
}

div#main_content ul.li_n li:before{
	content: none;
}


.loopSlider img{
	width: 200px;	
	height: 120px;
}

.loopSliderWrap {
    top: 0;
    left: 0;
	width: 100%;
    height: 120px;
    overflow: hidden;
    position: absolute;
}
 
.loopSlider {
    margin: 0 auto;
    width:100%;
    height: 120px;
    text-align: left;
    position: relative;
    overflow: hidden;
}
 
.loopSlider ul {
    height: 120px;
    float: left;
    overflow: hidden;
}
 
.loopSlider ul li {
    width: 200px;
    height: 120px;
    float: left;
    display: inline;
    overflow: hidden;
	
	position: relative;
	background-color: #ccc;
}
 
.loopSliderWrap:after {
    content: "";
    display: none;
    clear: none;
}

.loopSlider ul li 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;
}

/***************************************************************
 2. override bootstrap
 **************************************************************/
 
.btn-info{

}

.label{
	padding:4px;
}


body#home .col-sm-10{
	padding-left: 0;
}


.bordernone{
	border: none;
}

.bordernone tr td{
	border: none!important;
}

.alignright{
	float: right;
}

.alignleft{
	float: left;
}

/***************************************************************
 3. header
 **************************************************************/

header{

}

header div#logo_area h1{
	font-size: 26px;
}

	
header div#logo_area h1 a{
	color:#000 !important;
}

header div#logo_area h1 a:hover{
	text-decoration: none;
}

body#home header div#logo_area img:first-child{
	margin-left: 4px;
	margin-right: 4px;
	border:1px solid #fff;
}

div.bgcla{
	background-color: #5d2b9e;
}

div.bgclb{
	background-color: #399043;
}

div.top{
	background-color: #004482!important;
}

div#top_area .col-sm-5{
	padding-right: 0;
}

header div#search_area{
	text-align:right;
}

header div#search_area ul li{
	float:right;
}

header div#search_area ul{
	margin-bottom: 0;
}

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;
}

main div.right_column{
	width: 100%;
	background-color: #fff;
}


/***************************************************************
4 nav
***************************************************************/



nav{
	margin:0px;
	padding:0px;
	padding:0px !important; /* overwrite bootstrap*/
}

nav ul{
	margin:0px;
	padding:0px;
}

nav ul li{
	height:60px;
	padding:0px;
	margin:0px;
	position:relative;	/* nav ul li:afterのposition:absoluteのため */
}


nav ul li a{
	font-size: 12px;
	color: #fff!important;
	margin:0px;
	display:block;
	min-width:170px;
	padding:20px 20px;
	font-size:14px;
	height:60px;
	vertical-align:middle;
	border-bottom: 1px solid #cdd0ee;
}

nav ul li:first-child{
	border-top: 1px solid #cdd0ee;
}

nav ul ul{
	display:none;
	position:absolute;
	left:170px;
	z-index:100;
	width:170px;
	background-color:#333;
	color:#fff;	
}


nav ul li a:hover{
	background-color: #eee;
	text-decoration:none;
	color: #666!important;
}


/***************************************************************
5 toppage section
***************************************************************/

section{
	clear:both;
}

div#container{
	background:url(images/menu_back.jpg) repeat-y;
	background-size: 226px;
	background-color: #f1f1f1;
}

body#sub div#container{
	background-size: 226px;
}

#sub div#container{
	background-color: #fff;
}

div#container .col-sm-3{
	width: 22%;
}

div#container .col-sm-9{
	width: 78%;
	padding-right: 0;
}

section#eyecatch{
	background-color:#efefef;
}

section#eyecatch ul{
	margin-bottom: 0;
}

section#eyecatch ul li{
	float: left;
	width: 50%;
}

section#news{
	padding-top: 20px;
	padding-bottom:20px;
	background-color: #f1f1f1;
}

div.cla section#news h2{
	color: #5d2b9e;
	border: 1px solid #5d2b9e;
}

div.clb section#news h2{
	color: #387d43;
	border: 1px solid #399043;
}

section#news h2{
	color: #000;
	border: 1px solid #266095;
	padding:40px 25px;
	font-size:18px;
	margin: 30px 20px;
}

section#news ul{
	margin-top:20px;
	margin-right: 15px;
}

section#news ul li{
	margin:10px 20px;
	padding:10px 5px;
	border-bottom: 1px dashed #999;	
}

section#news ul li:last-child{
	border-bottom: none;
}

section#news ul li div.date:before{
	font-family: FontAwesome;
 	content: '\f073';
	margin-right:10px;
	color:#026016;
}

section#news .col-sm-8{
	padding-left: 0;
}

section#content{
	color:#000;
	padding-bottom:20px;
}

section#content h2{
	margin-top:0px;
	padding:20px;
	font-size:18px;
}

section#content h3{
	background-color:transparent;
	font-weight: bold;
	margin:0px;
}

section#content a{
	color:#fff;
}

section#content > div > div:first-child{
	vertical-align: middle;
	padding-top:30px;
	text-align: center;
}

div#container .col-sm-9{
	padding-left: 0;
}


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;
}


div.bn_area{
	background-color: #5784ad;
}

div.bn_area ul li{
	padding: 0 2% 2% 2%;	
}

div.bn_area ul li:first-child{
	padding-top: 20px;
	padding-bottom: 10px;
}


.archives{
	padding: 10px;
}

.archives ol li{
	padding-bottom: 20px;
}

.archives img{
		margin: 10px 0 20px;
}

.anc_area ul{
	width: 100%;
	margin-left: 14px;
}

.anc_area ul li{
	width: 33%;
	float: left;
}


/***************************************************************
6 footer
***************************************************************/

footer{
	color:#266095;
	text-align:center;
	font-size:12px;	
	padding:6px;
	min-width: 100%;
	border-top: 10px solid #266095;
}


/***************************************************************
7 breadcrumb
***************************************************************/
ul#breadcrumb{
	margin:15px 30px 40px 30px;
	padding: 4px 10px;
}
ul#breadcrumb li{
	float:left;
	margin:0px 10px 0px 0px;
}

/***************************************************************
9 main_content
***************************************************************/

div#main_content{
	padding:0px;
	text-align: justify;
}


div#main_content h1{
	border-left:6px solid #004482;
	padding:10px 10px 10px 20px;
	margin:10px 10px 10px 30px;
	font-size:20px;
	color: #0e1446;
}

div#main_content div#content_area{
	padding:10px 30px;	
	min-height:500px;
}


div#main_content h2{
	color: #000;
	border: 1px solid #ccc;
	font-size:18px;
	margin:20px 0px;
	padding:10px;
	background-color: #eee;
}

div#main_content h3{
	font-size:16px;
	padding:10px;
	margin:20px 0px 10px 0px;	
	border-bottom:1px dashed #999;
	font-weight: bold;
}


div#main_content table.topics h3{
	font-size: 15px;
	font-weight: 400;
	border-bottom: none;
	border-top: 1px dashed #999;
	padding-top: 40px;
	padding-bottom: 20px;
	margin: 40px 0 0;
/*	padding-left: 1.3em;
	text-indent: -1.3em; */
}

div#main_content table.topics dl dt,
div#main_content table.topics dl dd{
	float: left;

}

div#main_content table.topics dl{
	margin-left: 15px;
	margin-bottom: 20px;
	margin-top: 40px;
	padding-top: 40px;
	border-top: 1px dashed #999;
}

div#main_content table.topics dl dt{
	width: 150px;
}

div#main_content table.topics dl dt:before{
	font-family: FontAwesome;
	content: '\f073';
	padding-right: 4px;
}

div#main_content table.topics dl:first-child{
	border-top: none;
	margin-top: 0;
}


div#main_content h4{
	border-left:3px solid #ccc;
	padding:10px;
	margin:20px 0px;
	font-size:16px;
	font-weight: bold;
}

div#main_content h5{
	font-size:14px;
	padding:20px 10px 10px 10px;
	border-bottom: 1px solid #ccc;
}


div#main_content div.clearfix{
	margin-bottom:30px;	
}

div#main_content table tr td{
	border:1px solid #ccc;
	padding:10px;
}

div#main_content table tr th{
	background-color: #ccc;
	color:#000;
	padding:15px 20px;	
	border-bottom:1px solid #fff;
	border-right:1px solid #fff;
}

div#main_content ul li:before{
	font-family: FontAwesome;
 	content: '\f0da';
	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;	
}

#banner ul{
	margin: 20px 15px 30px 5px;
}

#banner ul li{
	width: 25%;
	float: left;
	padding-top: 10px;
	padding-left: 10px;
}

.name{
	font-size: 18px;
	padding-bottom: 4px;
	margin-top: 40px;
}

.pagebt a{
	color: #fff;
	float: right;
	background-color: #52538f;
	padding: 4px 10px;
	margin-top: 60px;
}

.pagebt a:hover{
	background-color: #ccc;
	text-decoration: none;
}

.publication_wrap{
	border-bottom: 1px dashed #ccc;
	padding-bottom: 20px;
	margin-bottom: 20px;
}

.bdn{
	border: none;
}

.member_wrap{
	width: 100%;
}

.member_photo{
	float: left;
	width: 20%;
}

.member_cont{
	width:80%;
}

table.photo{
	text-align: center;
}

table.photo img{
	margin: 10px;
}

div#main_content table.photo h2{
	text-align: left;
	margin-top: 40px;
	margin: 40px 10px 0 10px;
}

table.link tr{
	border-bottom: 1px dashed #ccc;
}

table.link tr td{
	margin-bottom: 30px;
}

#news .news_scl{
	overflow-y: scroll;
	height: 550px;
}

#news .news_scl ul li img{
	width: 160px;
	margin-top: 4px;
}

#news .news_scl ul li img:nth-of-type(even){
	margin-left: 8px;
}

table.profile{
	width: 100%;
}

table.profile tr th{
	width: 25%;
}

table.topics img{
	width: 220px;
	height: auto;
	margin-left: 15px;
}

table.topics img{
	width: 220px;
	height: auto;
	margin-left: 15px;
}

div#main_content table.topics h3:first-child{
	border-top: none;
	margin: 0;
}

div.alumni p{
	display: inline-block;
	width: 412px;
}


table.members tr td a{
    display: inline-block;
    margin-bottom: 4px;
}

table.members tr td p.mail{
    margin-bottom: 4px;
}

table.members tr td p.mail:before{
    font-family: FontAwesome;
    content: '\f0e0';
    padding-right: 5px;
}

table.members tr td p.mail{
    display: inline-block;
    position: absolute;
    left: 350px;
    padding: 0;
}

.pc_none{
    display:none; 
}

.sp_none{
    display: block;
}



/********************************************************************
10 PC
********************************************************************/

@media (min-width: 768px) {
	
	div#sp_menu{
		display:none;	
	}
}


/********************************************************************
10 SP
********************************************************************/

@media (max-width: 767px) {
	
	html{
		min-width: auto;
	}
	
	.fullsp{
		width: 100%;
	}
	
	header{
		height: auto;
		padding-top: 0;
	}
	
	header div#search_area{
		display:none;
	}
	
	header div#logo_area{
		padding:0px;
	}
	
	header div#logo_area h1{
		font-size: 18px;
	}
	
	header div#logo_area img{
		width: 80%;
		margin: 10px 6px;
	}
	
	nav{
		display:none;	
		min-width:100%;
		z-index:1000;
		position:absolute;
	}
	
	nav ul{
		width:100%;	
		background-color:#333;
	}

	nav ul li{
		width:50%;	
		float:left;
		border-right:1px solid #fff;
		background-color:#333;
	}
	
	nav ul ul{
		display:none;
	}
	
	nav ul li a{
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	
	
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	img.fullsp{
		width: 100%;
	}
	
	div#main_content{
		border:none;
		padding:15px;
	}
	
	div#main_content div#content_area{
		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;
	}
	
	section#news h2{
		margin-top: 0;
		padding: 10px;
		margin: 10px 5px;
	}
	
	.sm_n{
		display: block;
	}

	.xs_n{
		display: none;
	}
	
	main div.right_column{
		min-height: auto;
	}
	
	nav ul li:first-child{
		border-top: none;
		border-bottom: 1px solid #666;
	}
	
	nav ul li:after{
		left: 90%;
		color: #fff;
	}
	
	body#home .col-sm-10{
		padding-right: 0;
	}
	
	main div.right_column{
		border-left: none;
	}
	
	#banner ul li{
		width: 80%;
		margin-left: 10%;
		margin-right: 10%;
	}
	
	div#container{
		background: none;
	}
	
	div#container .col-sm-3{
		width: 100%;
	}

	div#container .col-sm-9{
		width: 100%;
	}
	
	div#container .col-sm-9{
		padding-right: 0;
	}
	
	div#topcnt .col-sm-9{
		padding-right: 0;
	}
	
	div#top_area{
		background-color: #004482;
	}
	
	section#news ul{
		margin-right: 0;
	}
	
	section#news{
		background-color: #fff;
	}
	
	
	/*
	div#container{
		display: flex;
		flex-direction: column;
	}

	.left_column{ order: 3}
	.right_column{ order: 2}
	*/
	
	.bn_area img{
		width: 100%;
		margin-left: 0;
		margin-right: 0;
	}

	.bn_area ul{
		margin-top: 20px;
		margin-bottom: 0;
	}
	
	.bn_area ul li{
		float: left;
		width: 50%;
	}

	.bn_area ul li:last-child{
		padding-bottom: 20px;
	}
	
	.logopc img{
		border: none;
	}
	
	.left,
.left_column{
	position: inherit;
	}
	
	div#main_content h1{
		margin: 10px 10px 10px 0;
	}
	
	div#main_content h2{
		margin: 0 0 20px;
	}
	
	div.bn_area ul li{
		padding: 0 1% 1% 1%;
	}
	
	#banner ul li{
		float: left;
		width: 50%;
		margin-left: 0;
		margin-right: 0;
	}
	
	table.photo{
		width: 100%;
	}
	
	table.photo tr td{
		width: 90%;
		margin-left: 5%;
		margin-right: 5%;		
		display: block;
	}

	
	table.photo img{
		width: 100%;
		height: auto;
	}
	
	body#home header div#logo_area img:first-child{
		border: none;
	}
	
	#news .col-sm-9{
	overflow-y: auto;
	height: auto;
	}
	
	table.topics img{
	margin-bottom: 10px;
	}
	
	div.alumni img{
	width: 80%;
	margin-left: 10%;
	margin-right: 10%;
	height: auto;
	}
	
	div#main_content table tr th{
	padding: 10px;
	}
	
	div#main_content table.profile tr th{
		font-size: 12px;
	}
	
	div.alumni p{
		width: 100%;
	}

	table.photo img{
		margin: 0;
	}
	
	div#main_content table tr td{
		padding: 10px;
		margin-bottom: 20px;
	}
	
	div#main_content table.photo h2{
	margin: 40px 0 0 0;
	}
	
	.archives{
		padding: 10px;
	}
	
	
	.anc_area ul li{
		width: 100%;
		margin-bottom: 10px;
	}
	
	section#news .col-sm-4{
		font-size: 12px;
		padding-left: 0;
		color: #666;
	}
	
	#news .news_scl{
		overflow-y: hidden;
		height: auto;
	}
    
    table.members{
        width: 100%;
    }
    
    div#main_content table.members tr td{
        text-align: left;
    }
    
    table.members tr td p.mail{
        position: static;
        text-align: left;
        width: 100%;
    }
    
    table.members tr td p.mail{
        margin-bottom: 20px;
        text-indent: -1.4em;
        padding-left: 1.4em;
    }
    
    table.members tr td p.mail:last-of-type{
        margin-bottom: 0;
    }
    
    table.members tr td a{
        width: 100%;
    }
    
    .sp_none{
        display:none; 
    }
    
    .pc_none{
        display: block;
    }
	
}

.youtube {
position: relative;
height: 0;
padding: 30px 0 56.25%;
overflow: hidden;
}

.youtube iframe {
position: absolute;
top: 0;
left: 0;
width: 100% !important;
height: 100% !important;
}
