/* Grid Layout  */
.row, .row-sp, .table-row {
	width: 100%;
}
.row:after, .row-sp:after, .tb-row:after, .table-row:after, .table-sp-row:after, .table-tb-row:after {
	clear: both;
	content: ' ';
	display: table;
}

.table-row,
.table-sp-row,
.table-tb-row {
	display: table;
}

div[class^=col-] {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	float: left;
	min-height: 1px;
	padding: 0 1em;
	/*text-align: left;*/
}

.table-row > div {
	vertical-align: top;
}

.row.inversedirection > div[class^=col-], .row-sp.inversedirection > div[class^=col-] {
	float: right;
}

div[class^=col-]:first-of-type, .tight > div[class^=col-]:first-of-type, .wide > div[class^=col-]:first-of-type, .extrawide > div[class^=col-]:first-of-type {
	padding-left: 0;
}
div[class^=col-]:last-of-type, .tight > div[class^=col-]:last-of-type, .wide > div[class^=col-]:last-of-type, .extrawide > div[class^=col-]:last-of-type {
	padding-right: 0;
}

/* Smartphone */
@media screen and (max-width: 720px) {
	div[class^=col-] {
		padding: 0;
	}
	
	.row-sp div[class^=col-] {
		padding: 0 1em;
	}
	
	.table-sp-row > div[class^=col-] {
		display: table-cell;
		float: none;
		min-height: inherit;
	}
	
	.table-row > div, .row > div, .row-sp > div {
		width: 100%;
	}
	
	.row-sp.inversedirection > div[class^=col-] {
		float: right;
	}
	
	.nospace-sp > div[class^=col-] {
		padding: 0;
	}
	
	.extratight-sp > div[class^=col-] {
		padding: 0 .25em;
	}
	
	.tight-sp > div[class^=col-] {
		padding: 0 .5em;
	}
	
	.normal-sp > div[class^=col-] {
		padding: 0 1em;
	}
	
	.large-sp > div[class^=col-] {
		padding: 0 2em;
	}
	
	.wide-sp > div[class^=col-] {
		padding: 0 3em;
	}
	
	.extrawide-sp > div[class^=col-] {
		padding: 0 4em;
	}
	
	.break-sp {
		padding-right: 0 !important;
	}
	.break-sp:after {
		clear: both;
		content: ' ';
		display: table;
	}
	
	.break-sp + div {
		clear: both;
		padding-left: 0 !important;
	}
	
	.row div.col-sp-11, .table-row div.col-sp-11 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.row div.col-sp-11 + div {
		padding-left: 0 !important;
	}
	
	div.col-sp-12, div.col-sp-24, div.col-sp-36, div.col-sp-48, div.col-sp-510, div.col-sp-612, div.col-sp-6 {
		width: 50%;
	}
	
	div.col-sp-13, div.col-sp-26, div.col-sp-39, div.col-sp-412, div.col-sp-4 {
		width: 33.33%;
	}
	
	div.col-sp-23, div.col-sp-46, div.col-sp-69, div.col-sp-812, div.col-sp-8 {
		width: 66.66%;
	}
	
	div.col-sp-14, div.col-sp-28, div.col-sp-312, div.col-sp-3 {
		width: 25%;
	}
	
	div.col-sp-34, div.col-sp-68, div.col-sp-912, div.col-sp-9 {
		width: 75%;
	}
	
	div.col-sp-15, div.col-sp-210 {
		width: 20%;
	}
	
	div.col-sp-25, div.col-sp-410 {
		width: 40%;
	}
	
	div.col-sp-35, div.col-sp-610 {
		width: 60%;
	}
	
	div.col-sp-45, div.col-sp-810 {
		width: 80%;
	}
	
	div.col-sp-16, div.col-sp-212, div.col-sp-2 {
		width: 16.6%;
	}
	
	div.col-sp-56, div.col-sp-10, div.col-sp-1012 {
		width: 83.3%;
	}
	
	div.col-sp-17 {
		width: 14.2857%;
	}
	
	div.col-sp-27 {
		width: 28.5714%;
	}
	
	div.col-sp-37 {
		width: 42.8571%;
	}
	
	div.col-sp-47 {
		width: 57.1428%;
	}
	
	div.col-sp-57 {
		width: 71.4285%;
	}
	
	div.col-sp-67 {
		width: 85.7142%;
	}
	
	div.col-sp-18 {
		width: 12.5%;
	}
	
	div.col-sp-38 {
		width: 37.5%
	}
	
	div.col-sp-58 {
		width: 62.5%
	}
	
	div.col-sp-78 {
		width: 87.5%
	}
	
	div.col-sp-19 {
		width: 11.1%;
	}
	
	div.col-sp-29 {
		width: 22.2%
	}
	
	div.col-sp-49 {
		width: 44.4%
	}
	
	div.col-sp-59 {
		width: 55.5%
	}
	
	div.col-sp-79 {
		width: 77.7%
	}
	
	div.col-sp-89 {
		width: 88.8%
	}
	
	div.col-sp-110 {
		width: 10%;
	}
	
	div.col-sp-310 {
		width: 30%;
	}
	
	div.col-sp-710 {
		width: 70%;
	}
	
	div.col-sp-910 {
		width: 90%;
	}
	
	div.col-sp-111 {
		width: 9.09%;
	}
	
	div.col-sp-211 {
		width: 18.181%;
	}
	
	div.col-sp-311 {
		width: 27.272%;
	}
	
	div.col-sp-411 {
		width: 36.363%;
	}
	
	div.col-sp-511 {
		width: 45.454%;
	}
	
	div.col-sp-611 {
		width: 54.545%;
	}
	
	div.col-sp-711 {
		width: 63.636%;
	}
	
	div.col-sp-811 {
		width: 72.727%;
	}
	
	div.col-sp-911 {
		width: 81.818%;
	}
	
	div.col-sp-1011 {
		width: 90.909%;
	}
	
	div.col-sp-112, div.col-sp-1 {
		width: 8.333%;
	}
	
	div.col-sp-512 {
		width: 41.666%;
	}
	
	div.col-sp-712 {
		width: 58.333%;
	}
	
	div.col-sp-1112 {
		width: 91.666%;
	}
}

