/* ==== Base === */
body {
	background: #1B3952;
	color: #333;	
}
/* ==== Backgraund === */
#wrap {
	width:1100px;
	margin: 0 auto;
	overflow: hidden;
}
/* ==== Header === */
#hd {
	height:130px;
	background:url(../images/hd_bg.jpg) no-repeat ;
	display: -ms-flexbox; 
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
	padding:0 40px;
}
#hd h1 img {
	width:460px;
	margin-top:30px;
}

/*アクセス　お問い合わせ 言語切替　共通*/
#hd #hd_rightbox {
	margin-top:20px;
}
#hd #hd_rightbox ul {
	display:-webkit-box;
	display:-webkit-flex;
	display:-ms-flexbox;
	display:flex;
}
#hd #hd_rightbox ul li a {
	display:block;
	color:#FFF;
	text-decoration:none;
}
/*アクセス　お問い合わせ */
#hd #hd_rightbox ul#contact li a {
	padding-left:20px;
	font-size:15px;
	margin-right:15px;
}
#hd #hd_rightbox ul#contact li:nth-child(1) a{
	background:url(../images/access_icon.png) no-repeat left center;
	background-size: 15px;
}
#hd #hd_rightbox ul#contact li:nth-child(2) a{
	background:url(../images/contact_icon.png) no-repeat left center;
	background-size: 15px;
	margin-right:0;
}
#hd #hd_rightbox ul#contact li a:hover {
	opacity:0.8
}


/*言語切替*/
 ul#language {
	border: 1px solid #fff;
	margin-top:10px;
}
 ul#language li {
	width:50%;
	text-align:center;
	box-sizing:border-box;
}
 ul#language li:nth-child(even) {
	border-left : 1px solid #fff;
}
 ul#language li a {
	padding: 3px 0;
	background:#FDB714;
	color:#000000 !important;
}
 ul#language li a:hover,
 ul#language li.current a {
	color:#fff !important;
	background: none;
}

/* ==== Navigation === */
.nav .sp_only{
	display:none;
}
.nav {
	background: #333333;
}
nav ul {
	display:table;
	table-layout:fixed;
	width: 100%;
}
nav li {
	display: table-cell;
	vertical-align: middle;
	text-align:center;
	font-size: 1.1em;
	border-right: 1px solid #808080;
}
nav li:last-child {
	border-right: none;
}
nav li a{
	height: 50px;
	box-sizing:border-box;
	text-decoration: none;
	color: #FFF !important;
	display: block;
	line-height:50px;
	
}
nav li a:hover,
nav li.current a{
	background: #1B5280;
}
.menu-trigger {
	display:none
}
/*ナビスタイルここまで*/

/* ==== Content === */
#con {
	background:#FFFFFF;
}
#outline {
	padding:30px 15px;
	box-sizing:border-box;
	display: -ms-flexbox; 
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}
#main {
	width:770px;
}

#main h2 {
	color:#1B5280;
	font-size:28px;
	padding: 0 0 10px;
}
#main h3 {
	background:#1B3952;
	color:#FFFFFF;
	font-size:15px;
	font-weight: normal;
	padding: 10px 10px 10px 20px;
	margin: 30px 0 10px;
}

#main h4 {
	font-size:15px;
	font-weight: bold;
	margin:10px 0

}
	
h1.img, h2.img, h3.img, h4.img, h5.img, h6.img { margin: 0;padding: 0;background: none;border: none; }

/*sidenavi*/
#sidenav {
	display:block;
	width: 250px;
}
#sidenav>h2 {
	background:#FDB714;
	text-align:center;
	height:50px;
	line-height:50px;
	font-size:18px;
	font-weight:normal;
	box-sizing:border-box;
}
#sidenav ul {
}
#sidenav li {}
#sidenav li a {
	width: 250px;
	box-sizing:border-box;
	height: auto;
	padding: 10px 5px 10px 8px;
	display: block;
	text-decoration: none;
	color: #333333;
	border-bottom:dotted 1px  #1B3952;
}


