@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:#52538f;
}

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;	
}

.right,
.right_column{
	float:right;	
}

.right_column, .left_column{
	padding:0px !important; /* overwright bootstrap */
}


.current{
	background-color:#dedede;	
}

h3{
	font-size:18px;
	padding:15px 8px;
	margin:30px 0px 20px 0px;	
}

h4{
	border-left:3px solid #dedede;
	padding:10px 20px;
	margin:20px 0px;
	font-size:16px;
}

h5{
	font-size:14px;
	padding:20px 10px;
	border-bottom: 1px solid #dedede;
}

ul{
	padding-left:0px;
}

ol{
	padding-left:15px;
}

ul li{
	list-style:none;
	
}

p{
	padding:4px;	
}

img.full{
	width:100%;
}

a:focus{
	color:#aaa;	
}

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;
}

.langbt_on a{
	padding: 4px 20px;
	background-color: #52538f;
	color: #fff;
	font-size: 12px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.langbt_on a:hover{
	background-color: #ccc;
	text-decoration: none;
	color: #fff;
}

.langbt_off a{
	padding: 4px 20px;
	background-color: #dcdcdc;
	color: #52538f;
	font-size: 12px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
}

.langbt_off a:hover{
	background-color: #ccc;
	text-decoration: none;
	color: #fff;
}


img.center{
	display:block;
	margin:0px auto;
}

.sm_n{
	display: none;
}

.xs_n{
	display: block;
}

/***************************************************************
 2. override bootstrap
 **************************************************************/
 
.btn-info{

}

.label{
	padding:4px;
}


body#home .col-sm-10{
	padding-left: 0;
}


/***************************************************************
 3. header
 **************************************************************/

header{
	height: 100px;
	border-bottom: 3px solid #52538f;

}

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;
}


header div#logo_area img{
	width: 430px;
}

header div#search_area{
	padding:20px 15px;
	text-align:right;
}

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;
}

main div.right_column{
	min-height: 700px;
	border-left: 1px solid #52538f;
}


/***************************************************************
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{
	color: #52538f;
	margin:0px;
	display:block;
	min-width:170px;
	padding:20px 8px;
	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 li::after{
	position:absolute;
	font-family: FontAwesome;
 	content: '\f0da';
	left:155px;
	top:20px;
	color:#52538f;
}


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;
}


/***************************************************************
5 toppage section
***************************************************************/

section{
	clear:both;
}

section#eyecatch{
	background-color:#efefef;
}

section#eyecatch div{
	height:159px;
	background-size:100% auto;
}

section#news{
	padding-bottom:30px;
	background-color: #eee;
}

section#news h2{
	color: #52538f;
	margin-top:60px;
	padding:20px 0px 20px 30px;
	font-size:18px;
}

section#news ul{
	margin-top:20px;	
}

section#news ul li{
	margin:10px 20px;
	padding:10px 5px;
	border-bottom: 1px dashed #999;	
}

section#news ul li div.date::before{
	font-family: FontAwesome;
 	content: '\f24d';
	margin-right:10px;
	color:#026016;
}


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;
}


/* 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{
	background-color:#c9c9c9;
	color:#fff;
	text-align:center;
	font-size:12px;	
	padding:6px;
	min-width: 100%;
}


/***************************************************************
7 breadcrumb
***************************************************************/
ul#breadcrumb{
	margin:15px 30px 15px 30px;
	background-color: #eee;
	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 #52538f;
	padding:10px 10px 10px 20px;
	margin:10px 10px 10px 30px;
	font-size:20px;
	color: #0e1446;
}


div#main_content #content_area h1{
	margin-left:5px;
}

div#main_content div#content_area{
	padding:10px 30px;	
	min-height : 100px;
}


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:30px 0px 20px 0px;	
	border-bottom:1px solid #999;
	font-weight: bold;
}

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:15px 20px;
}

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 table tr:nth-child(2n){
	background-color:#efefef;
}

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: 33.3%;
	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%;
}

/********************************************************************
10 PC
********************************************************************/

@media (min-width: 768px) {
	
	div#sp_menu{
		display:none;	
	}
}


/********************************************************************
10 SP
********************************************************************/

@media (max-width: 767px) {
	
	html{
		min-width: auto;
	}
	
	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-left: 10px;
	}
	
	nav{
		display:none;	
		min-width:100%;
		z-index:1000;
		position:absolute;
	}
	
	nav ul{
		width:100%;	
		background-color:#52538f;
	}

	nav ul li{
		width:50%;	
		float:left;
		border-right:1px solid #fff;
		background-color:#52538f;
	}
	
	nav ul ul{
		display:none;
	}
	
	nav ul li a{
		border-bottom: 1px solid #fff;
		color: #fff;
	}
	
	
	.wrapper{
		width:100% !important;	
		min-width:100% !important;
	}
	
	
	div#main_content{
		border:none;
		padding:10px;
	}
	
	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: 30px 0px 0 20px;
	}
	
	.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%;
	}
	
	.member_wrap .col-sm-3 img{
	padding-left: 30%;
	padding-right: 30%;
	}
	
	div#main_content div#member div.clearfix{
		margin-bottom: 0;
	}

	div#main_content div#member img{
		margin-bottom: 30px;
	}

}

