@charset "utf-8";

html {
	width: 100%;
	height: 100%;
	}

a:link {
	color:#666666;
	text-decoration: none;
} 
a:visited {
	color:#666666;
	text-decoration: none;
} 
a:hover {
	color:#666666;
	text-decoration: none;
} 
a:active {
	color:#666666;
	text-decoration: none;
}

#conmb {display: none;}

#con { position: absolute; bottom: 30px; width: 270px; background-color: #f5f5f5; z-index:10;}

#ex4 {
	display: block;
	width: 240px;
	margin-left: 40px;
	color: #737373;
	float: left;
}

#ex4 p {
	font-size: 11px;
}

.p16 {
	font-size: 13px;
	font-weight: bold;
	margin-bottom: 4px;
}

@media screen and (max-width: 767px) {

#con {display: none;}

#conmb { display: block; position: absolute; left: 10px; top:30px; width: 50%;}

#conmb img { width: 70%;}

	#ex4 {
		display: none;
}
	
}