$(function () {
	$(".ad_open").click(function() {
		$(".ad_open").fadeOut('fast');
		
		$(".ad_openarea").fadeIn('fast');
	});
});

$(function () {
	$(".stitle_area span").click(function() {
		$(".ad_openarea").fadeOut('fast');
		
		$(".ad_open").fadeIn('fast');		
	});
});

$(function () {
	$(".sele_open1").click(function() {
		$(".sele_open1").fadeOut('fast');
		
		$(".sele_open1s").fadeIn('fast');
		$(".sele_box1").fadeIn('fast');
		$(".ex_sp1").fadeIn('fast');
	});
});

$(function () {
	$(".sele_close1").click(function() {
		$(".sele_open1s").fadeOut('fast');
		$(".sele_box1").fadeOut('fast');
		$(".ex_sp1").fadeOut('fast');
		
		$(".sele_open1").fadeIn('fast');
	});
});

$(function () {
	$(".sele_open2").click(function() {
		$(".sele_open2").fadeOut('fast');
		
		$(".sele_open2s").fadeIn('fast');
		$(".sele_box2").fadeIn('fast');
		$(".ex_sp2").fadeIn('fast');
	});
});

$(function () {
	$(".sele_close2").click(function() {
		$(".sele_open2s").fadeOut('fast');
		$(".sele_box2").fadeOut('fast');
		$(".ex_sp2").fadeOut('fast');
		
		$(".sele_open2").fadeIn('fast');
	});
});

$(function () {
	$(".sele_open3").click(function() {
		$(".sele_open3").fadeOut('fast');
		
		$(".sele_open3s").fadeIn('fast');
		$(".sele_box3").fadeIn('fast');
		$(".ex_sp3").fadeIn('fast');
	});
});

$(function () {
	$(".sele_close3").click(function() {
		$(".sele_open3s").fadeOut('fast');
		$(".sele_box3").fadeOut('fast');
		$(".ex_sp3").fadeOut('fast');
		
		$(".sele_open3").fadeIn('fast');
	});
});

$(function () {
	$(".sele_open4").click(function() {
		$(".sele_open4").fadeOut('fast');
		
		$(".sele_open4s").fadeIn('fast');
		$(".sele_box4").fadeIn('fast');
		$(".ex_sp4").fadeIn('fast');
	});
});

$(function () {
	$(".sele_close4").click(function() {
		$(".sele_open4s").fadeOut('fast');
		$(".sele_box4").fadeOut('fast');
		$(".ex_sp4").fadeOut('fast');
		
		$(".sele_open4").fadeIn('fast');
	});
});
