div#Container{
    width:100%;
    font-size:16px;
	margin-left:-10px;
}


span.menu1{
	width:200px;
	height:72px;
    background-color:#313131;
	background-size:contain;
	text-align:center;
	font-size:20px;
	color:#ffffff;
	border:1px solid #313131;
	display:inline-block;
	cursor:pointer;
}

span.menu2{
	width:200px;
	height:72px;
    background-color:#fff;
	background-size:contain;
	text-align:center;
	font-size:20px;
	color:#313131;
	border:1px solid #313131;
	display:inline-block;
	cursor:pointer;


	
}

span.menu3{
	width:200px;
	height:72px;
    background-color:#fff;
	background-size:contain;
	text-align:center;
	font-size:20px;
	color:#313131;
	border:1px solid #313131;
	display:inline-block;
	cursor:pointer;
	
}

span p{
	padding-top:25px;
	cursor:pointer;

}

div#Container div{
    padding-top:40px;
}

#menu22,#menu33{
 display:none;
}
/*div#Container div:nth-child(1){
    display:run-in;
}*/

/*div#Container div:not(.activeDiv){
    display:none;
}*/

.tab_bott {
	margin-bottom: 50px;
}

.tab_bott li {
	float:left;
	width:33.33%;
}

.tab_bott li img {
	margin-bottom: 20px;
}







@media (max-width: 450px) {

span p{
	padding-top:8%;
}

.menu1,.menu2,.menu3 span{
}

	span.menu1{
		width:100px;
		height:36px;
		background-size:contain;
		background-color:#313131;
		color:#ffffff;
		border:1px solid #313131;
		font-size:14px;
	}
	span.menu2{
		width:100px;
		height:36px;
		background-color:#ffffff;
		color:#313131;
		border:1px solid #313131;
		font-size:14px;
	}

	span.menu3{
		width:100px;
		height:36px;
		background-color:#ffffff;
		color:#313131;
		border:1px solid #313131;
		font-size:14px;
	}
	

	input[type="checkbox"] {
		/*display:none; */
	}
	
	input[type="checkbox"] + label {
	}
	
	input[type="checkbox"] + label span {
		display:inline-block;
		width:19px;
		height:19px;
		/*margin:-2px 10px 0 0;*/
		vertical-align:middle;
		background:url(img/check_radio_sheet.png) left top no-repeat;
		cursor:pointer;
	}
	
	input[type="checkbox"]:checked + label span {
		background:url(img/check_radio_sheet.png) -19px top no-repeat;
	}
	
	input[type="radio"] {
		display:none;
	}
	
	input[type="radio"] + label {
	}
	
	input[type="radio"] + label span {
		display:inline-block;
		width:19px;
		height:19px;
		margin-left:9px;
		vertical-align:middle;
		background:url(img/check_radio_sheet.png) -38px top no-repeat;
		cursor:pointer;
	}
	
	input[type="radio"]:checked + label span {
		background:url(img/check_radio_sheet.png) -57px top no-repeat;
	}
}