@charset "UTF-8";
/*
	Theme Name: 	mihosjc
	Description:	美浦村シルバー人材センターのテーマ
	Theme URI: 		http://mihosjc.com
	Author:			Kazunari Matsumoto
	Author URI:		http://raizzenet.com/
	Version:		1.0.0
	License:		GNU General Public License
	License URI:	http://www.gnu.org/licenses/gpl-2.0.html
*/

* {
	margin: 0;
	padding: 0;
	text-decoration: none;
	color: #383838;
}

body {
	font-family: 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 游ゴシック体, 'Yu Gothic', YuGothic, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	font-size: 18px;
	margin: 0 auto;
	padding: 0;
	color: #383838;
	background: #fff;
}
/*
@media only screen and (max-width: 480px) {
	body { width: 100wv; }
}
*/
a {
	text-decoration: none;
	color: #383838;
}
ul {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	list-style-type: none;
}
address {
	margin: 8px 0;
	padding: 0;
}
h1,h2,h3,h4,h5,h6 {
	line-height: 1.6;
	clear: both;
}

h1 {
	font-size: 48px;
//	font-weight: 600;
	margin: 16px 0 0 0;
	padding: 0;
	letter-spacing: 2px;
	line-height: 1.5;
	text-align: left;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.1);

//	border: 1px solid #f00;
}
h2 {
	font-size: 32px;
	font-weight: 400;
	margin: 60px 0 16px 0;
	padding: 12px 0 0 0;
	line-height: 1.5;
	text-align: left;
	text-shadow: 1px 2px 2px rgba(0,0,0,0.1);

//	border: 1px solid #f00;
}
h3 {
	font-weight: 400;
	margin: 16px 0;
	color: #383838;
	padding: 12px 0 4px 4px;
//	border: 1px solid #f00;
}
h4 {
	font-weight: 400;
	margin: 16px 0;
	padding: 0;
}
p {
	line-height: 1.7;
	margin: 0 0 12px 0;
	padding: 0;
}
table {
	box-sizing: border-box;
	width: 100%;
	border-collapse: collapse;
	border-spacing: 0;
	margin: 16px 0;
	padding: 0;
}
th {
	box-sizing: border-box;
	padding: 16px 16px;
	text-align: left;
	border-bottom: 1px solid #c0c0c0;
}
td {
	box-sizing: border-box;
	padding: 16px 16px;
	border-bottom: 1px solid #c0c0c0;
}
.alignright {
	box-sizing: border-box;
	padding: 0 0 0 16px;
	float: right;
}
.alignleft {
	box-sizing: border-box;
	padding: 0 16px 0 0;
	float: left;
}
.aligncenter {
	text-align: center;
	margin: 0 auto;
	clear: both;
	display: block;
}
.children {
	padding-left: 20px;
}
.children2 {
	padding-left: 20px;
}
.dsp-error, .caution {
	font-weight: bold;
	color: red;
}
.caution {
	color: #fc0000;
}

#header {
	box-sizing: border-box;
	width: 100%;
}
#header h1 {
	font-size: 12px;
	font-weight: normal;
	margin: 0 0 10px;
	text-align: right;
}
#header #logo {
	font-weight: 600;
	letter-spacing: 0.2em;
	text-align: left;
	margin: 4px 8px 16px;
	text-shadow: 2px 2px 3px #aaa;
	display: inline-block;
}
#header #logo-s {
	font-size: 16px;
}
#header #logo-l {
	font-size: 24px;
}
@media only screen and (max-width: 480px) {
	#header #logo {
		letter-spacing: 0.1em;
	}
	#header #logo-l {
		font-size: 24px;
	}
}
#sp-top-menu-box {
	width: 100%;
	height: 36px;
	margin: 0 0 6px 0;
	padding: 0;
	display: none;
}
#sp-top-menu {
	width: 100%;
	position: fixed;
	z-index: 10;
	top: 0;
	left: 0;
	background: #fff;
	opacity: 0.8;
}
#sp-top-menu ul {
	width: 100%;
	font-size: 16px;
	list-style: none;
	display: -webkit-flex;
	display: flex;
}
#sp-top-menu ul li {
	box-sizing: border-box;
	margin: 0 0 6px 0;
	padding: 8px 0;
	text-align: center;
	border: 1px solid #999;
	box-shadow: 0px 2px 2px #999;
	-webkit-flex-grow: 1;
	flex-grow: 1;
}
#sp-top-menu ul li a {
	width: 100%;
	text-decoration: none;
}

