@charset "UTF-8";
/*
	Adobe HTML5
	Copyright (C) Adobe Systems Incorporated All Rights Reserved.

    for multiple desktop window.
*/
@import url(common.css);
/* --------------------------------------------------
	for media query.
-------------------------------------------------- */
@media screen and (min-width: 1121px) and (max-width: 1329px) {
}

@media screen and (min-width: 1330px) {
	#footer div,
	#container {
		width: 940px;
	}
	
	#content #sub {
		width: 220px;
	}
	.subInfoBox {
		width: 940px;
	}

	#contentArticle #main {
		width: 630px;
		float: left;
	}
	
	#contentArticle #sub {
		float: right;
		width: 220px;
	}
}
