@charset "utf-8";

/* ################################################################################################ */
/* ## 共通スタイル ################################################################################ */
/* ################################################################################################ */
.col-1,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-10,.col-11,.col-12,.col-13,.col-14,.col-15,
.xl-col-1,.xl-col-2,.xl-col-3,.xl-col-4,.xl-col-5,.xl-col-6,.xl-col-7,.xl-col-8,.xl-col-9,.xl-col-10,.xl-col-11,.xl-col-12,.xl-col-13,.xl-col-14,.xl-col-15,
.l-col-1,.l-col-2,.l-col-3,.l-col-4,.l-col-5,.l-col-6,.l-col-7,.l-col-8,.l-col-9,.l-col-10,.l-col-11,.l-col-12,.l-col-13,.l-col-14,.l-col-15,
.m-col-1,.m-col-2,.m-col-3,.m-col-4,.m-col-5,.m-col-6,.m-col-7,.m-col-8,.m-col-9,.m-col-10,.m-col-11,.m-col-12,.m-col-13,.m-col-14,.m-col-15,
.s-col-1,.s-col-2,.s-col-3,.s-col-4,.s-col-5,.s-col-6,.s-col-7,.s-col-8,.s-col-9,.s-col-10,.s-col-11,.s-col-12,.s-col-13,.s-col-14,.s-col-15
{
	-webkit-box-sizing:border-box;-moz-box-sizing:border-box;-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;
	float:left;
}

.col-1 {width:8.3333%}
.col-2 {width:16.6667%}
.col-3 {width:25%}
.col-4 {width:33.3333%}
.col-5 {width:41.6667%}
.col-6 {width:50%}
.col-7 {width:58.3333%}
.col-8 {width:66.6666%}
.col-9 {width:75.0000%}
.col-10{width:83.3333%}
.col-11{width:91.6666%}
.col-12{width:100%}

/* ################################################################################################ */
/* ## タブレットサイト用スタイル ################################################################## */
/* ################################################################################################ */
@media screen and (max-width: 1350px) {
	.m-col-1 {width:8.3333%}
	.m-col-2 {width:16.6667%}
	.m-col-3 {width:25%}
	.m-col-4 {width:33.3333%}
	.m-col-5 {width:41.6667%}
	.m-col-6 {width:50%}
	.m-col-7 {width:58.3333%}
	.m-col-8 {width:66.6666%}
	.m-col-9 {width:75.0000%}
	.m-col-10{width:83.3333%}
	.m-col-11{width:91.6666%}
	.m-col-12{width:100%}
}

/* ################################################################################################ */
/* ## スマホサイト用スタイル ###################################################################### */
/* ################################################################################################ */
@media screen and (max-width: 640px) {
	.s-col-1 {width:8.3333%}
	.s-col-2 {width:16.6667%}
	.s-col-3 {width:25%}
	.s-col-4 {width:33.3333%}
	.s-col-5 {width:41.6667%}
	.s-col-6 {width:50%}
	.s-col-7 {width:58.3333%}
	.s-col-8 {width:66.6666%}
	.s-col-9 {width:75.0000%}
	.s-col-10{width:83.3333%}
	.s-col-11{width:91.6666%}
	.s-col-12{width:100%}
}

