/* <system section="theme" selected="26006613463452396"> */
@charset "UTF-8";
/*
  Author: くうく堂
  Responsive: yes
*/
@import url('//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css');

/***********************************
*         初期化
************************************/
abbr,address,article,aside,audio,b,blockquote,body,canvas,caption,cite,code,dd,del,details,dfn,div,dl,dt,em,fieldset,figcaption,figure,footer,form,h1,h2,h3,h4,h5,h6,header,hgroup,html,i,iframe,img,ins,kbd,label,legend,li,mark,menu,nav,object,ol,p,pre,q,samp,section,small,span,strong,sub,summary,sup,table,tbody,td,tfoot,th,thead,time,tr,ul,var,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:0 0}body{line-height:1}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}nav ul{list-style:none}blockquote,q{quotes:none}blockquote:after,blockquote:before,q:after,q:before{content:'';content:none}a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:0 0}ins{color:#000;text-decoration:none}mark{background-color:#ff9;color:#000;font-style:italic;font-weight:700}del{text-decoration:line-through}abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}table{border-collapse:collapse;border-spacing:0}hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}input,select{vertical-align:middle}


/***********************************
*         全体設定
************************************/
*,
::after,
::before{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
html{
	font-size: 62.5%;/* 10px */
}
body{
	font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 'メイリオ' , Meiryo , Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	font-size: 1.7rem;
	text-align: left;
	word-wrap:break-word;
	overflow-wrap:break-word;
	font-weight: 500;
	line-height: 1.5;
	text-spacing: .2em;
	min-width: 960px;
	color: #454545;
	background: white;
}
a{
	text-decoration: none;
	color: #ff9c91;
}
img{
	max-width: 100%;
	height: auto;
	vertical-align: bottom;
}
iframe{
	max-width: 100%;
	max-height:calc(66vw);
}
strong{
	font-weight: bold;
}

#blog-title-inner,
#content-inner,
.breadcrumb-inner,
#global-menu,
#bottom-editarea{
	margin-left: auto;
	margin-right: auto;
	width: 86%;
	min-width: 960px;
}

@media ( max-width : 768px ) {
	body{
		min-width: 0;
		font-size:1.6rem;
	}
	#blog-title-inner,
	#content-inner,
	.breadcrumb-inner,
	#global-menu,
	#bottom-editarea{
		width: 96%;
		min-width: 0;
	}
}
@media ( max-width : 480px ) {
	#content-inner{
		width: 100%;
	}
	#content-inner .archive-entries,
	#content-inner .pager,
	#content-inner #box1-inner,
	#content-inner #box2-inner{
		width: 96%;
		margin-left: auto;
		margin-right: auto;
	}
}


/***********************************
*        2カラム
************************************/
#content-inner{
	display: flex;
}
#wrapper{
	margin-right: 70px;
	width: calc(100% - 400px);
	flex-shrink: 0;
}
#box2{
	width: 330px;
	flex-shrink: 0;
}

@media ( max-width : 768px ) {
	#content-inner{
		display: block;
	}
	#wrapper{
		margin-right: 0;
		width: 100%;
	}
	#box2{
		width: 100%;
	}
}

/***********************************
*         ヘッダー
************************************/
#globalheader-container{
	background-color: transparent;
	color: #999;
}
#blog-title{
	padding-top: 4em;
	padding-bottom: 6em;
	text-align: center;
	box-shadow: 0 -2px 2px -2px #777 inset;
	color: #454545;
}
#blog-title-content{
	display: table;
	background: #fffdf9;
	margin: 0 auto;
	padding: 0 1em;
	border: solid 2px #454545;
	box-shadow: 0 0 0 2px white, 1px 1px 2px 1px #454545;
}
#title{
	display: table;
	margin: 0 auto 2rem auto;
	padding: 6rem 3rem 2rem 3rem;
	font-size: 1.9rem;
	border-bottom: double 3px #454545;
}
#title a{
	color: inherit;
}
#blog-description{
	padding: 2rem;
	padding-top: 0;
	font-size: 1.28rem;
}

