@charset "UTF-8";
/* CSS Document */

/* =================================
	 * reset
 ================================= */

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
	display: block;
}
nav ul {
	list-style: none;
}
ol, ul, li {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
	content: '';
	content: none;
}
a {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	text-decoration: none;
}
ins {
	background-color: #ff9;
	color: #000;
	text-decoration: none;
}
mark {
	background-color: #ff9;
	color: #000;
	font-style: italic;
	font-weight: bold;
}
del {
	text-decoration: line-through;
}
abbr[title], dfn[title] {
	border-bottom: 1px dotted #000;
	cursor: help;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
hr {
	display: block;
	height: 1px;
	border: 0;
	border-top: 1px solid #cccccc;
	margin: 1em 0;
	padding: 0;
}
input, select {
	vertical-align: middle;
}
.clearFix:after {
	content: "";
	display: block;
	clear: both;
}
/* =================================
	 * common
 ================================= */

body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #adf8cf;
}
#bg {
	width: 100%;
	background: url(../img/bg.jpg) repeat-x;
	overflow: hidden;
}
#container {
	width: 100%;
	background: url(../img/main.png) no-repeat center top;
	min-height: 800px;
	overflow: hidden;
	position: relative;
}

#wrapper {
	width:1000px;
	margin:0 auto;
	position:relative;
}
/* =================================
	 ◆ pc anim
 ================================= */

#container #cloud1 {
	width: 100px;
	height: 70px;
	position: absolute;
	left: -120px;
	top: 80px;
	display: block;
}
#container #cloud2 {
	width: 86px;
	height: 60px;
	position: absolute;
	left: -50px;
	top: 200px;
	display: block;
}
#container #cloud3 {
	width: 110px;
	height: 80px;
	position: absolute;
	left: -400px;
	top: 220px;
	display: block;
}
#wrapper #cat {
	width: 82px;
	height: 60px;
	margin: 1em auto;
	overflow: hidden;
	background: url(../img/anim/cat.png);
	animation: mame 2.0s steps(3, end) infinite;
	position:absolute;
	top:178px;
	left:734px;
	display: block;
}
@keyframes mame {
100% {
	background-position:-246px;
}
}
#wrapper #butterfly {
	width: 45px;
	height: 45px;
	margin: 1em auto;
	overflow: hidden;
	background: url(../img/anim/butterfly.png);
	animation: bfly 0.5s steps(2, end) infinite;
	position:absolute;
	top:118px;
	left:674px;
	display: block;
}
@keyframes bfly {
100% {
	background-position:-90px;
}
}
/* =================================
	 A * header
 ================================= */

#headArea {
	width: 1000px;
	height: 280px;
	margin: 0 auto;
	position: relative;
	color: #666;
}
#headArea h1 {
	font-size: 38px;
	position: absolute;
	top: 100px;
	left: 285px;
	font-family: 'Chewy', cursive;
	color: #ffaa5d;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	letter-spacing: 0.1em;
}
#headArea h1 + p {
	position: absolute;
	top: 149px;
	left: 250px;
	font-size: 14px;
	color: #53bd61;
    letter-spacing: 1px;
}
#headArea p:last-child {
	position: absolute;
	top: 185px;
	left: 200px;
	font-size: 15px;
}
/* =================================
	 B * work 
 ================================= */

#work {
	width: 780px;
	margin: 0 auto;
}
#work + div {
}
#work h2 {
	float: left;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	color: rgba(65,221,193,1.00);
	padding: 0 10px 0 1px;
}
#work h2 + p {
	float: left;
	font-size: 14px;
	height: 24px;
	line-height: 32px;
	color: rgba(98,98,98,1.00);
}
#work ul {
	margin: 16px 0 0 0;
}
#work ul li a {
	width: 235px;
	padding: 16px 0;
	display: block;
	float: left;
	margin: 0 16px 16px 0;
	border: 2px solid rgba(65,221,193,1.00);
	border-radius: 50px;
	font-size: 16px;
	text-align: center;
	color: rgba(65,221,193,1.00);
	transition: 0.2s linear;
}
#work ul li a:hover {
	border: 2px solid #ffaa5d;
	color: #ffaa5d;
	background-color: rgba(255,255,255,0.2);
}
#work ul li a:before {
	position: relative;
	display: inline-block;
	top: -1px;
	left: -6px;
	content: '\f061';
	font-family: FontAwesome;
}
/* =================================
	 C * Memorandum
 ================================= */
