/*
Theme Name: EandM
Theme URI: https://adworks24.co.jp
Description: 筑波大学 内分泌代謝・糖尿病内科
Author: the Adworks team
Author URI: https://adworks24.co.jp
Version: 0.9
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags: blog, two-columns, custom-header, custom-background, threaded-comments, sticky-post, translation-ready, microformats, rtl-language-support, editor-style, custom-menu, flexible-header, featured-images, footer-widgets, featured-image-header
Text Domain: twentyten
*/

@charset "utf-8";
* {
	border: 0;
	margin: 0;
	outline: 0;
	padding: 0;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-ms-box-sizing: border-box;
		-o-box-sizing: border-box;
		box-sizing: border-box;
	font: inherit;
	font-family: inherit;
	font-size: 100%;
	font-style: inherit;
	font-weight: inherit;
	text-decoration: none;
	vertical-align: baseline;
}

html {
	font-size: 62.5%;
	width: 100%;
	height: 100%;
}

body {
	background: #fff;
	color: #333;
	font-family: 'Raleway','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3','YuGothic','Yu Gothic','游ゴシック','Meiryo','メイリオ','Helvetica',sans-serif;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
	position: relative;
		-webkit-text-size-adjust: 100%;
		-moz-text-size-adjust: 100%;
		-ms-text-size-adjust: 100%;
		-o-text-size-adjust: 100%;
		text-size-adjust: 100%;
	-webkit-font-smoothing: antialiased;
	/*-moz-font-smoothing: antialiased;
	-ms-font-smoothing: antialiased;
	-o-font-smoothing: antialiased;*/
	font-smoothing: antialiased;
	width: 100%;
	height: 100%;
	word-break: break-word;
}
article,
aside,
dialog,
figure,
footer,
header,
main,
menu,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
br,
hr {
	display: block;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
input,
select {
	vertical-align: middle;
}
a {
	color: #333;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
input[type="submit"],
input[type="button"] {
	border-radius: 0;
	-webkit-box-sizing: content-box;
	-webkit-appearance: button;
	appearance: button;
	border: none;
	box-sizing: border-box;
	cursor: pointer;
}
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
	display: none;
}
input[type="submit"]::focus,
input[type="button"]::focus {
	outline-offset: -2px;
}

header {
	width: 30%;
	float: left;
	padding: 40px;
	z-index: 99;
	position: relative;
	top: 0;
	left: 0;
}
h1#site-title {
	position: relative;
	z-index: 9999;
	max-width: 284px;
}
#site-title img {
	width: 100%;
	height: auto;
}
main {
	float: right;
	width: 70%;
	border-top: 12px solid #333;
}
main.top {
	border-top: 0;
}
main:after {
	content: "";
	display: block;
	clear: both;
	overflow: hidden;
}
#container {
	border-left: 1px solid #ccc;
	min-height: 100vh;
	height: 100%;
}
.hentry {
	margin-bottom: 40px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 24px;
}
footer {
	background-color: #fff;
	border-top: 1px solid #ccc;
	clear: both;
	width: 100%;
}
#site-info {
	background-color: #333;
	color: #fff;
	text-align: center;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 4px 0;
}
.toEnglish {
	position: relative;
	background-color: #333;
	color: #fff;
	font-size: 12px;
	font-size: 1.25rem;
	padding: 8px 120px 8px 24px;
	line-height: 1.3;
}
.toEnglish a {
	position: absolute;
	background-color: #BBC9D1;
	text-align: center;
	width: 8em;
	color: #fff;
	font-size: 13px;
	font-size: 1.3rem;
	right: 8px;
	top: 0;
	bottom: 0;
	margin: auto;
	font-weight: bold;
	border-radius: 2px;
	height: 2em;
	line-height: 2em;
}
.inner {
	width: 100%;
	padding: 24px;
}
.inner:after {
	content: "";
	display: block;
	height: 0;
	clear: both;
	overflow: hidden;
}
#content h2,
#content h3 {
	font-size: 25px;
	font-size: 2.5rem;
	font-weight: bold;
	color: #333;
	line-height: 1.4;
	margin-bottom: 24px;
}
.top #content h3 {
	color: #333;
}
#content h2.entry-title {
	border-bottom: 4px solid #51B9C9;
	padding: 4px 0;
	margin: 40px auto 24px;
	color: #51B9C9;
	text-align: center;
	display: table;
}
#content h3 {
	color: #51B9C9;
	margin-top: 40px;
}
#content h3.entry-title {
	margin: 0 0 4px;
}
#content h3.entry-title a {
	color: #51B9C9;
	text-decoration: underline;
	font-size: 22px;
	font-size: 2.2rem;
}
#content h4 {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 8px;
	border-bottom: 1px dashed #ccc;
	padding-bottom: 4px;
}
.index_introduction {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row;
	width: 100%;
}
#content .index_introduction li {
	width: calc((99.999% - 20px) / 2);
	width: -webkit-calc((99.999% - 20px) / 2);
	float: left;
	margin: 0 20px 20px 0;
	background-color: #E5EBEE;
	border-radius: 2px;
	display: table;
	padding: 0;
	list-style: none;
}
#content .index_introduction li:nth-child(even) {
	margin-right: 0;
}
#content .index_introduction li a {
	line-height: 1.3;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
	display: table-cell;
	text-align: center;
	height: 120px;
	vertical-align: middle;
	padding: 1em;
}
.press_wrap {
	width: 100%;
	margin: 0 0 24px;
	position: relative;
}
.top #content .press_wrap a.past_list {
	width: 12em;
	height: 2em;
	line-height: 2em;
	right: 24px;
	top: 24px;
	background-color: #BBC9D1;
	text-align: center;
	color: #fff;
	display: block;
	position: absolute;
	border-radius: 2px;
	font-size: 13px;
	font-size: 1.3rem;
}
.press {
	width: 100%;
	margin-bottom: 40px;
}
#content .press li {
	margin-bottom: 4px;
	list-style: none;
	margin-left: 0;
}
#content .press li i {
	width: 9em;
	display: inline-block;
	font-style: normal;
}
.press li span {
	font-size: 13px;
	font-size: 1.3rem;
	border-radius: 2px;
	margin: 0 1.5em;
	background-color: #51B9C9;
	width: 6em;
	color: #fff;
	text-align: center;
	display: inline-block;
}
#content .index_list li {
	list-style: none;
	padding: 0;
	margin: 0;
}
#content .index_list li a {
	width: 100%;
	background-color: #5644A1;
	display: block;
	margin-bottom: 12px;
	color: #fff;
	text-align: center;
	padding: 24px;
	border-radius: 2px;
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
}
@media screen and (max-width: 800px) {
	header,
	main {
		width: 100%;
	}
	#site-title img {
		max-width: 200px;
		height: auto;
	}
	#container {
		border-left: 0;
	}
	img.aligncenter,
	img.alignright,
	img.alignleft {
		max-width: 640px;
		width: 80%;
		height: auto;
	}
}
/*menu*/
.nav {
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
a.meanmenu-reveal{
	display:none;
}
.mean-container .mean-bar {
	position: fixed;
	background: none;
	min-height: 60px;
	z-index: 98;
	top: 0;
	right: 0;
	width: 100%;
}
.meanmenu-reveal-btn {
	position: absolute;
	display: block;
	z-index: 99999;
	box-sizing: border-box;
	width: 60px;
	height: 60px;
	right: 0;
	top: 0;
}
.meanmenu-reveal {
	width: 26px;
	height: 20px;
	margin: 13px 17px 27px 17px;
	display: block !important;
	position: relative;
}
.meanmenu-reveal:after {
	content: "MENU";
	position: absolute;
	bottom: -20px;
	color: #333;
	font-size: 10px;
	width: 60px;
	left: -17px;
	text-align: center;
	display: block;
	font-family:serif;
}
.meanmenu-reveal.meanclose:after {
	content: "CLOSE";
}
.meanmenu-reveal span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 2px;
	margin: 0 auto;
}
.meanmenu-reveal span:nth-of-type(1) {
	top: 0;
	background: #333;
}
.meanmenu-reveal span:nth-of-type(2) {
	top: 8px;
	background: #333;
}
.meanmenu-reveal span:nth-of-type(3) {
	top: 16px;
	background: #333;
}