#blog-title + #content:before{
	content : "";
	display: block;
	width: 100%;
	height: 2em;
	border-top: 1px solid white;
	box-shadow: 0 -2px 2px -2px #777 inset;
	background-size: 25px 25px;
	background-color: #ffe3ed;
	background-image: linear-gradient(-45deg, #ffd5d5 25%, transparent 25%,
		transparent 50%, #ffd5d5 50%, #ffd5d5 75%,
		transparent 75%, transparent);
}

/***********************************
*       グローバルメニュー
************************************/
#top-editarea{
	border-top: 1px solid white;
	box-shadow: 0 -2px 2px -2px #777 inset;
	background-size: 25px 25px;
	background-color: #ffe3ed;
	background-image: linear-gradient(-45deg, #ffd5d5 25%, transparent 25%,
		transparent 50%, #ffd5d5 50%, #ffd5d5 75%,
		transparent 75%, transparent);
}
#global-menu{
	overflow-x: scroll;
	-ms-overflow-style:none;
	white-space: nowrap;
	font-weight: bold;
	text-align: center;
	padding-top: .5em;
	padding-bottom: .5em;
	color: #ff9c91;
}
#global-menu::-webkit-scrollbar{
	display:none;
}
#global-menu a{
	color: inherit;
}
#global-menu li{
	list-style: none;
	display: inline-block;
	margin-right: 2em;
}
#global-menu li:last-child{
	margin-right: 0;
}

@media ( max-width : 480px ) {
	#global-menu{
		font-size: 1.4rem;
	}
}

/***********************************
*         ぱんくずリスト
************************************/
#top-box{
	background: #ffe3ed;
	border-top: 1px solid white;
	box-shadow: 0 -2px 2px -2px #777 inset;
	background-size: 25px 25px;
	background-color: #beebe9;
	background-image: linear-gradient(-45deg, #e6f8f9 25%, transparent 25%,
		transparent 50%, #e6f8f9 50%, #e6f8f9 75%,
		transparent 75%, transparent);
}

.breadcrumb{
	padding-top: .5em;
	padding-bottom: .5em;
	margin-bottom: 0 !important;
	font-weight: bold;
	color: #50b6bb;
}
.breadcrumb-inner{
}
.breadcrumb-gt{
	margin: 0;
}
.breadcrumb a{
	color: inherit;
}
.breadcrumb-inner>*:first-child:before{
	font-family: 'FontAwesome';
	content: "\f015";
}

@media ( max-width : 480px ) {
	.breadcrumb{
		font-size: 1.4rem;
	}
}

/***********************************
*
*         エントリー
*
************************************/
#content{
	background: white;
}
#content-inner{
	padding-top: 4em;
	padding-bottom: 4em;
}
.page-index .entry{
	margin-bottom: 14em;
}
@media ( max-width : 768px ) {
	#content-inner{
		padding-top: 0;
	}
	.entry{
		padding-top: 4em;
	}
}

/***********************************
*        記事ヘッダー
************************************/
.entry-header{
	font-weight: bold;
	margin-bottom: 4em;
}
.entry-header a{
	color: inherit;
}
.date .hyphen{
	display: none;
}
.date .date-year:after,
.date .date-month:after{
	content:".";
}
.date a:before{
	font-family: 'FontAwesome';
	content: "\f017";
}
.entry-header .date{
	position: relative;
	text-align: center;
	line-height: 1;
}
.entry-header .date:before{
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	background: #ddd;
}
.entry-header .date a{
	background: white;
	display: table;
	padding: 0 2em;
	margin: -.52em auto 0 auto;
	padding-bottom: .52em;
}

.entry-header .entry-title{
	line-height: 1.5;
	font-size: 1.9rem;
	text-align: center;
	margin-top: 2em;
	margin-bottom: 2em;
}
.categories{
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	font-size: 1.28rem;
	color: #777;
}
.categories a{
	margin-top: .1em;
	color: inherit;
	margin-left: .8em;
}
.categories:before{
	font-family: 'FontAwesome';
	font-size: 1.8rem;
	content: "\f02b";
}
.categories a:first-child{
	margin-left: .5em;
}
.entry-header .categories{
	margin-bottom: 2em;
	justify-content: flex-end;
}
.entry-header-menu{
	position: fixed;
	left: 0;
	top: 50%;
	font-size: 1.8rem;
	height: 4em;
	width: 4em;
	line-height: 4em;
	text-align: center;
	font-weight: bold;
	border-radius: 6px;
	background: #777;
	color: white;
	box-shadow: 1px 1px 3px 0 #454545;
}