/* Largescreen */
@media screen and (min-width: 720px) {
	.table-row > div[class^=col-] {
		display: table-cell;
		float: none;
		min-height: inherit;
	}
	
	.nospace > div[class^=col-] {
		padding: 0;
	}
	
	.extratight > div[class^=col-] {
		padding: 0 .25em;
	}
	
	.tight > div[class^=col-] {
		padding: 0 .5em;
	}
	
	.normal > div[class^=col-] {
		padding: 0 1em;
	}
	
	.large > div[class^=col-] {
		padding: 0 2em;
	}
	
	.wide > div[class^=col-] {
		padding: 0 3em;
	}
	
	.extrawide > div[class^=col-] {
		padding: 0 4em;
	}
	
	.break-ls {
		padding-right: 0 !important;
	}
	.break-ls:after {
		clear: both;
		content: ' ';
		display: table;
	}
	
	.break-ls + div {
		clear: both;
		padding-left: 0 !important;
	}
	
	.row div.col-11, .table-row div.col-11 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.row div.col-ls-11 + div {
		padding-left: 0 !important;
	}
	
	div.col-12, div.col-24, div.col-36, div.col-48, div.col-510, div.col-612, div.col-6 {
		width: 50%;
	}
	
	div.col-13, div.col-26, div.col-39, div.col-412, div.col-4 {
		width: 33.33%;
	}
	
	div.col-23, div.col-46, div.col-69, div.col-812, div.col-8 {
		width: 66.66%;
	}
	
	div.col-14, div.col-28, div.col-312, div.col-3 {
		width: 25%;
	}
	
	div.col-34, div.col-68, div.col-912, div.col-9 {
		width: 75%;
	}
	
	div.col-15, div.col-210 {
		width: 20%;
	}
	
	div.col-25, div.col-410 {
		width: 40%;
	}
	
	div.col-35, div.col-610 {
		width: 60%;
	}
	
	div.col-45, div.col-810 {
		width: 80%;
	}
	
	div.col-16, div.col-212, div.col-2 {
		width: 16.6%;
	}
	
	div.col-56, div.col-10, div.col-1012 {
		width: 83.3%;
	}
	
	div.col-17 {
		width: 14.2857%;
	}
	
	div.col-27 {
		width: 28.5714%;
	}
	
	div.col-37 {
		width: 42.8571%;
	}
	
	div.col-47 {
		width: 57.1428%;
	}
	
	div.col-57 {
		width: 71.4285%;
	}
	
	div.col-67 {
		width: 85.7142%;
	}
	
	div.col-18 {
		width: 12.5%;
	}
	
	div.col-38 {
		width: 37.5%
	}
	
	div.col-58 {
		width: 62.5%
	}
	
	div.col-78 {
		width: 87.5%
	}
	
	div.col-19 {
		width: 11.1%;
	}
	
	div.col-29 {
		width: 22.2%
	}
	
	div.col-49 {
		width: 44.4%
	}
	
	div.col-59 {
		width: 55.5%
	}
	
	div.col-79 {
		width: 77.7%
	}
	
	div.col-89 {
		width: 88.8%
	}
	
	div.col-110 {
		width: 10%;
	}
	
	div.col-310 {
		width: 30%;
	}
	
	div.col-710 {
		width: 70%;
	}
	
	div.col-910 {
		width: 90%;
	}
	
	div.col-111 {
		width: 9.09%;
	}
	
	div.col-211 {
		width: 18.181%;
	}
	
	div.col-311 {
		width: 27.272%;
	}
	
	div.col-411 {
		width: 36.363%;
	}
	
	div.col-511 {
		width: 45.454%;
	}
	
	div.col-611 {
		width: 54.545%;
	}
	
	div.col-711 {
		width: 63.636%;
	}
	
	div.col-811 {
		width: 72.727%;
	}
	
	div.col-911 {
		width: 81.818%;
	}
	
	div.col-1011 {
		width: 90.909%;
	}
	
	div.col-112, div.col-1 {
		width: 8.333%;
	}
	
	div.col-512 {
		width: 41.666%;
	}
	
	div.col-712 {
		width: 58.333%;
	}
	
	div.col-1112 {
		width: 91.666%;
	}
}

