@charset "utf-8";
/*
Theme Name: Shinshu University Hospital, Department of Laboratory Medicine
Version: 1.0beta
Author: Tomofumi Aizawa
*/

/*
"BIZ UDPGothic" licensed under the SIL Open Font License
"Antonio" licensed under the SIL Open Font License
https://www.shinshu-u.ac.jp/hp/bumon/i-chuken/
*/

/* 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%;
	scroll-behavior: smooth;
}
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;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	width: calc(100% - 4em);
	position: fixed;
	padding: 0 2em;
	z-index: 100;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	background-color: #fff;
	-moz-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	-webkit-box-shadow: 0 0 1em rgba(0,0,0,0.1);
	box-shadow: 0 0 1em rgba(0,0,0,0.1);
}
header .logo {
	margin: auto auto auto 0;
	font-size: 0;
}
header .logo img {
	width: 360px;
}
header nav {
	margin: auto 0 auto auto;
}

/* main */

main {
	display: block;
}

/* nav */

header nav ul {
	font-size: 0;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
}
header nav ul li {
	font-size: 1.6rem;
	display: inline-block;
}
header nav ul li a {
	display: block;
	color: #3C3F53;
	text-decoration: none;
	padding: 1.5em 1em;
}
header nav ul li.home a:before {
	font-family: "Material Symbols Outlined";
	content: "\e88a";
	vertical-align: bottom;
}
header nav ul li a:hover {
	color: #005A83;
}

/* aside */

aside {
	background-image: url('/hp/bumon/i-chuken/images/bg_02.jpg');
	background-repeat: no-repeat;
	background-position: 50% 40%;
	background-size: contain;
}

/* footer */

footer .top {
	background-image: url('/hp/bumon/i-chuken/images/bg_01.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	padding: 5em 2em 5em 0;
	font-size: 1.6em;
	text-align: left;
}
footer .top .inner {
	color: #3C3F53;
	background-image: url('/hp/bumon/i-chuken/images/bg_00.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	display: inline-block;
	padding: 5em 20em 5em 7.5em;
	-moz-border-radius: 0 3em 3em 0;
	-webkit-border-radius: 0 3em 3em 0;
	border-radius: 0 3em 3em 0;
	font-size: 1.2rem;
}
footer .top .inner .logo {
	margin-bottom: 1em;
}
footer .top .inner h2 {
	font-weight: bold;
}
footer .top .inner p a {
	font-size: 2.1rem;
	font-family: "Antonio", sans-serif;
	font-weight: 500;
	color: #3C3F53;
	text-decoration: none;
}
footer .top .inner p a:before {
	font-family: "Material Symbols Outlined";
	content: "\e0b0";
	vertical-align: middle;
}
footer .bottom {
	font-size: 1.2rem;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
	padding: 2em;
}
footer .bottom ul {
	margin: auto auto auto 0;
	font-size: 0;
}
footer .bottom ul li {
	font-size: 1.2rem;
	display: inline-block;
}
footer .bottom ul li:not(:last-child) {
	margin-right: 1em;
}
footer .bottom ul li a[target*="blank"]:after {
	font-family: "Material Symbols Outlined";
	content: "\e89e";
}
footer .bottom small {
	display: block;
	margin: auto 0 auto auto;
}

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

/* hgroup */

article > #hgroup {
	background-image: url('/hp/bumon/i-chuken/images/bg_00.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	font-size: 1.6em;
	padding: 10em 10%;
	text-align: left;
	position: relative;
	margin-bottom: 10em;
	color: #3C3F53;
}
article > #hgroup .logo {
	display: none;
}
article > #hgroup h1 {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	font-size: 3.6rem;
	letter-spacing: .1em;
}
article > #hgroup ul {
	position: absolute;
	font-size: 0;
	padding: 1.2rem 1.8rem;
	bottom: 0;
	right: 0;
	background: #fff;
}
article > #hgroup ul:before {
	content: '.';
	font-size: 0;
	display: block;
	position: absolute;
	margin: auto;
	width: 3rem;
	top: 0;
	left: -3rem;
	bottom: 0;
	background-image: -moz-linear-gradient( left top, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%);
	background-image: -webkit-linear-gradient( left top, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%);
	background-image: linear-gradient(to right bottom, rgba(255,255,255,0) 50%, rgba(255,255,255,1) 50%);
}
article > #hgroup ul li {
	display: inline-block;
	font-size: 1.2rem;
}
article > #hgroup ul li:not(:last-child):after {
	font-family: "Material Symbols Outlined";
	content: "\e5df";
	vertical-align: bottom;
	margin: 0 0.5em;
	color: #005A83;
}
article > #hgroup ul li a {
	color: #3C3F53;
}
article > #hgroup ul li:first-child a:before {
	font-family: "Material Symbols Outlined";
	content: "\e88a";
	vertical-align: bottom;
}

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

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