/* トップメニューのテキストの色 */
#sp-top-menu ul li, #sp-top-menu ul li a {
	color: #383838;
	text-shadow: 1px 1px 1px rgba(128,128,128,0.6);
	letter-spacing: 1px;
	background: #fff;
}
#sp-top-tel, #sp-menu {
	cursor: pointer;
}
#sp-menu {
	position: relative;
}
#sp-menu:after {
	content: '▼';
}
#sp-menu.close:after {
	content: '▲';
}
#toggle-menu a {
	text-decoration: none;
}
#toggle-menu {
	display: none;
}

/*
#menu-header {
	box-sizing: border-box;
	width: 100%;
	font-size: 0;
	padding: 0;
	list-style: none;
	text-align: center;
	background: #fff3b8;
	border-bottom: 1px solid #666;
	text-align:center;
	clear: both;
	display: block;
	position: relative;
}
*/
#menu-panel {
	flex-grow: 2;
	text-align: center;
}
#menu-header {
	box-sizing: border-box;
	font-size: 0;
	margin: 0;
	padding: 0;
	list-style: none;
	position: relative;
	background: #E0CEAF;
}

#menu-header li {
	box-sizing: border-box;
	font-size: 20px;
	margin: 0 8px;
	padding: 0; //4px 8px;
	line-height: 1.3;
	text-align: center;
	display: inline-block;
}
#menu-header li a {
	width: 100%;
	text-decoration: none;
	margin: 0;
	padding: 8px 4px;
	display: block;
	color: #383838;
}
#menu-header li a:hover {
	font-weight: bold;
	background: #ddd;
}
#menu-header .sub-menu {
	box-sizing: border-box;
	width: 280px;
	position: absolute;
	margin: 5px 0;
	text-align: left;
	background: #fff;
	z-index: 20;
	opacity: 0;
//	display: none;
}
#menu-header .sub-menu li a {
	box-sizing: border-box;
	width: 100%; //280px;
	padding: 4px 8px;
	display: block;
}
#menu-header .sub-menu li {
	padding: 4px 8px;
	text-align: left;
}
/*
#menu-header .sub-menu li:hover {
//	opacity: 1;
	display: block;
}
*/
#menu-header .menu-item-has-children:hover ul {
//	display: block;
	opacity: 0.9;
}
#menu-header .menu-item-has-children:hover li {
	width: 100%;
//	display: block;
	opacity: 0.9;
}

@media only screen and (max-width: 480px) {
	#menu-header {
		display: none;
	}
	#sp-top-menu-box { display: block; }
	#toggle-menu {
		box-sizing: border-box;
		width: 100%;
		position: fixed;
		padding: 0;
		top: 40px;
		left: 0;
		z-index: 8;
		text-align: left;
		line-height: 1.7;
		border: 1px solid #999;
		box-shadow: 0px 3px 4px #999;
		background: #fff;
		opacity: 1;
	}
	#menu-header-sp {
		box-sizing: border-box;
		width: 100%;
		text-align: left;
	}
	#menu-header-sp li {
		box-sizing: border-box;
		width: 100%;
		font-size: 18px;
		margin: 0;
		padding: 0;
	}
	#menu-header-sp .sub-menu li {
		box-sizing: border-box;
		width: 100%;
		font-size: 18px;
		padding: 0 0 0 16px;
	}
	#menu-header-sp li a, #menu-header-sp .sub-menu li a {
		box-sizing: border-box;
		width: 100%;
		color: #383838;
		padding: 12px 0 12px 8px;
		border-bottom: 1px solid #383838;
		display: block;
	}
	#menu-header-sp li a:hover {
		font-weight: bold;
		background: #ddd;
	}
	#menu-header-sp .sub-menu {
		width: 100%;
		position: relative;
		display: block;
	}
	#menu-header-sp .sub-menu a {
		width: 100%;
		display: block;
	}
}
#top-image {
	margin: 0;
	padding: 0 0 20px;
	position: relative;
	overflow: hidden;
	clear: both;
}
#top-image img {
	width: 100%;
	max-height: calc(100vh - 150px);
	object-fit: cover;
}
#top-image .slides p {
	box-sizing: border-box;
	position: absolute;
	top: 150px;
	left: 0;
	padding: 0 10%;
	font-size: 40px;
	font-weight: normal;
	line-height: 1.5;
	-webkit-text-stroke: 1px #ffffff;
	text-stroke: 1px #ffffff;
	color: #ffffff;
	text-shadow: 2px 3px 4px #383838;
}

