@charset "utf-8"; 



body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, form, input, textarea, p, th, td, img {
	margin: 0; 
	padding: 0; 
	border: 0; 
}

body {
	line-height: 2;	
	font-family: "メイリオ", Meiryo, "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro"; 
	color: #333; 
	background-color: #FCFCFC;
}


ol, ul {
	list-style: none; 
}

a { 
	color: #333333; 
	text-decoration: underline; 
}

a:hover { 
	color: #0db196; 
	text-decoration: none; 
	font-weight: bold;
}

.color1 {
	color: #FF0033; 
}

/* ----- header設定 ----- */
#webpage{
	padding-left: 1%;
	padding-top:1%;
}
#webpage img{
	width: 50px;
	height: auto;
	background: #FCFCFC;
}
/* ----- head設定 ----- */
#head{
	width: auto;
	height:80px;
	border-top: 5px solid #0db196;
	background: #333333;
	font-size: 100%; 
}
.Sohma{
	text-align: center;
	background:#333333;
	height:80px;
	font: 32px;
	width:400px;
	float:left;
}
.Sohma a{
	color: #FCFCFC;
	line-height: 80px;
	text-decoration: none; 
	width:400px; 
	text-align: center; 
	font-weight: bold;
	font-size: 32px;
	border-right: 10px solid #0db196;
	border-left: 10px solid #0db196;
	padding: 0 10px 0;
}
.wmu{
	text-align: center;
	background:#333333;
	height:80px;
	width:300px;
	float: right;
}
.wmu a{
	color: #FCFCFC;
	line-height: 40px;
	text-decoration: none; 
	text-align: center; 
	width:300px;
	font-size: 16px;
}
.main{
	min-height: 100vh;
}
/* ----- navigation設定 ----- */

.nav{
	position: relative;
	width: auto;
	background-image: url(/pharm/yakuhinkagaku/images/line.png);
	border-top: solid 2px #333333; 
	border-bottom: solid 2px #333333; 
	text-align: center;
}
.nav li {
	background-image: url(/pharm/yakuhinkagaku/images/line.png);
	justify-content: center;
	width:140px;
}

@media screen and (min-width:900px){
.nav {
	height: 50px; 
}
.nav > ul > li {
	display: inline-block;
}
.nav ul li a {
	color: #FCFCFC; 
	line-height: 50px; 
	text-decoration: none; 
	display: block; 
	text-align: center; 
	font-weight: bold;	
}

.nav ul li:hover ul {
	display: block; 
	position: absolute; 
	z-index: 100; 
}
}

@media screen and (max-width:900px){
.nav {
	height: 150px; 
}
.nav ul li {
	width: 150px;
	display: inline-block;
	margin: 5px;
}
.nav ul li a {
	width: 150px; 
	color: #FCFCFC; 
	line-height: 50px; 
	text-decoration: none; 
	display: table; 
	text-align: center; 
	font-weight: bold;	
}
.nav li:hover ul {
	display: inline-block;
	position: absolute; 
}
.wmu{
	display: none;
}
}



.nav {
	background-color: #333333
}

.nav ul li ul {
    display: none;
}
.nav ul li:hover > ul > li {
    overflow: visible;
}
.nav ul li a {
	background-color: #333333; 
}

.nav > ul > li a:hover {
	background-color: #FCFCFC; 
	color: #333333;
}
.nav > ul > li > ul > li a:hover {
	background-color: #0db196; 
	color: #FCFCFC;
}

/* ----- silder設定 ----- */
.slider{
	width:100%;
	margin:0;
	line-height: 0;
}
.slider img{
	width: 100%;
}

/*slick setting*/
.slider .slick-prev{
	left: 0px;
}
.slider .slick-next{
	right: 0px;
}
.slider .slick-prev,
.slider .slick-next
{
    z-index: 100;
	width: 5%;
}
/*slick setting*/

