@charset "UTF-8";
body {
	color: #666;
	background-image: url(back_body.png);
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	padding: 0;
	margin: 0;
}
h1 {
	font-size: xx-large;
	text-align: center;
	line-height: 1;
}
a img{
	text-decoration: none;
}
#subTitle {
	font-size: small
}
h2, p {
	margin-top:0;
}
h2 {
	margin-bottom: 10px;
}
p {
	font-size: small;
}
article {
	background-color: #FFF;
	border-radius: 20px;
	min-width: 450px;
	max-width: 450px;
	min-height: 180px;
	max-height: 120px;
	margin: auto;
	margin-bottom: 30px;
	padding: 20px;
}
h2 {
	float: right;
	min-width: 250px;
	max-width: 600px;
	color: #0368B8;
	text-align: center;
}
.appIcon {
	float: left;
	max-width: 175px;
	max-height: 175px;
	margin-bottom: 0;
}
.appIcon img {
	border-radius: 30px;
	box-shadow: 0 3px 5px rgba(0, 0, 0, .4);
}
.appInfo {
	max-width: 400px;
	clear: right;
	margin-left: 200px;
	margin-bottom: 0;
	text-align: center;
}
.badge {
	text-align: center;
}
footer {
	color: #CCC;
	background-color: #333;
	text-align: center;
	padding: 10px 0 10px 0px;
	border-top: solid #CCC 1px;
	min-height: 50px;
	max-height: 1000px;
}
