
body {
	font-family: nato,"Segoe UI Light","Helvetica Neue","Segoe UI","Segoe WP",sans-serif;
	background: #fcfcfc;
	color: #818284;
}
body * {
	font-family: nato;
}
a {
	color: #818284;
	text-decoration: none;
}
h1 {
	font-size: 32px;
	font-weight: 100;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-bottom: 10px;
	line-height: 50px;
	text-transform: lowercase;
	color: inherit;
	text-rendering: optimizelegibility;
}

.toplogo {
	height: 220px;
	background-image: url(../img/index/top_frontrise.gif);
}
article section figure img {
	border: 0px;
}

.box1x2 {
	height: 140px;
}
.box2x2 {
	height: 220px;
}
.box2x4 {
	height: 220px;
	width: 460px;
}
.box3x2 {
	height: 300px;
}

.sys {
	background: #71aad7;
}
.plugin {
	background: #68bcbc;
}
.app {
	background: #ebb056;
}

article > section {
	float: left;
}
article > section > a {
	width: 100%;
	height: 100%;
	display: block;
}

header {
	width: 300px;
	text-align: center;
	margin: 0 auto;
}

article {
	width: 100%;
	min-width: 480px;
	margin: 0 auto;
}

section {
	width: 220px;
	margin: 10px;
	overflow: hidden;
	background-repeat: no-repeat;
}

/* animation
article,section {
	-webkit-transition-duration: 0.7s;
	-moz-transition-duration: 0.7s;
	-ms-transition-duration: 0.7s;
	-o-transition-duration: 0.7s;
	transition-duration: 0.7s;
}
article {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}
section {
	-webkit-transition-property: left, right, top;
	-moz-transition-property: left, right, top;
	-ms-transition-property: left, right, top;
	-o-transition-property: left, right, top;
	transition-property: left, right, top;
}
*/

code {
	margin: 3px;
	background-image: url(../img/index/next.gif);
	background-repeat: no-repeat;
}
section span.item {
	padding-left: 5px;
	display: block;
	margin: 1px 5px 0px 0px;
	background: #eee;
	border: 1px solid #516577;
	border-bottom: none;
	color: black;
	width: 150px;
}
section p.item {
	position: absolute;
	font-size: 15px;
	line-height: 28px;
	color: black;
	width: 220px;
	border-top: 1px solid #516577;
}

section.support {
	height: 220px;
}
section.support a {
	height: 64px;
}
section.support span+a {
	border-top: 1px solid #516577;
}
section.support span {
	padding-left: 5px;
	display: block;
	margin: 1px 5px 0px 0px;
	background: #eee;
	border: 1px solid #516577;
	border-bottom: none;
	color: black;
	width: 150px;
}
section.support figure p {
	height: 66px;
	padding-left: 20px;
}

div.topics {
    background: white;
	width: calc(100% - 5px);
	height: calc(100% - 35px);
	margin: 0px;
	overflow: auto;
	border: 1px solid #516577;
	border-right: 1px solid #516577;
}

div.topics table {
	margin: 0px;
}
div.topics table td {
	vertical-align: top;
}
div.topics tt {
	font-size: 14px;
	font-weight: bold;
	padding-left: 2px;
	padding-right: 2px;
	color: #cd3517;
	font-family: "Courier New",Courier,"ＭＳ Ｐゴシック",Osaka;
}
div.topics b {
	font-size: 14px;
	font-weight: bold;
	padding-left: 12pt;
	color: #e60012;
	font-family: "Courier New",Courier,"ＭＳ Ｐゴシック",Osaka;
}
div.topics span {
	font-size: 14px;
	font-weight: bold;
}
div.topics .link {
	color: blue;
	cursor: hand;
}
div.topics .link:hover {
	background: rgba(225,225,225,.5);
	opacity: 1;
}

footer {
	height: 40px;
	width: 95%;
	min-width: 480px;
	margin: 0 auto;
	margin-top: 50px;
}
footer hr {
	margin-top: 4px;
	margin-bottom: 4px;
	width: 100%;
	height: 1px;
	background-color: #516577;
}
footer p {
	text-align: right;
	margin-right: 14px;
	font-family: nato , "Arial";
	font-size: 14px;
	color: black;
}
footer ul.footlist li {
	float: left;
	width: 140px;
	text-align: center;
	font-family: nato , "ＭＳ ゴシック";
	border-right: dotted 1px #516577;
	list-style-type: none;
}
footer ul.footlist li a {
	color: #0b0e54;
	font-weight: bold;
	text-decoration: none;
	display: block;
}
footer ul.footlist li a:hover {
	color: #b20026
}

figure p {
	display: table-cell;
	vertical-align: middle;
	color: #fff;
	font-size: 22px;
	text-align: left;
	font-family: nato, 'Open Sans', sans-serif;
	font-weight: 400;
}
.box2x4 figure p {
	height: 220px;
	padding-left: 150px;
}
.box2x2 figure p {
	height: 220px;
	padding-left: 20px;
}
.box1x2 figure p {
	height: 140px;
	padding-left: 20px;
}
figure {
	position: relative;
	overflow: hidden;
	width: 100%;
}
figcaption {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.6);
	-webkit-transition: .3s;
	transition: .3s;
	opacity: 1;
}
figure:hover figcaption {
	top: 0;
	left: 0;
}

div.item {
	position: relative;
	overflow: hidden;
	width: 100%;
	height: 80%;
}
div.item span {
	position: absolute;
	top: 0;
	left: -100%;
	z-index: 2;
	width: 100%;
	height: 80%;
	background: rgba(225,225,225,.5);
	opacity: 1;
}
div.item:hover span {
	top: 0;
	left: 0;
}