.slick-arrow:before{
    content:"";
    width: 50%;
    height: 100%;
    position: absolute;
    top: 0;
	left: 0;
}

.slick-next:before{
    background: url(/pharm/yakuhinkagaku/images/topphoto/next.png)!important;
    background-size: contain!important;
}

.slick-prev:before{
    background: url(/pharm/yakuhinkagaku/images/topphoto/prev.png)!important;
    background-size: contain!important;
}

/* ----- container設定 ----- */
#content {
	width: 100%;
	background-color:#FCFCFC; 
	font-size: 16px;
}
#content h1 {
	text-align: center;
	font-size: 24px;
}
.newlist {
	margin-bottom: 15px; 
}

.newlist ul {
	width: auto; 
	padding-left: 5%; 
	text-align: left; 
}

.newlist li {
	border-bottom: 1px solid #cccccc; 
	margin: 20px 0px; 
	padding-left: 2em;
    text-indent: -2em;
}

#LatestUpdate{
	text-align: right;
	margin: 0 20px 0 0;
}

/* ----- footer設定 ----- */

#footer {
	position: relative;
	clear: both; 
	height: 150px; 
	width: auto; 
	background-image: url(/pharm/yakuhinkagaku/images/fooder.png); 
	background-repeat: repeat-x; 
}
#footer-name {
	position: absolute;
	left: 0;
	right: 0;
	margin: 120px auto 0px;
	width: auto;
}
#footer p {
	font-size: 16px; 
	text-align: center; 
	color: #333333
}

.imglist {
	width: 100%; 
}
.imglistbox {
	float: left; 
	height: 180px; 
	width: 204px; 
	padding: 2px; 
	margin: 0 1%; 
	margin-bottom: 20px; 
	overflow: hidden; 
	font-size: 16px; 
	text-align: center; 
	border: 1px solid #cccccc; 
}
.imglistbox img {
	margin: 2px 0; 
}
.home{
	text-align: center;
}
.home iframe {
	width: 50%;
}

/* ----- class設定 ----- */

.font25px{
	font-size: 25px;
	font-weight: bold;
}
.font15px{
	font-size: 15px;
	font-weight: bold;
}
.blackroof{
	background-image: url(/pharm/yakuhinkagaku/images/line.png);
	color: #FCFCFC;
	width: auto;
	padding-left: 4%;
}
.papertitle{
	color: #0db196;
	font-weight: bold;
	font-size: 150%;
}
.info{
	padding: 16px 5%;
	font-size: 16px;
}
.info2{
	padding: 16px 5%;
	font-size: 24px;
}

.indv{
	padding: 16px 0; 
	font-size: 16px;
}
.review {
	font-style:italic;
	font-size: 16px;
	padding: 0 8px 0 8px;
	margin-right: 8px;
	border: solid 2px #0db196;
	color: #FCFCFC;
	background: #333333;
}
.namephoto{
	padding: 16px 4%;
}
.namephoto img{
	height:300px;
	width:300px;
	object-fit: cover;
	padding-right: 3%;
}
.border{
	border-bottom: 1px solid #333333;
	font-weight: bold;
}
.pubyear{
	border-bottom: 1px solid #333333;
	display: table;
	margin-left: 3%;
}
.access{
	display: inline-block;
	width: 10em;
	font-size: 1em;
}
.groupphotos{
	text-align: center;
	padding-bottom: 5%
}
.groupphotos img{
	width: 500px;
}
.ourlab{
	text-align: center;
}
.ourlab img{
	width:500px;
}
#facilities{
	display: flex;
	flex-direction: row;
	flex-wrap:wrap;
	width:100%;
	height:auto;
}
.carrer{
	display: inline-block;
	width: 8em;
}

.newsphoto{
	text-align: center;
	padding-bottom: 5%
}

.researchphotos{
	text-align: center;
}
.researchphotos img{
	max-width: 100%;
	height:auto;
}