/***********************************
*        記事本文
************************************/
.entry-content{
	margin-top: 2em;
	margin-bottom: 2em;
	line-height: 1.8;
}
.entry-content video{
	max-width: 100%;
	height: auto;
}
.entry-content .table-of-contents{
	display: table;
	padding: 2em 2em 2em 3em;
	margin: 2em 0;
	color: #555;
	font-weight: bold;
	border-radius: 3px;
	font-size: 1.5rem;
	border: dashed 4px white;
	box-shadow: 0 0 0 4px #beebe9, 1px 1px 2px 3px #454545;
	background-size: 25px 25px;
	background-color: #beebe9;
	background-image: linear-gradient(-45deg, #e6f8f9 25%, transparent 25%,
		transparent 50%, #e6f8f9 50%, #e6f8f9 75%,
		transparent 75%, transparent);
}
.entry-content .table-of-contents:before{
	content:"\76EE\6B21";
	display: block;
	padding-bottom: .5em;
	padding-left: .3em;
}
.entry-content .table-of-contents li{
	list-style-type: decimal;
	padding-left: .3em;
}
.entry-content .table-of-contents a{
	color: inherit;
}

.entry-content h1,
.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5,
.entry-content h6 {
	font-size: 1.8rem;
	margin-top: 3em;
	margin-bottom: 1em;
	line-height: 1.2;
}
.entry-content h1,
.entry-content h2,
.entry-content h3{
	font-size: 2.2rem;
	padding: .8em 1em;
	border: dashed 2px white;
	border-radius: 10px;
	box-shadow: 0 0 0 2px #ffe3ed, 1px 1px 2px 1px #454545;
	background-size: 25px 25px;
	background-color: #ffe3ed;
	background-image: linear-gradient(-45deg, #ffd5d5 25%, transparent 25%,
		transparent 50%, #ffd5d5 50%, #ffd5d5 75%,
		transparent 75%, transparent);
}
.entry-content h4{
	font-size: 1.9rem;
	border-bottom: double 3px #ffd5d5;
	padding: .5em 0;
}
.entry-content h4:before{
	font-family: 'FontAwesome';
	content: "\f00c";
	margin-right: .5em;
	color: #ffd5d5;
}
.entry-content h5:before{
	content: "-";
	display: inline-block;
	margin-right: .5em;
}
.entry-content p{
	margin-bottom: 1em;
}
.entry-content ul,
.entry-content ol,
.entry-content dd {
	margin: 0 0 1em 1.5em;
	padding: 0;
}

.entry-content ul li ul, .entry-content ul li ol,
.entry-content ol li ul,
.entry-content ol li ol,
.entry-content dd li ul,
.entry-content dd li ol {
	margin-bottom: 0;
}

.entry-content table{
	font-size: 1.4rem;
	border-collapse: separate;
	border-spacing: 2px 2px;
	border:none;
}
.entry-content th{
	border:1px solid #ddd;
	padding: 5px 10px;
	border-radius: 3px;
	color: white;
	background: #777
}
.entry-content td{
	background: white;
	border:1px solid #ddd;
	padding: 5px 10px;
	border-radius: 3px;
}
.entry-content blockquote{
	background: #f5f5f5;
	padding: 2em;
	position: relative;
}
.entry-content blockquote:before{
	content:"\201D";
	position: absolute;
	font-size:400%;
	top: 0;
	left: 0;
	color: #ddd;
}
.entry-content pre,
.entry-content code{
	font-family: 'Monaco', 'Consolas', 'Courier New', Courier, monospace, sans-serif;
}
.entry-content pre{
	background: #454545;
	border: none;
	white-space: pre-wrap;
	text-overflow: ellipsis;
	line-height: 1.3;
	font-size: 90%;
	padding: .5em;
	color: #e3e3e3;
}
.entry-content pre > code{
	margin: 0;
	padding: 0;
	white-space: pre;
	border: none;
	background-color: transparent;
}
.entry-content code{
	font-size: 90%;
	margin: 0 2px;
	padding: 0px 5px;
	background-color: #454545;
	color: #e3e3e3;
	border-radius: 3px;
}
.entry-content hr{
	width: 100%;
	border: 0;
	border: none;
	border-top: 1px solid #ddd;
	margin: 2em auto;
}

