@charset "UTF-8";

/* -------------- Resetting Again Base CSS -------------- */

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, font, 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 {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* scroll bar */
html {
	overflow: scroll;
	overflow: -moz-scrollbars-vertical;
	overflow-x: scroll;
}

.clearfix {
	overflow: hidden;
}

* html .clearfix {
	zoom: 1;
}

body {
	font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro','メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
	background-repeat:repeat-x;
}


a:link,
a:visited {
	color:#000000;
	text-decoration: none;
}

a:hover {
	color:#333333;
	text-decoration: underline;
}

/* -------------- Contents -------------- */


.teki2019-contents{
	margin:0 auto 30px auto;
	text-align:center;
}

.teki2019-contents img{
	width:800px;
}

.teki2019-contents p {
	font-size:16px;
	line-height:1.4em;
	margin:30px auto;
	font-weight:bold;
}

.otoiawase-box {
	width:800px;
	margin: 30px auto 50px auto;
	font-size: 18px;
	display: -webkit-flex;
	display: flex;
}

.otoiawase-boxsmf {
	display:none;
}

.otoiawase-box p{
}

.otoiawase-box p.cntct:before{
	content: "●";
	color:#6eb92b;
}

.otoiawase-box p.cntct{
	padding: 7px 20px 0 0;
}

.otoiawase-box p.toiawase-btn {
	
}

.otoiawase-box p.toiawase-btn a:link {
	color: #FFF;
	background: #6eb92b;
	border-radius: 50px;
	padding: 10px 20px;
	display: block;
	text-decoration: none;
}

.otoiawase-box p.toiawase-btn a:hover {
	opacity:0.8;
	color: #FFF;
}


.otoiawase-box p.toiawase-btn a:visited {
	color: #FFF;
}

div.flexbox {
	display: -webkit-flex;
	display: flex;

}

.fend {
	-webkit-align-items: flex-end; /* Safari */
	align-items:         flex-end;
}

.stage {
	text-align:center;
	width:850px;
	margin:0 auto;
}


div#ohisama {
	width:420px;
}



img.subt {
	width:420px;
}




/* スマホ版のみ */

.smfhen {
	display: none;
}


/*  おひさま  */

div#ohisama p.price,
div#tomodachi p.price {
	font-size:14px;
	text-align:left;
	margin:-20px 0 0 0;
}

div#ohisama p.dtl,
div#tomodachi p.dtl {
	font-size:10px;
	text-align:left;
	margin:5px 0 10px 0;
}

div#ohisama p.read,
div#tomodachi p.read {
	font-size:13px;
	line-height:1.6em;
	text-align:left;
	margin:0 5px 0 0;
	font-weight:bold;
	height: 80px;
}

div#ohisama p.read{
	color:#f08200;
}

div#tomodachi p.read{
	color:#6eb92b;
}

div#ohisama .mds,
div#tomodachi .mds {
	display: -webkit-flex;
	display: flex;
}

div#ohisama .mds p,
div#tomodachi .mds p {
	font-size: 16px;
	padding: 0 /*15*/10px;
	line-height: 1.8;
	font-weight: bold;
}

div#ohisama .mds p.grade {
	background: #f08200;
	border-radius: 50px;
	color: #FFF;
}

div#tomodachi .mds p.grade {
	background: #6eb92b;
	border-radius: 50px;
	color: #FFF;
}

div#ohisama div.moth-area04,
div#ohisama div.moth-area05,
div#ohisama div.moth-area06,
div#ohisama div.moth-area07,
div#ohisama div.moth-area08,
div#ohisama div.moth-area09,
div#ohisama div.moth-area10,
div#ohisama div.moth-area11,
div#ohisama div.moth-area12,
div#ohisama div.moth-area01,
div#ohisama div.moth-area02,
div#ohisama div.moth-area03 {
	position:relative;
	margin: 10px 0;
	padding:15px;
	background-color:#FDEDE4;
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-top-left-radius: 20px;
	-webkit-border-top-right-radius: 0;
	-webkit-border-bottom-left-radius: 20px;
	-webkit-border-bottom-right-radius: 0;
	-moz-border-top-left-radius: 20px;
	-moz-border-top-right-radius: 0;
	-moz-border-bottom-left-radius: 20px;
	-moz-border-bottom-right-radius: 0;
	display:inline-block;
	width: 415px;
	box-sizing: border-box;
}