@media only screen and (max-width: 480px) {
	.flexslider img {
		max-height: auto;
	}
	#top-image .slides p {
		font-size: 26px;
		top: 25px;
		padding: 0 16px;
	}
}

#wrapper {
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
	padding: 0 5%;
	display: inline-block;
}
@media only screen and (max-width: 480px) {
	#wrapper {
		padding: 0 12px;
	}
}

.top-contents {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 40px 5% 80px;
	display: block;
}
.top-contents:first-of-type {
	padding: 0 5% 80px;	/* 最初のコンテンツは上を０にする */
}

.top-contents figure {
	margin: 24px auto 0;
	text-align: center;
}
.top-contents img {
	width: 90%;
}
.top-contents h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: 1rem 0 2rem;
	text-align: center;
}
.top-contents h3 {
	font-size: 20px;
	font-weight: bold;
	margin: 0;
	padding: 1rem 0 1.5rem;
	text-align: left;
}
.top-contents p {
	margin-bottom: 8px;
	padding: 0 0 1rem;
}

.pickup-wrapper {
	width: 100%;
	margin: 0 auto;
	display: flex;
	justify-content: space-around;
	flex-wrap: wrap;
	gap: 16px;
}
.pickup {
	width: calc(100% / 2 - 16px);
	height: auto;
	padding: 0 0 24px;
	border: 1px solid #aaa;
	border-radius: 8px;
	text-decoration: none;
	box-shadow: 0px 2px 4px #666;
	display: flex;
	flex-direction: column;
}
.pickup img {
	width: 100%;
	border-radius: 8px 8px 0 0;
}
.pickup h2 {
	font-size: 26px;
	font-weight: bold;
	letter-spacing: 2px;
	margin: 6px 0 8px;
	padding: 4px 0;
	line-height: 1.4;
	text-align: center;
	color: #383838;
	flex: 2;
	min-height: 0%;
}
.pickup p {
	padding: 0 16px;
}
.pickup:hover {
	box-shadow: none;
}
.pickup .go-page {
	padding: 8px 0px 16px;
	text-align: center;
	flex: 1;
	min-height: 0%;
}
@media only screen and (max-width: 480px) {
	.pickup-wrapper {
		flex-direction: column;
	}
	.pickup {
		width: 100%;
		padding: 0 0 8px 0;
		letter-spacing: 4px;
	}
}




.top-contents .inner {
	width: 100%;
	text-align: center;
}

.go-to-page {
	width: 50%;
	font-size: 1.2rem;
	margin: 40px auto;
	border: 1px solid #666;
	border-radius: 8px;
	box-shadow: 0px 2px 4px #666;
	display: inline-block;
}
@media only screen and (max-width: 480px) {
	.go-to-page {width: 80%;}
}
.go-to-page a {
	box-sizing: border-box;
	width: 100%;
	padding: 12px 0;
	display: block;
}
.go-to-page:hover {
	font-weight: bold;
	background: #ddd;
	border-radius: 8px;
	box-shadow: none;
}

.go-to-page-right {
	margin: 12px 8px 32px 8px;
	text-align: right;
	display: block;
}
.go-to-page-right a:hover {
	text-decoration: underline;
	color: red;
}

#pankuz {
	box-sizing: border-box;
	width: 100%;
	font-size: 0.8rem;
	margin: 16px 0 0;
	display: block;
	clear: both;
}
@media only screen and (max-width: 480px) {
	#pankuz { padding: 0 0 8px; }
}

