@charset "utf-8";
@media only screen and (max-width: 480px) {

/*-----------------------------------------------------
	base
------------------------------------------------------*/

body {
	padding: 11.5em 0 4em 0;
	position: relative;
}
body.home {
	padding: 11.5em 0 4em 0;
}

/*-----------------------------------------------------
	header
------------------------------------------------------*/

header .block ul li {
	display: none;
}
header .block ul li.phone {
	display: block;
}

/*-----------------------------------------------------
	layout
------------------------------------------------------*/

/* nav */

nav {
	max-width: none;
	width: 100%;
	overflow: hidden;
}
nav .inner {
	width: 100%;
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
}
nav .inner ul {
	width: auto;
	display: inline-table;
	max-width: 100%;
	font-family: sans-serif;
	font-weight: normal;
}
nav .inner ul li {
	font-size: 1.3rem;
	position: static;
	white-space: nowrap;
}
nav .inner ul li:before {
	content: none;
}
nav .inner ul li:last-of-type:after {
	content: none;
}
nav .inner ul li a {
	padding: 0.5em;
}
nav .inner ul .current a {
	background: #ccebf5;
}
nav .inner ul li a:hover {
	background: none;
}
::-webkit-scrollbar {
	display: none;
}
nav .inner ul .before > ul {
	display: none;
}
nav .inner ul li:hover > ul {
	display: none;
}

/* footer */

footer {
	position: fixed;
	bottom: 0;
	z-index: 102;
	width: 100%;
	background: -moz-linear-gradient(top, #0099cc 0%, #003549 100%);
	background: -webkit-linear-gradient(top, #0099cc 0%, #003549 100%);
	background: linear-gradient(to bottom, #0099cc 0%, #003549 100%);
}
footer .top {
	display: none;
}
footer .bottom {
	width: auto;
	display: block;
	font-size: 1.1em;
}
footer .bottom p {
	display: none;
}
footer .bottom ul {
	display: table;
	table-layout: fixed;
	width: 100%;
	text-align: center;
	padding: 0;
}
footer .bottom ul li {
	display: table-cell;
}
footer .bottom ul li:before {
	content: none;
}
footer .bottom ul li.home {
	display: table-cell;
}
footer .bottom ul li a {
	text-decoration: none;
	color: #fff;
	display: block;
	padding: 0.5rem 0;
	background-repeat: no-repeat;
	background-position: 50% 50%;
}
footer .bottom ul li a:before {
	display: block;
}
footer .bottom ul li.sitemap a:before {
	content: url('/faculty/medicine/chair/i-kensa/images/icon_02.svg');
}
footer .bottom ul li.home a:before {
	content: url('/faculty/medicine/chair/i-kensa/images/icon_00.svg');
}
footer .bottom ul li.contact a:before {
	content: url('/faculty/medicine/chair/i-kensa/images/icon_01.svg');
}

/*-----------------------------------------------------
	module
------------------------------------------------------*/

/* bread */

body > #bread li {
	font-size: 1.2rem;
}

/* hgroup */

article > #hgroup h2 {
	font-size: 2.1em;
}

/*-----------------------------------------------------
	section
------------------------------------------------------*/

main article section {
	margin-bottom: 2em;
}
main article section h2 {
	font-size: 1.4em;
}
main article section .alignright {
	display: block;
	float: none;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 1em;
}
main article section p {
	font-size: 1.3em;
}
main article section .more {
	font-size: 1.4em;
}

/* pickup */

main article #pickup ul {
	display: block;
	width: auto;
}
main article #pickup ul li {
	display: block;
	margin: 0 0 1em 0;
}

/* recent */

main article #recent {
	padding: 1em;
}
main article #recent .title {
	margin: -1em -1em 1em -1em;
}
main article #recent .title p {
	font-size: 1.3em;
}
main article #recent dl {
	display: block;
	font-size: 1.3em;
	width: auto;
	border-bottom: 1px dotted #ccc;
	padding: 0.5em 0;
}
main article #recent dl dt, main article #recent dl dd {
	display: block;
	padding: 0;
}
main article #recent dl dt {
	width: auto;
}
main article #recent iframe {
	height: 72em;
}

/*-----------------------------------------------------
	widget
------------------------------------------------------*/

aside .widget {
	width: auto;
	float: none;
}
aside .widget:nth-of-type(odd) {
	margin-right: 0;
}
aside .widget h2 {
	font-size: 1.4em;
}
aside .widget ul {
	font-size: 1.3em;
}

/*-----------------------------------------------------
	entry
------------------------------------------------------*/

.entry {
	margin-left: 0;
	font-size: 1.3em;
}
.entry h1 {
	font-size: 2.4rem;
}
.entry h2 {
	font-size: 2.1rem;
}
.entry h3 {
	margin-left: 0;
	font-size: 1.8rem;
}
.entry h4 {
	margin-left: 0;
	font-size: 1.6rem;
}
.entry h4:before {
	height: 2.4rem;
}
.entry h5 {
	font-size: 1.4rem;
}
.entry ul, .entry ol {
	overflow-wrap: break-word;
}

/*-----------------------------------------------------
	custom
------------------------------------------------------*/

/* gyouseki_a */

.entry .gyouseki_a ul li {
	font-size: 1.3rem;
}

/* kenkyu_a */

.entry .kenkyu_a p {
	font-size: 1.4rem;
}
.entry .kenkyu_a p a {
	display: block;
	padding: 0.25em 0;
}

/* staff_d */

.entry .staff_d {
	float: none;
	margin-left: 0;
}

/* kenshu_a */

.entry .kenshu_a {
	padding: 1em;
}

/* staff_a */

.entry .staff_a .block img {
	float: none;
}
.entry .staff_a .block h5 span {
	font-size: 1.3rem;
}
.entry .staff_a .block img + h5, .entry .staff_a .block img + h5 + p, .entry .staff_a .block img + h5 + p + ul {
	margin-left: 0;
}
.entry .staff_a .block p {
	font-size: 1.2rem;
}
.entry .staff_a .block ul li {
	font-size: 1.2rem;
}
.entry .staff_a .short {
	width: auto;
	display: block;
	padding: 0.75em 0;
}
.entry .staff_a .short h5, .entry .staff_a .short p {
	display: block;
	padding-bottom: 0.25em;
}
.entry .staff_a .short h5 {
	width: auto;
	border-right: none;
	border-bottom: 1px dotted #999;
	margin-bottom: 0.25em;
}
.entry .staff_a .short p:nth-of-type(2) {
	text-align: left;
	font-size: 1.3rem;
	padding-bottom: 0;
}

/* kosa_a */

.entry .kosa_a {
	display: block;
	width: auto;
}
.entry .kosa_a .left, .entry .kosa_a figure {
	display: block;
}
.entry .kosa_a .left {
	padding-right: 0;
	text-align: left;
}
.entry .kosa_a .left h4 span {
	font-size: 1.3rem;
}
.entry .kosa_a figure {
	width: auto;
}


}