div#ohisama div.month-04,
div#ohisama div.month-05,
div#ohisama div.month-06,
div#ohisama div.month-07,
div#ohisama div.month-08,
div#ohisama div.month-09,
div#ohisama div.month-10,
div#ohisama div.month-11,
div#ohisama div.month-12,
div#ohisama div.month-01,
div#ohisama div.month-02,
div#ohisama div.month-03 {
	position:absolute;
	top:0px;
	right:-41px;
	z-index:10;
}



div#ohisama div.kumo-04,
div#ohisama div.kumo-05,
div#ohisama div.kumo-06,
div#ohisama div.kumo-07,
div#ohisama div.kumo-08,
div#ohisama div.kumo-09,
div#ohisama div.kumo-10,
div#ohisama div.kumo-11,
div#ohisama div.kumo-12,
div#ohisama div.kumo-01,
div#ohisama div.kumo-02,
div#ohisama div.kumo-03 {
	float:left;
	width: 170px;
	text-align: center;
	margin-top: 15px;
}

div#ohisama div.kumo-04 img,
div#ohisama div.kumo-05 img,
div#ohisama div.kumo-06 img,
div#ohisama div.kumo-07 img,
div#ohisama div.kumo-08 img,
div#ohisama div.kumo-09 img,
div#ohisama div.kumo-10 img,
div#ohisama div.kumo-11 img,
div#ohisama div.kumo-12 img,
div#ohisama div.kumo-01 img,
div#ohisama div.kumo-02 img,
div#ohisama div.kumo-03 img {
	width:150px;
}

div#ohisama div.moth-area04 h2,
div#ohisama div.moth-area05 h2,
div#ohisama div.moth-area06 h2,
div#ohisama div.moth-area07 h2,
div#ohisama div.moth-area08 h2,
div#ohisama div.moth-area09 h2,
div#ohisama div.moth-area10 h2,
div#ohisama div.moth-area11 h2,
div#ohisama div.moth-area12 h2,
div#ohisama div.moth-area01 h2,
div#ohisama div.moth-area02 h2,
div#ohisama div.moth-area03 h2 {
	text-align:left;
	margin-bottom:7px;
	font-size:20px;
	word-wrap:break-word;
}

div#ohisama div.moth-area04 h3,
div#ohisama div.moth-area05 h3,
div#ohisama div.moth-area06 h3,
div#ohisama div.moth-area07 h3,
div#ohisama div.moth-area08 h3,
div#ohisama div.moth-area09 h3,
div#ohisama div.moth-area10 h3,
div#ohisama div.moth-area11 h3,
div#ohisama div.moth-area12 h3,
div#ohisama div.moth-area01 h3,
div#ohisama div.moth-area02 h3,
div#ohisama div.moth-area03 h3 {
	margin:0;
	text-align:left;
	padding:0;
}

div#ohisama div.moth-area04 div.actor,
div#ohisama div.moth-area05 div.actor,
div#ohisama div.moth-area06 div.actor,
div#ohisama div.moth-area07 div.actor,
div#ohisama div.moth-area08 div.actor,
div#ohisama div.moth-area09 div.actor,
div#ohisama div.moth-area10 div.actor,
div#ohisama div.moth-area11 div.actor,
div#ohisama div.moth-area12 div.actor,
div#ohisama div.moth-area01 div.actor,
div#ohisama div.moth-area02 div.actor,
div#ohisama div.moth-area03 div.actor {
	font-size:11px;
	line-height: 1.2;
	text-align:left;
	margin:0 15px 0 0;
	font-weight:bold;
	word-wrap:break-word;
}

