.hidden
{
	display: none;
}

/* 789 */
/* 456 */
/* 123 */
.area7
{
	width: 100%;
	text-align: left;
}
.area8
{
	width: 100%;
	text-align: center;
}
.area9
{
	width: 100%;
	text-align: right;
}
.area4
{
	width: 100%;
	align-self: center;
}
.area5
{
	width: 100%;
	align-self: center;
	text-align: center;
}
.area6
{
	width: 100%;
	align-self: center;
	text-align: right;
}
.area1
{
	width: 100%;
	align-self: flex-end;
}
.area2
{
	width: 100%;
	align-self: flex-end;
	text-align: center;
}
.area3
{
	width: 100%;
	align-self: flex-end;
	text-align: right;
}

/* ons-list-header(オーバーライド) */
.list-header
{
	text-transform: none;
}
/* ons-list-header */
.fixed
{
	position: fixed;
	width: 100vw;
	z-index: 10;
}
#pageAssemble .list-header
{
	font-size: 0.5rem;
	line-height: 1rem;
	min-height: 1rem;
}
#pageAssemble #pSpec
{
	position: fixed;
	width: 100%;
	height: auto;
	bottom: 0;
	z-index: 10;
	background-color: #181818;
}

/* ons-list-item(オーバーライド) */
.list-item__center
{
	padding: 6px 6px 6px 0;
}
/* ons-list-item */
.asoneStory .list-item__center
{
	padding: 0;
	font-size: 0.75rem;
}
#pageAssemble .list-item__left
{
	padding: 3px 14px 3px 0px;
	min-height: 22px;
}
#pageAssemble .list-item__center
{
	padding: 0;
	font-size: 0.75rem;
	min-height: 1.75rem;
}
#pageAssemble .list-item__right
{
	padding: 0 7px 0 0;
	font-size: 0.75rem;
	min-height: 1.75rem;
}

/* ons-row */
.expand
{
	padding-right: 28px;
}
.notexpand
{
	padding-right: 5px;
}

/* ons-col */
.expandable-content ons-col
{
	align-self: center;
}
.bold
{
	font-weight: bold;
}
.large
{
	font-size: large;
}

/* AsOneStory */
.asoneStory span
{
	display: inline-block;
	text-align: left;
}

/* カラー変更 chevron, expandable, backbutton, toolbarbutton(オーバーライド) */
.list-item--chevron:before, .list-item__expand-chevron
{
	border-color: #9b72b0;
}
.back-button__icon
{
	fill: #9b72b0;
}
.toolbar-button, :checked+.tabbar__button
{
	color: #9b72b0
}

/* toolbar-button(オーバーライド) */
.toolbar-button
{
	font-weight: 900;
}

/* .page(オーバーライド) */
.page__content
{
	background-color: #181818 !important;
}

/* リンクテキスト用 */
a:link
{
	color: lawngreen;
}
a:visited
{
	color: lightgreen;
}

/* デバッガー用 */
::-webkit-scrollbar
{
	display: none;
}
