* {
	margin: 0;
	padding: 0;
	box-sizing: border-box;
}

html {
	position: relative;
}

body	{
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', sans-serif;
	background-color: #fefefe;
	height: 1000px
	margin: 0;
	padding: 0;
	position: relative;
	overscroll-behavior-y: none;
	-webkit-text-size-adjust: 100%;
}

.item_expand {
	width: 100%;
	height: 100%;
}


/*広告用領域*/

#for_ad1 {
	position: absolute;
	left: 840px;
	top: 540px;
	width: 280px;
}
#for_ad1 p {
	text-align: center;
}
#for_ad1 iframe {
	margin-bottom: 20px;
}

#for_ad2 {
	position: absolute;
	left: 1170px;
	top: 540px;
	width: 280px;
}
#for_ad2 p {
	text-align: center;
}
#for_ad2 iframe {
	margin-bottom: 20px;
}

/*広告用領域END*/






header	{
	height: 0px;
	width: 100%;
	margin: 0 auto;


	position:relative;
	z-index:150000;
}

.title {
	margin-top: 35px;
	margin-bottom: 0;
	margin-left: 10px;
	font-weight: 600;
	font-size: 1rem;
	color: #fefefe;
}

.versioninfo {
	font-size: 0.75rem;
	margin-left: 12px;
	color: #fefefe;
	margin-top: 0;
	text-align: right;
}

.aboutlink {
	display: block;
	text-decoration: none;
	//border-left: 10px solid black;
	//border-bottom: 2px solid black;
	font-size: 0.75rem;
	color: black;
	font-weight: bold;
	margin-left: 30px;
	width: 90%;
}

/*その他コンソール*/


#config {
	line-height: 1.5;
	background-color: #fff5e8;
	position: absolute;
	top: 1000px;
	left: 200px;
	width: 480px;
	height: 360px;
	padding: 30px;
	z-index: 90000;
	border: solid 5px grey;
	border-Radius: 5px;
}

#config ul {
	list-style-type: none;
	margin-bottom: 25px;
}

#config ul li a{
	display: block;
	float: left;
	margin-right: 15px;
	font-size: 1rem;
	color: #ff7c54;
	text-decoration: none;
}

.vline {

}


#othermode {
	display: block;
	width: 95px;
	margin-top: 10px;
	margin-bottom: 30px;
	padding: 3px;
	padding-left: 5px;
	padding-right: 5px;
	text-decoration: none;
	color: #333333;
	border: 3px solid #333333;
	background-color: #eeeeee;
	font-size: 0.8rem;
}

#files {

	color: #333333;
	border: 3px solid #333333;
	background-color: #eeeeee;
	font-size: 0.8rem;
}

/* ナビゲーション */

#main_nav {
	background-color: #000000;
	display: block;
	position: absolute;
	/*position: fixed;*/
	left: 0;
	top: 0;
	width: 150px;
	height: 1200px;
	/*height: 100%;*/
	z-Index: 17000;
	padding-top: 10px;
}


#main_nav ul.geno-nav {
	list-style-type: none;
	/*padding: auto;*/
	text-align: center;


	padding-left:0;
}

#main_nav ul.geno-nav li a {
	background-color: #000000;
	color: black;
	text-decoration: none;
	/*margin: 20px auto;*/

	display: block;
	width: 100%;
	height: 40px;

	/*padding-top: 25px;*/
}

.line {
	background-color: #000000;
	color: black;
	text-decoration: none;
	/*margin: 20px auto;*/

	display: block;
	width: 100%;
	height: 1px;
}

.myClear {
	display: block;
	width: 100%;
	height: 10px;
}

#configmode {
	margin: 50px auto; !important;
}


#main_nav ul li a: hover {
	background-color: #eeeeee;
}



#maincontents {
	height: 1000px;
	width: 100%;
	margin: 55px auto 0;
	z-Index: 1000;
}


#touchcanvas {
	position: absolute;
	left:	0;
	top:	0;
	width:  820px;
	height: 720px;
	z-index:15000;
}


#textdisplayarea {
	position: relative
	//background-color: green;
	//left:	0;
	//top:	0;
	width:  820px;
	height: 720px;
	z-index:3000;
}

#maincanvas {
	position: absolute;
	left:	0;
	top:	0;
	width:  820px;
	height: 720px;
	z-index:600;
}