div#ohisama div.moth-area04 div.isbn,
div#ohisama div.moth-area05 div.isbn,
div#ohisama div.moth-area06 div.isbn,
div#ohisama div.moth-area07 div.isbn,
div#ohisama div.moth-area08 div.isbn,
div#ohisama div.moth-area09 div.isbn,
div#ohisama div.moth-area10 div.isbn,
div#ohisama div.moth-area11 div.isbn,
div#ohisama div.moth-area12 div.isbn,
div#ohisama div.moth-area01 div.isbn,
div#ohisama div.moth-area02 div.isbn,
div#ohisama div.moth-area03 div.isbn {
	font-size:10px;
	line-height: 1.2;
	text-align:left;
	margin:0;
	font-weight:bold;
	word-wrap:break-word;
	letter-spacing: -0.05em
}

span.orange {
	color:#f08200/*#ef835c*/;
}


div#ohisama div.moth-area04 div.bookimg,
div#ohisama div.moth-area05 div.bookimg,
div#ohisama div.moth-area06 div.bookimg,
div#ohisama div.moth-area07 div.bookimg,
div#ohisama div.moth-area08 div.bookimg,
div#ohisama div.moth-area09 div.bookimg,
div#ohisama div.moth-area10 div.bookimg,
div#ohisama div.moth-area11 div.bookimg,
div#ohisama div.moth-area12 div.bookimg,
div#ohisama div.moth-area01 div.bookimg,
div#ohisama div.moth-area02 div.bookimg,
div#ohisama div.moth-area03 div.bookimg {
	margin:15px 10px 5px 0;
	width:200px;
	float:left;
}

div#ohisama div.moth-area04 div.bookimg img,
div#ohisama div.moth-area05 div.bookimg img,
div#ohisama div.moth-area06 div.bookimg img,
div#ohisama div.moth-area07 div.bookimg img,
div#ohisama div.moth-area08 div.bookimg img,
div#ohisama div.moth-area09 div.bookimg img,
div#ohisama div.moth-area10 div.bookimg img,
div#ohisama div.moth-area11 div.bookimg img,
div#ohisama div.moth-area12 div.bookimg img,
div#ohisama div.moth-area01 div.bookimg img,
div#ohisama div.moth-area02 div.bookimg img,
div#ohisama div.moth-area03 div.bookimg img {
	width:200px;
	border: 1px solid #DDD;
	box-sizing: boder-box;
}

div#ohisama div.moth-area04 div.booktxt,
div#ohisama div.moth-area05 div.booktxt,
div#ohisama div.moth-area06 div.booktxt,
div#ohisama div.moth-area07 div.booktxt,
div#ohisama div.moth-area08 div.booktxt,
div#ohisama div.moth-area09 div.booktxt,
div#ohisama div.moth-area10 div.booktxt,
div#ohisama div.moth-area11 div.booktxt,
div#ohisama div.moth-area12 div.booktxt,
div#ohisama div.moth-area01 div.booktxt,
div#ohisama div.moth-area02 div.booktxt,
div#ohisama div.moth-area03 div.booktxt {
	clear: both;
	text-align:left;
	margin:0 5px 0 0;
	padding-top: 10px;
	width:auto;
}

div#ohisama div.moth-area04 div.booktxt p,
div#ohisama div.moth-area05 div.booktxt p,
div#ohisama div.moth-area06 div.booktxt p,
div#ohisama div.moth-area07 div.booktxt p,
div#ohisama div.moth-area08 div.booktxt p,
div#ohisama div.moth-area09 div.booktxt p,
div#ohisama div.moth-area10 div.booktxt p,
div#ohisama div.moth-area11 div.booktxt p,
div#ohisama div.moth-area12 div.booktxt p,
div#ohisama div.moth-area01 div.booktxt p,
div#ohisama div.moth-area02 div.booktxt p,
div#ohisama div.moth-area03 div.booktxt p {
	font-size:12px;
	line-height:1.4em;
}

div#ohisama div.moth-area04 div.bookmark,
div#ohisama div.moth-area05 div.bookmark,
div#ohisama div.moth-area06 div.bookmark,
div#ohisama div.moth-area07 div.bookmark,
div#ohisama div.moth-area08 div.bookmark,
div#ohisama div.moth-area09 div.bookmark,
div#ohisama div.moth-area10 div.bookmark,
div#ohisama div.moth-area11 div.bookmark,
div#ohisama div.moth-area12 div.bookmark,
div#ohisama div.moth-area01 div.bookmark,
div#ohisama div.moth-area02 div.bookmark,
div#ohisama div.moth-area03 div.bookmark {
	text-align:left;
	margin: 0;
	width:179px;
	clear: both;
}

