@charset "UTF-8";
/*
	Adobe HTML5
	Copyright (C) Adobe Systems Incorporated All Rights Reserved.

    for multiple desktop window.
*/
@import url(common.css);
body{
	background-size: cover;	

}
/* --------------------------------------------------
	for media query.
-------------------------------------------------- */
@media screen and (min-width: 1121px) and (max-width: 1329px) {
}

@media screen and (min-width: 1330px) {
	#footer div,
	#container {
		width: 1180px;
	}
	
	#content #sub {
		width: 690px;
	}
	.subInfoBox {
		width: 320px;
	}

	#contentArticle #main {
		width: 1210px;
		float: right;
	}
	
	#contentArticle #sub {
		float: left;
		width: 320px;
	}
}
