@charset "utf-8";

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


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


/* header
------------------------------------------------------------------------------------ */
header div#headerInner {
	margin:0 auto;
	padding:20px;
}
header div#headerInner h1#logoPc img {
	width:85%;
}
header div#headerInner h1#logoSp {
	display:none;
}

nav#gnavPc {
	display: none;
}


/* SP用ドロワーメニュー
------------------------------------------------------------------------------------ */
button.drawer-toggle {
	top: -2px;
}

ul.drawer-menu {
	padding: 30px;
}
ul.drawer-menu li {
	font-size: 116.7%;
	line-height: 100%;
	margin-bottom: 25px;
}
ul.drawer-menu li:lastchild {
	margin-bottom: 0;
}
ul.drawer-menu li a {
	display: block;
	height: 16px;
}
ul.drawer-menu li a:link,
ul.drawer-menu li a:visited {
	color:#333;
	text-decoration:none;
}
ul.drawer-menu li#gnavSp00 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav00.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
ul.drawer-menu li#gnavSp01 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav01.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
ul.drawer-menu li#gnavSp02 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav02.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
ul.drawer-menu li#gnavSp03 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav03.png) 0 0 no-repeat;
	background-size: 19px 16px;
}
ul.drawer-menu li#gnavSp04 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav04.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
ul.drawer-menu li#gnavSp05 a {
	padding-left:25px;
	background:url(/wp-content/themes/infront-biomembrane/images/gnav05.png) 0 0 no-repeat;
	background-size: 16px 16px;
}
ul.drawer-menu li a i {
	margin-left: 10px;
}


/* mainImage
------------------------------------------------------------------------------------ */
div#mainImage {
	width: 100%;
	height: 360px;
	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:50px 0;
}
section.contentsBorder {
	width:100%;
	padding:50px 0;
	background:url(/wp-content/themes/infront-biomembrane/images/bg_contentsborder.gif) left top repeat;
}
div.sectionInner {
	margin:0 auto;
	padding:0 30px;
}

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

.title01 {
	font-size:166.7%;
	line-height:125%;
	color:#006cb7;
	text-align:center;
	margin-bottom:20px;
}
.title02 {
	font-size:116.7%;
	font-weight:bold;
	margin-bottom:10px;
}

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 {
	display:none;
}
div#footerInner {
	margin:0 auto;
	padding:50px 30px;
}

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:48.5%;
	text-align:center;
	margin:0 3% 15px 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(2n),
div#footerInner ul.links02 li:nth-child(2n) {
	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 {
	display:none;
}
div#footerInner h2#footerTitleSp {
	text-align:center;
	margin:50px 0 15px 0;
	padding-top:50px;
	border-top: 1px solid #579dd0;
}
div#footerInner h2#footerTitleSp a img {
	width:300px;
}


div#footerInner h3.title01 {
	color:#FFF;
}
div#footerInner h3#footertitle02 {
	margin-top:50px;
}
div#footerInner p {
	color:#FFF;
	text-align:center;
}
div#footerInner p a {
	color:#FFF;
	text-decoration:none;
}

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


/* TOPページ
------------------------------------------------------------------------------------ */
section#topPage {
}
h2#topAboutTitle {
	font-size:166.7%;
	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: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:50px;
}
ul#topLinks li {
	float:left;
	width:48%;
	margin:20px 4% 0 0;
	background-color:#FFF;
}
ul#topLinks li:nth-child(even) {
	margin-right:0;
}
ul#topLinks li:nth-child(1),
ul#topLinks li:nth-child(2) {
	margin-top:0;
}
ul#topLinks li a {
	text-decoration:none;
}
ul#topLinks li a p {
}
ul#topLinks li a p.topLinksTxt {
	padding:15px 0 0 30px;
	background:url(/wp-content/themes/infront-biomembrane/images/linkmark.png) 0 20px 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: 20px 20px 20px 0;
	border-bottom: 1px dashed #999;
}
section#newstopicsPage table tr td {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #999;
}


/* 研究内容ページ
------------------------------------------------------------------------------------ */
section#researchPage {
	border-top: 1px solid #999;
}
section#researchPage .title01 {
	margin-top:50px;
}
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 22px 0 0;
	background:url(/wp-content/themes/infront-biomembrane/images/pagelinkmark.png) right 0 no-repeat;
	background-size: 12px 14px;
}
section#researchPage ol li ul li a {
	text-decoration:none;
	padding: 0 20px 2px 0;
	background:url(/wp-content/themes/infront-biomembrane/images/pagelinkmark.png) right 0 no-repeat;
	background-size: 10px 12px;
}

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:20px;
	background:url(/wp-content/themes/infront-biomembrane/images/pagetopmark.png) left top no-repeat;
	background-size: 10px 12px;
}


/* メンバーページ
------------------------------------------------------------------------------------ */
section#memberPage {
	border-top: 1px solid #999;
}
section#memberPage ul#memberList01,
section#memberPage ul#memberList02,
section#memberPage ul#memberList03 {
	margin-bottom:50px;
}
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%;
	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:50px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
ul#recentPublicationsnav li {
	float:left;
	width:50%;
	line-height:100%;
	text-align:center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
}
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:50px;
	border-top: 1px dashed #999;
}
ul#recentPublicationsListBtm {
	margin-bottom:0;
}
ul.recentPublicationsList li {
	padding:20px 0;
	border-bottom: 1px dashed #999;
}


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

ul#gallerynav {
	margin-bottom:50px;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
}
ul#gallerynav li {
	float:left;
	width:33%;
	line-height:100%;
	text-align:center;
	border-right: 1px solid #999;
	border-bottom: 1px solid #999;
	box-sizing: border-box;
}
ul#gallerynav li:nth-child(3n) {
	width:34%;
}
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 50px 0;
	padding: 30px;
	border: 1px solid #999;
}
div#recruitArea h4 {
	color:#FFF;
	font-size:116.7%;
	line-height:100%;
	text-align:center;
	margin-bottom:20px;
	padding: 15px 0;
	background-color:#006cb7;
	border-radius: 24px;
}
div#recruitArea p {
	text-align:center;
}
table#contactTable {
	margin-bottom:50px;
	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: 20px 20px 20px 0;
	border-bottom: 1px dashed #999;
}
table#contactTable tr td {
	width: 100%;
	padding: 20px 0;
	border-bottom: 1px dashed #999;
}
div#googlemap,
div#googlemap iframe {
	width: 100%;
	height: 400px;
}
}
