@charset "utf-8";

@media screen and (min-width: 768px) and (max-width: 1223px) {
img {
	max-width: 100%;
	height: auto;
	width /***/:auto;　
}


body {
	display:none;
	font-size:14px;
	line-height:175%;
}


/* header
------------------------------------------------------------------------------------ */
header div#headerInner {
	margin:0 auto;
	padding:30px 30px 20px 30px;
}
header div#headerInner h1#logoPc {
	margin-bottom:20px;
}
header div#headerInner h1#logoPc a {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
}
header div#headerInner h1#logoPc a:hover {
	opacity: 0.7;
}
header div#headerInner h1#logoPc a img {
	width:600px;
}
header div#headerInner h1#logoSp {
	display:none;
}

nav#gnavPc ul li {
	float:left;
	width:20%;
	font-family: Georgia,游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
	font-size:125.6%;
	line-height:100%;
	text-align:center;
	padding:10px 0;
}
nav#gnavPc ul li#gnavPc01 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav01.png) 0 2px no-repeat;
	background-size: 16px 16px;
}
nav#gnavPc ul li#gnavPc02 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav02.png) 0 2px no-repeat;
	background-size: 16px 16px;
}
nav#gnavPc ul li#gnavPc03 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav03.png) 0 2px no-repeat;
	background-size: 19px 16px;
}
nav#gnavPc ul li#gnavPc04 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav04.png) 0 2px no-repeat;
	background-size: 16px 16px;
}
nav#gnavPc ul li#gnavPc05 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav05.png) 0 2px no-repeat;
	background-size: 16px 16px;
}
nav#gnavPc ul li a {
	text-decoration:none;
	padding-bottom: 10px;
	position: relative;
}
nav#gnavPc ul li a::after {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 2px;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	background-color: #006cb7;
	-webkit-transition: all .3s ease;
	transition: all .3s ease;
}
nav#gnavPc ul li.current a::after,
nav#gnavPc ul li a:hover::after {
	-webkit-transform: scaleX(1);
	-ms-transform: scaleX(1);
	transform: scaleX(1);
}


/* SP用ドロワーメニュー
------------------------------------------------------------------------------------ */
button.drawer-toggle {
	display:none;
}
nav.drawer-nav {
	display:none;
}


/* mainImage
------------------------------------------------------------------------------------ */
div#mainImage {
	width: 100%;
	height: 600px;
	background-position: center;
	background-repeat: no-repeat;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	margin-bottom: 45px;
}
div#mainImage {
	background-position: center top\9;
	background-repeat: repeat-x\9;
}
*+html div#mainImage {
	background-position: center top;
	background-repeat: repeat-x;
}


/* contents
------------------------------------------------------------------------------------ */
section.contentsWhite {
	width:100%;
	padding:100px 0;
}
section.contentsBorder {
	width:100%;
	padding:100px 0;
	background:url(/wp-content/themes/infront-biomembrane/images/bg_contentsborder.gif) left top repeat;
}
div.sectionInner {
	margin:0 auto;
	padding:0 50px;
}

.pagetitle {
	text-align:center;
	margin-bottom:50px;
}
.pagetitle span {
	font-size:285.7%;
	font-weight:bold;
	color:#006cb7;
}

.title01 {
	font-size:171.4%;
	color:#006cb7;
	text-align:center;
	margin-bottom:30px;
}
.title02 {
	font-size:128.6%;
	font-weight:bold;
	margin-bottom:15px;
}

p.linkbtn a {
	display: block;
	width: 240px;
	height: 14px;
	text-align:center;
	margin: 50px auto 0 auto;
	padding: 20px 50px;
	background:url(/wp-content/themes/infront-biomembrane/images/linkmark.png) 20px 21px no-repeat;
	background-size: 16px 14px;
	background-color: #FFF;
	line-height:100%;
	text-decoration:none;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
}
p.linkbtn a:hover {
	color:#FFF;
	background-color: #006cb7;
	text-decoration:none;
}



/* footer
------------------------------------------------------------------------------------ */
footer {
	background-color:#006cb7;
}
div#footerImagePc {
	position: relative;
	width: 100%;
	height: 400px;
	background:url(/wp-content/themes/infront-biomembrane/images/footerimage.jpg) 50% 0 no-repeat fixed;
	background-size: 100%;
}
p#footerImageSp {
	display:none;
}
div#footerInner {
	margin:0 auto;
	padding:100px 50px;
}

div#footerInner .pagetitle,
div#footerInner .pagetitle span {
	color:#FFF;
}