.meanmenu-reveal span:nth-of-type(1) {
	-webkit-animation: menu-ber01 .75s forwards;
	animation: menu-ber01 .75s forwards;
}
.meanmenu-reveal span:nth-of-type(2) {
	transition: all .25s .25s;
	opacity: 1;
}
.meanmenu-reveal span:nth-of-type(3) {
	-webkit-animation: menu-ber02 .75s forwards;
	animation: menu-ber02 .75s forwards;
}

.meanclose span:nth-of-type(1) {
	-webkit-animation: active-menu-ber01 .75s forwards;
	animation: active-menu-ber01 .75s forwards;
	top: -2px;
}
.meanclose span:nth-of-type(2) {
	opacity: 0;
}
.meanclose span:nth-of-type(3) {
	-webkit-animation: active-menu-ber03 .75s forwards;
	animation: active-menu-ber03 .75s forwards;
}

@-webkit-keyframes menu-ber01 {
	0% { -webkit-transform: translateY(8px) rotate(45deg); }
	50% { -webkit-transform: translateY(8px) rotate(0); }
	100% { -webkit-transform: translateY(0) rotate(0); }
}
@keyframes menu-ber01 {
	0% { transform: translateY(8px) rotate(45deg); }
	50% { transform: translateY(8px) rotate(0); }
	100% { transform: translateY(0) rotate(0); }
}
@-webkit-keyframes menu-ber02 {
	0% { -webkit-transform: translateY(-8px) rotate(-45deg); }
	50% { -webkit-transform: translateY(-8px) rotate(0); }
	100% { -webkit-transform: translateY(0) rotate(0); }
}
@keyframes menu-ber02 {
	0% { transform: translateY(-8px) rotate(-45deg); }
	50% { transform: translateY(-8px) rotate(0); }
	100% { transform: translateY(0) rotate(0); }
}
@-webkit-keyframes active-menu-ber01 {
	0% { -webkit-transform: translateY(0) rotate(0); }
	50% { -webkit-transform: translateY(10px) rotate(0); }
	100% { -webkit-transform: translateY(10px) rotate(45deg); }
}
@keyframes active-menu-ber01 {
	0% { transform: translateY(0) rotate(0); }
	50% { transform: translateY(10px) rotate(0); }
	100% { transform: translateY(10px) rotate(45deg); }
}
@-webkit-keyframes active-menu-ber03 {
	0% { -webkit-transform: translateY(0) rotate(0); }
	50% { -webkit-transform: translateY(-8px) rotate(0); }
	100% { -webkit-transform: translateY(-8px) rotate(-45deg); }
}
@keyframes active-menu-ber03 {
	0% { transform: translateY(0) rotate(0); }
	50% { transform: translateY(-8px) rotate(0); }
	100% { transform: translateY(-8px) rotate(-45deg); }
}
.mean-container .mean-nav ul {
	position: absolute;
	top: 70px;
	left: 0;
	right: 0;
	width:100%;
	overflow: auto;
	height: calc(100vh - 150px);
	height: -webkit-calc(100vh - 150px);
}
.mean-container .mean-nav ul ul {
	position: relative;
	top: 0;
	height: auto;
	padding-bottom: 0;
}
.mean-container .mean-nav ul li {
	position:relative;
	width:100%;
	box-sizing: border-box;
	background: #E5EBEE;
	border-bottom: 1px solid #E5EBEE;
}
.mean-container .mean-nav ul li ul li {
	background-color: #BBC9D1;
}
.mean-container .mean-nav ul li a,.mean-container .mean-nav ul li span.pre{
	display:block;
	width:100%;
	padding: 0.5em 1em;
	margin:0;
	text-align:left;
	text-decoration:none;
	box-sizing: border-box;
}
.mean-container .mean-nav ul li li a{
	width:100%;
	text-shadow:none !important;
	visibility:visible;
}
.mean-container .mean-nav ul li.mean-last a{
	border-bottom:none;
	margin-bottom:0;
}
.mean-container .mean-nav ul li a.mean-expand{
	width:44px;
	height:44px;
	text-align:center;
	position:absolute;
	right:0;
	top:0;
	z-index:2;
	padding: 0.4em;
	font-size: 24px;
	background-color: #BBC9D1;
	line-height: 20px;
}
.mean-container .mean-nav ul li a.mean-expand:hover {
	background:#BBC9D1;
	color: #fff;
}
.mean-container .mean-push {
	float:left;
	width:100%;
	padding:0;
	margin:0;
	clear:both;
}
.mean-nav .wrapper{
	width:100%;
	padding:0;
	margin:0;
}
.mean-remove{
	display:none !important;
}
#gNav a:hover {
	color: #999;
}
.cat-links span,
.meta-prep {
	background-color: #51B9C9;
	color: #fff;
	font-size: 12px;
	font-size: 1.2rem;
	padding: 4px;
	font-weight: bold;
	border-radius: 2px;
}
header ol {
	line-height: 40px;
}
@media only screen and ( max-width : 800px ) {
	#gNav .nav {
		overflow-y: auto;
		height: 100vh;
	}
	.nav {
		border-bottom: 0;
	}
	.mean-nav .container {
		padding: 0;
	}
	nav li .fa {
		display: none;
	}
	header {
		position: relative;
		padding: 12px 24px 8px;
		border-right: 0;
	}
	header ol {
		display: none;
	}
}
@media print, screen and ( min-width : 801px ) {
	#h_top {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	#gNav ul {
		position: relative;
	}
	#gNav li {
		position: relative;
	}
	#gNav li:last-child {
		margin-right: 0;
	}
	#gNav li i {
	}
	#gNav li a {
		position: relative;
		display: block;
		padding: 8px 24px 8px 0;
	}
	#gNav li a:after {
		background: url(images/arrow_g@2x.png) right center no-repeat;
		background-size: 5px 10px;
		content: "";
		width: 5px;
		height: 10px;
		display: block;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		margin: auto;
	}
	#gNav .sub-menu {
		display: none;
		z-index: 1;
		-webkit-transition: all .2s ease;
		transition: all .2s ease;
	}
	#gNav .sub-menu.open {
		display: block;
		margin-top: 1em;
		border-top: 1px solid #ccc;
	}
	#gNav li a.a_link {
		display: none;
	}
	#gNav .sub-menu a {
		display: block;
		line-height: 1.3em;
		background-color: #E5EBEE;
		color: #333;
		padding-left: 12px;
		font-size: 14px;
		font-size: 1.4rem;
	}
	#gNav .sub-menu li a:after {
		background: url(images/arrow_g@2x.png) right center no-repeat;
		background-size: 5px 10px;
		right: 12px;
	}
	#gNav .sub-menu a:hover:after {
	}
	#gNav .sub-menu {
		background-color: #E5EBEE;
		padding: 2px 0 4px;
	}
	#gNav .sub-menu li {
		display: block;
		padding: 4px 4px 2px;
		margin: 0;
	}
	#gNav .sub-menu.open li {
		padding: 0;		
	}
	#gNav .sub-menu li:last-child {
		border-bottom: none;
	}
	#gNav ul > li:hover {
		-webkit-transition: all .5s;
		transition: all .5s;
	}
	#gNav li:hover ul.sub-menu {
		display: block;
		opacity: 1;
		z-index: 9999;
	}
	#gNav li ul li:after {
		content: none;
	}
}
@media only screen and ( max-width : 800px ) {
	#header .mask {
	}
	.fixed {
		position: fixed;
		width: 100%;
		height: 100%;
		z-index: 1;
	}
}
@media only screen and ( max-width : 660px ) {
	#content .press li i {
		display: block;
	}
	#content .press li span {
		margin: 0 1.5em 0 0;
		float: left;
	}
	#content .press_wrap h3 {
		margin-bottom: 8px;
		text-align: center;
	}
	.press_wrap a.past_list {
		position: relative;
		top: 0;
		left: 0;
		right: 0;
		margin: auto auto 16px;
	}
}
@media only screen and ( max-width : 550px ) {
	#content .index_introduction li {
		width: 100%;
		display: block;
		margin: 0 0 12px;
	}
	#content .index_introduction li a {
		display: block;
		text-align: center;
		height: auto;
		font-size: 14px;
		font-size: 1.4rem;
	}
}
.member section {
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
	align-items: stretch;
	flex-direction: row;
	justify-content: left;
}
.member section dl {
	width: calc((99.999% - 48px) / 4);
	width: -webkit-calc((99.999% - 48px) / 4);
	float: left;
	margin: 0 16px 16px 0;
	background-color: #fff;
	border: 8px solid #E5EBEE;
	padding-bottom: 12px;
}
.member section dl:nth-child(4n) {
	margin-right: 0;
}
.member section dl dt img {
	width: 100%;
	height: auto;
}
.member section dl dd {
	padding: 0px 12px;
}
.member section dl dd span {
	padding-right: 1em;
}
.member #content section dl dd.torios,
.member #content section dl dd a {
	font-size: 13px;
	font-size: 1.3rem;
	display: block;
	color: #fff;
	background-color: #ccc;
	border-radius: 2px;
	width: 8em;
	text-align: center;
	margin: 12px auto 4px;
	text-transform: uppercase;
	font-weight: bold;
	text-decoration: none;
}
.member #content section dl dd a {
	background-color: #5644A1;
}
@media only screen and ( max-width : 1100px ) {
	.member section dl {
		width: calc((99.999% - 32px) / 3);
		width: -webkit-calc((99.999% - 32px) / 3);
		float: left;
		margin: 0 16px 16px 0;
		background-color: #fff;
		border: 8px solid #E5EBEE;
		padding-bottom: 12px;
	}
	.member section dl:nth-child(4n) {
		margin-right: 16px;
	}
	.member section dl:nth-child(3n) {
		margin-right: 0px;
	}
}
@media only screen and ( max-width : 840px ) {
	.member section dl dd span {
		display: block;
	}
}
@media only screen and ( max-width : 600px ) {
	.member section dl {
		width: calc((99.999% - 16px) / 2);
		width: -webkit-calc((99.999% - 16px) / 2);
		float: left;
		margin: 0 16px 16px 0;
		background-color: #fff;
		border: 8px solid #E5EBEE;
		padding-bottom: 12px;
	}
	.member section dl:nth-child(4n),
	.member section dl:nth-child(3n) {
		margin-right: 16px;
	}
	.member section dl:nth-child(2n) {
		margin-right: 0px;
	}
}
#slider {
	width: 100%;
}
.swiper-container {
}
.swiper-slide {
    position: relative;
    overflow: hidden;
}
.swiper-slide > img {
    width: 100%;
    height: auto;
}
.aligncenter {
	margin: 1.5em auto;
	text-align: center;
	display: block;
}
.alignright {
	float: right;
	display: inline-block;
	text-align: right;
	margin: 0 0 40px 40px;
}
img.aligncenter,
img.alignright,
img.alignleft {
	max-width: 100%;
	height: auto;
}
#content p,
#content ol,
#content ul,
#content dl {
	margin-bottom: 1em;
}
#content p {
}
#content .toEnglish p {
	text-indent: 0;
	text-align: left;
}
#content a {
	color: #51B9C9;
	text-decoration: underline;
}
.top #content a {
	color: #333;
	text-decoration: none;
}
strong {
	color: #51B9C9;
	font-weight: bold;
	font-size: 120%;
}
em {
	font-style: italic;
	color: #51B9C9;
	font-weight: bold;
}
#content ul li {
	list-style-type: disc;
	margin-left: 1.5em;
}
#content ol li {
	list-style-type: decimal;
	margin-left: 1.5em;
}
i {
	font-style: italic;
}
u {
	text-decoration: underline;
}
b {
	font-weight: bold;
	color: #51B9C9;
}
p.txt_indent {
	text-indent: 1em;
}
.page-child dl dt {
	width: 140px;
	float: left;
	margin-right: 24px;
}
.page-child dl dt img {
	width: 100%;
	height: auto;
	margin: 0;
}
.page-child dl:after {
	clear: both;
	display: block;
	overflow: hidden;
	height: 0;
	content: "";
}
@media only screen and ( max-width : 600px ) {
	.page-child dl dt {
		width: 100px;
		margin-right: 12px;
	}
}
.footer_list ul {
	margin: 0 auto;
	display: table;
}
.footer_list ul li {
	display: table-cell;
	position: relative;
}
.footer_list ul li:first-child:after {
	content: "｜";
	position: absolute;
	right: -0.5em;
	top: 16px;
}
.footer_list ul li a {
	display: block;
	padding: 1em;
}