@charset "UTF-8";
/* CSS Document */

* {
	box-sizing: border-box;
}

body {
	width: auto;
	/*border:solid 1px blue;*/
}

input,
textarea {

}

.col-100-m {
	width:100%;
}
.col-90-m {
	width:90%;
}
.col-80-m {
	width:80%;
}
.col-70-m {
	width:70%;
}
.col-60-m {
	width:60%;
}
.col-50-m {
	width:50%;
}
.col-40-m {
	width:40%;
}
.col-30-m {
	width:30%;
}
.col-20-m {
	width:20%;
}
.col-10-m {
	width:10%;
}

.col-33-m {
	width:33%;
}
.col-66-m {
	width:66%;
}

.col-25-m {
	width:25%;
}
.col-75-m {
	width:75%;
}


.hide-m {
	display:none;
}
.show-m {
	display:block !important;
}

.page {
	width:100%;
	padding-left: 50px;
	padding-right: 50px;
}

.page.m,
.page.s,
.page.xs,
.page.xxs {
    padding-left: 0;
    padding-right: 0;
}