div#footerInner ul.links01,
div#footerInner ul.links02 {
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-ms-flex-wrap: wrap;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}
div#footerInner ul.links01 li,
div#footerInner ul.links02 li {
	float:left;
	width:32%;
	text-align:center;
	margin:0 2% 20px 0;
	background-color:#FFF;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	transition: all  0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
div#footerInner ul.links01 li:nth-child(3n),
div#footerInner ul.links02 li:nth-child(3n) {
	margin-right:0;
}
div#footerInner ul.links01 li:nth-child(7) {
	margin-bottom:0;
}
div#footerInner ul.links02 li:nth-child(7) {
	margin-bottom:0;
}
div#footerInner ul.links01 li a,
div#footerInner ul.links02 li a {
	display:block;
	width:100%;
	text-decoration:none;
	padding:10px;
}
div#footerInner ul.links01 li:hover,
div#footerInner ul.links02 li:hover {
	background-color:#b2d3e9;
	cursor:pointer;
}

div#footerInner h2#footerTitlePc {
	text-align:center;
	margin:80px 0 15px 0;
	padding-top:80px;
	border-top: 1px solid #579dd0;
}
div#footerInner h2#footerTitlePc a {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
}
div#footerInner h2#footerTitlePc a:hover {
	opacity: 0.7;
}
div#footerInner h2#footerTitlePc a img {
	width:450px;
}
div#footerInner h2#footerTitleSp {
	display:none;
}
div#footerInner h3.title01 {
	color:#FFF;
}
div#footerInner h3#footertitle02 {
	margin-top:50px;
}
div#footerInner p {
	color:#FFF;
	text-align:center;
}

p#copyright {
	font-size:85.7%;
	line-height:100%;
	margin-top:50px;
}


/* TOPページ
------------------------------------------------------------------------------------ */
section#topPage {
}
h2#topAboutTitle {
	font-size:200%;
	line-height:100%;
	font-weight:bold;
	color:#006cb7;
	text-align:center;
	margin-bottom:30px;
}
p#topAboutPhoto {
	text-align:center;
	margin-bottom:30px;
}
p#topAboutPhoto img {
	width:420px;
}
p#topAboutTxt {
	text-align:center;
	margin-bottom:50px;
}


p.banner {
	text-align:center;
}
p.banner a {
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
	transition: all  0.8s ease;
}
p.banner a img {
	width:660px;
}
p.banner a:hover {
	opacity: 0.7;
}


ul#topLinks {
	display:-webkit-box;
	display:-moz-box;
	display:-ms-flexbox;
	display:-webkit-flex;
	display:-moz-flex;
	display:flex;
	-webkit-box-lines:multiple;
	-moz-box-lines:multiple;
	-webkit-flex-wrap:wrap;
	-moz-flex-wrap:wrap;
	-ms-flex-wrap:wrap;
	flex-wrap:wrap;
	margin-top:100px;
}
ul#topLinks li {
	float:left;
	width:25%;
	background-color:#FFF;
	-moz-transition: -moz-transform 0.3s linear;
	-webkit-transition: -webkit-transform 0.3s linear;
	-o-transition: -o-transform 0.3s linear;
	-ms-transition: -ms-transform 0.3s linear;
	transition: transform 0.3s linear;
}
ul#topLinks li:hover {
	z-index: 1000;
	box-shadow: 0 0 8px 8px rgba(0, 0, 0, 0.05);
	-webkit-transform: scale(1.05);
	-moz-transform: scale(1.05);
	-o-transform: scale(1.05);
	-ms-transform: scale(1.05);
	transform: scale(1.05);
}
ul#topLinks li a {
	text-decoration:none;
}
ul#topLinks li a p {
}
ul#topLinks li a p.topLinksTxt {
	text-align:center;
	padding:20px 0;
	background:url(/wp-content/themes/infront-biomembrane/images/linkmark.png) 20px 25px no-repeat;
	background-size: 16px 14px;
}


ul#newstopicsList {
}
ul#newstopicsList li {
	width:100%;
	box-sizing: border-box;
	margin-top:20px;
	padding:15px 20px;
	background-color:#FFF;
}
ul#newstopicsList li:first-child {
	margin-top:0;
}
ul#newstopicsList li h3 {
	margin-bottom:10px;
	padding-bottom:10px;
	border-bottom: 1px solid #999;
}


/* お知らせページ
------------------------------------------------------------------------------------ */
section#newstopicsPage {
	border-top: 1px solid #999;
}
section#newstopicsPage table {
	border-top: 1px dashed #999;
	border-collapse:collapse;
	border-spacing: 0;
}
section#newstopicsPage table tr th {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	padding: 30px 30px 30px 0;
	border-bottom: 1px dashed #999;
}
section#newstopicsPage table tr td {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px dashed #999;
}


