/* 背景 */
body{
	margin					: 0px;
	padding					: 0px;
	background-image		: url("../img/back.png");
	text-align				: center;
}
/* 全体 */
.container{
	width					: 96%;
	height					: auto;
	margin-right			: auto;
	margin-left				: auto;
}
/* 会社リンク */
.technosquare{
	text-align				: center;
	background-color		: #ffffff;
	padding					: 10px;
	-webkit-border-radius	: 10px;
	-moz-border-radius		: 10px;
}
/* トップ */
.menu-top{
	color					: #0;
	font-size				: large;
	padding					: 10px;
	-webkit-border-radius	: 10px;
	-moz-border-radius		: 10px;
}
/* 各タイトル */
.menu-line{
	color					: #fff;
	background				: #000080  url(../img/line.png) repeat-x scroll 0px 0px;
	padding					: 10px;
	-webkit-border-radius	: 10px 10px 0px 0px;
	-moz-border-radius		: 10px 10px 0px 0px;
}
/* アプリ一覧 */
.comment-applist{
	text-align				: center;
	background-color		: #ffffff;
	padding					: 5px;
	-webkit-border-radius	: 0px 0px 10px 10px;
	-moz-border-radius		: 0px 0px 10px 10px;
}
/* 機能一覧 */
.comment-kinou{
	text-align				: left;
	background				: #ffffff url(../img/android_kinou.gif);
	background-position		: 100% 100%;
	background-repeat		: no-repeat; padding-left: 20px;
	padding					: 10px;
	-webkit-border-radius	: 0px 0px 10px 10px;
	-moz-border-radius		: 0px 0px 10px 10px;
}
/* スクリーンショット */
.comment-screenshot{
	text-align				: center;
	background				: #ffffff url(../img/androids.png);
	background-repeat		: repeat-y; padding-left: 20px;
	background-position		: 100%;
	padding-top				: 10px;
	-webkit-border-radius	: 0px 0px 10px 10px;
	-moz-border-radius		: 0px 0px 10px 10px;
}
/* ダウンロード */
.comment-dl{
	text-align				: center;
	background: #ffffff;
	padding					: 10px;
	-webkit-border-radius	: 0px 0px 10px 10px;
	-moz-border-radius		: 0px 0px 10px 10px;
}
/* ダウンロード */
.comment-link{
	text-align				: center;
	background: #ffffff;
	padding					: 10px;
	-webkit-border-radius	: 0px 0px 10px 10px;
	-moz-border-radius		: 0px 0px 10px 10px;
}
/* お問い合わせ */
.comment-info{
	text-align				: center;
	background				: #ffffff;
	padding					: 10px;
	-webkit-border-radius	: 0px 0px 10px 10px;
	-moz-border-radius		: 0px 0px 10px 10px;
}
/* テキスト左寄席 */
.text-left{
	width					: 280px;
	margin-left				: auto;
	margin-right			: auto;
	text-align				: left;
}
/* アプリ紹介 */
.text-left-android{
	width					: 280px;
	margin-left				: auto;
	margin-right			: auto;
	text-align				: left;
	background				: #ffffff url(../img/android2.png);
	background-repeat		: no-repeat; padding-left: 20px;
	background-position		: 100% 99%;
	padding					: 5px;
	-webkit-border-radius	: 10px;
	-moz-border-radius		: 10px;
}
/* アプリ紹介 */
.text-left-iphone{
	width					: 280px;
	margin-left				: auto;
	margin-right			: auto;
	text-align				: left;
	background				: #ffffff url(../img/iphone3gs.png);
	background-repeat		: no-repeat; padding-left: 20px;
	background-position		: 100% 99%;
	padding					: 5px;
	-webkit-border-radius	: 10px;
	-moz-border-radius		: 10px;
}
/* アプリ紹介 */
.text-left-wphone{
	width					: 280px;
	margin-left				: auto;
	margin-right			: auto;
	text-align				: left;
	background				: #ffffff url(../img/wphone-bg.jpg);
	background-repeat		: no-repeat; padding-left: 20px;
	background-position		: 100% 99%;
	padding					: 5px;
	-webkit-border-radius	: 10px;
	-moz-border-radius		: 10px;
}
/* モバイルアプリ一覧へ */
.menu-top{
	color					: #0;
	padding					: 10px;
	-webkit-border-radius	: 10px;
	-moz-border-radius		: 10px;
}