@media ( max-width : 768px ) {
	.entry{
		padding-left: 1em;
		padding-right: 1em;
	}
}
@media ( max-width : 480px ) {
	.entry-header .entry-title{
		font-size: 1.8rem;
	}
	.entry-content h1,
	.entry-content h2,
	.entry-content h3{
		font-size: 1.9rem;
	}
}

/***********************************
*        記事フッター
************************************/
.entry-footer .social-buttons{
	margin-bottom: 1em;
}

.entry-footer-section{
	color: #999;
	font-size: 1.28rem;
	text-align: right;
}

.entry-footer-section a{
	color: #777;
}

/*------------------ コメント */
.comment-box{
	margin: 3em 0;
	font-size: 1.5rem;
}
.comment-box .comment{
	list-style: none;
	margin: 0;
	padding: 0;
}
.comment-box .entry-comment{
	padding: 1em 0 1em 70px;
	position: relative;
	margin-top: 1em;
}
.comment-box .read-more-comments{
	padding: 10px 0;
}
.comment-box .hatena-id-icon{
	position: absolute;
	top: 1em;
	left: 10px;
	width: 50px !important;
	height: 50px !important;
	border-radius: 3px;
}
.comment-user-name{
	margin: 0 0 .4em 0;
	font-weight: bold;
}
.comment-content{
	margin: 0 0 .4em 0;
	word-wrap: break-word;
}
.comment-content p{
	margin: 0 0 .6em 0;
}
.comment-metadata{
	color: #999;
	margin: 0;
	font-size: 1.28rem;
}
.comment-metadata a{
    color: inherit;
}
.leave-comment-title{
	display: table;
	padding: 1em 2em;
	margin: 0 auto;
	font-weight: bold;
	color: #555;
	border: dashed 4px white;
	border-radius: 3px;
	box-shadow: 0 0 0 4px #beebe9, 1px 1px 2px 3px #454545;
	background-size: 25px 25px;
	background-color: #beebe9;
	background-image: linear-gradient(-45deg, #e6f8f9 25%, transparent 25%,
		transparent 50%, #e6f8f9 50%, #e6f8f9 75%,
		transparent 75%, transparent);
}
.leave-comment-title:before{
	font-family: 'FontAwesome';
	font-size: 1.8rem;
	content: "\f086";
}

/*------------------ nextprev */
.pager{
	margin: 4em 0;
	font-weight: bold;
}
.pager:after{
	content: "";
	visibility: hidden;
	display: block;
	font-size: 0;
	height: 0;
	clear: both;
}
.pager a{
	color: inherit;
}
.pager-next,
.pager-prev{
	display: block;
	padding: .5em .5em 1em .5em;
	width: 49%;
	position: relative;
}
.pager-next:before{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: solid 6px #ffe3ed;
	border-right: solid 6px #ffe3ed;
	right: 0;
	bottom: -12px;
	transform: rotate(-45deg);
}
.pager-prev:before{
	content: "";
	position: absolute;
	display: block;
	width: 20px;
	height: 20px;
	border-bottom: solid 6px #beebe9;
	border-left: solid 6px #beebe9;
	left: 0;
	bottom: -12px;
	transform: rotate(45deg);
}
.pager-next{
	float: right;
	border-bottom: dotted 4px #ffe3ed;
}
.pager-prev{
	float: left;
	border-bottom: dotted 4px #beebe9;
}
@media ( max-width : 480px ) {
	.page-entry .pager-prev,
	.page-entry .pager-next{
		margin-top: 1em;
		margin-left: 1em;
		margin-right: 1em;
		float: none;
		width: auto;
	}
}