div#ohisama div.moth-area04 div.bookmark img,
div#ohisama div.moth-area05 div.bookmark img,
div#ohisama div.moth-area06 div.bookmark img,
div#ohisama div.moth-area07 div.bookmark img,
div#ohisama div.moth-area08 div.bookmark img,
div#ohisama div.moth-area09 div.bookmark img,
div#ohisama div.moth-area10 div.bookmark img,
div#ohisama div.moth-area11 div.bookmark img,
div#ohisama div.moth-area12 div.bookmark img,
div#ohisama div.moth-area01 div.bookmark img,
div#ohisama div.moth-area02 div.bookmark img,
div#ohisama div.moth-area03 div.bookmark img {
	height:24px;
}



/*  ともだち  */

div#tomodachi {
	width:410px;
	margin-left: 10px;
}





div#tomodachi div.moth-area04,
div#tomodachi div.moth-area05,
div#tomodachi div.moth-area06,
div#tomodachi div.moth-area07,
div#tomodachi div.moth-area08,
div#tomodachi div.moth-area09,
div#tomodachi div.moth-area10,
div#tomodachi div.moth-area11,
div#tomodachi div.moth-area12,
div#tomodachi div.moth-area01,
div#tomodachi div.moth-area02,
div#tomodachi div.moth-area03 {
	position:relative;
	margin:10px 0 10px 5px;
	padding:15px;
	background-color:#E1EECF;
	border-radius: 20px;        /* CSS3草案 */  
	-webkit-border-top-left-radius: 0;
	-webkit-border-top-right-radius: 20px;
	-webkit-border-bottom-left-radius: 0;
	-webkit-border-bottom-right-radius: 20px;
	-moz-border-top-left-radius: 0;
	-moz-border-top-right-radius: 20px;
	-moz-border-bottom-left-radius: 0;
	-moz-border-bottom-right-radius: 20px;
	display:inline-block;
	box-sizing: border-box;
	width: 415px;
}

div#tomodachi div.month-04,
div#tomodachi div.month-05,
div#tomodachi div.month-06,
div#tomodachi div.month-07,
div#tomodachi div.month-08,
div#tomodachi div.month-09,
div#tomodachi div.month-10,
div#tomodachi div.month-11,
div#tomodachi div.month-12,
div#tomodachi div.month-01,
div#tomodachi div.month-02,
div#tomodachi div.month-03 {
	display:none;
}

div#tomodachi div.kumo02-04,
div#tomodachi div.kumo02-05,
div#tomodachi div.kumo02-06,
div#tomodachi div.kumo02-07,
div#tomodachi div.kumo02-08,
div#tomodachi div.kumo02-09,
div#tomodachi div.kumo02-10,
div#tomodachi div.kumo02-11,
div#tomodachi div.kumo02-12,
div#tomodachi div.kumo02-01,
div#tomodachi div.kumo02-02,
div#tomodachi div.kumo02-03 {
	float:left;
	width: 170px;
	text-align: center;
	margin: 15px 0 0 0;
}

div#tomodachi div.kumo02-04 img,
div#tomodachi div.kumo02-05 img,
div#tomodachi div.kumo02-06 img,
div#tomodachi div.kumo02-07 img,
div#tomodachi div.kumo02-08 img,
div#tomodachi div.kumo02-09 img,
div#tomodachi div.kumo02-10 img,
div#tomodachi div.kumo02-11 img,
div#tomodachi div.kumo02-12 img,
div#tomodachi div.kumo02-01 img,
div#tomodachi div.kumo02-02 img,
div#tomodachi div.kumo02-03 img {
	width:150px;
}


