@charset "utf-8";
@import url('common.css');
@import url(https://fonts.googleapis.com/css?family=Ubuntu:400,700);

/* ------------------------------
Content
------------------------------ */

div.content-wrapper {
    width: 100%;
}
@media screen and (min-width: 1024px) {
	div.content-wrapper {
    margin: 0 auto;
    width: 1024px;
	}
}

div.content {
}
@media screen and (min-width: 1024px) {
	div.content {

	}
}

/* ------------------------------
Main
------------------------------ */

div.main {
    position: relative;
    width: 100%;
}

/* ------------------------------
Sub
------------------------------ */

div.sub {
    position: relative;
    width: 100%;
}