/***********************************
*         サイドバー
************************************/
.hatena-module{
	margin-bottom: 3em;
	margin-top: 3em;
	font-size: 1.5rem;
	background: white;
	font-weight: bold;
	padding: 0 1em 1em 1em;
	border-radius: 2px;
}
#box2 .hatena-module:first-child{
	margin-top: 0;
}
.hatena-module:before{
	content:"";
	display: block;
	width: 100%;
	height: 4px;
	border-top: double 4px #ddd;
}
.hatena-module-title{
	line-height: 1;
	font-size: 1.8rem;
	display: table;
	margin: -.52em auto 0 auto;
	color: #777;
	background: white;
	padding: 0 1em 1.02em 1em;
}
.hatena-module-title a{
	color: inherit;
}
@media ( max-width : 768px ) {
	#box2 .hatena-module:first-child{
		margin-top: 20px;
	}
}

/*------------------ プロフィール */
.hatena-module-profile .profile-icon{
	margin: 0 auto;
	border-radius: 6px;
	display: block;
	border: solid 1px #ddd;
}
.hatena-module-profile .profile-description{
	margin-top: 1em;
	margin-bottom: 1em;
}
.hatena-module-profile .id{
	display: block;
	font-weight: bold;
	margin-bottom: .5em;
	text-align: center;
}
.hatena-follow-button-box{
	text-align: right;
}
.hatena-follow-button{
	float: none;
}
.hatena-follow-button-box .subscription-count-box{
	float: none;
	display: inline-block;
}

/*------------------ リンクリスト */
.hatena-urllist{
	list-style: none;
	margin: 0;
	padding: 0;
	padding-top: .1px;
}
.hatena-urllist a{
	color: inherit;
}
.hatena-urllist li{
	margin: .5em 0;
}
.urllist-title-link{
	font-size: 100%;
}
.urllist-image{
	border-radius: 3px;
}
.hatena-module-links .hatena-urllist li:before{
	font-family: 'FontAwesome';
	content:"\f138";
	margin-left: .3em;
}

.hatena-urllist .urllist-category-link{
    font-size: .7rem;
    padding: .1em .3em;
}
.hatena-urllist .urllist-date-link a{
    color: #999;
}
.hatena-urllist .urllist-entry-body{
    margin-top: .3em;
}

.hatena-module-recent-entries li,
.hatena-module-related-entries li,
.hatena-module-entries-access-ranking li,
.hatena-module-recent-comments li{
	border-bottom: solid 1px #f6f5f5;
	padding: .5em 0;
}
.hatena-module-recent-entries li:last-child,
.hatena-module-related-entries li:last-child,
.hatena-module-entries-access-ranking li:last-child,
.hatena-module-recent-comments li:last-child{
	border-bottom: none;
	padding-bottom: 0;
}


/*------------------ 検索 */
.search-result-form,
.hatena-module-search-box .search-form {
	border: 1px solid #ddd;
	border-radius: 3px;
	width: 100%;
	display: flex;
	align-items: center;
}
.search-result-form .search-result-input,
.hatena-module-search-box .search-module-input{
	flex: 1 0;
	padding: 1em;
	background: none;
	border: none;
	outline: none;
	height: auto;
}
.search-result-form .search-result-button,
.hatena-module-search-box .search-module-button{
	width: 24px;
	height: 24px;
	margin-right: 5px;
	background: transparent url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3E%3Cdefs%3E%3Cstyle%3E.a%7Bfill:none;%7D%3C/style%3E%3C/defs%3E%3Ctitle%3Esearch%3C/title%3E%3Cpath d='M16.7,15l-3.4-3.3h-.1a5.4,5.4,0,0,0,.9-3.1,5.6,5.6,0,1,0-5.6,5.6,5.4,5.4,0,0,0,3.1-.9.1.1,0,0,0,.1.1L15,16.7a1.1,1.1,0,0,0,.8.3,1.6,1.6,0,0,0,.9-.3,1.4,1.4,0,0,0,0-1.7M8.5,12.3A3.8,3.8,0,0,1,4.8,8.5,3.8,3.8,0,0,1,8.5,4.7a3.9,3.9,0,0,1,3.8,3.8,3.8,3.8,0,0,1-3.8,3.8'/%3E%3Crect class='a' width='20' height='20'/%3E%3C/svg%3E") no-repeat center;
	background-size: 20px 20px;
	border: none;
	outline: none;
	color: transparent;
	overflow: hidden;
	opacity: .5;
	cursor: pointer;
	position: static;
}

