@charset "utf-8";

/* ----------------------------------------------------------
　Total Style
---------------------------------------------------------- */
html {
	width: 100%;
	font-size: 62.5%;
	}

body {
	width: 100%;
	min-width: 1200px;
	font-size: 12px;
	font-size: 1.2rem;
	font-family: "ＭＳ Ｐゴシック", "Osaka";
	color: #555;
	background: #ffffcc;
	line-height: 180%;
	-webkit-text-size-adjust: 100%;
	}

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	margin: 0;
	padding: 0;
	}

/* clearfix */
.clearfix:before,
.clearfix:after {
	content:"";
	display:block;
	overflow:hidden;
	}

.clearfix:after {clear: both;}
.clearfix       {zoom: 1;}

/* normalize 対策 */
h1,h2,h3,h4,h5,h6,p,ul,li,dl,dt,dd,figure {
	margin: 0;
	padding: 0;
	list-style: none;
	}

img {
	border: 0;
	vertical-align: top;
	}

li img {
	vertical-align: bottom;
	}

/* font */
.text10    {font-size: 10px; font-size: 1.0rem;}
.text12    {font-size: 12px; font-size: 1.2rem;}
.text14    {font-size: 14px; font-size: 1.4rem;}
.text16    {font-size: 16px; font-size: 1.6rem;}
.text18    {font-size: 18px; font-size: 1.8rem;}
.text20    {font-size: 20px; font-size: 2.0rem;}
.text24    {font-size: 24px; font-size: 2.4rem;}

/* ruby */
rt         {font-size: 7px; font-size: 0.7rem;}

/* style */
.normal    {font-weight: normal;}
.bold      {font-weight: bold;}

/* color */
.red       {color: #ff0000;}
.gray      {color: #666666;}
.white     {color: #ffffff;}
.black     {color: #333333;}

/* link */
a          {color: #ff50ab;}
a:hover    {opacity: 0.8;}

/* indent */
.indent {
	text-indent: -1em;
	padding: 0 0 0 1em;
	display: block;
	}

/* margin */
.mt5     {margin-top: 5px;}
.mt10    {margin-top: 10px;}
.mt20    {margin-top: 20px;}
.mt30    {margin-top: 30px;}
.mt40    {margin-top: 40px;}
.mt50    {margin-top: 50px;}

.mr5     {margin-right: 5px;}
.mr10    {margin-right: 10px;}
.mr20    {margin-right: 20px;}
.mr30    {margin-right: 30px;}
.mr40    {margin-right: 40px;}
.mr50    {margin-right: 50px;}

.mb5     {margin-bottom: 5px;}
.mb10    {margin-bottom: 10px;}
.mb20    {margin-bottom: 20px;}
.mb30    {margin-bottom: 30px;}
.mb40    {margin-bottom: 40px;}
.mb50    {margin-bottom: 50px;}

.ml5     {margin-left: 5px;}
.ml10    {margin-left: 10px;}
.ml20    {margin-left: 20px;}
.ml30    {margin-left: 30px;}
.ml40    {margin-left: 40px;}
.ml50    {margin-left: 50px;}

/* padding */
.pt5     {padding-top: 5px;}
.pt10    {padding-top: 10px;}
.pt20    {padding-top: 20px;}
.pt30    {padding-top: 30px;}
.pt40    {padding-top: 40px;}
.pt50    {padding-top: 50px;}

.pr5     {padding-right: 5px;}
.pr10    {padding-right: 10px;}
.pr20    {padding-right: 20px;}
.pr30    {padding-right: 30px;}
.pr40    {padding-right: 40px;}
.pr50    {padding-right: 50px;}

.pb5     {padding-bottom: 5px;}
.pb10    {padding-bottom: 10px;}
.pb20    {padding-bottom: 20px;}
.pb30    {padding-bottom: 30px;}
.pb40    {padding-bottom: 40px;}
.pb50    {padding-bottom: 50px;}

.pl5     {padding-left: 5px;}
.pl10    {padding-left: 10px;}
.pl20    {padding-left: 20px;}
.pl30    {padding-left: 30px;}
.pl40    {padding-left: 40px;}
.pl50    {padding-left: 50px;}



/* ----------------------------------------------------------
/* TOP
---------------------------------------------------------- */
#main {
	width: 745px;
	height: 559px;
	margin: 0 auto;
	position: relative;
	overflow: hidden;
	}

#main h1 {
	top: 125px;
	left: 18px;
	position: absolute;
	}


/* nav
---------------------------------------------------------- */
#main nav {
	width: 142px;
	height: 528px;
	background: url(../images/top/bg_navi.png) no-repeat;
	top: 25px;
	left: 10px;
	padding: 164px 0 0 0;
	position: absolute;
	z-index: 200;
	}

#main nav ul li a {
	overflow: hidden;
	text-indent: 100%;
	white-space: nowrap;
	display: block;
	opacity: 1;
	}

/* megumi room */
#main nav ul li.megumi a {
	width: 120px;
	height: 50px;
	background: url(../images/top/btn_megumi_room.png) no-repeat;
	background-position: 34px 9px;
	}