/* drawer */

.drawer-hamburger {
	display: none;
}

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

.entry {
	font-size: 1.6em;
	margin: 0 10% 10em 10%;
	text-align: left;
}
.entry h1, .entry h2, .entry h3, .entry h4, .entry h5, .entry h6 {
	margin-bottom: 1em;
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
	letter-spacing: .1em;
	color: #3C3F53;
}
.entry h1 {
	font-size: 3.6rem;
}
.entry h2 {
	font-size: 3rem;
}
.entry h2:after {
	content: '.';
	font-size: 0;
	display: block;
	background: #005A83;
	width: 60px;
	height: 3px;
	margin-top: 1.6rem;
}
.entry h3 {
	font-size: 2.4rem;
}
.entry h4 {
	font-size: 2.1rem;
}
.entry h5 {
	font-size: 1.8rem;
}
.entry p, .entry ul, .entry ol, .entry figure {
	margin-bottom: 2em;
}
.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 {
	font-style: italic;
}
.entry sup {
	font-size: 50%;
	vertical-align: top;
}
.entry sub {
	font-size: 50%;
	vertical-align: bottom;
}
.entry figure figcaption {
	margin-bottom: 0;
}

/* full */

#service1 > .entry, #home > .entry {
	margin: 0 2em 10em 2em;
}

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

/* align */

.alignleft {
	float: left;
	margin-right: 2em;
}
.alignright {
	float: right;
	margin-left: 2em;
}
figure.alignleft, figure.alignright {
	margin-bottom: 0;
}

/* clearfix */

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

/* download */

.download {
	clear: both;
}
.download + .download {
	margin-top: -1.25em;
}
.download a {
	display: block;
	border: 1px solid #222;
	padding: 1em 1.5em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	text-decoration: none;
	color: #222;
}
.download a:before {
	font-family: "Material Symbols Outlined";
	content: "\f090";
	vertical-align: bottom;
}
.download a:hover {
	color: #fff;
	background: #222;
}

/* more */

.more {
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 700;
}
.more a {
	border-bottom: 2px solid #222;
	color: #222;
	text-decoration: none;
	display: inline-block;
}
.more a:hover {
	border-bottom: 2px solid #3C3F53;
	color: #3C3F53;
}
.more a:after {
	font-family: "Material Symbols Outlined";
	content: "\eaaa";
	vertical-align: bottom;
}

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

/* sign */

.entry #sign {
	height: 100vh;
	margin: 0 -2em;
	position: relative;
	background-position: 50% 50%;
	background-size: cover;
	background-attachment: fixed;
	display: table;
	width: calc(100% + 4em);
}
.entry #sign .inner {
	display: table-cell;
	vertical-align: middle;
	padding-right: 2em;
}
.entry #sign .inner .block {
	display: inline-block;
	color: #3C3F53;
	background-image: url('/hp/bumon/i-chuken/images/bg_00.jpg');
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-size: cover;
	-moz-border-radius: 0 2em 2em 0;
	-webkit-border-radius: 0 2em 2em 0;
	border-radius: 0 2em 2em 0;
	padding: 3em 5em;
}
.entry #sign .inner .block h1 {
	font-family: serif;
	font-weight: bold;
}
.entry #sign .inner .block h1:after {
	content: '.';
	font-size: 0;
	display: block;
	background: #005A83;
	width: 60px;
	height: 3px;
	margin-top: 1.6rem;
}
.entry #sign .inner .block figure img {
	width: 100%;
	max-width: 360px;
}
.entry #sign .inner .block :last-child {
	margin-bottom: 0;
}

