/*===============================================
mobileapps.css
2011/11/17作成
===============================================*/

/* 上書き */
DIV#MainArea960 .Section {
	padding: 0 0 30px;

}

.ContentInner h2 {
	border-left: 3px double #333366;
	padding: 3px 5px;
}

/* フォント指定 */

.ContentInner h2,
.appinfo table th {
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.ContentInner h2 span{
	font-size: 75%;
	font-weight: normal;
}

.Section#ap1 {
	background:url(img/ic_3dplace_72.jpg) left top no-repeat;
	min-height: 72px;
}

.Section#ap2 {
	background:url(img/ic_3dillustar_72.jpg) left top no-repeat;
	min-height: 72px;
}

.Section#ap3 {
	background:url(img/ic_photoresizer_72.jpg) left top no-repeat;
	min-height: 72px;
}

.Section#ap4 {
	background:url(img/ic_mokujiku_72.jpg) left top no-repeat;
	min-height: 72px;
}
.Section#ap5 {
	background:url(img/ic_iecloud_72.jpg) left top no-repeat;
	min-height: 72px;
}
.Section#ap6 {
	background:url(img/ic_nazotte_72.jpg) left top no-repeat;
	min-height: 72px;
}
.Section#ap7 {
	background:url(img/ic_liquidlogic_72.jpg) left top no-repeat;
	min-height: 72px;
}
.appinfo {
	margin-left: 92px;
}

.appinfo .appimg{
	margin: 0 0 10px 10px;
	float: right;
}

.appinfo p.terminal{
	color: #333366;
	margin-bottom: 15px;
}

.appinfo p.terminal span{
	margin: 0 3px;
	padding: 3px 5px;
	color: #EEEEEE;
	background-color: #333366;
/*	border: 1px solid #CCCCCC;	*/
}

.appinfo p.GoDetail a {
	display: block;
	text-indent: -9999px;
	background: url(img/btn_go_detail.gif) no-repeat left top;
	width: 108px;
	height: 20px;
	overflow: hidden;
}
.appinfo p.GoDetail a:hover,
.appinfo p.GoDetail a:active {
	background: url(img/btn_go_detail.gif) no-repeat left bottom;
}

.appinfo table {
	border-collapse: collapse;
}


.appinfo table th,
.appinfo table td{
	padding: 5px 10px;
	font-size: 75%;
	line-height: 140%;
	border: 1px solid #CCC;
}

.appinfo table th{
	background:url(img/bg_appinfo_table.jpg) left top repeat-x;
	background-color: #DDDDDD;
	font-size: 90%;
	font-weight: normal;
}

.appinfo dl{
	margin: 0 0 0.6em 0;
}
/*
.appinfo dl dt,
.appinfo dl dd{
	border-bottom: 1px dashed #CCC;
}
*/

.appinfo dl dt{
	color: #333333;
	font-weight: bold;
	margin: 0;
	padding: 0;
	width: 70px;
	float: left;
}

.appinfo dl dd{
	margin: 0 0 8px 80px;
	padding: 0 0.4em;
	border-left: 3px double #CCC;	
}

A.dl_appstore{

	display: inline-block;
	float:left;
}

A.dl_andmarket{


	display: inline-block;
	float:right;
}