#memorandum {
	width: 890px;
	margin: 125px auto 0 auto;
	padding: 0 0 0 110px;
}
#memorandum h2 {
	float: left;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	color: rgba(65,221,193,1.00);
	padding: 0 10px 0 1px;
}
#memorandum h2 + p {
	float: left;
	font-size: 13px;
	height: 24px;
	line-height: 32px;
	color: rgba(98,98,98,1.00);
}
#memoNav {
	margin: 20px 0 0 0;
}
#memoNav li a {
	width: 235px;
	padding: 14px 0;
	display: block;
	float: left;
	margin: 0 16px 16px 0;
	border: 2px solid rgba(65,221,193,1.00);
	border-radius: 50px;
	font-size: 16px;
	text-align: center;
	color: #38c4ab;
	transition: 0.2s linear;
}
#memoNav li a:hover {
	border: 2px solid #ffaa5d;
	color: #ffaa5d;
	background-color: rgba(255,255,255,0.2);
}
#memoNav li a:before {
	position: relative;
	display: inline-block;
	top: -1px;
	left: -6px;
	content: '\f061';
	font-family: FontAwesome;
}
#memoNav li a:hover i {
	padding: 0 7px 0 0;
	color: #ffaa5d;
}
#mameMeaning dl dd + span {
	display: inline;
}
/* =================================
	 D * MAME Meaning
 ================================= */
#mameMeaning {
	width: 890px;
	margin: 30px auto 0 auto;
	padding: 0 0 0 110px;
}
#mameMeaning h3 {
	float: left;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	color: rgba(65,221,193,1.00);
	padding: 0 8px 0 1px;
}
#mameMeaning h3 + p {
	float: left;
	font-size: 14px;
	height: 24px;
	line-height: 32px;
	color: rgba(98,98,98,1.00);
}
#mameMeaning dl {
	padding: 8px 0 0 8px;
}
#mameMeaning dl dt {
	padding: 8px 0 0 8px;
	float: left;
	clear: left;
	color: rgba(98,98,98,1.00);
}
#mameMeaning dl dd {
	float: left;
	padding: 8px 8px 8px 5px;
	font-size: 15px;
	color: rgba(98,98,98,1.00);
}
/* =================================
	 E * footer
 ================================= */
#footer {
	width: 1000px;
	height: 50px;
	line-height: 50px;
	margin: 20px auto 0 auto;
	text-align: right;
	padding: 0 8px 16px 0;
	font-size: 14px;
	color: #38c4ab;
}
#footer i {
	padding: 0 6px 0 0;
}
#footer span {
	display: inline;
}

/* =================================
	 * to top
 ================================= */
.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.pagetop a {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background: rgba(65, 221, 193,0.7);
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	position:relative;
}
.pagetop a i {
	display:block;
	position:absolute;
	top:13px;
	left:25px;
	font-size:18px;
}
.pagetop a span {
	display:block;
	position:absolute;
	top:35px;
	left:4px;
}

.pagetop a:hover {
	display: block;
	width: 70px;
	height: 70px;
	border-radius: 5px;
	background: rgba(65, 221, 193,0.4);
	opacity: 0.6;
	text-align:center;
}



/* =================================
	 * media queries
 ================================= */

/*  ★★★★★ 600px以下 ★★★★★
----------------------------------------- */
@media (max-width: 600px) {
/*  ★★★ common ★★★
----------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #adf8cf;
}
#bg {
	width: 100%;
	background: #adf8cf;
}
#container {
	width: 100%;
	background: url(../img/main_sp.png) no-repeat center top / 100%;
	min-height: 200px;
}
/*  ★★★ pc anim  ★★★
----------------------------------------- */

#container #cloud1 {
	position: static;
	left: 0px;
	top: 0px;
	display: none;
}
#container #cloud2 {
	position: static;
	left: 0px;
	top: 0px;
	display: none;
}
#container #cloud3 {
	position: static;
	left: 0px;
	top: 0px;
	display: none;
}
#wrapper #cat {
	position:static;
	top:0px;
	left:0px;
	display: none;
}
#wrapper #butterfly {
	position:static;
	top:0px;
	left:0px;
	display: none;
}
/*  ★★★ A * header ★★★
----------------------------------------- */
#headArea {
	width: 100%;
	height: auto;
	min-height: 250px;
	margin: 0;
	padding: 16px 7px 7px 7px;
	box-sizing: border-box;
	position: static;
	color: #666;
	text-align: center;
}
#headArea h1 {
	font-size: 34px;
	position: static;
	top: 0;
	left: 0;
	font-family: 'Chewy', cursive;
	color: #ffaa5d;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	letter-spacing: 0.1em;
	padding: 16px 7px 7px 7px;
}
#headArea h1 + p {
	position: static;
	top: 0;
	left: 0;
	font-size: 13px;
	color: #53bd61;
	padding: 0px 7px 10px 7px;
}
#headArea p:last-child {
	position: static;
	top: 0;
	left: 0;
	font-size: 13px;
}
/*  ★★★ B * work ★★★
----------------------------------------- */

