@CHARSET "UTF-8";


/*
 * team view
 */
.theme-mobile .article-view {
	position: relative;
	display: block;
}

.theme-mobile .article-view .ui-bar.pic {
	border-left: 0;
	border-right: 0;
	margin-left: -15px;
	margin-right: -15px;
	padding: 0;
}

.theme-mobile .article-view .pic img {
	display: block;
}

.theme-mobile .article-view .pre-title-pic {
	margin-top: -15px;
	margin-bottom: 1em;
}

.theme-mobile .article-view .title {
	margin: .5em 0 auto;
}

.theme-mobile .article-view .pre-text-pic {
}

.theme-mobile .article-view .post-text-pic {
}

.theme-mobile .article .text.columns-1,
.theme-mobile .article .text.columns-2,
.theme-mobile .article .text.columns-3,
.theme-mobile .article .text.columns-4,
.theme-mobile .article .text.columns-5 {
	column-gap: 2em;
	-moz-column-gap: 2em;
	-webkit-column-gap: 2em;
	column-rule: 1px solid rgba(0,0,0,.15);
	-webkit-column-rule: 1px solid rgba(0,0,0,.15);
	-moz-column-rule: 1px solid rgba(0,0,0,.15);
}

.theme-mobile .article-b .text.columns-1,
.theme-mobile .article-e .text.columns-1,
.theme-mobile .article-b .text.columns-2,
.theme-mobile .article-e .text.columns-2,
.theme-mobile .article-b .text.columns-3,
.theme-mobile .article-e .text.columns-3,
.theme-mobile .article-b .text.columns-4,
.theme-mobile .article-e .text.columns-4,
.theme-mobile .article-b .text.columns-5,
.theme-mobile .article-e .text.columns-5 {
	column-gap: 1em;
	-moz-column-gap: 1em;
	-webkit-column-gap: 1em;
	column-rule: 0px;
	-moz-column-rule: 0px;
	-webkit-column-rule: 0px;
}

.theme-mobile .article .text.columns-1 img,
.theme-mobile .article .text.columns-2 img,
.theme-mobile .article .text.columns-3 img,
.theme-mobile .article .text.columns-4 img,
.theme-mobile .article .text.columns-5 img {
	max-width: 100%;
	height: auto;
}

.theme-mobile .article .text.columns-1 {
	column-count: 1;
	-moz-column-count: 1;
	-webkit-column-count: 1;
}
.theme-mobile .article .text.columns-2 {
	column-count: 2;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}
.theme-mobile .article .text.columns-3 {
	column-count: 3;
	-moz-column-count: 3;
	-webkit-column-count: 3;
}
.theme-mobile .article .text.columns-4 {
	column-count: 4;
	-moz-column-count: 4;
	-webkit-column-count: 4;
}
.theme-mobile .article .text.columns-5 {
	column-count: 5;
	-moz-column-count: 5;
	-webkit-column-count: 5;
}




