.contents {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 8px 5% 50px;
	clear: both;
	display: inline-block;
}
.contents h1 {
	margin: 24px 0; //0 0 32px 0;
	padding: 0; //24px 0;
	text-align: center;
	color: #383838;
}
.contents .post-title {
	margin: 36px 0 72px 0;
}
.contents .title-size {
	font-size: 24px;
}
.contents .post-meta {
	margin: 0 0 32px;
}
.wp-block-heading {
	font-weight: normal;
}
.contents h2 {
	font-size: 26px;
	font-weight: bold;
	padding: 0 0 0 8px;
	text-align: left;
	border-bottom: 3px solid #e4cdab;
}
.contents h3 {
	font-size: 22px;
	font-weight: normal;
	margin: 0 0;
	padding: 16px 0 0 12px;
	text-align: left;
	border-bottom: 2px solid #e4cdab;
}
.contents h3:first-of-type {
	padding: 0 0 4px;
}
.contents h4 {
	font-size: 18px;
	margin: 0 0;
	padding: 16px 0 4px;
	text-align: left;
}
.contents p {
	box-sizing: border-box;
	margin: 0 0 12px 0;
	padding: 0 0 0 16px;
}
.contents p a {
	text-decoration: underline;
}
@media only screen and (max-width: 480px) {
	.contents { padding: 8px 0 50px; }
	.contents h1 { font-size: 36px; }
	.contents p { padding: 0; }
}
.contents .com-tbl {
	box-sizing: border-box;
	width: 100%;
	margin: 16px auto 32px;
}
.contents .com-tbl th, .contents .com-tbl td {
	font-weight: normal;
	padding: 24px 8px 4px;
	line-height: 1.6;
	border-bottom: 1px solid #666;
}
@media only screen and (max-width: 480px) {
	.contents .com-tbl {
		width: 100%;
	}
	.contents .com-tbl th {
		box-sizing: border-box;
		width: 100%;
		padding-top: 8px;
		text-align: left;
		border: none;
		background: #E0CEAF;
		display: block;
	}
	.contents .com-tbl td {
		box-sizing: border-box;
		width: 100%;
		padding: 8px 8px 16px;
		margin-bottom: 8px;
		border: none;
		display: block;
	}
}
.wp-block-file {
	margin: 0;
	padding: 6px 0;
	display: flex;
	align-items: center;
	gap: 16px;
}
.wp-block-file a {
	font-size: 18px;
	text-decoration: underline;
}
a.wp-block-file__button, a.wp-element-button {
	font-size: 14px;
	margin: 0;
	padding: 4px 16px;
	background: #fff;
	color: #383838;
	border-radius: 10px;
	border: 1px solid #aaa;
	text-decoration: none;
}
a.wp-element-button:hover {
	background: #eeeeee;
}
@media only screen and (max-width: 480px) {
	.wp-block-file {
		gap: 0px;
	}
	a.wp-block-file__button, a.wp-element-button {
		padding: 4px 4px;
	}
}
.wp-block-list {
	list-style-type: disc;
	padding: 0 0 0 24px;
}
.wp-block-list li {
	margin: 8px 0;
}

.wp-block-image {
	margin: 0;
	padding: 0;
}
.wp-block-image img {
	margin: 0 8px 16px 8px;
}
@media only screen and (max-width: 480px) {
	.wp-block-image {
		width: 100%;
		margin: 0 auto 16px auto;
		padding: 0;
		clear: both;
		display: inline-block;
	}
	.wp-block-image figure {
		width: 100%;
		height: auto;
		margin: 0;
		padding: 0;
		text-align: center !important;
	}
	.wp-block-image img {
		width: 100% !important;
		text-align: center !important;
		margin: 0;
		padding: 0;
		clear: both;
	}
	table {
		width: 100%;
	}
	th, td {
		width: 100%;
		display: block;
	}
	th {
		letter-spacing: 1px;
		background: #d1e8ff;
	}
}
.info-box {
	width: 100%;
	display: flex;
}
.info-box .diagram {
	width: 50%;
}
.info-box .diagram img {
	width: 100%;
}
.info-box .info-tbl {
	width: 50%;
}
.info-box th {
	width: 40%;
	padding: 8px;
}
.info-box td {
	padding: 8px;
}
@media only screen and (max-width: 480px) {
	.info-box {
		flex-direction: column;
	}
	.info-box .diagram, .info-box .info-tbl {
		width: 100%;
	}
	.info-box th {
		width: auto;
		background: #E0CEAF;
	}
}

