﻿@charset "utf-8";
*{
	margin:0;
	padding:0;
}
img{
	vertical-align:bottom;
}
ul,li {
	margin:0;
	padding:0;
	list-style-type:none;
}

body {
	font-family: 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, Osaka, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-serif;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background: url(../images/top/bg_top.jpg) no-repeat,#FF99CC;
	-webkit-text-size-adjust: 100%;
}
#toparea{
	position:relative;
	height:1375px;
}
#toparea:before {
	content: "";
	position: absolute;
	top: 0;
	width: 750px;
	height: 36px;
	background: url(../images/common/img_border.png) no-repeat top;
}
#toparea h1{
	position:absolute;
	top:734px;
	left:137px;
}
#toparea h2{
position: absolute;
    top: 1038px;
    left: 126px;
}
#toparea .text01{
	position:absolute;
	top:37px;
	left:270px;
}
#toparea .text02{
    position: absolute;
    top: 1107px;
    left: 92px;
}
#toparea .lessonBtn .iframe{
    position: absolute;
    top: 1185px;
    left: 390px;
}
#toparea .lessonBtn .iframe2{
    position: absolute;
    top: 1185px;
    left: 155px;
}

#topics{
	position:relative;
	width:708px;
	height:550px;
	margin:35px auto 0;
	background:url(../images/top/img_topics.png) no-repeat;
}
#topics div::-webkit-scrollbar{
  width: 14px;
}
#topics div::-webkit-scrollbar-track{
  background: #FFE8F7;
  border: none;
  border-radius: 10px;
}
#topics div::-webkit-scrollbar-thumb{
  background: #FF72CF;
  border-radius: 10px;
  box-shadow: none;
}
#topics .newsDetail{
	position:absolute;
	width:580px;
	height:385px;
	top:125px;
	left:0;
	right:0;
	margin:0 auto;
	padding:0 30px 0 20px;
	overflow-y: scroll;
}
#topics .newsDetail p{
	overflow:hidden;
	padding: 30px 0;
	border-bottom: 3px dotted #FF72CF;
}
#topics .newsDetail p span{
	display: block;
	font-size: 26px;
	color: #1AECEC;
	padding-bottom: 5px;
}
#topics .newsDetail p a{
	color: #333;
	font-size: 30px;
	text-decoration: none;
}
#topics .btnMore{
	position:absolute;
	bottom:75px;
	left:0;
	right:0;
	text-align:center;
}
#mae{
	text-align:center;
	margin:20px 0;
}
#pre{
	text-align:center;
	margin:20px 0 40px;
}
#btnArea{
	overflow:hidden;
	width: 88%;
	margin:20px auto 45px;
	text-align:center;
	letter-spacing: -.40em;
}
#btnArea li{
	display:inline-block;
	letter-spacing: normal;
	margin:0 20px 0 0;
}
#btnArea li:nth-child(3),
#btnArea li:last-child{
	margin:0;
}
#billing{
	text-align:center;
	margin:0 0 30px;
}
/* hamburger*/
#menuBtn {
	position: fixed;
	width: 104px;
	height: 100px;
	top:44px;
	right:25px;
	z-index:2060;
	background: url(../images/common/btn_menu.png) no-repeat;
}
#menuBtn.active {
	background: url(../images/common/btn_close.png) no-repeat;
}
#headMenu {
	position:absolute;
	width: 100%;
	margin: 0 auto;
	top:155px;
	z-index:2050;
}
#headMenu li {
	width: 100%;
	margin: 0;
	padding: 0;
}
#overLay {
	display: none;
	width: 100%;
	height:100%;
	text-align: center;
	position: fixed;
	top: 0;
	background:#FF99CC;
	z-index:1500;
	overflow-y:scroll;
}
#overLay:before {
	content: "";
	position: absolute;
	top: 0;
	left:0;
	width: 750px;
	height: 36px;
	background: url(../images/common/img_border.png) no-repeat top;
}
#copy{
	text-align:center;
	margin:100px 0 0;
	padding:25px 0;
	background:#FF99CC;
}
/*twitter*/
.twitter{
	position: relative;
	width: 710px;
	height: 550px;
	margin: 0 auto;
	background: url(../images/top/bg_twitter.png) no-repeat center top;
}
.officialTwitter{
	position: absolute;
	top: 140px;
	left: 0;
	right: 0;
	text-align: center;
}
.twitterArea{
	position: absolute;
	top: 250px;
	left: 0;
	right: 0;
	background-color: #fff;
	width: 540px;
	height: 245px;
	margin: 0 auto;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
.twitterArea iframe{
	width: 540px!important;
}
/*bnr*/
.bnr {
	margin: 30px 30px 20px;
}
.bnr li {
	margin:20px 0;
}
.bnr li img {
	width: 100%;
}

.bnrSmall{
	text-align:center;
}
.bnrSmall li{
	margin: 0 0 20px 0;
}