@media screen and (min-width: 769px) {
	img {
		max-width: 100%;
		height: auto;
		width: auto;
	}
	#container {
		width: 100%;
		max-width: 1024px;
 		margin-left: auto;
 		margin-right: auto;
	}
}

/******************************************
 * Common
 ******************************************/
* {
	color: #333;
	font-family:Avenir , "Open Sans" , "Helvetica Neue" , Helvetica , Arial , Verdana , Roboto , "游ゴシック" , "Yu Gothic" , "游ゴシック体" , "YuGothic" , "ヒラギノ角ゴ Pro W3" , "Hiragino Kaku Gothic Pro" , "Meiryo UI" , "メイリオ" , Meiryo , "ＭＳ Ｐゴシック" , "MS PGothic" , sans-serif;
}
body {
	margin: 0;
	background-color: #fafafa;
}
#header {
	padding-top: 10px;
}
#container {
	background-color: #fff;
}
#content {
	padding: 0 10px;
}
.copyright {
	font-size: 0.7em;
	text-align: center;
}
.button {
	border: 1px solid #ccc;
	margin: 5px 0;
	padding: 5px;
	width: 60px;
	font-size: 0.9em;
	text-align: center;
	background: #fafafa;
	display: inline-block;
	cursor: pointer;
}
.button a {
	font-size: 0.9em;
	color: #06c;
}
h1,h2,h3,h4,h5 {
	margin: 0;
	padding: 0;
	font-size: 1.0em;
}
h2 {
	border-left: solid 10px #30251E;
	margin-top: 30px;
	padding-left: 10px;
}
.clear {
	clear: both;
}
p {
	font-size: 0.9em;
}

/******************************************
 * Menu
 ******************************************/
.menu ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
	height: 50px;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30251e+0,4f4332+51,30251e+100 */
background: #30251e; /* Old browsers */
background: -moz-linear-gradient(top, #30251e 0%, #4f4332 51%, #30251e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #30251e 0%,#4f4332 51%,#30251e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #30251e 0%,#4f4332 51%,#30251e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30251e', endColorstr='#30251e',GradientType=0 ); /* IE6-9 */
}
.menu li {
	padding: 0 15px;
	height: 50px;
	display: inline-block;
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#30251e+0,4f4332+51,30251e+100 */
background: #30251e; /* Old browsers */
background: -moz-linear-gradient(top, #30251e 0%, #4f4332 51%, #30251e 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(top, #30251e 0%,#4f4332 51%,#30251e 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to bottom, #30251e 0%,#4f4332 51%,#30251e 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#30251e', endColorstr='#30251e',GradientType=0 ); /* IE6-9 */
}
.menu li:hover {
    background: #30251E;
}
.menu li a {
	color: #fff;
	height: 50px;
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	text-decoration: none;
}

/******************************************
 * Profile
 ******************************************/

table.profile-list {
	border-collapse: collapse;
	text-align: left;
	line-height: 2.4;
}
table.profile-list th {
	padding: 8px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
}
table.profile-list td {
	padding: 8px;
	font-size: 0.8em;
	vertical-align: center;
	border: 1px solid #ccc;
}

/******************************************
 * Developments
 ******************************************/

table.dev-history {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.2;
}
table.dev-history th {
	padding: 8px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
}
table.dev-history td {
	padding: 8px;
	font-size: 0.8em;
	vertical-align: center;
	border: 1px solid #ccc;
}

/******************************************
 * App list
 ******************************************/

table.app-list {
	border-collapse: collapse;
	text-align: left;
	line-height: 1.2;
}
table.app-list th {
	padding: 8px;
	font-size: 0.9em;
	font-weight: bold;
	text-align: center;
	border: 1px solid #ccc;
}
table.app-list td {
	padding: 8px;
	font-size: 0.8em;
	vertical-align: center;
	border: 1px solid #ccc;
}
table.app-list img {
	max-height: 250px;
}

table.app-list img.google {
	width: 150px;
}
table.app-list img.ios {
	width: 150px;
}

/******************************************
 * Footer
 ******************************************/
#footer {
	padding-bottom: 5px;
	background-color: #30251E;
}
#footer * {
	color: #fff;
}
#footer .menu {
	font-size: 0.8em;
}
#footer .menu ul {
	text-align: center;
	background: #30251E;
}
#footer .menu li {
	background: #30251E;
}
#footer .menu li:hover {
	background-color: #30251E;
	text-decoration: underline;
}
