@charset "UTF-8";
@media screen and (min-width:769px) {
	#arimino_history .historycont{
		width:100%;
		position: relative;
		padding:170px 0 0 0;
	}
	
	#arimino_history .historycont::after{
		content: "";
		width:calc(50% + 340px);
		height:100%;
		position: absolute;
		top:0;
		right:0;
		background:#FAFAFA;
		z-index:1;
	}
	
	#arimino_history .historycont .innerbox{
		width:1000px;
		margin:0 auto;
		position: relative;
		z-index: 2;
	}
	
	#arimino_history .historycont .innerbox .box{
		display: flex;
		justify-content: flex-start;
		margin:0 0 100px 0;
		position: relative;
		top:50px;
		transition: all 1s;
		opacity: 0;
	}
	
	#arimino_history .historycont .innerbox .box.active{
		top:0;
		opacity: 1;
	}
	
	#arimino_history .historycont .innerbox .box.last{
		padding:0 0 150px 0;
		margin:0 0 0 0;
		position: relative;
	}
	
	#arimino_history .historycont .innerbox .box .positionnum{
		font-size:10rem;
		position: absolute;
		font-weight: bold;
		line-height: 1;
		color:#A3A3A3;
		opacity: 0.15;
		z-index: 1;
	}
	
	#arimino_history .historycont .innerbox .box .positionnum.box1{
		right:0;
		top:-5rem;
	}
	
	#arimino_history .historycont .innerbox .box .positionnum.box2{
		right:0;
		top:-6rem;
	}
	
	#arimino_history .historycont .innerbox .box .positionnum.box3{
		right:0;
		top:-2rem;
	}
	
	#arimino_history .historycont .innerbox .box .yearbox{
		width:160px;
		font-weight: bold;
		color:#fafafa;
		font-size: 4rem;
		position: relative;
		margin:0 0 auto 0;
	}
	
	#arimino_history .historycont .innerbox .box .yearbox::before{
		content: "";
		width:10px;
		height: 10px;
		border-radius: 50%;
		background:#fff;
		position: absolute;
		top:calc(50% - 5px);
		right:-5px;
	}
	
	#arimino_history .historycont .innerbox .box .yearbox::after{
		content: "";
		width:45px;
		height: 1px;
		background:#fff;
		position: absolute;
		top:calc(50%);
		right:0;
	}
	
	#arimino_history .historycont .innerbox .box .yearbox.none::before{
		display: none;
	}
	
	#arimino_history .historycont .innerbox .box .yearbox.none::after{
		display: none;
	}
	
	#arimino_history .historycont .innerbox .box ul{
		padding:0 0 0 50px;
		list-style: none;
		position: relative;
		z-index: 3;
	}
	
	#arimino_history .historycont .innerbox .box ul li{
		font-size:1.5rem;
		line-height: 2.6rem;
		margin:0 0 15px 0;
		padding-left:20px;
		text-indent: -20px;
		letter-spacing: -0.01em;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox{
		width:365px;
		margin:40px 0 0 0;
		padding:0;
		text-indent: 0;
		list-style: none;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox:before{
		display: none;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox .tl{
		padding:10px 0 5px 0;
		font-size:1.4rem;
		font-weight: bold;
		position: relative;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox .tl::before{
		content: "";
		width:40px;
		height:2px;
		background:#0A579C;
		position: absolute;
		top:0;
		left:0;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox .tx{
		font-size:1.3rem;
		line-height: 2.2rem;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox .tx strong{
		font-weight: normal;
	}
	
	#arimino_history .historycont .innerbox .box ul li.hukibox{
		list-style: none;
		padding:10px;
		text-indent: 0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont{
		font-size:1.3rem;
		line-height: 2.2rem;
		filter: drop-shadow(-5px 5px 0 #0A579C);
		transform: translateZ(0);
	}
	
	#arimino_history .historycont .innerbox .box .hukicont .borderbox{
		padding:15px 20px;
		width:380px;
		border-radius: 5px;
		background:#fff;
		box-sizing: border-box;
		position: relative;
		filter: drop-shadow(1px 1px 0 #0A579C) drop-shadow(0px -1px 0 #0A579C) drop-shadow(-1px 0px 0 #0A579C);
		transform: translateZ(0);
	}
	
	#arimino_history .historycont .innerbox .box .hukicont .borderbox.box2{
		background:none;
		border-radius: 0px;
		padding:0;
		filter: drop-shadow(1px 1px 0 #0A579C) drop-shadow(0px -1px 0 #0A579C) drop-shadow(-1px 0px 0 #0A579C);
		transform: translateZ(0);
	}
	
	#arimino_history .historycont .innerbox .box .hukicont .borderbox.box2 .binbox{
		padding:15px 20px;
		background:#fff;
		border-radius: 5px;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont .borderbox.box2 .binbox.box2{
		position: relative;
		top:-15px;
		left:40px;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont .borderbox::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 0 8px 20px;
		border-color: transparent transparent transparent #fff;
		display: block;
		position: absolute;
		top:34px;
		left:calc(100% - 3px);

	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box2{
		margin:-20px 0 0 40px;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box2 .borderbox{
		width:324px;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box2 .borderbox::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 20px 8px;
		border-color: transparent transparent #fff transparent;
		display: block;
		position: absolute;
		top:auto;
		bottom:calc(100% - 3px);
		left:105px;

	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box3{
		width:350px;
		margin:0 0 0 auto;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box3 .borderbox{
		width:calc(100% - 40px);
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box3 .borderbox::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 20px 8px 0;
		border-color: transparent #fff transparent transparent;
		display: block;
		position: absolute;
		top:40px;
		bottom:auto;
		left:-13px;

	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box3.arrowtop{
		position: relative;
		left:-40px;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box3.arrowtop .borderbox::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 20px 8px 0;
		border-color: transparent #fff transparent transparent;
		display: block;
		position: absolute;
		top:10px;
		bottom:auto;
		left:-13px;

	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4{
		width:440px;
		margin:0 0 0 0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4 .borderbox{
		position: relative;
		width:auto;
		left:130px;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4 .borderbox::after{
		display: none;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4 .borderbox .binbox{
		width:330px;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4 .borderbox .binbox:nth-child(2){
		width:390px;
		position: relative;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4 .borderbox .binbox:nth-child(2)::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 20px 8px;
		border-color: transparent transparent #fff transparent;
		display: block;
		position: absolute;
		top:auto;
		bottom:calc(100% - 3px);
		right:40px;

	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5{
		width:440px;
		margin:0 0 0 0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5 .borderbox{
		position: relative;
		width:auto;
		left:0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5 .borderbox::after{
		display: none;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5 .borderbox .binbox{
		width:380px;
		position: relative;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5 .borderbox .binbox:nth-child(2){
		width:400px;
		position: relative;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5 .borderbox .binbox:nth-child(1)::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 8px 0 8px 20px;
		border-color: transparent transparent transparent #fff;
		display: block;
		position: absolute;
		top:34px;
		left:calc(100% - 3px);

	}
	
	#arimino_history .historycont .innerbox .box ul li.hukibox::before{
		display: none;
	}
	
	#arimino_history .historycont .innerbox .box .hukibox .hukicont {
		position: relative;
		left:60px;
	}
	
	#arimino_history .historycont .innerbox .box ul li::before{
		content: "";
		width:10px;
		height:10px;
		background:#222;
		display: inline-block;
		vertical-align: middle;
		margin:0 10px 0 0;
		border-radius: 50%;
		position: relative;
		top:-2px;
	}
	
	#arimino_history .historycont .innerbox .box strong{
		color: #0A579C;
	}
	
	#arimino_history .historycont .innerbox .box strong.bobox{
		display: inline;
		position: relative;
		text-decoration: underline;
	}
	
	#arimino_history .historycont .innerbox .box .phbox{
		margin:0 0 0 auto;
		position: relative;
		z-index: 2;
	}
	
	#arimino_history .historycont .innerbox .box .phbox.box1{
		width:360px;
		margin-top:auto;
	}
	
	#arimino_history .historycont .innerbox .box .phbox.box2{
		width:240px;
		margin-top:auto;
	}
	
	#arimino_history .historycont .innerbox .box .phbox.box3{
		width:360px;
		margin-top:0;
	}
	
	#arimino_history .historycont .innerbox .box .phbox.box4{
		width:400px;
		margin-top:0;
	}
	
	#arimino_history .historycont .innerbox .box .phbox.box5{
		width:500px;
		margin-top:0;
		display: flex;
	}
	
	#arimino_history .historycont .innerbox .box .phbox.box6{
		width:360px;
		margin-top:0;
		display: flex;
	}
	
	#arimino_history .historycont .innerbox .box .phbox.box7{
		width:320px;
		margin-top:0;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph{
		line-height: 0;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size1{
		position: relative;
		top:20px;
		width:142px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size2{
		position: relative;
		top:20px;
		width:124px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size3{
		position: relative;
		width:265px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size4{
		position: relative;
		top:20px;
		width:115px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size5{
		position: relative;
		width:236px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size6{
		position: relative;
		width:124px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size7{
		position: relative;
		width:220px;
		top:-15px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size7:first-child{
		margin:0 10px 0 0;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size8{
		position: relative;
		width:220px;
		top:-60px;
		left:-100px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size9{
		position: relative;
		width:137px;
		margin:-190px 0 0 0;
		left:90px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size10{
		position: relative;
		width:153px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size11{
		position: relative;
		width:220px;
		top:0;
		left:-80px;
		z-index:1;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size12{
		position: relative;
		width:137px;
		margin:-40px 0 0 0;
		left:90px;
	}
	
}

@media screen and (max-width:768px) {
	#arimino_history .historycont{
		width:100%;
		position: relative;
		padding:80px 0 0 0;
	}
	
	#arimino_history .historycont::after{
		content: "";
		width:100%;
		height:100%;
		position: absolute;
		top:0;
		right:0;
		background:#FAFAFA;
		z-index:1;
	}
	
	#arimino_history .historycont .innerbox{
		width:90%;
		margin:0 auto;
		position: relative;
		z-index: 2;
	}
	
	#arimino_history .historycont .innerbox .box{
		display: flex;
		justify-content: flex-start;
		margin:0 0 70px 0;
		position: relative;
		flex-wrap: wrap;
		top:50px;
		transition: all 1s;
		opacity: 0;
	}
	
	#arimino_history .historycont .innerbox .box.active{
		top:0;
		opacity: 1;
	}
	
	#arimino_history .historycont .innerbox .box.last{
		padding:0 0 100px 0;
		margin:0 0 0 0;
		position: relative;
	}
	
	#arimino_history .historycont .innerbox .box .positionnum{
		font-size:6rem;
		position: absolute;
		font-weight: bold;
		line-height: 1;
		color:#A3A3A3;
		opacity: 0.15;
		z-index: 1;
	}
	
	#arimino_history .historycont .innerbox .box .positionnum.box1{
		right:0;
		top:-3rem;
	}
	
	#arimino_history .historycont .innerbox .box .positionnum.box2{
		right:0;
		top:-4rem;
	}
	
	#arimino_history .historycont .innerbox .box .positionnum.box3{
		right:0;
		top:-1rem;
	}
	
	#arimino_history .historycont .innerbox .box .yearbox{
		width:100%;
		font-weight: bold;
		color:#222;
		font-size: 3rem;
		margin:0 0 20px 0;
	}
	
	#arimino_history .historycont .innerbox .box ul{
		padding:0 0 0 0;
		list-style: none;
		position: relative;
		z-index: 3;
	}
	
	#arimino_history .historycont .innerbox .box ul li{
		font-size:1.3rem;
		line-height: 2rem;
		margin:0 0 15px 0;
		padding-left:20px;
		text-indent: -20px;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox{
		width:100%;
		margin:20px 0 20px 0;
		padding:0;
		text-indent: 0;
		list-style: none;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox:before{
		display: none;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox .tl{
		padding:10px 0 5px 0;
		font-size:1.4rem;
		font-weight: bold;
		position: relative;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox .tl::before{
		content: "";
		width:40px;
		height:2px;
		background:#0A579C;
		position: absolute;
		top:0;
		left:0;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox .tx{
		font-size:1.3rem;
		line-height: 2.2rem;
	}
	
	#arimino_history .historycont .innerbox .box ul li.txbox .tx strong{
		font-weight: normal;
	}
	
	#arimino_history .historycont .innerbox .box ul li.hukibox{
		list-style: none;
		padding:10px;
		text-indent: 0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont{
		font-size:1.3rem;
		line-height: 2.2rem;
		filter: drop-shadow(-5px 5px 0 #0A579C);
		transform: translateZ(0);
	}
	
	#arimino_history .historycont .innerbox .box .hukicont .borderbox{
		padding:15px 20px;
		width:100%;
		border-radius: 5px;
		background:#fff;
		box-sizing: border-box;
		position: relative;
		filter: drop-shadow(1px 1px 0 #0A579C) drop-shadow(0px -1px 0 #0A579C) drop-shadow(-1px 0px 0 #0A579C);
		transform: translateZ(0);
	}
	
	#arimino_history .historycont .innerbox .box .hukicont .borderbox.box2{
		background:none;
		border-radius: 0px;
		padding:0;
		filter: drop-shadow(1px 1px 0 #0A579C) drop-shadow(0px -1px 0 #0A579C) drop-shadow(-1px 0px 0 #0A579C);
		transform: translateZ(0);
	}
	
	#arimino_history .historycont .innerbox .box .hukicont .borderbox.box2 .binbox{
		padding:15px 20px;
		background:#fff;
		border-radius: 5px;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont .borderbox.box2 .binbox.box2{
		position: relative;
		top:-15px;
		left:40px;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont .borderbox::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 8px 0 8px;
		border-color: #fff transparent transparent transparent;
		display: block;
		position: absolute;
		top:calc(100% - 3px);
		left:calc(50% - 8px);

	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box2{
		margin:20px 0 0 0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box2 .borderbox{
		width:calc(100% - 20px);
		margin:0 auto;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box2 .borderbox::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 20px 8px;
		border-color: transparent transparent #fff transparent;
		display: block;
		position: absolute;
		top:auto;
		bottom:calc(100% - 3px);
		left:calc(50% - 8px);

	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box3{
		width:calc(100% - 20px);
		margin:20px 0 0 0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box3 .borderbox{
		width:calc(100% - 40px);
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box3 .borderbox::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 20px 8px;
		border-color: transparent transparent #fff transparent;
		display: block;
		position: absolute;
		top:auto;
		bottom:calc(100% - 3px);
		left:calc(50% + 12px);
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box3.arrowtop{
		position: relative;
		left:0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box3.arrowtop .borderbox::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 0 8px 20px 8px;
		border-color: transparent transparent #fff transparent;
		display: block;
		position: absolute;
		top:auto;
		bottom:calc(100% - 3px);
		left:calc(50%);

	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4{
		width:100%;
		margin:0 0 0 0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4 .borderbox{
		position: relative;
		width:auto;
		left:0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4 .borderbox::after{
		display: none;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4 .borderbox .binbox{
		width:calc(100% - 40px);
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4 .borderbox .binbox:nth-child(2){
		width:calc(100% - 40px);
		position: relative;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box4 .borderbox .binbox:nth-child(2)::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 8px 0 8px;
		border-color: #fff transparent transparent transparent;
		display: block;
		position: absolute;
		top:calc(100% - 3px);
		left:calc(50% - 20px);

	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5{
		width:calc(100%);
		margin:0 0 0 0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5 .borderbox{
		position: relative;
		width:auto;
		left:0;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5 .borderbox::after{
		display: none;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5 .borderbox .binbox{
		width:calc(100% - 40px);
		position: relative;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5 .borderbox .binbox:nth-child(2){
		width:calc(100% - 40px);
		position: relative;
	}
	
	#arimino_history .historycont .innerbox .box .hukicont.box5 .borderbox .binbox:nth-child(2)::after{
		content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 20px 8px 0 8px;
		border-color: #fff transparent transparent transparent;
		display: block;
		position: absolute;
		top:calc(100% - 3px);
		left:calc(50% - 20px);

	}
	
	#arimino_history .historycont .innerbox .box ul li.hukibox::before{
		display: none;
	}
	
	#arimino_history .historycont .innerbox .box .hukibox .hukicont {
		position: relative;
		left:0;
	}
	
	#arimino_history .historycont .innerbox .box ul li::before{
		content: "";
		width:10px;
		height:10px;
		background:#222;
		display: inline-block;
		vertical-align: middle;
		margin:0 10px 0 0;
		border-radius: 50%;
		position: relative;
		top:-2px;
	}
	
	#arimino_history .historycont .innerbox .box strong{
		color: #0A579C;
	}
	
	#arimino_history .historycont .innerbox .box strong.bobox{
		display: inline;
		position: relative;
		text-decoration: underline;
	}
	
	#arimino_history .historycont .innerbox .box .phbox{
		margin:0 0 0 0;
		position: relative;
		z-index: 2;
		display: flex;
		justify-content: center;
		flex-direction: column;
		width:100%;
		align-items: center;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph{
		line-height: 0;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size1{
		position: relative;
		width:142px;
		margin:0 auto;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size2{
		position: relative;
		width:124px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size3{
		position: relative;
		width:265px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size4{
		position: relative;
		top:20px;
		width:115px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size5{
		position: relative;
		width:236px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size6{
		position: relative;
		width:124px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size7{
		position: relative;
		width:220px;
		top:0;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size7:first-child{
		margin:0 0 10px 0;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size8{
		position: relative;
		width:220px;
		top:-10px;
		left:-40px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size9{
		position: relative;
		width:137px;
		top:0;
		left:70px;
		margin:-150px 0 0 0;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size10{
		position: relative;
		width:153px;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size11{
		position: relative;
		width:220px;
		top:0;
		left:-30px;
		z-index:1;
	}
	
	#arimino_history .historycont .innerbox .box .phbox .ph.size12{
		position: relative;
		width:137px;
		margin-top:-40px;
		left:70px;
	}
	
}