/*アイテム編集時のコンソール*/

.console_class {
	background-color: #eeeeee;
	position: absolute;
	left: -800px;
	top: 0;
	z-index: 198000;
	width: 550px;
	height: 100px;
	padding: 10px;
	border: solid 3px #00a2e8;
	overflow-y: scroll;
	margin: 0;
	padding: 0;
}

.console_class div {
	float: left;
}

.console_item {
	width: 44px;
	height: 44px;
	margin-top: 5px;
	margin-left: 5px;
	background-color: white;
	border: 2px solid #cccccc;
}

#console_elem ul {
	list-style-type: none;
	margin-bottom: 0;
	padding-left: 0;
}

#console_elem ul li a {
	display: block;
	float: left;
	width: 50px;
}

.console_class2 {
	background-color: #dddddd;

	position: absolute;
	left: 20px;
	top: 20px;
	z-index: 198000;

	width: 640px;
	height: auto;

	border: solid 3px #00a2e8;
	padding: 10px;

}

.console_class2 select {
	margin: 3px;
	height: 23px;
}

.console_class2 span {
	margin-left: 15px;
}

.option1 {
	background-color: green;
}




/*ヒント表示*/

#tipbox {
	background-color: #fff5e8;
	position: absolute;
	left: 840px;
	top: 100px;
	display: block;
	width: 630px;
	height: auto;
	padding: 10px;
	border: 3px solid #e5878c;
	border-radius: 5px;
	line-height: 1.45;
}

.tips {
	font-size: 1rem;
	font-weight: 600;
	color: green;
}

.tipul {
	margin-left: 30px;
}

.tipstext {
	display: block;
	font-size: 1.25rem;
	font-weight: 600;
	color: #666666;
}

#forfontsize {
	display: inline-block;
	visibility: hidden;
	padding-left: 5px;
}

#colorpicker {
	width: 408px;
	height: 168px;
}

.mustache.icon {
  color: #000;
  position: absolute;
  width: 6px;
  height: 6px;
  border-radius: 50%;
  box-shadow: 5px 8px 0 0 currentColor,  10px 8px 0 0 currentColor;
  margin-left:5px;
}
.mustache.icon:before {
  content: '';
  position: absolute;
  left: 1px;
  top: 4px;
  width: 7px;
  height: 4px;
  border-radius: 0 0 0 100%;
  border: 0 solid transparent;
  border-bottom: 6px solid currentColor;
  -webkit-transform-origin: right 7px;
          transform-origin: right 7px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.mustache.icon:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 4px;
  width: 7px;
  height: 4px;
  border: 0 solid transparent;
  border-bottom: 6px solid currentColor;
  border-radius: 0 0 100% 0;
  -webkit-transform-origin: left 7px;
          transform-origin: left 7px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}
.mustache.icon i {
  width: 4px;
  height: 4px;
  border-radius: 50%;
  color: white;
  box-shadow: 6px 9px 0 0 currentColor,  11px 9px 0 0 currentColor;
  position: absolute;
  z-index: 2;
}
.mustache.icon i:before {
  content: '';
  position: absolute;
  left: 2px;
  top: 6px;
  width: 6px;
  height: 3px;
  color: white;
  border: 0 solid transparent;
  border-bottom: 4px solid currentColor;
  border-radius: 0 0 0 100%;
  -webkit-transform-origin: right 5px;
          transform-origin: right 5px;
  -webkit-transform: rotate(-40deg);
          transform: rotate(-40deg);
}
.mustache.icon i:after {
  content: '';
  position: absolute;
  left: 13px;
  top: 6px;
  width: 6px;
  height: 3px;
  color: white;
  border: 0 solid transparent;
  border-bottom: 4px solid currentColor;
  border-radius: 0 0 100% 0;
  -webkit-transform-origin: left 5px;
          transform-origin: left 5px;
  -webkit-transform: rotate(40deg);
          transform: rotate(40deg);
}


/* バナー領域 */
.provider {
	margin-top: 90px;
}
.provider p {
	text-align: center;
}
.provider a img {
	margin-bottom: 15px;
}

/* コピーライト */
.copyright {
	font-size: 1.4rem;
	position: absolute;
	top: 735px;
	left: 1180px;
}




li.footer-link{
	&:hover{
		border-bottom:1px solid #fff;
	}
}

