@charset "utf-8";
/*
Theme Name: 信州大学医学部医学教育研修センター
Version: 1.0beta
Author: Tomofumi Aizawa
*/

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

html {
	font-size: 62.5%;
}
body {
	line-height: 1.75;
	text-align: center;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	color: #222;
	letter-spacing: .1em;
	-moz-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%;
}
a {
	color: #1a0dab;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
img, iframe, object {
	max-width: 100%;
}
img {
	height: auto;
}

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

/* header */

header {
	font-size: 1.6em;
}

/* main */

main {
	display: block;
}

/* footer */

footer {
	background: #00b101;
	color: #fff;
	font-size: 1.6em;
}

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

/* hgroup */

article > #hgroup {
	font-size: 1.6em;
}
article > #hgroup h1 {
	font-size: 3.6rem;
	font-weight: bold;
	letter-spacing: .1em;
}
article > #hgroup p, article > #hgroup time {
	display: block;
}
article > #hgroup ul li {
	display: inline-block;
	margin-right: 1em;
}
article > #hgroup ul li a:before {
	content: '#';
}

/*-----------------------------------------------------
	archives
------------------------------------------------------*/

article > .archives {
	font-size: 1.6em;
}

/*-----------------------------------------------------
	default
------------------------------------------------------*/

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

.entry {
	text-align: left;
	margin-bottom: 5em;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-bottom: 1em;
	font-weight: bold;
	letter-spacing: .1em;
}
.entry h1 {
	font-size: 3.6rem;
}
.entry h2 {
	font-size: 3rem;
}
.entry h3 {
	font-size: 2.4rem;
}
.entry h4 {
	font-size: 2.1rem;
}
.entry h5 {
	font-size: 1.8rem;
}
.entry p, .entry pre, .entry ul, .entry ol {
	margin-bottom: 2em;
}
.entry pre {
	font-family: monospace;
	white-space: pre-wrap;
}
.entry ul {
	list-style: disc;
	padding-left: 2em;
}
.entry ol {
	list-style: decimal;
	padding-left: 2em;
}
.entry ul ul, .entry ul ol, .entry ol ol, .entry ol ul {
	margin-bottom: 0;
}
.entry table th, .entry strong {
	font-weight: bold;
}
.entry table th, .entry table td {
	text-align: left;
}
.entry em, .entry cite {
	font-style: italic;
}
.entry sup {
	font-size: 50%;
	vertical-align: top;
}
.entry sub {
	font-size: 50%;
	vertical-align: bottom;
}
.entry blockquote {
	padding-left: 1.5em;
	border-left: 2px solid #222;
	position: relative;
}
.entry blockquote:before {
	content: '“';
	position: absolute;
	top: 0;
	left: 0.75em;
}
.entry blockquote cite {
	margin-top: -1em;
}
.entry figure figcaption {
	margin-bottom: 0;
}

/*-----------------------------------------------------
	class
------------------------------------------------------*/

/* clearfix */

.clearfix:after {
	content: '.';
	height: 0;
	font-size: 0;
	display: block;
	width: 100%;
	clear: both;
	visibility: hidden;
}

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

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

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

/*-----------------------------------------------------
	keyframes
------------------------------------------------------*/
@-webkit-keyframes blink {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
@-moz-keyframes blink {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
@keyframes blink {

	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}

}
/*-----------------------------------------------------
	max-width: 1260px
------------------------------------------------------*/
@media only screen and (max-width: 1260px) {

}
/*-----------------------------------------------------
	Media Queries
------------------------------------------------------*/
@media print {

}