/* Tablet */
@media screen and (min-width: 720px) and (max-width: 959px) {
	.table-tb-row > div[class^=col-] {
		display: table-cell;
		float: none;
		min-height: inherit;
	}
	
	.nospace-tb > div[class^=col-] {
		padding: 0;
	}
	
	.extratight-tb > div[class^=col-] {
		padding: 0 .25em;
	}
	
	.tight-tb > div[class^=col-] {
		padding: 0 .5em;
	}
	
	.normal-tb > div[class^=col-] {
		padding: 0 1em;
	}
	
	.large-tb > div[class^=col-] {
		padding: 0 2em;
	}
	
	.wide-tb > div[class^=col-] {
		padding: 0 3em;
	}
	
	.extrawide-tb > div[class^=col-] {
		padding: 0 4em;
	}
	
	.break-tb {
		padding-right: 0 !important;
	}
	.break-tb:after {
		clear: both;
		content: ' ';
		display: table;
	}
	
	.break-tb + div {
		clear: both;
		padding-left: 0 !important;
	}
	
	.row div.col-tb-11 + div {
		padding-left: 0 !important;
	}
	
	div.col-tb-12, div.col-tb-24, div.col-tb-36, div.col-tb-48, div.col-tb-510, div.col-tb-612, div.col-tb-6 {
		width: 50%;
	}
	
	div.col-tb-13, div.col-tb-26, div.col-tb-39, div.col-tb-412, div.col-tb-4 {
		width: 33.33%;
	}
	
	div.col-tb-23, div.col-tb-46, div.col-tb-69, div.col-tb-812, div.col-tb-8 {
		width: 66.66%;
	}
	
	div.col-tb-14, div.col-tb-28, div.col-tb-312, div.col-tb-3 {
		width: 25%;
	}
	
	div.col-tb-34, div.col-tb-68, div.col-tb-912, div.col-tb-9 {
		width: 75%;
	}
	
	div.col-tb-15, div.col-tb-210 {
		width: 20%;
	}
	
	div.col-tb-25, div.col-tb-410 {
		width: 40%;
	}
	
	div.col-tb-35, div.col-tb-610 {
		width: 60%;
	}
	
	div.col-tb-45, div.col-tb-810 {
		width: 80%;
	}
	
	div.col-tb-16, div.col-tb-212, div.col-tb-2 {
		width: 16.6%;
	}
	
	div.col-tb-56, div.col-tb-10, div.col-tb-1012 {
		width: 83.3%;
	}
	
	div.col-tb-17 {
		width: 14.2857%;
	}
	
	div.col-tb-27 {
		width: 28.5714%;
	}
	
	div.col-tb-37 {
		width: 42.8571%;
	}
	
	div.col-tb-47 {
		width: 57.1428%;
	}
	
	div.col-tb-57 {
		width: 71.4285%;
	}
	
	div.col-tb-67 {
		width: 85.7142%;
	}
	
	div.col-tb-18 {
		width: 12.5%;
	}
	
	div.col-tb-38 {
		width: 37.5%
	}
	
	div.col-tb-58 {
		width: 62.5%
	}
	
	div.col-tb-78 {
		width: 87.5%
	}
	
	div.col-tb-19 {
		width: 11.1%;
	}
	
	div.col-tb-29 {
		width: 22.2%
	}
	
	div.col-tb-49 {
		width: 44.4%
	}
	
	div.col-tb-59 {
		width: 55.5%
	}
	
	div.col-tb-79 {
		width: 77.7%
	}
	
	div.col-tb-89 {
		width: 88.8%
	}
	
	div.col-tb-110 {
		width: 10%;
	}
	
	div.col-tb-310 {
		width: 30%;
	}
	
	div.col-tb-710 {
		width: 70%;
	}
	
	div.col-tb-910 {
		width: 90%;
	}
	
	div.col-tb-111 {
		width: 9.09%;
	}
	
	div.col-tb-211 {
		width: 18.181%;
	}
	
	div.col-tb-311 {
		width: 27.272%;
	}
	
	div.col-tb-411 {
		width: 36.363%;
	}
	
	div.col-tb-511 {
		width: 45.454%;
	}
	
	div.col-tb-611 {
		width: 54.545%;
	}
	
	div.col-tb-711 {
		width: 63.636%;
	}
	
	div.col-tb-811 {
		width: 72.727%;
	}
	
	div.col-tb-911 {
		width: 81.818%;
	}
	
	div.col-tb-1011 {
		width: 90.909%;
	}
	
	div.col-tb-112, div.col-tb-1 {
		width: 8.333%;
	}
	
	div.col-tb-512 {
		width: 41.666%;
	}
	
	div.col-tb-712 {
		width: 58.333%;
	}
	
	div.col-tb-1112 {
		width: 91.666%;
	}
}