#main nav ul li.megumi a:hover {
	background: url(../images/top/btn_megumi_room_ov.png) no-repeat;
	background-position: 34px 9px;
	}

/* radio */
#main nav ul li.radio a {
	width: 120px;
	height: 43px;
	background: url(../images/top/btn_radio.png) no-repeat;
	background-position: 13px 13px;
	margin: 0 0 0 12px;
	}

#main nav ul li.radio a:hover {
	background: url(../images/top/btn_radio_ov.png) no-repeat;
	background-position: 13px 13px;
	}

/* blog */
#main nav ul li.blog a {
	width: 120px;
	height: 43px;
	background: url(../images/top/btn_blog.png) no-repeat;
	background-position: 48px 12px;
	margin: -4px 0 0 3px;
	}

#main nav ul li.blog a:hover {
	background: url(../images/top/btn_blog_ov.png) no-repeat;
	background-position: 48px 12px;
	}

/* release */
#main nav ul li.release a {
	width: 125px;
	height: 42px;
	background: url(../images/top/btn_release.png) no-repeat;
	background-position: 7px 10px;
	margin: -3px 0 0 8px;
	}

#main nav ul li.release a:hover {
	background: url(../images/top/btn_release_ov.png) no-repeat;
	background-position: 7px 10px;
	}

/* news */
#main nav ul li.news a {
	width: 120px;
	height: 42px;
	background: url(../images/top/btn_news.png) no-repeat;
	background-position: 42px 11px;
	margin: -4px 0 0 3px;
	}

#main nav ul li.news a:hover {
	background: url(../images/top/btn_news_ov.png) no-repeat;
	background-position: 42px 11px;
	}


/* 吹き出し
---------------------------------------------------------- */
/* megumi room */
#main nav ul li.megumi .balloon {
	width: 430px;
	height: 128px;
	top: 120px;
	left: 140px;
	background: url('../images/top/balloon.png') no-repeat;
	position: absolute;
	display: none;
	}

#main nav ul li.megumi .balloon .balloon_txt {
	top: 40px;
	left: 70px;
	float:left;
	position: absolute;
	}

#main nav ul li.megumi .balloon .balloon_message {
	width: 145px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.2em;
	top: 38px;
	left: 275px;
	float:right;
	position: absolute;
	}

/* radio */
#main nav ul li.radio .balloon {
	width: 583px;
	height: 181px;
	top: 140px;
	left: 140px;
	background: url('../images/top/balloon_radio.png') no-repeat;
	position: absolute;
	display: none;
	}

#main nav ul li.radio .balloon .balloon_txt {
	top: 43px;
	left: 105px;
	float:left;
	position: absolute;
	}