#work {
	width: 100%;
	margin: 0;
}
#work + div {
}
#work h2 {
	float: none;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	color: #ffaa5d;
	padding: 0 10px 0 10px;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
#work h2 + p {
	float: none;
	font-size: 13px;
	height: 24px;
	line-height: 32px;
	color: rgba(98,98,98,1.00);
	padding: 0 0px 0 10px;
}
#work ul {
	margin: 16px 0 0 0;
	border-bottom: 2px solid rgba(65,221,193,1.00);
}
#work ul li a {
	width: 100%;
	padding: 16px 0 16px 10px;
	display: block;
	float: none;
	margin: 0 16px 0 0;
	border-top: 2px solid rgba(65,221,193,1.00);
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0px;
	font-size: 18px;
	text-align: left;
	color: #38c4ab;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.5);
}
#work ul li a:hover {
	border-top: 2px solid rgba(65,221,193,1.00);
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #ffaa5d;
	background-color: rgba(255,255,255,0.5);
}
#work ul li a i {
	padding: 0 7px 0 0;
}
/*  ★★★ C * Memorandum ★★★
----------------------------------------- */

#memorandum {
	width: 100%;
	margin: 30px 0 0 0;
	padding: 0 0 0 0px;
}
#memorandum h2 {
	float: none;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	color: #ffaa5d;
	padding: 0 10px 0 10px;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
#memorandum h2 + p {
	float: left;
	font-size: 13px;
	height: 24px;
	line-height: 32px;
	color: rgba(98,98,98,1.00);
	padding: 0 0px 0 10px;
}
#memoNav {
	margin: 20px 0 0 0;
}
#memoNav ul {
	border-bottom: 2px solid rgba(65,221,193,1.00);
}
#memoNav li a {
	width: 100%;
	padding: 14px 0 14px 10px;
	display: block;
	float: none;
	margin: 0;
	border-top: 2px solid rgba(65,221,193,1.00);
	border-left: none;
	border-right: none;
	border-bottom: none;
	border-radius: 0px;
	font-size: 18px;
	text-align: left;
	color: #38c4ab;
	background-color: rgba(255,255,255,0.5);
}
#memoNav li a:hover {
	border-top: 2px solid rgba(65,221,193,1.00);
	border-left: none;
	border-right: none;
	border-bottom: none;
	color: #ffaa5d;
	background-color: rgba(255,255,255,0.5);
}
#memoNav li a:before {
	position: relative;
	display: inline-block;
	top: -1px;
	left: -6px;
	content: '\f061';
	font-family: FontAwesome;
}
#memoNav li a:hover i {
	padding: 0 7px 0 0;
	color: #ffaa5d;
}
/*  ★★★ D * MAME Meaning ★★★
----------------------------------------- */
#mameMeaning {
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
#mameMeaning h3 {
	float: left;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	color: #ffaa5d;
	padding: 0 8px 0 1px;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
