@charset "UTF-8";
:root {
	--ui-bottom-tall: 0; 
	--ui-lastscroll-top: 0;
	--header-height-wide: 0px;
	--header-height-smp: 0px;
	--footer-bg-color: #f4f4f4;
	--cl-background: #fff;
	--cl-pageink: #3c4245;
	--cl-pageink-hover: #687681;
	--cl-pageink-active: #747474;
	--cl-theme-deep: #495154;
	--share-space: 2.4rem;
	--share-smp-space: 1.6rem;
	--share-smp-padding: 1.8rem;
	--bindwrap-width: 1024px;
	--contents-width: 720px;
}

/**/
/*
html,body {
	width: 100%;
	height: 100%;
	font-size: 16px;
	line-height: 1em;
}
body {
	background-color: var(--cl-background);
	color: var(--cl-pageink);
	font-family: var(--font-g3);
	z-index: 0;
}
a:link,a:visited {
	color: var(--cl-pageink);
}
a:hover {
	color: var(--cl-pageink-hover);
}
a:active {
	color: var(--cl-pageink-active);
}
*/

/*cat: share style*/
.align-L {
	text-align: left;
}
.align-C {
	text-align: center;
}
.align-R {
	text-align: right;
}
.im-wide {
	width: 100%;
	height: auto;
}
.abs-centering {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateY(-50%) translateX(-50%);
	-webkit-transform: translateY(-50%) translateX(-50%);
}

/*cat: h*/
/*
h1 {
	font-size: 1.6rem;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 1em;
}
h2 {
	font-size: 1.5rem;
	line-height: 1.5em;
	font-weight: 500;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.4rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}
h3 {
	font-size: 1.3rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}
h4 {
	font-size: 1.2rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}
h5 {
	font-size: 1.1rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}
h6 {
	font-size: 1.0rem;
	line-height: 1.5em;
	font-weight: 600;
	margin-bottom: 1em;
}
p {
	line-height: 1.8em;
}
*/

/*cat: bind wrap*/
.wide-bind {
	padding: 1.4em;
	margin-left: auto;
	margin-right: auto;
}
@media only screen and (min-width:1024px) {
	.wide-bind {
		padding: 0;
		max-width: var(--bindwrap-width);
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width:800px) {
	.div2colum.cfix-wide .div-L {
		padding-right: 0.8em;
	}
	.div2colum.cfix-wide .div-R {
		padding-left: 0.8em;
	}
}
@media only screen and (max-width:799px) {
	.cfix-wide .div-L {
		margin-bottom: 1.4em;
	}
}
.wrap {
	margin-left: auto;
	margin-right: auto;
}

/*cat: margin*/
.margin-bot {
	margin-bottom: 1em;
}
.margin-bot-section {
	margin-bottom: 2em;
}
.margin-bot-off {
	margin-bottom: 0 !important;
}
.wrap-pad {
	padding: 1.4em;
}
.pad-bot-off {
	padding-bottom: 0;
}

/*#############################################*/
/*cat: unique*/
.section-title {
	font-weight: 300;
	text-align: center;
	font-size: 1.8rem;
	line-height: 1.8em;
	letter-spacing: 0.2em;
	text-indent: 0.2em;
	margin-top: -0.2em;
	margin-bottom: var(--share-space);
}

/**/
article.c {
	padding: 1.4em;
}
.hgroup h1 {
	margin-bottom: 0.6em;
}
.hgroup .entitle {
	display: block;
	font-size: 36px;
	line-height: 1em;
	font-weight: 600;
	text-transform: uppercase;
}

/**/
#indexhgroup {
	margin-top: 3rem;
	margin-bottom: 4rem;
	padding: 0;
}