.news-list, .news-list2 {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.news-list ul, .news-list2 ul {
	width: 100%;
	list-style: none;
}
.news-list li, .news-list2 li {
	width: 100%;
	font-size: 1.0rem;
	margin: 4px 0;
	padding: 12px 0;
	line-height: 1.6;
	text-decoration: underline;
	border-bottom: 1px solid #ddd;
}
.news-list a, .news-list2 a {
	width: 100%;
	display: block;
}
.news-list .date, .news-list2 .date {
	width: 140px;
	font-size: 1.0rem;
	margin: 0 8px 0 0;
	display: inline-block;
}
.news-list2 .category {
	font-size: 1.0rem;
	margin: 0;
	display: inline-block;
}
.news-list2 .title {
	width: 100%;
	font-size: 1.2rem;
	margin: 8px 0 8px;
	padding: 8px 0;
	border: none;
	text-shadow: 0 0 0 #fff;
	font-weight: normal;
	text-align: left;
}

.news-list li:hover, .news-list2 .title:hover {
//	text-decoration: underline;
	font-weight: bold;
}

@media only screen and (max-width: 480px) {
	.news-list .date {
		width: 100%;
		margin: 0 0 8px 0;
	}
	.top-contents .news-list li {
		width: 100%;
		margin-bottom: 12px;
	}
	.news-list2 .title {
		font-size: 18px;
	}
}

.pagination {
	margin: 32px 0;
	text-align: center;
}
.pagination h2 {
	display: none;
}
.pagination a {
	padding: 5px 10px;
	display: inline-block;
	border: 1px solid #cccccc;
	background: #ffffff;
	font-size: 16px;
	text-decoration: none;
}
.pagination a:hover {
	background: #ddd;
	text-shadow: bold;
}
.pagination span {
	padding: 5px 10px;
	display: inline-block;
}
.pagination span.current {
}
.pagination {
	overflow: hidden;
	margin-top: 40px;
	margin-bottom: 20px;
	text-align: center;
	clear: both;
	background-color:	transparent;
}

#post-navi {
	width: 100%;
	margin: 0 0 60px 0;
	clear: both;
	display: flex;
	justify-content: space-between;
	align-items: center;
}

#post-navi-prev, #post-navi-no-prev {
	width: 50%;
	text-align: left;
}
#post-navi-next, #post-navi-no-next {
	width: 50%;
	text-align: right;
}
#post-navi-prev a, #post-navi-no-prev a, #post-navi-next a, #post-navi-no-next a {
	box-sizing: border-box;
	width: 100%;
	padding: 16px 8px;
	text-decoration: underline;
	display: block;
}
#post-navi a:hover {
	background: #ddd;
}
@media only screen and (max-width: 480px) {
	#post-navi {
		flex-direction: column;
	}
	#post-navi-prev, #post-navi-no-prev, #post-navi-next, #post-navi-no-next {
		width: 100%;
		padding: 0 8px;
	}
	#post-navi-next, #post-navi-no-next {
		text-align: left;
	}
}

.forms {
	padding: 0;
}
.forms li {
	margin: 16px 0px 0px 16px;
	padding: 0;
	list-style: none
}
.forms label {
	margin-top: 32px;
	display: block;
}
.forms input[type=text] {
	font-size: 1.2rem;
	padding: 8px;
	width: 80%;
	border: 1px solid #ededed;
	background:	#fdfdfd;
	border-radius: 5px;
	box-shadow: inset 1px 2px 6px -3px rgba(0,0,0,0.5);
}
.forms textarea {
	font-size: 1.2rem;
	width: 80%;
	padding: 8px;
	border: 1px solid #ededed;
	background: #fdfdfd;
	border-radius: 5px;
	box-shadow: inset 1px 2px 6px -3px rgba(0,0,0,0.5);
}
.forms .forms-respond input[type=submit]{
	font-size: 1.2rem;
	width: 80%;
	margin: 20px 5px 20px 32px;
	padding:  8px;
	border: 1px solid #666;
	border-radius: 8px;
	box-shadow: 0px 2px 4px #666;
	background:	#fff;
	cursor: pointer;
}
.forms .forms-respond input:hover {
	font-weight: bold;
	background: #ddd;
	border-radius: 8px;
	box-shadow: none;
}
.forms .sel_d {
	border: 1px solid #666;
	font-size: 19px;
	padding: 16px 16px;
}
.forms .sel_d option  {
	padding: 8px 16px;
}
.forms .contact-error {
	color: red;
	padding-left: 16px;
}
@media only screen and (max-width: 480px) {
	.forms input[type=text], .forms textarea {
		width: 90%;
	}
}
.download a:hover {
	text-decoration: underline;
	color: red;
}