/*------------------ カレンダー */
.archive-module-calendar .archive-module-calendar-selector{
	padding: .5em;
	border-radius: 3px;
}

/*------------------ カテゴリ */
.hatena-module-category .hatena-urllist{
	display: flex;
	flex-wrap: wrap;
	font-size: 1.4rem;
}
.hatena-module-category .hatena-urllist li{
	margin: .3em .3em 0 0;
	border: solid 1px #ddd;
	padding: .1em .5em;
	border-radius: 3px;
}

/***********************************
*         about
************************************/
.page-about .entry-content dt{
	font-weight: bold;
	border-bottom: 1px solid #ddd;
	margin-bottom: .5em;
}
.page-about .entry-content dd{
	margin-left: 0;
	margin-bottom: 2em;
}


/***********************************
*         アーカイブ
************************************/
.archive-header-category{
	margin-bottom: 0;
}

.archive-heading{
	text-align: center;
	padding: 1em;
	font-size: 1.9rem;
	border-bottom: double 4px #ddd;
}
.archive-header-category .archive-heading{
	margin: 0 auto;
	font-size: 1.9rem;
}

.page-archive .archive-entry{
	padding: 3.2rem 0;
	padding-right: 0;
	position: relative;
	min-height: calc(36px + 120px + 6.4rem);/*36px = 31.8px + 4.2px(1.7rem*0.5/2) */
	background: white;
}
.page-archive .archive-entry:before{
	content: "";
	position: absolute;
	display: block;
	width: 100%;
	height: 4px;
	top: 0;
	left: 0;
	background-size: 25px 25px;
	background-color: #ffe3ed;
	background-image: linear-gradient(-45deg, #ffd5d5 25%, transparent 25%,
		transparent 50%, #ffd5d5 50%, #ffd5d5 75%,
		transparent 75%, transparent);
	border-radius: 2px;
}
.page-archive .archive-entry:first-child:before{
	content: none;
}
.page-archive .archive-entry-header{
	margin-right: calc(240px + 3.2rem);
}
.page-archive .categories{
	margin-right: calc(240px + 3.2rem);
	margin-top: 1em;
}
.page-archive .archive-entry-body{
	display: none;
}
.page-archive .entry-thumb-link{
	position: absolute;
	top: calc(3.2rem + 36px);
	right: 0;
	padding: 5px;
	background: #f6f5f5;
	box-shadow: -1px -1px 2px -1px #777 inset;
	border-radius: 3px;
}

.page-archive .archive-entry-header a{
	color: inherit;
}
.page-archive .entry-thumb{
	width: 230px;
	height: 110px;
	border-radius: 3px;
	margin-right: 0;
	float: none;
}
.page-archive .date{
	font-size: 1.28rem;
	margin-bottom: 1em;
}

@media ( max-width : 480px ) {
	.page-archive .archive-entry{
		min-height: calc(36px + 90px + 6.4rem);
	}
	.page-archive .archive-entry-header{
		margin-right: calc(90px + 1em);
	}
	.page-archive .categories{
		margin-right: calc(90px + 1em);
	}
	.page-archive .entry-thumb-link{
		right: 0;
	}
	.page-archive .entry-thumb{
		width: 80px;
		height: 80px;
	}
}

/***********************************
*         フッター
************************************/
#footer {
	margin-top: 2em;
	padding-bottom: 2rem;
	text-align: center;
	font-size: .8rem;
	color: #999;
}

#footer a {
	color: inherit;
}

#footer p {
	margin: .5em auto;
}

/* </system> */