/*----------------------------------------------------------------------------
index
----------------------------------------------------------------------------*/
/* ==== info === */
#info_wrap {}
#info_wrap ul {
	background:#DCDBDB;
	padding:40px 30px;
	box-sizing:border-box;
	display: -ms-flexbox; 
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
	-ms-flex-wrap: wrap; 
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#info_wrap ul li {
	position:relative;
	width: 320px;
	height:280px;
}
#info_wrap ul img {
	width:100%;
	height:auto;
}
/*文字がのる部分のスタイル*/
#info_wrap ul li span.txt {
	position:absolute;
	bottom:0;
	left:0;
	background-color: rgba(143,158,43,0.8);	
	color:#FFF;
	padding:10px;
	width:100%;
	box-sizing:border-box;
}


#info_wrap2 {}
#info_wrap2 ul {
	width:100%;
	height:auto;
	background:#DCDBDB;
	padding:40px 30px;
	box-sizing:border-box;
	display: -ms-flexbox; 
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
	-ms-flex-wrap: wrap; 
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
#info_wrap2 ul li {
	position:relative;
	width: 320px;
	height:280px;
		
}
#info_wrap2 ul img {
	width:100%;
	height:auto;
}
/*文字がのる部分のスタイル*/
#info_wrap2 ul li span.txt {
	position:absolute;
	bottom:0;
	left:0;
	background-color: rgba(12,67,101,0.8);	
	color:#FFF;
	padding:10px;
	width:100%;
	box-sizing:border-box;
}



/* ==== Topics === */
#Topics_wrap {
	padding:30px 30px 50px;
}
#Topics_wrap h2 {
	font-size:35px;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E;
	margin-bottom:20px;
}
#Topics_wrap #topics {	
	height:125px;
	overflow:auto; 
    -webkit-overflow-scrolling:touch;
}
#Topics_wrap table {	
	width:100%;
}
#Topics_wrap table td {
	vertical-align: top;
	padding: 10px;
}
#Topics_wrap table td.day {
	width: 10%;
	padding-left: 30px;
	background:url(../images/topics_icon.png) no-repeat 10px 12px;
	background-size: 15px;
}
#Topics_wrap table tr:nth-child(odd) {
	background:#F5F5F5;
}


/*----pagetop----*/
#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
    background: #666;
    text-decoration: none;
    color: #fff;
    width: 100px;
    padding: 30px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
}

/* ==== Footer === */
#ft {
	width:1100px;
	margin:0 auto;
	overflow:hidden;
	background: url(../images/ft_bg.jpg) no-repeat; 
	color:#FFFFFF;
	box-sizing:border-box;
	padding: 30px;
	min-height:180px;
	display: -ms-flexbox; 
	display: -webkit-box;
	display: -webkit-flex;
	display: flex;
	-ms-flex-pack: justify;
	-webkit-box-pack: justify;
	-webkit-justify-content: space-between; 
	justify-content: space-between;
}
#ft #contact {
	display:none;
}
/*バナー*/
#ft_bnr ul li img {
	width:200px;
	height:auto;
}
#ft_bnr ul li  {
	display: inline-block;
	margin-right:20px;
	margin-bottom: 10px;
}
#ft_bnr ul li a:hover  {
	opacity:0.6;
}


/*連絡先*/
#ft #ft_address p#name {
	font-size:15px;
	line-height:18px;
}
#ft #ft_address p#name .name_s {
	font-size:11px;
}

.sp_copy {
	display:none;
}


/*画像3枚*/
.facilities_list {
	display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0!important;
}
.facilities_list li {
	width: calc(100% / 3 - 25px);
	list-style: none;
	margin: 10px;
	text-align: center;
}
.facilities_list li img {
	width: 100%;
	padding: 0 0 5px;
}

/*学科主任からのメッセージ*/
.profile_message{
	float: left;
	margin:0 10px 0 0;
}

/*研究*/
.staff {
	overflow: hidden;
}
.staff ul {
	border-bottom: 1px dotted #CCC;
	padding-bottom:10px;
	margin-bottom: 20px;
	overflow: hidden;
}
.staff li {
	text-indent: -5em;
	margin-left: 6em;
	padding-left:200px;
	list-style: none;
	width:470px;

}
.staff img {
	float:left;
	width:200px
}


/*スマホ用テーブル*/
.table_box{
	width:765px;
}	