.sitemap ul, .children ul, .children2 ul {
	list-style: disc;
}
.sitemap li {
	margin: 0 20px;
	padding: 4px 0;
}
.sitemap li a {
	color: #383838;
}
.sitemap li a:hover {
	font-weight: bold;
	text-decoration: underline;
}

.error-404 {
	font-size: 120%;
	margin: 32px;
}
#map {
	width: 90%;
	margin: 0 auto 32px auto;
	text-align: center;
}
#map iframe {
	width: 100% !important;
	height: 400px;
}
@media only screen and (max-width: 480px) {
	#map {
		width: 100%;
	}
}
.page-link a {
	text-decoration: underline;
}

#footer {
	box-sizing: border-box;
	width: 100%;
	margin: 0;
	text-align: left;
	background: #E0CEAF;
	color: #fff;
	clear: both;
	display: block;
}
#footer-contact {
	box-sizing: border-box;
	width: 100%;
	padding: 24px 16px 48px;
	background: #f0f0f0;
}
#footer-contact h2 {
	font-size: 26px;
	font-weight: bold;
	margin: 0;
	padding: 1rem 0 2rem;
	text-align: center;
}

#footer-contact p {
	font-size: 18px;
	text-align: center;
}
#footer-contact #btn-box {
	margin: 16px 0 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 16px;
}
#footer-contact .btn {
	width: 30%;
	padding: 8px 16px;
	font-weight: normal;
	letter-spacing: 0.2em;
	text-align: center;
	border: 1px solid #666;
	border-radius: 8px;
	box-shadow: 0px 2px 4px #666;
	color: #383838;
	background: #fff;
}
#footer-contact .btn a {
	width: 100%;
	display: block;
}
#footer-contact .btn:hover {
	font-weight: bold;
	background: #ddd;
	border-radius: 8px;
	box-shadow: none;
}
@media only screen and (max-width: 480px) {
	#footer-contact h2 {
		font-size: 24px;
	}
}
#footer-in {
	padding: 20px 8px 0 8px;
}
#footer-navi {
	width: 100%;
	margin: 32px 0 16px;
}
#footer-navi ul {
	font-size: 16px;
	padding: 0;
	text-align: center;
	list-style:none;
}
#footer-navi li {
	box-sizing: border-box;
	margin: 8px 0;
	padding: 0 8px;
	text-align: center;
	display:inline-block;
	border-right: 1px solid #ccc;
}
#footer-navi li:last-child {
	border: none;
}
#footer-navi li a {
	padding: 8px;
	text-decoration: underline;
	color: #383838;
}
#footer-navi li a:hover {
	font-weight: bold;
	color: #383838;
	background: #ddd;
}
#copyright {
	font-size: 16px;
	margin: 0;
	padding: 8px 0 8px 0;
	text-align: center;
	display: block;
}
@media only screen and (max-width: 480px) {
	#footer-in {
		flex-flow: column;
	}
	#footer-navi {
		width: 100%;
	}
}

#page-top {
	width: 64px;
	height: 64px;
	right: 12px;
	bottom: 12px;
	border: 1px solid rgba(0,0,0,0.4);
	box-shadow: 1px 1px 1px #ccc;
	border-radius: 50%;
	background: rgba(0,0,0,0.4);
	display: none;
	position: fixed;
	z-index: 100;
}
#page-top:after, #page-top:hover:after {
	content: "";
	width: 20px;
	height: 20px;
	top: 25px;
	left: 18px;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
	position: absolute;
}
#page-top:after {
	border-top: 8px solid #fff;
	border-right: 8px solid #fff;
}
#page-top:hover:after {
	border-top: 8px solid #f00;
	border-right: 8px solid #f00;
}
