body {
	margin: 0px;
	color: #000000;
	background-color: #ffffff;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height: 1.5;
	font-size: 14px;
	font-family: "メイリオ","Hiragino Kaku Gothic Pro",Meiryo,"ヒラギノ角ゴ Pro W3","MS PGothic","MS UI Gothic",Helvetica,Arial,sans-serif;
}
div.outer {
	position: absolute;
	width: 980px;
	right: 50%;
	margin-right: -490px;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	box-shadow: 0 0 40px rgba(0, 0, 0, .15);
	-moz-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
	-webkit-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
	-ms-box-shadow: 0 0 40px rgba(0, 0, 0, .15);
}
div.header {
	width: auto;
	padding: 0px 40px;
}
div.inner-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: horizontal;
	-webkit-box-direction: normal;
	-ms-flex-direction: row;
	flex-direction: row;
}
div.inner {
	box-sizing: border-box;
	width: 680px;
	padding: 0px 40px 21px 40px;
	border-right: 1px solid #c0c0c0;
}
div.column {
	box-sizing: border-box;
	width: 300px;
	padding: 0px 40px 21px 40px;
	position: sticky;
	position: -webkit-sticky;
	bottom: 0px;
	-ms-flex-item-align: end;
	align-self: flex-end;
}
div.footer {
	width: auto;
	padding: 2px 40px 0px 40px;
}
h1 {
	font-size: 55px;
	font-family: 'Inconsolata', monospace;
	font-weight: normal;
}
h2 {
	font-size: 18px;
	font-weight: bold;
	margin: 0px;
	padding: 21px 0px;
	color: #000000;
	text-align: center;
}
h3 {
	font-size: 14px;
	font-weight: bold;
	margin: 0px;
	padding: 21px 0px;
	color: #000000;
}
hr {
	height: 1px;
	border: none;
	border-top: 1px solid #c0c0c0;
}
blockquote {
	margin: 21px 40px;
	position: relative;
}
blockquote:before {
	position: absolute;
	top: 0px;
	left: -40px;
	content: url(../images/ldquo.gif);
}
blockquote:after {
	position: absolute;
	bottom: 0px;
	right: -40px;
	content: url(../images/rdquo.gif);
}
ul {
	margin: 21px 0px;
}
p {
	margin: 21px 0px;
}
p.copy {
	text-align: center;
	font-size: 10px;
	margin: 0px 0px 0px 0px;
	margin: 25px 0px;
}
img.float,div.float {
	float: right;
	margin: 2px 0px 5px 10px;
}
a {
	text-decoration: none;
	outline: none;
}
a:link {
	color: #000000;
	border-bottom: 2px dotted #cccccc;
}
a:visited {
	color: #000000;
	border-bottom: 2px dotted #cccccc;
}
a:hover {
	color: #cccccc;
}a.title:link {
	color: #dc143c;
	border-bottom: none;
}
a.title:visited {
	color: #dc143c;
}
a.title:hover {
	color: #dc143c;
	opacity: 0.5;
}
button:focus {
	outline: none;
}
span.mincho {
	font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN","Hiragino Mincho Pro",HGS明朝E,メイリオ,Meiryo,serif;
}
span.sup {
	display: inline-block;
	transform: scale(0.5);
	transform-origin: center top;
	margin: -0.25em;
}
span.sub {
	display: inline-block;
	transform: scale(0.5);
	transform-origin: center bottom;
	margin: -0.25em;
}
/*トップページ指定*/
div.inner-top {
	box-sizing: border-box;
	width: 680px;
	padding: 25px 40px;
	border-right: 1px solid #c0c0c0;
}
div.top-box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
div.flex-box {
	width: 31.66%;
	height: auto;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	flex-flow: column;
	-ms-flex-pack: distribute;
	justify-content: space-around;
}
div.flex-box a:link {
	border-bottom: none;
}
img.radius {
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
}
div.snippet {
	position: relative;
	height: 15em;
	overflow: hidden;
}
div.snippet::after {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 2;
	content: '';
	width: 100%;
	height: 50%;
	background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
	background: -webkit-linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,1));
}
.blur, .blur > img {
	margin: 0;
	padding: 0;
	border: 0;
}

.blur {
	position: relative;
	display: inline-block;
	font-size: 0;
	line-height: 0;
}

.blur:after {
	position: absolute;
	left: 0; top: 0; right: 0; bottom: 0;
	-moz-box-shadow: inset 0px 0px 15px 15px #fff;
	-webkit-box-shadow: inset 0px 0px 15px 15px #fff;
	box-shadow: inset 0px 0px 15px 15px #fff;
	content: " ";
}
/*右コラム指定*/
div.accordion p {
	margin: 0px 0px 1px 0px;
	border: 1px solid #c0c0c0;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	text-align: center;
	font-size: 12px;
	line-height: 18px;
	cursor: pointer;
}
ul.accordion {
	display: none;
	margin: 0px;
	padding: 0px;
}
ul.accordion-open {
	display: block;
	margin: 0px;
	padding: 0px;
}
li.accordion {
	list-style: none;
	text-indent: -14px;
	padding-left: 11px;
}
ul.column {
	margin: 0px;
	padding: 0px;
}
li.column {
	list-style: none;
	text-indent: -14px;
	padding-left: 11px;
}
a.column:link {
	color: #000000;
	border-bottom: none;
}
a.column:visited {
	color: #000000;
}
a.column:hover {
	color: #cccccc;
}
/*モバイル対応*/
@media only screen and (max-device-width: 480px) {
	div.outer {
		position: static;
		width: 100%;
		right: auto;
		margin-right: 0px;
		border-radius: 0px;
		-webkit-border-radius: 0px;
		-moz-border-radius: 0px;
		box-shadow: none;
		-moz-box-shadow: none;
		-webkit-box-shadow: none;
		-ms-box-shadow: none;
	}
	div.inner-box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-orient: vertical;
		-webkit-box-direction: normal;
		-ms-flex-direction: column;
		flex-direction: column;
	}
	div.inner {
		width: auto;
		padding: 0px 20px;
		border-right: 0px solid #c0c0c0;
	}
	div.inner-top {
		width: auto;
		padding: 25px 20px 0px 20px;
		border-right: 0px solid #c0c0c0;
	}
	div.column {
		width: auto;
		padding: 0px 20px;
		position: static;
		bottom: auto;
		-ms-flex-item-align: stretch;
		align-self: stretch;
	}
	div.omissible {
		display: none;
	}
	div.convertible {
		writing-mode: vertical-rl;
		-ms-writing-mode: tb-rl;
		-webkit-writing-mode: vertical-rl;
		text-align: justify;
		text-justify: inter-ideograph;
	}
}