/* Desktop */
@media screen and (min-width: 960px) and (max-width: 1279px) {
	.table-dt-row > div[class^=col-] {
		display: table-cell;
		float: none;
		min-height: inherit;
	}
	
	.nospace-dt > div[class^=col-] {
		padding: 0;
	}
	
	.extratight-dt > div[class^=col-] {
		padding: 0 .25em;
	}
	
	.tight-dt > div[class^=col-] {
		padding: 0 .5em;
	}
	
	.normal-dt > div[class^=col-] {
		padding: 0 1em;
	}
	
	.large-dt > div[class^=col-] {
		padding: 0 2em;
	}
	
	.wide-dt > div[class^=col-] {
		padding: 0 3em;
	}
	
	.extrawide-dt > div[class^=col-] {
		padding: 0 4em;
	}
	
	.break-dt {
		padding-right: 0 !important;
	}
	.break-dt:after {
		clear: both;
		content: ' ';
		display: table;
	}
	
	.break-dt + div {
		clear: both;
		padding-left: 0 !important;
	}
	
	.row div.col-dt-11, .table-row div.col-dt-11 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.row div.col-dt-11 + div {
		padding-left: 0 !important;
	}
	
	div.col-dt-12, div.col-dt-24, div.col-dt-36, div.col-dt-48, div.col-dt-510, div.col-dt-612, div.col-dt-6 {
		width: 50%;
	}
	
	div.col-dt-13, div.col-dt-26, div.col-dt-39, div.col-dt-412, div.col-dt-4 {
		width: 33.33%;
	}
	
	div.col-dt-23, div.col-dt-46, div.col-dt-69, div.col-dt-812, div.col-dt-8 {
		width: 66.66%;
	}
	
	div.col-dt-14, div.col-dt-28, div.col-dt-312, div.col-dt-3 {
		width: 25%;
	}
	
	div.col-dt-34, div.col-dt-68, div.col-dt-912, div.col-dt-9 {
		width: 75%;
	}
	
	div.col-dt-15, div.col-dt-210 {
		width: 20%;
	}
	
	div.col-dt-25, div.col-dt-410 {
		width: 40%;
	}
	
	div.col-dt-35, div.col-dt-610 {
		width: 60%;
	}
	
	div.col-dt-45, div.col-dt-810 {
		width: 80%;
	}
	
	div.col-dt-16, div.col-dt-212, div.col-dt-2 {
		width: 16.6%;
	}
	
	div.col-dt-56, div.col-dt-10, div.col-dt-1012 {
		width: 83.3%;
	}
	
	div.col-dt-17 {
		width: 14.2857%;
	}
	
	div.col-dt-27 {
		width: 28.5714%;
	}
	
	div.col-dt-37 {
		width: 42.8571%;
	}
	
	div.col-dt-47 {
		width: 57.1428%;
	}
	
	div.col-dt-57 {
		width: 71.4285%;
	}
	
	div.col-dt-67 {
		width: 85.7142%;
	}
	
	div.col-dt-18 {
		width: 12.5%;
	}
	
	div.col-dt-38 {
		width: 37.5%
	}
	
	div.col-dt-58 {
		width: 62.5%
	}
	
	div.col-dt-78 {
		width: 87.5%
	}
	
	div.col-dt-19 {
		width: 11.1%;
	}
	
	div.col-dt-29 {
		width: 22.2%
	}
	
	div.col-dt-49 {
		width: 44.4%
	}
	
	div.col-dt-59 {
		width: 55.5%
	}
	
	div.col-dt-79 {
		width: 77.7%
	}
	
	div.col-dt-89 {
		width: 88.8%
	}
	
	div.col-dt-110 {
		width: 10%;
	}
	
	div.col-dt-310 {
		width: 30%;
	}
	
	div.col-dt-710 {
		width: 70%;
	}
	
	div.col-dt-910 {
		width: 90%;
	}
	
	div.col-dt-111 {
		width: 9.09%;
	}
	
	div.col-dt-211 {
		width: 18.181%;
	}
	
	div.col-dt-311 {
		width: 27.272%;
	}
	
	div.col-dt-411 {
		width: 36.363%;
	}
	
	div.col-dt-511 {
		width: 45.454%;
	}
	
	div.col-dt-611 {
		width: 54.545%;
	}
	
	div.col-dt-711 {
		width: 63.636%;
	}
	
	div.col-dt-811 {
		width: 72.727%;
	}
	
	div.col-dt-911 {
		width: 81.818%;
	}
	
	div.col-dt-1011 {
		width: 90.909%;
	}
	
	div.col-dt-112, div.col-dt-1 {
		width: 8.333%;
	}
	
	div.col-dt-512 {
		width: 41.666%;
	}
	
	div.col-dt-712 {
		width: 58.333%;
	}
	
	div.col-dt-1112 {
		width: 91.666%;
	}
}

