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

スマホ学習コンテンツ　PC画面用

**/

.smartphoneStudy_body {
	background-image:url(../../images/pc/smartphone_body.png);
	background-repeat: no-repeat;
	width:487px;
	min-height:786px;
	margin: 20px auto;
	position: relative;
}

.smartphoneStudy_display {
	width: 446px;
	min-height: 492px;
	position: absolute;
	left: 25px;
	top: 148px;
	z-index: 4;
}
.smartphoneStudy_display #smartphoeDisplay {
	width: 446px;
	min-height: 492px;
}

.smartphoneStudy_expantion {
	position: absolute;
	width: 487px;
	height: 146px;
	left: 0;
	top: 640px;
	z-index: 2;
}
.smartphoneStudy_expantionBody {
	background-image:url(../../images/pc/smartphone_expantionBody.png);
	background-repeat: repeat-y;
	height: 0px;
}
.smartphoneStudy_BtnArea {
	background-image:url(../../images/pc/smartphone_body.png);
	background-position: 0 -640px;
	position: relative;
	width:487px;
	height: 146px;
}

.homeBtn,
.homeBtn:visited {
	display: block;
	width: 92px;
	height: 92px;
	position: absolute;
	left: 203px;
	top: 24px;
	cursor: pointer;
	text-decoration: none;
}

.homeBtn:active {
}
