
html{
    font-size: 16px;
}
body{
	background-color:#fff;
}
h1{
	font-size:4em;
	margin:30px 0;
}
.contaner{
	width:90%;
	max-width:960px;
	margin:0 auto;
}
.app_box{
	width:100%;
}
.left{
	width:62%;
	float:left;
}
.left div{
	width:100%;
}
.bijin{
	width:100%;
	height:100%;
	display:none;
}
/*#canvas{
	display:none;
	width:100%;
	height:100%;
}*/
#app_name{
	width:100%;
	height:50px;
	margin-top:5px;
	font-size:30px;
	text-align:center;
	line-height:50px;
	
    background: #8ec31f;
    color: #fff;
    font-size: 1.643em;
    font-weight: bold;
}
#app_name span{
	display:none;
}
.left p{
	width:100%;
	
}
.right{
	width:36.8%;
	float:right;
	height:100%;
}
.slider{
	width:100%;
}
.slider_img{
	width:70%;
	margin:10% auto;
	border: solid #fff 10px;
}
.btn{
	margin-top:10px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	
	-webkit-touch-action: none;
	-moz-touch-action: none;
    -ms-touch-action: none;
	touch-action: none;
}
.btn a{
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	font: 14px/100% Arial, Helvetica, sans-serif;
	padding: .5em 2em .55em;
	text-shadow: 0 1px 1px rgba(0,0,0,.3);
	
	-webkit-border-radius: .5em; 
	-moz-border-radius: .5em;
	-ms-border-radius: .5em;
	border-radius: .5em;
	
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-ms-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
}
.btn a:hover {
	text-decoration: none;
}
.btn a:active {
	position: relative;
	top: 1px;
}
.white {
	color: #606060;
	border: solid 1px #b7b7b7;
	background: #fff;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#ededed));
	background: -moz-linear-gradient(top,  #fff,  #ededed);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#ededed');
}
.white:hover {
	background: #ededed;
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#dcdcdc));
	background: -moz-linear-gradient(top,  #fff,  #dcdcdc);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#dcdcdc');
}
.white:active {
	color: #999;
	background: -webkit-gradient(linear, left top, left bottom, from(#ededed), to(#fff));
	background: -moz-linear-gradient(top,  #ededed,  #fff);
	filter:  progid:DXImageTransform.Microsoft.gradient(startColorstr='#ededed', endColorstr='#ffffff');
}

.direc{
	width:100%;
	margin: 10px 0;
}
.setumei{
	line-height:25px;
	color:#000;
	display:none;
}
.serch{
	width:100%;
	border:3px solid #000;
	margin-bottom:30px;
}
.paddi{
	padding:10px;
}
.paddi div{
	display: inline-block;
	margin:5px 5px;
}

.ichiran{
	height:600px;
	position:relative;
}
.app{
	width:23%;
	display: inline-block;
	position:absolute;
	padding:5px;
}
.app:hover{
	-moz-transform: rotate(5deg);
	-webkit-transform: rotate(5deg);
	-o-transform: rotate(5deg);
	-ms-transform: rotate(5deg);
	transform: rotate(5deg);
}
.app a{
	text-decoration:none;
	color:#000;
}
.app p{
	text-align:center;
	margin-top:5px;
	font-weight:bold;
}
.app_img{
	width:40%;
	margin:0 auto;
}
.app_img img{
	width:100%;
	height:100%;
}
.anim {
}
.anim::before,
.anim::after {
	position: absolute;
	z-index: -1;
	display: block;
	content: '';
}
.anim,
.anim::before,
.anim::after {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
	
	-webkit-transition: all .3s;
	-moz-transition: all .3s;
	-ms-transition: all .3s;
	transition: all .3s;
}
@media screen and (max-width: 600px) {
	h1{
		font-size:3em;
	}
	.app{
		width:30%;
	}
	.app p{
		display:block;
		font-size:10.5px;
	}
	.right{
		display:none;
	}
	.slider{
		display:none;
	}
	.left{
		width:100%;
	}
	.ichiran{
		height:600px;
	}
}