@charset "utf-8";

/* =======================================

	E2 WEBSITE ContentsElements

======================================= */

/* ------------------------------------

	product	--商品--

------------------------------------ */
#product {
	width: 900px;
	font-size: 110%;
	padding-bottom: 80px;
}


#product #pc{
	width: 630px;
	float:left;
	display: inline;
}

#product #mobile{
	width: 240px;
	float:right;
	display: inline;
}

#product #pc span,
#product #mobile span{
	float: right;
	text-align: right;
	width: 100%;
	}

#product #pc a.os,
#product #mobile a.os{
	background: transparent url(../img/icon_official.gif) no-repeat top left;
	padding-left: 15px;
	color: #ed3200;
	}



/* ------------------------------------
	#pc PCサービス
------------------------------------ */
#product #pc h2{
	background: transparent url(../img/ttl_pc.gif) no-repeat top left;
	width: 350px;
	height: 43px;
	text-indent: -9999px;
	margin-bottom: 20px;
	margin-top: 40px;
}

#product #pc .contents{
	width: 630px;
	border-top: solid 1px #242424;
	line-height: 160%;

}
#product #pc .last{
	width: 630px;
	border-bottom: solid 1px #242424;
}

#product #pc .contents .detail{
	width: 260px;
	float: left;
	display: inline;
	padding: 40px 30px 20px 0;
	}

#product #pc .contents .image{
	width: 310px;
	float: left;
	display: inline;
	padding: 0 0 0 30px;
	}


/*---h3 サービス名---*/

#product #pc .contents h3{
	width: 280px;
	display: block;
}

/* ------------------------------------
	#mobile 携帯公式事業
------------------------------------ */

#product #mobile h2{
	background: transparent url(../img/ttl_mobile.gif) no-repeat top left;
	width: 240px;
	height: 43px;
	text-indent: -9999px;
	margin-bottom: 20px;

}

#product #mobile .contents{
	width: 240px;
	padding:20px 0;
	border-top: solid 1px #242424;

}
#product #mobile .last{
	width: 240px;
	border-bottom: solid 1px #242424;
}

#product #mobile .contents .body{
	width: 170px;
	height: 255px;
	background: transparent url(../img/bg_mobile.gif) no-repeat top left;
	margin: 0 35px;
}

#product #mobile .contents .body .qr{
	margin:70px 0 0 25px;
}


#product #mobile .contents  p{
	width: 240px;
	text-align: justify;
	text-justify: distribute;
	line-height: 160%;
}


/*---h3 サービス名---*/

#product #mobile .contents h3.rush{
	background: transparent url(../img/ttl_rush.gif) no-repeat top left;
	width: 170px;
	height: 36px;
	text-indent: -9999px;
	margin: 10px 35px;
}

#product #mobile .contents h3.songbook{
	background: transparent url(../img/ttl_songbook.gif) no-repeat top left;
	width: 210px;
	height: 45px;
	text-indent: -9999px;
	margin: 10px 15px;
}


/*---product clearfix---*/


#product:after,
#product #pc .contents:after,
#product #mobile .contents:after{
	content: ".";
	height: 0;
	clear: both;
	display: block;
	visibility: hidden;
}


#product,
#product #pc .contents,
#product #mobile .contents
 {
	display: inline-block;
}



/*--iphone--*/
#product #pc h2.iphone{
	background: transparent url(../img/ttl_iphone.gif) no-repeat top left;
	width: 370px;
	height: 61px;
	text-indent: -9999px;
	margin-bottom: 5px;
	margin-top: 0;
}

p.iphone{
	text-align: left!important;
	
	}