div#tomodachi div.moth-area04 h2,
div#tomodachi div.moth-area05 h2,
div#tomodachi div.moth-area06 h2,
div#tomodachi div.moth-area07 h2,
div#tomodachi div.moth-area08 h2,
div#tomodachi div.moth-area09 h2,
div#tomodachi div.moth-area10 h2,
div#tomodachi div.moth-area11 h2,
div#tomodachi div.moth-area12 h2,
div#tomodachi div.moth-area01 h2,
div#tomodachi div.moth-area02 h2,
div#tomodachi div.moth-area03 h2 {
	text-align:left;
	margin-bottom:7px;
	margin-left:20px;
	font-size:20px;
	word-wrap:break-word;
}


div#tomodachi div.moth-area04 h3,
div#tomodachi div.moth-area05 h3,
div#tomodachi div.moth-area06 h3,
div#tomodachi div.moth-area07 h3,
div#tomodachi div.moth-area08 h3,
div#tomodachi div.moth-area09 h3,
div#tomodachi div.moth-area10 h3,
div#tomodachi div.moth-area11 h3,
div#tomodachi div.moth-area12 h3,
div#tomodachi div.moth-area01 h3,
div#tomodachi div.moth-area02 h3,
div#tomodachi div.moth-area03 h3 {
	text-align:left;
	margin-left:20px;
	padding:0;
}

div#tomodachi div.moth-area04 div.actor,
div#tomodachi div.moth-area05 div.actor,
div#tomodachi div.moth-area06 div.actor,
div#tomodachi div.moth-area07 div.actor,
div#tomodachi div.moth-area08 div.actor,
div#tomodachi div.moth-area09 div.actor,
div#tomodachi div.moth-area10 div.actor,
div#tomodachi div.moth-area11 div.actor,
div#tomodachi div.moth-area12 div.actor,
div#tomodachi div.moth-area01 div.actor,
div#tomodachi div.moth-area02 div.actor,
div#tomodachi div.moth-area03 div.actor {
	font-size:11px;
	line-height: 1.2;
	text-align:left;
	margin:0 15px 0 20px;
	font-weight:bold;
	word-wrap:break-word;
}

div#tomodachi div.moth-area04 div.isbn,
div#tomodachi div.moth-area05 div.isbn,
div#tomodachi div.moth-area06 div.isbn,
div#tomodachi div.moth-area07 div.isbn,
div#tomodachi div.moth-area08 div.isbn,
div#tomodachi div.moth-area09 div.isbn,
div#tomodachi div.moth-area10 div.isbn,
div#tomodachi div.moth-area11 div.isbn,
div#tomodachi div.moth-area12 div.isbn,
div#tomodachi div.moth-area01 div.isbn,
div#tomodachi div.moth-area02 div.isbn,
div#tomodachi div.moth-area03 div.isbn {
	font-size:10px;
	line-height: 1.2;
	text-align:left;
	margin:0;
	font-weight:bold;
	word-wrap:break-word;
}


span.green {
	color:#6eb92b;
}


div#tomodachi div.moth-area04 div.bookimg,
div#tomodachi div.moth-area05 div.bookimg,
div#tomodachi div.moth-area06 div.bookimg,
div#tomodachi div.moth-area07 div.bookimg,
div#tomodachi div.moth-area08 div.bookimg,
div#tomodachi div.moth-area09 div.bookimg,
div#tomodachi div.moth-area10 div.bookimg,
div#tomodachi div.moth-area11 div.bookimg,
div#tomodachi div.moth-area12 div.bookimg,
div#tomodachi div.moth-area01 div.bookimg,
div#tomodachi div.moth-area02 div.bookimg,
div#tomodachi div.moth-area03 div.bookimg {
	margin:15px 0px 5px 10px;
	width:200px;
	float:left;
}

div#tomodachi div.moth-area04 div.bookimg img,
div#tomodachi div.moth-area05 div.bookimg img,
div#tomodachi div.moth-area06 div.bookimg img,
div#tomodachi div.moth-area07 div.bookimg img,
div#tomodachi div.moth-area08 div.bookimg img,
div#tomodachi div.moth-area09 div.bookimg img,
div#tomodachi div.moth-area10 div.bookimg img,
div#tomodachi div.moth-area11 div.bookimg img,
div#tomodachi div.moth-area12 div.bookimg img,
div#tomodachi div.moth-area01 div.bookimg img,
div#tomodachi div.moth-area02 div.bookimg img,
div#tomodachi div.moth-area03 div.bookimg img {
	width:200px;
	border: 1px solid #DDD;
	box-sizing: boder-box;
}

