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

/* pc */
#head_logo_pc {
	width:780px;
	margin:0 auto;
	margin-top:-43px;
    background: url(../img/header_pc.jpg) no-repeat left -20px;
	padding:15px 10px 25px;
}
#head_logo_pc .left {
	width:200px;
	float:left;
}
#head_logo_pc .right {
	width:560px;
	float:right;
	padding-top:15px;
	text-align:right;
}

#head_logo_ipad {
	width:860px;
	margin:0 auto;
	margin-top:-70px;
    background: url(../img/header_ipad.jpg) no-repeat left -20px;
	padding:15px 10px 25px;
}
#head_logo_ipad .left {
	width:200px;
	float:left;
}
#head_logo_ipad .right {
	width:560px;
	float:right;
	padding-top:15px;
	text-align:right;
}

#head_logo_android {
	margin-top:-50px;
    background: url(../img/header_android.jpg) no-repeat center top;
	padding:10px 20px;
}
#head_logo_android .left {
	text-align:left;
	margin-bottom:7px;
}
#head_logo_android .right {
	text-align:right;
}

#head_logo_iphone {
	margin-top:-50px;
    background: url(../img/header_iphone.jpg) no-repeat center top;
	padding:10px 20px;
}
#head_logo_iphone .left {
	text-align:left;
	margin-bottom:7px;
}
#head_logo_iphone .right {
	text-align:right;
}


/* for modern brouser */
.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  font-size:0;	
  clear: both; 
  visibility:hidden;
}
.clearfix {
        display: inline-block;
		overflow:hidden;
		_overflow:visible;
}
/* Hides from IE-mac \*/
* html .clearfix {
        height: 1%;
}
.clearfix {
        display: block;
}/* End hide from IE-mac */