/* home_b */

.entry .home_b {
	background-size: auto, 90% auto;
	margin: 0 -2em;
	padding: 4em 0;
	background-repeat: repeat, no-repeat;
}
.entry .home_b.right {
	background-image: -moz-linear-gradient( left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('/hp/bumon/i-chuken/images/bg_04.jpg');
	background-image: -webkit-linear-gradient( left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('/hp/bumon/i-chuken/images/bg_04.jpg');
	background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('/hp/bumon/i-chuken/images/bg_04.jpg');
	background-position: 0 0, 0 50%;
}
.entry .home_b.left {
	background-image: -moz-linear-gradient( left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('/hp/bumon/i-chuken/images/bg_03.jpg');
	background-image: -webkit-linear-gradient( left, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('/hp/bumon/i-chuken/images/bg_03.jpg');
	background-image: linear-gradient(to right, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0.5) 100%), url('/hp/bumon/i-chuken/images/bg_03.jpg');
	background-position: 0 0, 100% 50%;
}
.entry .home_b .inner {
	-webkit-backdrop-filter: blur(0.5em);
	backdrop-filter: blur(0.5em);
	background: rgba(255,255,255,0.5);
	padding: 4em 5em;
}
.entry .home_b.right .inner {
	margin-left: 40%;
	margin-right: 0;
	-moz-border-radius: 2em 0 0 2em;
	-webkit-border-radius: 2em 0 0 2em;
	border-radius: 2em 0 0 2em;
}
.entry .home_b.left .inner {
	margin-right: 40%;
	-moz-border-radius: 0 2em 2em 0;
	-webkit-border-radius: 0 2em 2em 0;
	border-radius: 0 2em 2em 0;
}
.entry .home_b .inner :last-child {
	margin-bottom: 0;
}
.entry .home_b .inner iframe {
	width: 100%;
	height: 12em;
	margin-bottom: 1em;
}
.entry .home_b.right .inner iframe {
	height: 7em;
}
/*
.entry .home_b .inner .recent .post {
	display: table;
	width: 100%;
	margin-bottom: 0.5em;
}
.entry .home_b .inner .recent .post:last-of-type, .entry .home_b .inner .recent .post:only-of-type {
	margin-bottom: 1em;
}
.entry .home_b .inner .recent .post time, .entry .home_b .inner .recent .post h4 {
	display: table-cell;
	vertical-align: top;
}
.entry .home_b .inner .recent .post time {
	width: 12em;
}
.entry .home_b .inner .recent .post time:before {
	font-family: "Material Symbols Outlined";
	content: "\e8b5";
	vertical-align: bottom;
}
.entry .home_b .inner .recent .post h4 {
	font-size: inherit;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
}
*/
/* home_a */

.entry .home_a {
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.entry .home_a .block {
	-webkit-flex-grow: 1;
 	flex-grow: 1;
	width: 50%;
}
.entry .home_a .block ul.link {
	list-style: none;
	padding-left: 0;
}
.entry .home_a .block ul.link li a[target*="blank"]:after {
	font-family: "Material Symbols Outlined";
	content: "\e89e";
}

/* recruit_a */

.entry .recruit_a {
	border: 1px solid #005A83;
	padding: 3em 4em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.entry .recruit_a h4 {
	margin-bottom: 0.5em;
}
.entry .recruit_a p {
	margin-bottom: 1em;
}
.entry .recruit_a :last-child {
	margin-bottom: 0;
}

/* service_d */

.entry .service_d :last-child {
	margin-bottom: 0;
}
.entry .service_d .post {
	display: table;
	width: 100%;
	margin-bottom: 0.5em;
}
.entry .service_d .post:last-of-type, .entry .service_d .post:only-of-type {
	margin-bottom: 1em;
}
.entry .service_d .post time, .entry .service_d .post h4 {
	display: table-cell;
	vertical-align: top;
}
.entry .service_d .post time {
	width: 12em;
}
.entry .service_d .post time:before {
	font-family: "Material Symbols Outlined";
	content: "\e8b5";
	vertical-align: bottom;
}
.entry .service_d .post h4 {
	font-size: inherit;
	font-family: "Helvetica Neue", "Helvetica", "Arial", sans-serif;
	font-weight: normal;
}

/* service_c */

.entry .service_c {
	background: rgba(0,0,0,0.05);
	padding: 2em 3em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.entry .service_c :last-child {
	margin-bottom: 0;
}
.entry .service_c h4 {
	background: #fff;
	margin-top: -1em;
	margin-right: -1.75em;
	margin-left: -1.75em;
	-moz-border-radius: 0.25em;
	-webkit-border-radius: 0.25em;
	border-radius: 0.25em;
	padding: 0.25em 0.75em;
}
.entry .service_c figure img {
	max-width: 480px;
	height: auto;
}

/* service_b */

.entry .service_b {
	padding: 0 calc(10% - 2em);
}
.entry .service_b iframe {
	width: 100%;
	height: 12em;
	margin-bottom: 1em;
}

/* service_a */

.entry h2.service_a {
	background: #E1EBF4;
	margin-left: -3.2rem;
	margin-right: -3.2rem;
	padding: 2.5em 10%;
}

/* spacer */

.entry .spacer {
	clear: both;
	display: block;
	width: 100%;
}

/* company_e */

.entry figure.company_e table {
	width: 100%;
	max-width: 960px;
}
.entry figure.company_e th, .entry figure.company_e td {
	padding: 1em;
	font-weight: normal;
}
.entry figure.company_e thead td {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.entry figure.company_e thead th {
	border-bottom: 1px solid #005A83;
	width: 11em;
}
.entry figure.company_e tbody th, .entry figure.company_e tbody td {
	padding: 0.75em 1em 0.75em 2em;
}
.entry figure.company_e tbody tr:last-child td {
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.entry figure.company_e tbody tr:last-child th {
	border-bottom: 1px solid #005A83;
}

/* company_d */

.entry figure.company_d table {
	width: 100%;
	max-width: 960px;
}
.entry figure.company_d th, .entry figure.company_d td {
	padding: 1em;
	border-bottom: 1px solid rgba(0,0,0,0.15);
}
.entry figure.company_d th {
	border-bottom: 1px solid #005A83;
	width: 11em;
	font-weight: normal;
}

/* company_c */

.entry figure.company_c table {
	width: 100%;
}
.entry figure.company_c table th, .entry figure.company_c table td {
	padding: 0.75em;
}
.entry figure.company_c table thead {
	background: #005A83;
	color: #fff;
}
.entry figure.company_c table tbody tr:nth-child(even) {
	background: rgba(0,0,0,0.05);
}
.entry figure.company_c table tr td:first-child {
	width: 2em;
	text-align: center;
}
.entry figure.company_c table tr td:nth-child(2) {
	width: 30em;
}
.entry figure.company_c table tr td:nth-child(3) {
	white-space: nowrap;
}
.entry figure.company_c table tr td:last-child {
	width: 5em;
	text-align: center;
}

/* company_b */

.entry .company_b {
	border: 1px solid #005A83;
	padding: 3em 4em;
	-moz-border-radius: 0.5em;
	-webkit-border-radius: 0.5em;
	border-radius: 0.5em;
}
.entry .company_b iframe {
	display: inline-block;
	vertical-align: middle;
	margin: 0 2em 1em 0;
}

/* company_a */

.entry .company_a figure img {
	-moz-border-radius: 2em;
	-webkit-border-radius: 2em;
	border-radius: 2em;
	max-width: 300px;
}

/* subtitle */

.entry h2.subtitle {
	font-family: "Antonio", sans-serif;
	font-weight: 500;
}
.entry h2.subtitle:after {
	content: none;
}
.entry h2.subtitle + h3 {
	font-size: inherit;
	margin-top: -1.5em;
	color: #005A83;
	margin-bottom: 2em;
}
.entry h2.subtitle + h3:after {
	content: '.';
	font-size: 0;
	display: block;
	background: #005A83;
	width: 60px;
	height: 3px;
	margin-top: 1.6rem;
}

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

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

/* contact */

.widget.entry.contact {
	border: 1px solid #005A83;
	margin: 0 auto 10em auto;
	text-align: center;
	display: inline-block;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	padding: 3em;
	position: relative;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
	-webkit-backdrop-filter: blur(0.25em);
	backdrop-filter: blur(0.25em);
	background: rgba(255,255,255,0.25);
}
.widget.entry.contact:hover {
	background: #005A83;
	color: #fff;
}
.widget.entry.contact:hover h2.subtitle, .widget.entry.contact:hover h2.subtitle + h3, .widget.entry.contact:hover .more a {
	color: #fff;
}
.widget.entry.contact h2.subtitle + h3 {
	margin-bottom: 1em;
}
.widget.entry.contact h2.subtitle + h3:after {
	content: none;
}
.widget.entry.contact:hover .more a {
	border-bottom: 2px solid #fff;
}
.widget.entry.contact .more a:before {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	background-color: transparent;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
}

/* link */

.widget.entry.link {
	background: #3C3F53;
	color: #fff;
	margin: 0;
	display: -webkit-flex;
	display: flex;
	-webkit-justify-content: flex-start;
	justify-content: flex-start;
}
.widget.entry.link .block {
	-webkit-flex-grow: 1;
 	flex-grow: 1;
	width: 50%;
	padding: 3em 4em;
	position: relative;
}
.widget.entry.link .block:not(:last-child) {
	border-right: 1px solid rgba(255,255,255,0.25);
}
.widget.entry.link .block :last-child {
	margin-bottom: 0;
}
.widget.entry.link .block h2 {
	margin-bottom: 0.5em;
	color: inherit;
}
.widget.entry.link .block h2:after {
	content: none;
}
.widget.entry.link .block p {
	margin-bottom: 1em;
}
.widget.entry.link .block .more a {
	border-bottom: 2px solid #fff;
	color: #fff;
}
.widget.entry.link .block .more a:before {
	content: '.';
	font-size: 0;
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1;
	pointer-events: auto;
	background-color: transparent;
	-moz-transition: all 0.5s ease;
	-webkit-transition: all 0.5s ease;
	transition: all 0.5s ease;
}
.widget.entry.link .block .more a:hover:before {
	background: rgba(255,255,255,0.05);
}

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

	/* hgroup */

	article > #hgroup {
		padding: 10em 2em;
	}

	/* entry */

	.entry {
		margin: 0 2em 10em 2em;
	}

	/* home_c */

	.entry .home_c .inner {
		margin-left: 10%;
	}

	/* home_b */

	.entry .home_b .inner {
		margin-right: 10%;
	}
	.entry .home_b .inner iframe {
		height: 15em;
	}
	.entry .home_b.right .inner iframe {
		height: 12em;
	}

	/* service_b */

	.entry .service_b {
		padding: 0;
	}

	/* service_a */

	.entry h2.service_a {
		padding: 2.5em 3.2rem;
	}

	/* link */

	.widget.entry.link .block {
		padding: 3em 2em;
	}

	/* footer */

	footer .top .inner {
		padding: 5em 20em 5em 2.5em;
	}

}
/*-----------------------------------------------------
	keyframes
------------------------------------------------------*/

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

	header {
		position: absolute;
	}

}
/*-----------------------------------------------------
	Google Fonts
------------------------------------------------------*/
/*
	font-family: "BIZ UDPGothic", sans-serif;
	font-weight: 400,700;
	font-family: "Antonio", sans-serif;
	font-weight: 100,200,300,400,500,600,700;
*/