/* 研究内容ページ
------------------------------------------------------------------------------------ */
section#researchPage {
	border-top: 1px solid #999;
}
section#researchPage .title01 {
	margin-top:100px;
}
section#researchPage .noMargin {
	margin-top:0;
}
section#researchPage ol {
	margin-top:30px;
	padding-top: 20px;
	border-top: 1px dashed #999;
}
section#researchPage ol li {
	margin-bottom: 20px;
	padding-bottom: 20px;
	border-bottom: 1px dashed #999;
}
section#researchPage ol li:last-child {
	margin-bottom:0;
}
section#researchPage ol li:last-child .title02 {
	margin-bottom:0;
}
section#researchPage ol li ul li {
	margin-bottom: 0;
	padding-bottom: 0;
	border-bottom: none;
}
section#researchPage ol li h4 a {
	text-decoration:none;
	padding: 0 24px 0 0;
	background:url(/wp-content/themes/infront-biomembrane/images/pagelinkmark.png) right 0 no-repeat;
	background-size: 14px 16px;
}
section#researchPage ol li ul li a {
	text-decoration:none;
	padding: 0 24px 2px 0;
	background:url(/wp-content/themes/infront-biomembrane/images/pagelinkmark.png) right 0 no-repeat;
	background-size: 12px 14px;
}

section#researchPage p.researchImg01,
section#researchPage p.researchImg02,
section#researchPage p.researchImg03,
section#researchPage p.researchImg04,
section#researchPage p.researchImg05,
section#researchPage p.researchImg06,
section#researchPage p.researchImg07,
section#researchPage p.researchImg08,
section#researchPage p.researchImg09,
section#researchPage p.researchImg10,
section#researchPage p.researchImg11,
section#researchPage p.researchImg12 {
	margin-top:50px;
	text-align: center;
}
section#researchPage p.researchImg02 {
	margin-top:0;
}
section#researchPage p.researchImg01caption,
section#researchPage p.researchImg02caption,
section#researchPage p.researchImg03caption,
section#researchPage p.researchImg04caption,
section#researchPage p.researchImg05caption,
section#researchPage p.researchImg06caption,
section#researchPage p.researchImg07caption,
section#researchPage p.researchImg08caption,
section#researchPage p.researchImg09caption,
section#researchPage p.researchImg10caption,
section#researchPage p.researchImg11caption,
section#researchPage p.researchImg12caption {
	margin-top:15px;
	text-align: center;
}
section#researchPage p.researchImg07caption {
	margin-bottom:30px;
}

section#researchPage h4#researchContents01 {
	margin-top:50px;
}
section#researchPage h4#researchContents02,
section#researchPage h4#researchContents03,
section#researchPage h4#researchContents04,
section#researchPage h4#researchContents05,
section#researchPage h4#researchContents06 {
	margin-top:50px;
	padding-top:50px;
	border-top: 1px dashed #999;
}

section#researchPage p.pagetop {
	text-align:right;
	margin-top:50px;
}
section#researchPage p.pagetop a {
	text-decoration:none;
	padding-left:24px;
	background:url(/wp-content/themes/infront-biomembrane/images/pagetopmark.png) left top no-repeat;
	background-size: 14px 16px;
}


/* メンバーページ
------------------------------------------------------------------------------------ */
section#memberPage {
	border-top: 1px solid #999;
}
section#memberPage ul#memberList01,
section#memberPage ul#memberList02,
section#memberPage ul#memberList03 {
	margin-bottom:100px;
}
section#memberPage ul#memberList01 li,
section#memberPage ul#memberList02 li,
section#memberPage ul#memberList03 li,
section#memberPage ul#memberList04 li {
	margin:50px 0 0 0;
}
section#memberPage ul#memberList01 li:nth-child(1),
section#memberPage ul#memberList02 li:nth-child(1),
section#memberPage ul#memberList03 li:nth-child(1),
section#memberPage ul#memberList04 li:nth-child(1) {
	margin-top:0;
}
section#memberPage ul#memberList01 li p,
section#memberPage ul#memberList02 li p,
section#memberPage ul#memberList03 li p,
section#memberPage ul#memberList04 li p {
	float:left;
	width:30%;
}
section#memberPage ul#memberList01 li table,
section#memberPage ul#memberList02 li table,
section#memberPage ul#memberList03 li table,
section#memberPage ul#memberList04 li table {
	float:right;
	width:66%;
	font-size:12px;
	line-height:175%;
	border-top: 1px dashed #999;
	border-collapse:collapse;
	border-spacing: 0;
}
section#memberPage ul#memberList01 li table tr th,
section#memberPage ul#memberList02 li table tr th,
section#memberPage ul#memberList03 li table tr th,
section#memberPage ul#memberList04 li table tr th {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	padding: 15px 15px 15px 0;
	border-bottom: 1px dashed #999;
}
section#memberPage ul#memberList01 li table tr th br,
section#memberPage ul#memberList02 li table tr th br,
section#memberPage ul#memberList03 li table tr th br,
section#memberPage ul#memberList04 li table tr th br {
	display: none;
}
section#memberPage ul#memberList01 li table tr td,
section#memberPage ul#memberList02 li table tr td,
section#memberPage ul#memberList03 li table tr td,
section#memberPage ul#memberList04 li table tr td {
	width: 100%;
	padding: 15px 0;
	border-bottom: 1px dashed #999;
}