#mameMeaning h3 + p {
	float: left;
	font-size: 14px;
	height: 24px;
	line-height: 32px;
	color: rgba(98,98,98,1.00);
}
#mameMeaning dl {
	padding: 8px 0 0 5px;
}
#mameMeaning dl dt {
	padding: 8px 0 0 4px;
	float: none;
	clear: none;
	color: rgba(98,98,98,1.00);
}
#mameMeaning dl dd {
	float: none;
	padding: 8px 8px 8px 16px;
	font-size: 15px;
	color: rgba(98,98,98,1.00);
}
#mameMeaning dl dd > span {
	display: none;
}
/*  ★★★ E * footer ★★★
----------------------------------------- */
#footer {
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin: 20px 0 0 0;
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #FFF;
	background-color: rgba(65,221,193,1.00);
	box-sizing: border-box;
}
#footer i {
	padding: 0 6px 0 0;
}
#footer span {
	display: none;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 10px;
	right: 10px;
}
.pagetop a {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: rgba(65, 221, 193,0.7);
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	position:relative;
}
.pagetop a i {
	display:block;
	position:absolute;
	top:3px;
	left:18px;
	font-size:16px;
}
.pagetop a span {
	display:block;
	position:absolute;
	top:22px;
	left:2px;
}

.pagetop a:hover {
	display: block;
	width: 50px;
	height: 50px;
	border-radius: 5px;
	background: rgba(65, 221, 193,0.5);
	opacity: 0.6;
	text-align:center;
}
}

/*  ◆◆◆◆ 601px以上 999px以下 ◆◆◆◆
------------------------------------------- */
@media (min-width: 601px) and (max-width: 999px) {
/*  ◆◆◆ common ◆◆◆
----------------------------------------- */
body {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	background: #adf8cf;
}
#bg {
	width: 100%;
	background: #adf8cf;
}
#container {
	width: 100%;
	background: url(../img/main_sp.png) no-repeat center top / 100%;
	min-height: 200px;
}
/*  ◆◆◆ pc anim  ◆◆◆
----------------------------------------- */

#container #cloud1 {
	position: static;
	left: 0px;
	top: 0px;
	display: none;
}
#container #cloud2 {
	position: static;
	left: 0px;
	top: 0px;
	display: none;
}
#container #cloud3 {
	position: static;
	left: 0px;
	top: 0px;
	display: none;
}
#wrapper #cat {
	position:static;
	top:0px;
	left:0px;
	display: none;
}
#wrapper #butterfly {
	position:static;
	top:0px;
	left:0px;
	display: none;
}
/*  ◆◆◆ A * header ◆◆◆
----------------------------------------- */
#headArea {
	width: 100%;
	height: auto;
	min-height: 170px;
	margin: 0;
	padding: 16px 7px 7px 7px;
	box-sizing: border-box;
	position: static;
	color: #666;
	text-align: center;
}
#headArea h1 {
	font-size: 36px;
	position: static;
	top: 0;
	left: 0;
	font-family: 'Chewy', cursive;
	color: #ffaa5d;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	letter-spacing: 0.1em;
	padding: 16px 7px 7px 7px;
}
#headArea h1 + p {
	position: static;
	top: 0;
	left: 0;
	font-size: 14px;
	color: #53bd61;
	padding: 0px 7px 10px 7px;
}
#headArea p:last-child {
	position: static;
	top: 0;
	left: 0;
	font-size: 14px;
}
/*  ◆◆◆ B * work ◆◆◆
----------------------------------------- */

#work {
	width: 100%;
	margin: 0 auto;
}
#work + div {
}
#work h2 {
	float: left;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	color: #ffaa5d;
	padding: 0 10px 0 10px;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
}
#work h2 + p {
	float: left;
	font-size: 13px;
	height: 24px;
	line-height: 32px;
	color: rgba(98,98,98,1.00);
}
#work ul {
	width:100%;
	margin: 16px 0 0 0;
	padding: 0 0 0 0px;
	border-top: 2px solid rgba(65,221,193,1.00);
}
#work ul li a:nth-child(2n+1), #work ul li a:hover:nth-child(2n+1) {
	border-right: 2px solid rgba(65,221,193,1.00);
}
#work ul li a {
	width: 50%;
	padding: 16px 0 16px 0px;
	display: block;
	float: left;
	margin: 0 0px 0 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid rgba(65,221,193,1.00);
	border-radius: 0px;
	font-size: 16px;
	text-align: left;
	text-indent:10px;
	color: #07b797;
	text-shadow: white 1px 1px 0px, white -1px 1px 0px, white 1px -1px 0px, white -1px -1px 0px;
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.5);
}
#work ul li a:hover {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid rgba(65,221,193,1.00);
	color: #ffaa5d;
	background-color: rgba(255,255,255,0.5);
}
#work ul li a i {
	padding: 0 7px 0 0;
}
/*  ◆◆◆ C * Memorandum ◆◆◆
----------------------------------------- */