div#tomodachi div.moth-area04 div.booktxt,
div#tomodachi div.moth-area05 div.booktxt,
div#tomodachi div.moth-area06 div.booktxt,
div#tomodachi div.moth-area07 div.booktxt,
div#tomodachi div.moth-area08 div.booktxt,
div#tomodachi div.moth-area09 div.booktxt,
div#tomodachi div.moth-area10 div.booktxt,
div#tomodachi div.moth-area11 div.booktxt,
div#tomodachi div.moth-area12 div.booktxt,
div#tomodachi div.moth-area01 div.booktxt,
div#tomodachi div.moth-area02 div.booktxt,
div#tomodachi div.moth-area03 div.booktxt {
	clear: both;
	text-align:left;
	margin:0 5px 0 10px;
	padding-top: 10px;
	width:auto;
}

div#tomodachi div.moth-area04 div.booktxt p,
div#tomodachi div.moth-area05 div.booktxt p,
div#tomodachi div.moth-area06 div.booktxt p,
div#tomodachi div.moth-area07 div.booktxt p,
div#tomodachi div.moth-area08 div.booktxt p,
div#tomodachi div.moth-area09 div.booktxt p,
div#tomodachi div.moth-area10 div.booktxt p,
div#tomodachi div.moth-area11 div.booktxt p,
div#tomodachi div.moth-area12 div.booktxt p,
div#tomodachi div.moth-area01 div.booktxt p,
div#tomodachi div.moth-area02 div.booktxt p,
div#tomodachi div.moth-area03 div.booktxt p {
	font-size:12px;
	line-height:1.4em;
}

div#tomodachi div.moth-area04 div.bookmark,
div#tomodachi div.moth-area05 div.bookmark,
div#tomodachi div.moth-area06 div.bookmark,
div#tomodachi div.moth-area07 div.bookmark,
div#tomodachi div.moth-area08 div.bookmark,
div#tomodachi div.moth-area09 div.bookmark,
div#tomodachi div.moth-area10 div.bookmark,
div#tomodachi div.moth-area11 div.bookmark,
div#tomodachi div.moth-area12 div.bookmark,
div#tomodachi div.moth-area01 div.bookmark,
div#tomodachi div.moth-area02 div.bookmark,
div#tomodachi div.moth-area03 div.bookmark {
	text-align:left;
	margin:5px 0 0 10px;
	width:179px;
	clear: both;
}

div#tomodachi div.moth-area04 div.bookmark img,
div#tomodachi div.moth-area05 div.bookmark img,
div#tomodachi div.moth-area06 div.bookmark img,
div#tomodachi div.moth-area07 div.bookmark img,
div#tomodachi div.moth-area08 div.bookmark img,
div#tomodachi div.moth-area09 div.bookmark img,
div#tomodachi div.moth-area10 div.bookmark img,
div#tomodachi div.moth-area11 div.bookmark img,
div#tomodachi div.moth-area12 div.bookmark img,
div#tomodachi div.moth-area01 div.bookmark img,
div#tomodachi div.moth-area02 div.bookmark img,
div#tomodachi div.moth-area03 div.bookmark img {
	height:22px;
}



/* -------------- Footer -------------- */


#area_foot {
	text-align:center;
	margin:20px auto;
}

#area_foot a {
	color:#000;
}

#area_foot a:hover {
	color:#333;
	text-decoration:underline;
}


#area_foot p.pagetop {
	margin:0 0 20px 0;
}

#area_foot p.pagetop::before {
	content: "▲ ";
	color:#48B139;
}



#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
	z-index:10;
}
#page-top a {
    background: #6eb92b;
    text-decoration: none;
    color: #fff;
    width: 50px;
    padding: 15px 0;
    text-align: center;
    display: block;
    border-radius: 5px;
}
#page-top a:hover {
    text-decoration: none;
    opacity: .8;
}

.textBox {
	height: 370px;
}