@charset "utf-8";
/*
Theme Name: 長野県摂食障がい支援拠点病院事業
Version: 1.0beta
Author: Tomofumi Aizawa
*/

/* Eric Meyer's Reset CSS v2.0 - https://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;vertical-align:baseline;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/*-----------------------------------------------------
	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 {
	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
------------------------------------------------------*/

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

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

}