#memorandum {
	width: 100%;
	margin: 100px auto 0 auto;
	padding: 0 0 0 0px;
}
#memorandum h2 {
	float: none;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	color: #ffaa5d;
	padding: 0 10px 0 10px;
}
#memorandum h2 + p {
	float: left;
	font-size: 13px;
	height: 24px;
	line-height: 32px;
	color: rgba(98,98,98,1.00);
	padding: 0 0px 0 10px;
}
#memoNav {
	margin: 20px 0 0 0;
}
#memoNav ul {
	width:100%;
	margin: 16px 0 0 0;
	padding: 0 0 0 0px;
	border-top: 2px solid rgba(65,221,193,1.00);
	box-sizing:border-box;
}
#memoNav ul li a:nth-child(2n+1), #memoNav ul li a:hover:nth-child(2n+1) {
	border-right: 2px solid rgba(65,221,193,1.00);
}
#memoNav li a {
	width: 50%;
	padding: 16px 0 16px 0px;
	display: block;
	float: left;
	margin: 0;
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid rgba(65,221,193,1.00);
	border-radius: 0px;
	font-size: 16px;
	text-align: left;
	text-indent:10px;
	color: rgba(65,221,193,1.00);
	box-sizing: border-box;
	background-color: rgba(255,255,255,0.5);
}
#memoNav li a:hover {
	border-top: none;
	border-left: none;
	border-right: none;
	border-bottom: 2px solid rgba(65,221,193,1.00);
	color: #ffaa5d;
	background-color: rgba(255,255,255,0.5);
}
#memoNav li a:before {
	position: relative;
	display: inline-block;
	top: -1px;
	left: -6px;
	content: '\f061';
	font-family: FontAwesome;
}
#memoNav li a:hover i {
	padding: 0 7px 0 0;
	color: #ffaa5d;
}
/*  ◆◆◆ D * MAME Meaning ◆◆◆
----------------------------------------- */
#mameMeaning {
	width: 100%;
	margin: 30px auto 0 auto;
	padding: 0 0 0 10px;
	box-sizing: border-box;
}
#mameMeaning h3 {
	float: left;
	font-size: 24px;
	height: 24px;
	line-height: 24px;
	color: #ffaa5d;
	padding: 0 8px 0 1px;
}
#mameMeaning h3 + p {
	float: left;
	font-size: 14px;
	height: 24px;
	line-height: 32px;
	color: rgba(98,98,98,1.00);
}
#mameMeaning dl {
	padding: 8px 0 0 5px;
}
#mameMeaning dl dt {
	padding: 8px 0 0 4px;
	float: none;
	clear: none;
	color: rgba(98,98,98,1.00);
}
#mameMeaning dl dd {
	float: none;
	padding: 8px 8px 8px 16px;
	font-size: 15px;
	color: rgba(98,98,98,1.00);
}
#mameMeaning dl dd > span {
	display: none;
}
/*  ◆◆◆ E * footer ◆◆◆
----------------------------------------- */
#footer {
	width: 100%;
	height: 36px;
	line-height: 36px;
	margin: 20px 0 0 0;
	text-align: center;
	padding: 0 0 10px 0;
	font-size: 14px;
	color: #FFF;
	background-color: rgba(65,221,193,1.00);
	box-sizing: border-box;
}
#footer i {
	padding: 0 6px 0 0;
}
#footer span {
	display: inline;
}

.pagetop {
	display: none;
	position: fixed;
	bottom: 5px;
	right: 5px;
}
.pagetop a {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background: rgba(65, 221, 193,0.7);
	color:#FFFFFF;
	text-align:center;
	font-size:12px;
	position:relative;
}
.pagetop a i {
	display:block;
	position:absolute;
	top:4px;
	left:20px;
	font-size:22px;
}
.pagetop a span {
	display:block;
	position:absolute;
	top:29px;
	left:0px;
}

.pagetop a:hover {
	display: block;
	width: 60px;
	height: 60px;
	border-radius: 5px;
	background: rgba(65, 221, 193,0.5);
	opacity: 0.6;
	text-align:center;
}

}
/* -------------------------------------
    B　* min-width
------------------------------------- */
#bg {
	min-width: 320px;
}