/* Widescreen */
@media screen and (min-width: 1280px) {
	.nospace-ws > div[class^=col-] {
		padding: 0;
	}
	
	.extratight-ws > div[class^=col-] {
		padding: 0 .25em;
	}
	
	.tight-ws > div[class^=col-] {
		padding: 0 .5em;
	}
	
	.normal-ws > div[class^=col-] {
		padding: 0 1em;
	}
	
	.large-ws > div[class^=col-] {
		padding: 0 2em;
	}
	
	.wide-ws > div[class^=col-] {
		padding: 0 3em;
	}
	
	.extrawide-ws > div[class^=col-] {
		padding: 0 4em;
	}
	
	.break-ws {
		padding-right: 0 !important;
	}
	.break-ws:after {
		clear: both;
		content: ' ';
		display: table;
	}
	
	.break-ws + div {
		clear: both;
		padding-left: 0 !important;
	}
	
	.row div.col-ws-11, .table-row div.col-ws-11 {
		padding-left: 0;
		padding-right: 0;
		width: 100%;
	}
	
	.row div.col-ws-11 + div {
		padding-left: 0 !important;
	}
	
	div.col-ws-12, div.col-ws-24, div.col-ws-36, div.col-ws-48, div.col-ws-510, div.col-ws-612, div.col-ws-6 {
		width: 50%;
	}
	
	div.col-ws-13, div.col-ws-26, div.col-ws-39, div.col-ws-412, div.col-ws-4 {
		width: 33.33%;
	}
	
	div.col-ws-23, div.col-ws-46, div.col-ws-69, div.col-ws-812, div.col-ws-8 {
		width: 66.66%;
	}
	
	div.col-ws-14, div.col-ws-28, div.col-ws-312, div.col-ws-3 {
		width: 25%;
	}
	
	div.col-ws-34, div.col-ws-68, div.col-ws-912, div.col-ws-9 {
		width: 75%;
	}
	
	div.col-ws-15, div.col-ws-210 {
		width: 20%;
	}
	
	div.col-ws-25, div.col-ws-410 {
		width: 40%;
	}
	
	div.col-ws-35, div.col-ws-610 {
		width: 60%;
	}
	
	div.col-ws-45, div.col-ws-810 {
		width: 80%;
	}
	
	div.col-ws-16, div.col-ws-212, div.col-ws-2 {
		width: 16.6%;
	}
	
	div.col-ws-56, div.col-ws-10, div.col-ws-1012 {
		width: 83.3%;
	}
	
	div.col-ws-17 {
		width: 14.2857%;
	}
	
	div.col-ws-27 {
		width: 28.5714%;
	}
	
	div.col-ws-37 {
		width: 42.8571%;
	}
	
	div.col-ws-47 {
		width: 57.1428%;
	}
	
	div.col-ws-57 {
		width: 71.4285%;
	}
	
	div.col-dws-67 {
		width: 85.7142%;
	}
	
	div.col-ws-18 {
		width: 12.5%;
	}
	
	div.col-ws-38 {
		width: 37.5%
	}
	
	div.col-ws-58 {
		width: 62.5%
	}
	
	div.col-ws-78 {
		width: 87.5%
	}
	
	div.col-ws-19 {
		width: 11.1%;
	}
	
	div.col-ws-29 {
		width: 22.2%
	}
	
	div.col-ws-49 {
		width: 44.4%
	}
	
	div.col-ws-59 {
		width: 55.5%
	}
	
	div.col-ws-79 {
		width: 77.7%
	}
	
	div.col-ws-89 {
		width: 88.8%
	}
	
	div.col-ws-110 {
		width: 10%;
	}
	
	div.col-ws-310 {
		width: 30%;
	}
	
	div.col-ws-710 {
		width: 70%;
	}
	
	div.col-ws-910 {
		width: 90%;
	}
	
	div.col-ws-111 {
		width: 9.09%;
	}
	
	div.col-ws-211 {
		width: 18.181%;
	}
	
	div.col-ws-311 {
		width: 27.272%;
	}
	
	div.col-ws-411 {
		width: 36.363%;
	}
	
	div.col-ws-511 {
		width: 45.454%;
	}
	
	div.col-ws-611 {
		width: 54.545%;
	}
	
	div.col-ws-711 {
		width: 63.636%;
	}
	
	div.col-ws-811 {
		width: 72.727%;
	}
	
	div.col-ws-911 {
		width: 81.818%;
	}
	
	div.col-ws-1011 {
		width: 90.909%;
	}
	
	div.col-ws-112, div.col-ws-1 {
		width: 8.333%;
	}
	
	div.col-ws-512 {
		width: 41.666%;
	}
	
	div.col-ws-712 {
		width: 58.333%;
	}
	
	div.col-ws-1112 {
		width: 91.666%;
	}
}