@charset "utf-8";

html {
	padding: 0;
	margin: 0;
	line-height: 1.8;
	background: #222222 url('/images/background.png');
	color: #fff;
}

body {
	padding: 0;
	margin: 0 auto;
	/* width: 1280px; */
	font-family: "Sawarabi Mincho", sans-serif;
	font-size: 14px;
	font-synthesis: none;
	font-feature-settings: "palt";
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-moz-font-feature-settings: 'liga', 'kern';
}

h1, h2, h3 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	line-height: 1;
	text-shadow: 0 0 0.5em #000000;
}

h2 {
	font-size: 300%;
}

h3 {
	font-size: 200%;
}

a:link {
	color: #9dbeda;
	text-decoration: none;
}

a:visited {
	color: #94c4ed;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

img {
	border: none;
}

#top {
	width: 100%;
	font-size: 16px;
	padding: 12px 0;
	text-align: center;
}

#top:hover {
}

#top a:link {
	color: #fff;
	text-decoration: none;
}

#top a:visited {
	color: #fff;
	text-decoration: none;
}

#top-photo {
	text-align: center;
	background: #000;
}

#top-photo img {
	max-width: 100%;
	border-style: solid;
	border-width: 0 0 5px 0;
	border-color: #000;
}

#whole {
}

#content {
	position: relative;
	max-width: 1280px;
	margin: 0 auto;
}

#content .section {
	margin: 5em 0em 5em 20em;
}

#content .section .section {
	margin: 0;
}

#content h2 {
	position: absolute;
	left: 1em;
}

.self {
	float: right;
	margin: 0 0 0 1em;
	padding: 0;
}

.self img {
	border-style: solid;
	border-width: 3px;
	border-color: #000;
}

ul.profile-list {
	list-style: none;
	padding: 0;
	margin: 1em 0;
	line-height: 1.4;
}

ul.profile-list li {
	padding: 0;
	max-width: 50em;
	text-align: justify;
}

.section.with-screenshot {
	clear: both;
}

.section.with-screenshot p.screenshot {
	float: left;
	margin: 0 3em 3em 0;
}

.section.with-screenshot p.screenshot img {
	border-style: solid;
	border-width: 3px;
	border-color: #000;
}

.section.with-screenshot p.description {
	color: #ccc;
}

hr {
	clear: both;
	visibility: hidden;
	margin: 16px 0;
}

table.history {
	width: 100%;
	table-layout: fixed;
	border-collapse: separate;
	border-spacing: 0 0.25em;
}

table.history a:link ,
table.history a:visited {
	text-decoration: none;
}

table.history a:hover {
	text-decoration: underline;
}

table.history thead {
	display: none;
}

table.history th.type ,
table.history td.type {
	width: 10em;
	text-align: center;
}

table.history td {
	background: rgba(0, 0, 0, 0.2);
	padding: 0.25em 0.5em;
}

table.history td.type {
	border-style: solid;
	border-width: 0 0 0 0.5em;
}

table.history td.type.speaker {
	border-color: #963054;
}

table.history td.type.service {
	border-color: #860505;
}

table.history td.type.code {
	border-color: #194937;
}

table.history td.type.software {
	border-color: #d15c03;
}

table.history th.year ,
table.history td.year {
	width: 5em;
	text-align: center;
}

table.history th.content ,
table.history td.content {
}

.goto {
	position: absolute;
	top: 200px;
	right: 100px;
	width: 80px;
	height: 200px;
	line-height: 200px;
	text-align: center;
	font-size: 200%;
	font-weight: bold;
	background: #000;
	border: 2px solid #fff;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	opacity: 0.8;
}

/*
@media only screen and (min-width : 2000px) {
	body {
		transform: scale(1.5);
		transform-origin: center top;
	}
}

@media only screen and (min-width : 2660px) {
	body {
		transform: scale(2);
		transform-origin: center top;
	}
}
*/

@media only screen and (max-width : 800px) {
	html,
	body {
		line-height: 1.6;
		background: #333;
	}

	h2 {
		font-weight: bold;
		font-size: 200%;
	}

	h3 {
		font-weight: bold;
		font-size: 120%;
	}

	#top {
		background: #000;
	}

	#top-photo {
		position: static;
		width: 100%;
		margin: 0;
	}

	#top-photo img {
		border-width: 0;
	}

	a:link {
		text-decoration: none;
	}

	#content {
		position: static;
		max-width: 100%;
	}

	#content .section {
		max-width: 100%;
		margin: 3em 1em;
	}

	#content .section .section {
		margin: 1em -1em;
		padding: 1em;
		background: rgba(0, 0, 0, 0.5);
	}

	#content h2 {
		position: static;
	}

	.self {
		float: right;
		margin: 0 0 0 1em;
		padding: 0;
	}

	.self img {
		width: 90px;
		height: 90px;
		border-style: solid;
		border-width: 3px;
		border-color: #000;
		-webkit-box-shadow: 0 0 5 5 #000000;
	}

	ul.profile-list {
		list-style: none;
		padding: 0;
		margin: 1em 0;
	}

	ul.profile-list li {
		padding: 0;
	}

	.section.with-screenshot {
		clear: both;
	}

	.section.with-screenshot p.screenshot {
		float: right;
		margin: 0 0 1em 1em;
	}

	.section.with-screenshot p.screenshot img {
		width: 120px;
		height: 91px;
		border-style: solid;
		border-width: 3px;
		border-color: #fff;
		-webkit-box-shadow: 0 0 5px 5px #000000;
	}

	hr {
		clear: both;
		visibility: hidden;
	}

	table.history {
		margin: 1em 0;
		width: 100%;
	}

	table.history thead {
		display: none;
	}

	table.history th ,
	table.history td {
		display: inline;
	}

	table.history tr {
		display: block;
		margin: 1em -1em;
		padding: 0.5em 1em;
		background: rgba(0, 0, 0, 0.5);
	}

	table.history td.type {
		padding: 0 0 0 0.5em;
	}

	table.history td.content {
		display: block;
	}

	table.history td.content a:link ,
	table.history td.content a:visited {
		color: #fff;
	}

	table.history td.year:after {
		content: "年";
	}

	.microformats-icon {
		display: none;
	}
}

