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

body {
	background:rgba(100,230,150,1);
}

center > span > img {
	position:static;
	margin-top: 5%;
	width:300px;
	max-width:70%;
	min-width:20%;
}

#main {
	position:relative;
	max-width:800px;
	min-width:300px;
	border:20px solid;
	border-bottom:40px solid;
	border-color:rgba(0,0,0,1);
	border-radius:20px;
	margin-top:10px;
	overflow:hidden;
}

#main_top {
	position:relative;
	width:100%;
	max-height:800px;
	min-height:270px;
	background:rgba(255,255,255,1);
	overflow:hidden;
}

#main_top .span_box1 {
	position:absolute;
	width:100%;
	top:1000px;
	left:0px;
	opacity:0;
}

#main_top .span_box1:nth-child(1) {
	top:0px;
	opacity:1;
}

#main_top .span_box1 span:nth-child(1){
	position:absolute;
	top:28px;
	left:0.5%;
	width:20%;
}

#main_top .span_box1 span:nth-child(2){
	position:relative;
	display:block;
	width:75%;
	height:240px;
	top:6px;
	left:9%;
	font-size:13px;
	font-weight:bold;	
	color:rgba(0,0,0,1);
	text-align:left;
	line-height:18px;
	letter-spacing:1px;
}

#main_top .span_box1 span p:nth-child(1){
	font-size:18px;
	color:rgba(0,150,0,1);
	letter-spacing:10px;
	margin-bottom:-5px;
}

#main_top .span_box1 span img{
	width:90%;
}

#main_bottom {
	position:relative;
	width:100%;
	height:75px;
}

#main_bottom span{
	position:absolute;
	width:16.8%;
	height:75px;
	/*
	border-left:3px solid;
	border-top:3px solid;
	border-color:rgba(120,120,120,1);
	*/
	background:rgba(150,150,150,1);
}

#main_bottom span:nth-child(1){
	position:absolute;
	width:16.8%;
	height:75px;
	background:rgba(255,255,255,1);
}

#main_bottom span:nth-child(1){
	left:-0.2%;
	border-left:0px solid;
}

#main_bottom span:nth-child(2){
	left:16.25%;
}

#main_bottom span:nth-child(3){
	left:33.05%;
}

#main_bottom span:nth-child(4){
	left:49.8%;
}

#main_bottom span:nth-child(5){
	left:66.4%;
}

#main_bottom span:nth-child(6){
	left:83.1%;
}

#main_bottom span img{
	position:relative;
	max-width:90%;
	min-width:10%;
	top:50%;
	transform:translateY(-50%);
}

#main_bottom span:nth-child(1) img{
	position:relative;
	max-width:90%;
	min-width:10%;
	top:20%;
	transform:translateY(-50%);
}

a {
	text-decoration:none;	
}

#button1 > span {
	position:relative;
	display:block;
	top:-35px;
	width:25px;
	height:25px;
	border:2px solid;
	border-radius:5px;
	border-color:rgba(230,230,230,1);	
}

#button1 span > span {
	position:relative;
	display:block;
	top:50%;
	transform:translateY(-50%);
	width:13px;
	height:13px;
	border:2px solid;
	border-radius:10px;
	border-color:rgba(220,220,220,1);	
}