/* 論文・総説ページ
------------------------------------------------------------------------------------ */
section#recent-publicationsPage {
	border-top: 1px solid #999;
}
ul#recentPublicationsnav {
	margin-bottom:100px;
	border: 1px solid #999;
}
ul#recentPublicationsnav li {
	float:left;
	width:25%;
	line-height:100%;
	text-align:center;
}
ul#recentPublicationsnav li:nth-child(7) {
	width:152px;
}
ul#recentPublicationsnav li a {
	display:block;
	width:100%;
	text-decoration:none;
	padding:20px 0;
	background-color:#FFF;
	transition: all  0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
ul#recentPublicationsnav li.current a,
ul#recentPublicationsnav li a:hover {
	color:#FFF;
	background-color:#006cb7;
}

ul.recentPublicationsList {
	margin-bottom:100px;
	border-top: 1px dashed #999;
}
ul#recentPublicationsListBtm {
	margin-bottom:0;
}
ul.recentPublicationsList li {
	padding:30px 0;
	border-bottom: 1px dashed #999;
}


/* ギャラリーページ
------------------------------------------------------------------------------------ */
section#galleryPage {
	border-top: 1px solid #999;
}

ul#gallerynav {
	margin-bottom:100px;
	border: 1px solid #999;
}
ul#gallerynav li {
	float:left;
	width:12.5%;
	line-height:100%;
	text-align:center;
}
ul#gallerynav li a {
	display:block;
	width:100%;
	text-decoration:none;
	padding:20px 0;
	background-color:#FFF;
	transition: all  0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
ul#gallerynav li.current a,
ul#gallerynav li a:hover {
	color:#FFF;
	background-color:#006cb7;
}

section#galleryPage div.gallery:after{
	content:".";
	display:block;
	height:0px;
	clear:both;
	visibility:hidden;
	font-size: 0.1em;
}
section#galleryPage div.gallery figure {
	margin:0;
}
section#galleryPage div.gallery div.gallery-icon {
	position: relative;
	float: left;
	width: 25%;
	max-width: 25%;
	height: 100%;
}
section#galleryPage div.gallery div.gallery-icon::before {
	content: "";
	display: block;
	padding-top: 100%;
}
section#galleryPage div.gallery div.gallery-icon a {
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	overflow: hidden;
	transition: all  0.8s ease;
	-webkit-transition: all 0.8s ease;
	-moz-transition: all 0.8s ease;
	-o-transition: all 0.8s ease;
}
section#galleryPage div.gallery div.gallery-icon a:hover {
	opacity: 0.7;
}
section#galleryPage div.gallery div.gallery-icon a img {
	width: 100%;
	height: 100%;
	line-height: 0;
	position: absolute;
	bottom: 0;
	object-fit: cover;
}


/* アクセスページ
------------------------------------------------------------------------------------ */
section#accessPage {
	border-top: 1px solid #999;
}
section#accessPage p {
	text-align:center;
}
div#recruitArea {
	margin:50px 0 100px 0;
	padding: 50px;
	border: 1px solid #999;
}
div#recruitArea h4 {
	color:#FFF;
	font-size:128.6%;
	line-height:100%;
	text-align:center;
	margin-bottom:30px;
	padding: 15px 0;
	background-color:#006cb7;
	border-radius: 24px;
}
div#recruitArea p {
	text-align:center;
}
table#contactTable {
	margin-bottom:100px;
	border-top: 1px dashed #999;
	border-collapse:collapse;
	border-spacing: 0;
}
table#contactTable tr th {
	text-align: left;
	white-space: nowrap;
	font-weight: normal;
	padding: 30px 30px 30px 0;
	border-bottom: 1px dashed #999;
}
table#contactTable tr td {
	width: 100%;
	padding: 30px 0;
	border-bottom: 1px dashed #999;
}
div#googlemap,
div#googlemap iframe {
	width: 100%;
	height: 500px;
}
}