#main nav ul li.radio .balloon .balloon_message {
	width: 150px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.1em;
	top: 40px;
	left: 360px;
	float:right;
	position: absolute;
	}

/* blog */
#main nav ul li.blog .balloon {
	width: 583px;
	height: 181px;
	top: 177px;
	left: 140px;
	background: url('../images/top/balloon_radio.png') no-repeat;
	position: absolute;
	display: none;
	}

#main nav ul li.blog .balloon .balloon_txt {
	top: 53px;
	left: 105px;
	float:left;
	position: absolute;
	}

#main nav ul li.blog .balloon .balloon_message {
	width: 130px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.1em;
	top: 50px;
	left: 390px;
	float:right;
	position: absolute;
	}

/* release */
#main nav ul li.release .balloon {
	width: 430px;
	height: 128px;
	top: 245px;
	left: 140px;
	background: url('../images/top/balloon.png') no-repeat;
	position: absolute;
	display: none;
	}

#main nav ul li.release .balloon .balloon_txt {
	top: 39px;
	left: 70px;
	float:left;
	position: absolute;
	}

#main nav ul li.release .balloon .balloon_message {
	width: 150px;
	font-size: 11px;
	line-height: 1.2em;
	top: 39px;
	left: 275px;
	float:right;
	position: absolute;
	}

/* news */
#main nav ul li.news .balloon {
	width: 430px;
	height: 128px;
	top: 283px;
	left: 140px;
	background: url('../images/top/balloon.png') no-repeat;
	position: absolute;
	display: none;
	}

#main nav ul li.news .balloon .balloon_txt {
	top: 39px;
	left: 70px;
	float:left;
	position: absolute;
	}

#main nav ul li.news .balloon .balloon_message {
	width: 150px;
	font-size: 11px;
	font-size: 1.1rem;
	line-height: 1.1em;
	top: 35px;
	left: 270px;
	float:right;
	position: absolute;
	}


/* 妖精
---------------------------------------------------------- */
#yosei {
	top: 100px;
	left: 100px;
	position: absolute;
	transform:rotate(180deg);
	z-index: 9999;
	}

#yosei-track {
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	position: absolute;
	display: block;
	}


/* banner
---------------------------------------------------------- */
ul#banner {
	top: 410px;
	left: 12px;
	position: absolute;
	z-index: 201;
	}

ul#banner li {
	margin: 0 0 5px 0;
	}


/* banner_sp
---------------------------------------------------------- */
ul#banner_sp {
	top: 12px;
	right: 12px;
	position: absolute;
	z-index: 100;
	}

ul#banner_sp li {
	margin: 0 0 5px 0;
	}

ul#banner_sp li.live {
	width: 395px;
	height: 60px;
	background: url(../images/top/bnr_1st_live_bg.png) no-repeat;
	position: relative;
	}

ul#banner_sp li.live ul {
	top: 10px;
	right: 10px;
	position: absolute;
	}

ul#banner_sp li.live ul li {
	margin: 0 5px 0 0;
	float: left;
	}


/* whats new
---------------------------------------------------------- */
#whatsnew {
	width: 167px;
	height: 145px;
	color: #333;
	bottom: 30px;
	right: 70px;
	position: absolute;
	overflow: hidden;
	z-index: 100;
	}

#whatsnew dl dt ,
#whatsnew dl dd ,
#whatsnew dl dd a {
	font-size: 10px;
	font-size: 1.0rem;
	line-height: 150%;
	}

#whatsnew dl dt {
	font-weight: bold;
	}

#whatsnew dl dd {
	margin: 0 0 10px 0;
	}

#whatsnew dl dd a {
	color: #ff6666;
	}


/* footer
---------------------------------------------------------- */
footer p {
	width: 745px;
	font-size: 12px;
	font-size: 1.2rem;
	text-align: center;
	margin: 0 auto;
	padding: 15px 0;
	}
