@charset "utf-8";
/* CSS Document */

*{margin:0; padding:0;}

#pcheader {
				display: none;
			}

#mainframe{
	margin:0 auto;
}

#transfer_content{
	width:912px;
	text-align:left;
}

.clf{zoom: 100%;}
.clf:after{   	/* clearfix */
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}

#transfer_content:after, #transfer_list:after{
    content: ".";   
    display: block;   
    visibility: hidden;   
    height: 0.1px;   
    font-size: 0.1em;   
    line-height: 0;   
    clear: both;
}



DIV.clear{clear:both;}

/* header */

#top_logo{
	width:912px;
	height:30px;
	padding:10px 0;
	border-bottom:2px #666 solid;
}

#top_logo #logo{
	float:left;
}

#top_logo p{
	float:right;
	padding-top:10px;
}

/* title */

#transfer_content h1{background: url(../img/h1_img_transfer.gif) no-repeat;width:912px;height:122px; margin-top:15px;}
#transfer_content h2{background: url(../img/h2_img_lineup.gif) no-repeat;width:190px;height:29px;}

h1 span,
h2 span,
h3 span{
	display:none
	}

	
/* layout */


#transfer_list{
	width:895px;
	margin:30px auto;	
}

#transfer_list .item{
	width:291px;
	position:relative;
	float:left;
	margin-top:11px;
	margin-right:11px;
}

#transfer_list .item_last{
	width:291px;
	position:relative;
	float:right;
	margin-top:11px;
}

#iphone{background:url(../img/img_iphone.jpg) 0 0 no-repeat; height:411px;}
#android{background:url(../img/img_android.jpg) 0 0 no-repeat; height:411px;}
#wp{background:url(../img/img_wp.jpg) 0 0 no-repeat; height:411px;}
#ipad{background:url(../img/img_ipad.jpg) 0 0 no-repeat; height:411px;}
#tablet{background:url(../img/img_tablet.jpg) 0 0 no-repeat; height:411px;}
#win8{background:url(../img/img_win8.jpg) 0 0 no-repeat; height:411px;}


#transfer_list .detial{
	position:absolute;
	top:287px;
	left:185px;
	width:93px;
}

#transfer_list .link{
	position:absolute;
	top:350px;
	left:144px;	
}



/* dl_area */

#dl_area{
	width:912px;
	height:88px;
	background:#e3e3e3;
	position:relative;
	clear:both;
}

#dl_area h3{
	position:absolute;
	width:199px;
	height:26px;
	background:url(../img/title_dl.png) no-repeat;
	left:16px;
	top:16px;
}

#dl_area p{
	position:absolute;
	left:16px;
	bottom:16px;
}

#dl_area DIV.dl_btn{
	position:absolute;
	width:272px;
	height:36px;
	right:19px;
	top:34px;
}

#dl_area DIV.dl_btn a{
	width:272px;
	height:36px;
	display:block;
	text-indent:-9898px;
	background:url(../img/win8_dl_btn.gif) no-repeat;
	background-position:0px 0px;
}

#dl_area DIV.dl_btn a:hover{
	background-position:0px -36px;
}

DIV.space{
	width:912px;
	height:50px;
}

/* P */

p{
	color:555;
	font-size:14px;
	line-height:26px;
}

P#map_copyright{ padding-bottom:11px; text-align:right; font-size:9px; color:#999999;}
	
#id-content p.attention{
	font-size:12px;
	color:#666;
	padding-top:10px;
}