body, header, footer, section, article, h1, h3, h4, div, p{
  padding: 0;
  margin: 0;
  font-family: 'Lucida Grande','Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
  letter-spacing: 1px;
  }

  
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
ul,ol,dl{
  list-style:none;
  padding: 0;
  margin: 0;
}
li{
  display:list-item;
  zoom:normal;
  padding: 0;
  margin: 0;
}
  

body {
		background: url(../img/bg_top.jpg) center top no-repeat scroll;
	padding: 10px 0 0 0;
} 


/*header nav {
	background:url(../img/nav_bg.png) left top no-repeat;
	height:56px;
	width: 1030px;
	float: right;
	padding: 11px 0 10px 25px;
}
*/
header nav {
	background:url(../img/nav_bg_c.png) left top no-repeat;
	height:56px;
	width: 1030px;
	float: none;
	padding: 11px 0 10px 20px;
	margin: 0 auto;
}

header nav ul li {
	float:left;	
}

.clearfix {
  zoom: 1; }
  
  .clearfix:after {
    display: block;
    content: "";
    clear: both; }

/*.container {
	width:1040px;
	float:right;
	margin-right:15px;
	clear: both;	
}

*/

.container {
	width: 1040px;
	float: none;
	margin-right: 0px;
	margin: 0 auto;
	padding-bottom: 12px;
	overflow: hidden;
}


#mainContainer {
	width:810px;
	float:left;
}

.mainContentTop {
	width:810px;
	height:16px;
	padding-bottom:1px;
}

.mainContentBottom {
	width:810px;
	height:16px;
}

.mainContentBottom img {
	vertical-align:top;	
}


.mainContent {
	width:810px;
    background-image: url(../img/contents_bg.png);
	background-repeat:repeat-y;
	overflow:hidden; 
}

#side_nav {
	width:230px;
	float:left;
}

#side_nav ul li {
	margin-top: -6px;
}

.img_right {
	float:right;	
}
.side_logo {
	text-align: center;

}

h2 {
	width: 794px;
	text-align:right;
	display:block;
	padding: 5px 0 10px 0;
	margin:0;
}

h3 {
	width:744px;
	margin:0 auto;	
	padding: 0 0 10px 0;
}

h4{
	margin-bottom: 8px;
	color: #017475;
	font-size:110%;
}


/*----- ボタンの処理 -----*/
/*-- a overlay --*/
span.overlay {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  text-align: left;
  text-indent: 100%;
  white-space: nowrap;
  overflow: hidden;
  opacity: 0;
  -webkit-transition: opacity .1s linear;
  -moz-transition: opacity .1s linear;
  -o-transition: opacity .1s linear;
  transition: opacity .1s linear;
  filter: alpha(opacity=0);
  top: 1px;

}
span.overlay:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}

a#gnav_home {
	text-indent:-9999px;
	background:url(../img/nav_home.png) left top no-repeat;
	width:144px;
	height:45px;
	position:relative;
	display:block;
}

a#gnav_home span.overlay {
	background:url(../img/nav_home_on.png) left top no-repeat;
	
}

#home a#gnav_home {
	background:url(../img/nav_home_on.png) left top no-repeat;
}

#home a#gnav_home span.overlay {
	display:none;
}

a#gnav_package {
	text-indent:-9999px;
	background:url(../img/nav_package.png) left top no-repeat;
	width:144px;
	height:45px;
	position:relative;
	display:block;
}

a#gnav_package span.overlay {
	background:url(../img/nav_package_on.png) left top no-repeat;
}


#package a#gnav_package {
	background:url(../img/nav_package_on.png) left top no-repeat;
}

#package a#gnav_package span.overlay {
	display:none;
}




a#gnav_song {
	text-indent:-9999px;
	background:url(../img/nav_song.png) left top no-repeat;
	width:144px;
	height:45px;
	position:relative;
	display:block;
}

a#gnav_song span.overlay {
	background:url(../img/nav_song_on.png) left top no-repeat;
}


#song a#gnav_song {
	background:url(../img/nav_song_on.png) left top no-repeat;
}

#song a#gnav_song span.overlay {
	display:none;
}


a#gnav_module {
	text-indent:-9999px;
	background:url(../img/nav_module.png) left top no-repeat;
	width:144px;
	height:45px;
	position:relative;
	display:block;
}

a#gnav_module span.overlay {
	background:url(../img/nav_module_on.png) left top no-repeat;
	width:144px;
	height:45px;
	position:relative;
	display:block;
}

#module a#gnav_module {
	background:url(../img/nav_module_on.png) left top no-repeat;
}

#module a#gnav_module span.overlay {
	display:none;
}


a#gnav_movie {
	text-indent:-9999px;
	background:url(../img/nav_movie.png) left top no-repeat;
	width:144px;
	height:45px;
	position:relative;
	display:block;
}

a#gnav_movie span.overlay {
	background:url(../img/nav_movie_on.png) left top no-repeat;
}

#movie a#gnav_movie {
	background:url(../img/nav_movie_on.png) left top no-repeat;
}

#movie a#gnav_movie span.overlay {
	display:none;
}

a#gnav_dlc {
	text-indent:-9999px;
	background:url(../img/nav_dlc.png) left top no-repeat;
	width:144px;
	height:45px;
	position:relative;
	display:block;
}

a#gnav_dlc span.overlay {
	background:url(../img/nav_dlc_on.png) left top no-repeat;
}

#dlc a#gnav_dlc {
	background:url(../img/nav_dlc_on.png) left top no-repeat;
}

#dlc a#gnav_dlc span.overlay {
	display:none;
}

a#gnav_dl {
	text-indent:-9999px;
	background:url(../img/nav_dl.png) left top no-repeat;
	width:144px;
	height:45px;
	position:relative;
	display:block;
}

a#gnav_dl span.overlay {
	background:url(../img/nav_dl_on.png) left top no-repeat;
}


#download a#gnav_dl {
	background:url(../img/nav_dl_on.png) left top no-repeat;
}

#download a#gnav_dl span.overlay {
	display:none;
}

a#nav_game_top {
	text-indent:-9999px;
	background:url(../package/img/nav_game.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_game_top span.overlay {
	background:url(../package/img/nav_game_on.png) left top no-repeat;
}

#game_top a#nav_game_top {
	background:url(../package/img/nav_game_on.png) left top no-repeat;
}

#game_top a#nav_game_top span.overlay {
	display:none;
}

a#nav_memorial {
	text-indent:-9999px;
	background:url(../package/img/nav_memorial.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_memorial span.overlay {
	background:url(../package/img/nav_memorial_on.png) left top no-repeat;
}

#memorial a#nav_memorial {
	background:url(../package/img/nav_memorial_on.png) left top no-repeat;
}

#memorial a#nav_memorial span.overlay {
	display:none;
}


a#nav_tokuten {
	text-indent:-9999px;
	background:url(../package/img/nav_tokuten.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_tokuten span.overlay {
	background:url(../package/img/nav_tokuten_on.png) left top no-repeat;
}


#tokuten a#nav_tokuten {
	background:url(../package/img/nav_tokuten_on.png) left top no-repeat;
}

#tokuten a#nav_tokuten span.overlay {
	display:none;
}


a#nav_fordl {
	text-indent:-9999px;
	background:url(../package/img/nav_fordl.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_fordl span.overlay {
	background:url(../package/img/nav_fordl_on.png) left top no-repeat;
}

#fordl a#nav_fordl {
	background:url(../package/img/nav_fordl_on.png) left top no-repeat;
}

#fordl a#nav_fordl span.overlay {
	display:none;
}



a#nav_game_mainmenu {
	text-indent:-9999px;
	background:url(../package/img/nav_main.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_game_mainmenu span.overlay {
	background:url(../package/img/nav_main_on.png) left top no-repeat;
}

#game_mainmenu a#nav_game_mainmenu {
	background:url(../package/img/nav_main_on.png) left top no-repeat;
}

#game_mainmenu a#nav_game_mainmenu span.overlay {
	display:none;
}


a#nav_game_update103 {
	text-indent:-9999px;
	background:url(../package/img/nav_update103.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_game_update103 span.overlay {
	background:url(../package/img/nav_update103_on.png) left top no-repeat;
}



a#nav_download_dlc {
	text-indent:-9999px;
	background:url(../download/img/nav_dlc.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_download_dlc span.overlay {
	background:url(../download/img/nav_dlc_on.png) left top no-repeat;
}

#download_dlc a#nav_download_dlc {
	background:url(../download/img/nav_dlc_on.png) left top no-repeat;
}

#download_dlc a#nav_download_dlc span.overlay {
	display:none;
}



a#nav_info_ver101 {
	text-indent:-9999px;
	background:url(../package/img/nav_main.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_info_ver101 span.overlay {
	background:url(../information/img/nav_info_on.png) left top no-repeat;
}

#nav_info a#nav_info_ver101 {
	background:url(../information/img/nav_info_on.png) left top no-repeat;
}

#nav_info a#nav_info_ver101 span.overlay {
	display:none;
}


a#nav_module_all {
	text-indent:-9999px;
	background:url(../module/img/nav_module_ft.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_all span.overlay {
	background:url(../module/img/nav_module_ft_on.png) left top no-repeat;
}

#module_all a#nav_module_all {
	background:url(../module/img/nav_module_ft_on.png) left top no-repeat;
}

#module_all  a#nav_module_all span.overlay {
	display:none;
}

a#nav_module_dx {
	text-indent:-9999px;
	background:url(../module/img/nav_module_package.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_dx span.overlay {
	background:url(../module/img/nav_module_package_on.png) left top no-repeat;
}

#dx a#nav_module_dx {
	background:url(../module/img/nav_module_package_on.png) left top no-repeat;
}

#fs a#nav_module_dx span.overlay {
	display:none;
}


a#nav_module_fs {
	text-indent:-9999px;
	background:url(../module/img/nav_module_fs.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_fs span.overlay {
	background:url(../module/img/nav_module_fs_on.png) left top no-repeat;
}

#fs a#nav_module_fs {
	background:url(../module/img/nav_module_fs_on.png) left top no-repeat;
}

#fs a#nav_module_fs span.overlay {
	display:none;
}


a#nav_module_ct {
	text-indent:-9999px;
	background:url(../module/img/nav_module_ct.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_ct span.overlay {
	background:url(../module/img/nav_module_ct_on.png) left top no-repeat;
}


#ct a#nav_module_ct {
	background:url(../module/img/nav_module_ct_on.png) left top no-repeat;
}

#ct a#nav_module_ct span.overlay {
	display:none;
}


a#nav_module_pre {
	text-indent:-9999px;
	background:url(../module/img/nav_module_prelude.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_pre span.overlay {
	background:url(../module/img/nav_module_prelude_on.png) left top no-repeat;
}

#pre a#nav_module_pre {
	background:url(../module/img/nav_module_prelude_on.png) left top no-repeat;
}

#pre a#nav_module_pre span.overlay {
	display:none;
}




a#nav_module_pack1st {
	text-indent:-9999px;
	background:url(../module/img/nav_module_pack1st.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_pack1st span.overlay {
	background:url(../module/img/nav_module_pack1st_on.png) left top no-repeat;
}

#pack1st a#nav_module_pack1st {
	background:url(../module/img/nav_module_pack1st_on.png) left top no-repeat;
}

#pack1st a#nav_module_pack1st span.overlay {
	display:none;
}

a#nav_module_pack2nd {
	text-indent:-9999px;
	background:url(../module/img/nav_module_pack2nd.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_pack2nd span.overlay {
	background:url(../module/img/nav_module_pack2nd_on.png) left top no-repeat;
}

#pack2nd a#nav_module_pack2nd {
	background:url(../module/img/nav_module_pack2nd_on.png) left top no-repeat;
}

#pack2nd a#nav_module_pack2nd span.overlay {
	display:none;
}


a#nav_module_pack3rd {
	text-indent:-9999px;
	background:url(../module/img/nav_module_pack3rd.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_pack3rd span.overlay {
	background:url(../module/img/nav_module_pack3rd_on.png) left top no-repeat;
}

#pack3rd a#nav_module_pack3rd {
	background:url(../module/img/nav_module_pack3rd_on.png) left top no-repeat;
}

#pack3rd a#nav_module_pack3rd span.overlay {
	display:none;
}


a#nav_module_packdx {
	text-indent:-9999px;
	background:url(../module/img/nav_module_packdx.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_packdx span.overlay {
	background:url(../module/img/nav_module_packdx_on.png) left top no-repeat;
}

#packdx a#nav_module_packdx {
	background:url(../module/img/nav_module_packdx_on.png) left top no-repeat;
}

#packdx a#nav_module_packdx span.overlay {
	display:none;
}


a#nav_module_snowmiku {
	text-indent:-9999px;
	background:url(../module/img/nav_module_snowmiku.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_snowmiku span.overlay {
	background:url(../module/img/nav_module_snowmiku_on.png) left top no-repeat;
}

#snowmiku a#nav_module_snowmiku {
	background:url(../module/img/nav_module_snowmiku_on.png) left top no-repeat;
}

#snowmiku a#nav_module_snowmiku span.overlay {
	display:none;
}


a#nav_module_mega39s {
	text-indent:-9999px;
	background:url(../module/img/nav_module_mega39s.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_mega39s span.overlay {
	background:url(../module/img/nav_module_mega39s_on.png) left top no-repeat;
}

#mega39s a#nav_module_mega39s {
	background:url(../module/img/nav_module_mega39s_on.png) left top no-repeat;
}

#mega39s a#nav_module_mega39s span.overlay {
	display:none;
}


a#nav_module_packdx {
	text-indent:-9999px;
	background:url(../module/img/nav_module_packdx.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_module_packdx span.overlay {
	background:url(../module/img/nav_module_packdx_on.png) left top no-repeat;
}

#packdx a#nav_module_packdx {
	background:url(../module/img/nav_module_packdx_on.png) left top no-repeat;
}

#packdx a#nav_module_packdx span.overlay {
	display:none;
}



a#nav_song_all {
	text-indent:-9999px;
	background:url(../song/img/nav_song_fs_ct.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_song_all span.overlay {
	background:url(../song/img/nav_song_fs_ct_on.png) left top no-repeat;
}

#song_all a#nav_song_all {
	background:url(../song/img/nav_song_fs_ct_on.png) left top no-repeat;
}

#song_all a#nav_song_all span.overlay {
	display:none;
}



a#nav_song_fs {
	text-indent:-9999px;
	background:url(../song/img/nav_song_fs.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_song_fs span.overlay {
	background:url(../song/img/nav_song_fs_on.png) left top no-repeat;
}

#fs a#nav_song_fs {
	background:url(../song/img/nav_song_fs_on.png) left top no-repeat;
}

#fs a#nav_song_fs span.overlay {
	display:none;
}

a#nav_song_ct {
	text-indent:-9999px;
	background:url(../song/img/nav_song_ct.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_song_ct span.overlay {
	background:url(../song/img/nav_song_ct_on.png) left top no-repeat;
}

#ct a#nav_song_ct {
	background:url(../song/img/nav_song_ct_on.png) left top no-repeat;
}

#ct a#nav_song_ct span.overlay {
	display:none;
}

a#nav_song_pre {
	text-indent:-9999px;
	background:url(../song/img/nav_song_pre.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_song_pre span.overlay {
	background:url(../song/img/nav_song_pre_on.png) left top no-repeat;
}

#pre a#nav_song_pre {
	background:url(../song/img/nav_song_pre_on.png) left top no-repeat;
}

#pre a#nav_song_pre span.overlay {
	display:none;
}


a#nav_song_pack1st {
	text-indent:-9999px;
	background:url(../song/img/nav_song_pack1st.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_song_pack1st span.overlay {
	background:url(../song/img/nav_song_pack1st_on.png) left top no-repeat;
}

#pack1st a#nav_song_pack1st {
	background:url(../song/img/nav_song_pack1st_on.png) left top no-repeat;
}

#pack1st a#nav_song_pack1st span.overlay {
	display:none;
}



a#nav_song_pack2nd {
	text-indent:-9999px;
	background:url(../song/img/nav_song_pack2nd.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_song_pack2nd span.overlay {
	background:url(../song/img/nav_song_pack2nd_on.png) left top no-repeat;
}

#pack2nd a#nav_song_pack2nd {
	background:url(../song/img/nav_song_pack2nd_on.png) left top no-repeat;
}

#pack2nd a#nav_song_pack2nd span.overlay {
	display:none;
}


a#nav_song_pack3rd {
	text-indent:-9999px;
	background:url(../song/img/nav_song_pack3rd.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_song_pack3rd span.overlay {
	background:url(../song/img/nav_song_pack3rd_on.png) left top no-repeat;
}

#pack3rd a#nav_song_pack3rd {
	background:url(../song/img/nav_song_pack3rd_on.png) left top no-repeat;
}

#pack3rd a#nav_song_pack3rd span.overlay {
	display:none;
}

a#nav_song_packdx {
	text-indent:-9999px;
	background:url(../song/img/nav_song_packdx.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_song_packdx span.overlay {
	background:url(../song/img/nav_song_packdx_on.png) left top no-repeat;
}

#packdx a#nav_song_packdx {
	background:url(../song/img/nav_song_packdx_on.png) left top no-repeat;
}

#packdx a#nav_song_packdx span.overlay {
	display:none;
}

a#nav_song_mega39s {
	text-indent:-9999px;
	background:url(../song/img/nav_song_mega39s.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_song_mega39s span.overlay {
	background:url(../song/img/nav_song_mega39s_on.png) left top no-repeat;
}

#mega39s a#nav_song_mega39s {
	background:url(../song/img/nav_song_mega39s_on.png) left top no-repeat;
}

#mega39s a#nav_song_mega39s span.overlay {
	display:none;
}


a#nav_song_mega39s_2 {
	text-indent:-9999px;
	background:url("../song/img/nav_song_mega39s2nd.png") left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

a#nav_song_mega39s_2 span.overlay {
	background:url("../song/img/nav_song_mega39s2nd_on.png") left top no-repeat;
}

#mega39s_2 a#nav_song_mega39s_2 {
	background:url(../song/img/nav_song_mega39s2nd_on.png) left top no-repeat;
}

#mega39s_2 a#nav_song_mega39s_2 span.overlay {
	display:none;
}


#dlc_top a#nav_dlc_seasonpass {
	text-indent:-9999px;
	background:url(../dlc/img/nav_dlc_seasonpass.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

#dlc_top a#nav_dlc_seasonpass span.overlay {
	background:url(../dlc/img/nav_dlc_seasonpass_on.png) left top no-repeat;
}

#dlc_top a#nav_dlc_pack1st {
	text-indent:-9999px;
	background:url(../dlc/img/nav_dlc_pack1st.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

#dlc_top a#nav_dlc_pack1st span.overlay {
	background:url(../dlc/img/nav_dlc_pack1st_on.png) left top no-repeat;
}

#dlc_top a#nav_dlc_pack2nd {
	text-indent:-9999px;
	background:url(../dlc/img/nav_dlc_pack2nd.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

#dlc_top a#nav_dlc_pack2nd span.overlay {
	background:url(../dlc/img/nav_dlc_pack2nd_on.png) left top no-repeat;
}

#dlc_top a#nav_dlc_pack3rd {
	text-indent:-9999px;
	background:url(../dlc/img/nav_dlc_pack3rd.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

#dlc_top a#nav_dlc_pack3rd span.overlay {
	background:url(../dlc/img/nav_dlc_pack3rd_on.png) left top no-repeat;
}


#dlc_top a#nav_dlc_unlock {
	text-indent:-9999px;
	background:url(../dlc/img/nav_dlc_unlock_on.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}


/*#dlc_top a#nav_dlc_unlock span.overlay {
	background:url(../dlc/img/nav_dlc_unlock_on.png) left top no-repeat;
}*/

#dlc_top a#nav_dlc_dynamic {
	text-indent:-9999px;
	background:url(../dlc/img/nav_dynamic.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

#dlc_top a#nav_dlc_dynamic span.overlay {
	background:url(../dlc/img/nav_dynamic_on.png) left top no-repeat;
}

#dlc_top a#nav_dlc_avatar {
	text-indent:-9999px;
	background:url(../dlc/img/nav_dlc_avatar.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

#dlc_top a#nav_dlc_avatar span.overlay {
	background:url(../dlc/img/nav_dlc_avatar_on.png) left top no-repeat;
}


#dlc_top a#nav_dlc_dl {
	text-indent:-9999px;
	background:url(../dlc/img/nav_dlc_dl.png) left top no-repeat;
	width:230px;
	height:70px;
	position:relative;
	display:block;
}

#dlc_top a#nav_dlc_dl span.overlay {
	background:url(../dlc/img/nav_dlc_dl_on.png) left top no-repeat;
}


/* top */



h1 {
  width: 630px;
  padding-top: 50px;
  padding-left: 414px;
  padding-bottom: 0;
	
}

#sale {
  padding-right: 110px;
  text-align: right;
  padding-top: 0px;
  margin-top: -30px;
}
	
 #ps4 {
	 padding-top: 10px;
	float:right; 
 }

.update {
	width: 700px;
	float: right;
	margin-top: 16px;
	margin-right: 0px;
	margin-left: 0;
	background: url(../img/update_bg.png) center top no-repeat;
	height: 108px;
	padding-top: 20px;

}

.update_content {
	padding-right: 14px;
	padding-left: 14px;
	height: 82px;
	overflow: auto;
}

.update dl {
 width:590px; 
 margin:0 auto;	
 font-size: 80%;

 padding-left:60px;
overflow:hidden;
padding-bottom:12px;
}

.update dt {
	float: left;
	width: 80px;
	color: #008ba0;
	line-height:130%;

}

.update dd {
	float: right;
	width: 490px;
	color:#00536a;
	line-height:130%;
	margin-left: 0;
}

.update dd.bottom {
	float: right;
	width: 414px;
	color:#00536a;
	line-height:130%;	
	padding-top:6px;
}

.update dd a:link {
	 text-decoration: none;
  color: #e535cd; }
.update dd a:hover {
	color: #EF8AE1;
}

.oshirase {
	width: 580px;
	float: right;
	margin-top: 16px;
	margin-right: 55px;
	margin-left: 0;
	background: rgba(255,255,255,0.9);
	padding: 10px;
	font-size: 90%;
	text-align:center;
	border: rgba(0,0,0,0.3) solid 3px;
	color: #5C5C5C;}

.info_link {
	text-align:right;
	padding-right: 135px;
}

.info_link img:hover {
	opacity:0.7;
}

#product {
	width:1040px;
	margin:0 auto;		
}

#bnr_top {
 width: 450px;
margin-left: auto;
  margin-right: 102px;
}

#bnr_top iframe {
  border: solid 4px rgba(0,0,0,.2);
}
#bnr_top a:hover {
  filter:brightness(1.1);
}

#bnr_top img {
  width: 310px;
  height: auto;
  margin-right: 10px;
}
#btnForDL{
  text-align: right;
  padding: 26px 134px 0 0px;
}

#btnForDL a:hover{
  filter: brightness(1.1);
}


.InfoTable {
	border-collapse: collapse;
	border: 2px solid #A39CA1;
  width: 100%;
}

.InfoTable th {
	background:rgba(163,156,161,1.00);
	color: #fff;
	border-right: 2px solid rgba(255,255,255,.3);
	font-size: 90%;
	font-weight: normal;
	padding: 4px;
}
.InfoTable th:last-of-type {
	border-right: 2px solid #A39CA1;
}


.InfoTable td {
	width: 16%;
	border: 2px solid #A39CA1;
	padding: 4px;
	font-size: 84%;
}


.InfoTable td.center {
	text-align: center;
}



.InfoTable2 {
	border-collapse: collapse;
	border: 2px solid #A39CA1;
  width: 100%;
}

.InfoTable2 th {
    background: rgba(163,156,161,1.00);
    color: #fff;
    border: 2px solid #B5B5B5;
    font-size: 90%;
    font-weight: normal;
    padding: 4px;
    text-align: left;
}



.InfoTable2 td {
	border: 2px solid #A39CA1;
	padding: 4px;
	font-size: 84%;
}


.InfoTable2 td.center {
	text-align: center;
}




@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {  
  #btnForDL a:hover {
    opacity: 0.7;
  }
   #banner_content a:hover {
    opacity: 0.7;
  }
}

#sns {
	width: 267px;
	overflow: hidden;
	float: right;
	margin-top: 0px;
	margin-right:20px;
}

#tweet {
	width: 83px;
	float: right;
	padding-bottom: 0px;
	padding-top: 1px;
}
#facebook {
	width: 100px;
	float:right;
	padding-top: 0px;
	z-index: 999;
	margin-top: -3px;
}
#line {
	width: 83px;
	float:right;
	padding-top: 1px;
}
#sns_twitter {
	float:right;
	margin-right:10px;	
}

#sns_twitter a {
    width: 38px;
    height: 38px;
    background: url("../img/btn_twitter.png") no-repeat;
    display: block;
    text-indent: -9999px;
	background-position: 0 -38px;
}

#sns_fb {
	float:right;
	margin-right:10px;	
}

#sns_fb a {
    width: 38px;
    height: 38px;
    background: url("../img/btn_fb.png") no-repeat;
    display: block;
    text-indent: -9999px;
	background-position: 0 -38px;
}

#sns_line {
	float:right;	
}

#sns_line a {
    width: 38px;
    height: 38px;
    background: url("../img/btn_line.png") no-repeat;
    display: block;
    text-indent: -9999px;
	background-position: 0 -38px;
}

#sns_twitter a:hover,
#sns_fb a:hover, 
#sns_line a:hover {
    background-position: 0 -38px;
}


/* song */

#sakuin {
	width:410px;
	overflow:hidden;	
	margin:0 auto;
	padding: 0 0 15px 0; 
	margin-top:-15px;
}

#sakuin ul li {
	float:left;
	padding-top:12px;	
}

#sakuin ul li a:hover {
	opacity:0.5;	
}

.songlist_p {
	width:746px;
	color: #fff;	
	font-size: 12px;
	background:url(../song/img/bg_p.png) left top no-repeat;
	padding:20px 0px 5px 0px;
	overflow:hidden;
	margin: 0 auto;
}

.songlist_p_b {
	width:746px;
    height: 12px;
	margin: 0 auto 20px auto;
	background:url(../song/img/bg_p_b.png) left top no-repeat;
}

.songlist_fs {
	width:746px;
	color: #fff;	
	font-size: 12px;
	background:url(../song/img/bg_fs.png) left top no-repeat;
	padding:20px 0px 5px 0px;
	overflow:hidden;
	margin: 0 auto;
}

.songlist_fs_b {
	width:746px;
    height: 12px;
	margin: 0 auto 20px auto;
	background:url(../song/img/bg_fs_b.png) left top no-repeat;
}

.songlist_ct {
	width:746px;
	color: #fff;	
	font-size: 12px;
	background:url(../song/img/bg_ct.png) left top no-repeat;
	padding:20px 0px 5px 0px;
	overflow:hidden;
	margin: 0 auto;
}

.songlist_ct_b {
	width:746px;
    height: 12px;
	margin: 0 auto 20px auto;
	background:url(../song/img/bg_ct_b.png) left top no-repeat;
}  

.songlist_ct h4,
.songlist_fs h4,
.songlist_p h4 {
	width:706px;
	margin:0 auto;	
	padding: 0 0 3px 0;
}

.song_content_l {
	width: 400px;
	float:left;	
	margin-left:20px;
}

.image_select {
	width:65px;
	height:17px;
	margin-left:3px;
}

.song_image {
	width: 400px;
}

.song_image img {
	border:#fff solid 3px;
}

.song_link {
	padding: 5px 0 0 60px;
	overflow: hidden;
	display:none;
}

.song_link_1 {
	padding: 5px 0 0 136px;
	overflow: hidden;
}

.song_link_2 {
	padding: 5px 0 0 64px;
	overflow: hidden;
}

.song_listen {
	width:133px;
	float:left;	
	padding: 0 10px 0 0;
}

.pv_watch {
	width:133px;
	float:left;	
}

.song_link_1 a:hover, .song_link_2 a:hover, .dlc_link a:hover   {
	opacity:0.7;
}

.level {
	float:right;
	margin-right:10px;
}

.level_extra {
	float:right;
	clear:right;
	margin: 0 10px 5px 0;
}



.music {
	background:url(../song/img/artist_music_bg.png) no-repeat;	
	width:190px;
	height:27px;
	padding: 6px 0px 0px 98px;
	float:right;
	clear:right;
	margin-right:20px;
}


.music_small {
	background:url(../song/img/artist_music_bg_s.png) no-repeat;	
	width:210px;
	height:27px;
	padding: 6px 0px 0px 81px;
	float:right;
	clear:right;
	margin-right:18px;
	font-size:7px!important;
	letter-spacing:0px!important;
}

.lyrics {
	background:url(../song/img/artist_lyrics_bg.png) no-repeat;	
	width:190px;
	height:27px;
	padding: 6px 0px 0px 98px;
	float:right;
	clear:right;
	margin-right:20px;
}

.lyrics_small {
	background:url(../song/img/artist_lyrics_bg_s.png) no-repeat;	
	width:210px;
	height:27px;
	padding: 6px 0px 0px 81px;
	float:right;
	clear:right;
	margin-right:18px;
	font-size:7px!important;
	letter-spacing:0px!important;
}

.arranger {
		background:url(../song/img/artist_arrange_bg.png) no-repeat;	
	width:190px;
	height:27px;
	padding: 6px 0px 0px 98px;
	float:right;
	clear:right;
	margin-right:20px;
}

.arranger_small {
	background:url(../song/img/artist_arranger_bg_s.png) no-repeat;	
	width:210px;
	height:27px;
	padding: 6px 0px 0px 81px;
	float:right;
	clear:right;
	margin-right:18px;
	font-size:7px!important;
	letter-spacing:0px!important;
}

.arranger_small2 {
	background:url(../song/img/artist_arranger_bg_s.png) no-repeat;	
	width:210px;
	height:27px;
	padding: 6px 0px 0px 98px;
	float:right;
	clear:right;
		font-size:11px!important;
	letter-spacing:0px!important;
}

.manipulator {
  background:url(../song/img/artist_manipulator_bg.png) no-repeat;	
	width:190px;
	height:27px;
	padding: 6px 0px 0px 98px;
	float:right;
	clear:right;
	margin-right:20px;
}

.manipulator_small {
	background: url(../song/img/artist_manipulator_bg.png) no-repeat;
	width: 190px;
	height: 27px;
	padding: 6px 0px 0px 98px;
	float: right;
	clear: right;
	margin-right: 20px;
	font-size: 10px;
	letter-spacing: 0px;
}




.pv {
		background:url(../song/img/artist_pv_bg.png) no-repeat;	
	width:190px;
	height:27px;
	padding: 6px 0px 0px 98px;
	float:right;
	clear:right;
	margin-right:20px;
}

.guiter {
	background:url(../song/img/artist_guiter_bg.png) no-repeat;	
	width:190px;
	height:27px;
	padding: 6px 0px 0px 98px;
	float:right;
	clear:right;
	margin-right:20px;
}

.illustrator {
		background:url(../song/img/artist_illustrator_bg.png) no-repeat;	
	width:190px;
	height:27px;
	padding: 6px 0px 0px 98px;
	float:right;
	clear:right;
	margin-right:20px;
}

.illustrator_small {
	background:url(../song/img/artist_illustrator_bg_s.png) no-repeat;	
	width:210px;
	height:27px;
	padding: 6px 0px 0px 81px;
	float:right;
	clear:right;
	margin-right:18px;
	font-size:7px!important;
	letter-spacing:0px!important;
}
.notes {
	width: 272px;
	background:#005B69;	
	float:right;
	clear:right;
	border:solid #00B8B6 3px;
	padding: 4px;
	margin-right:20px;
	}

/* module */

#sakuin_module {
	width:595px;
	overflow:hidden;	
	margin:0 auto;
	padding: 0 0 15px 0; 
	margin-top:-15px;
}

#sakuin_module.fsct {
	width:510px;
	overflow:hidden;	
	margin:0 auto;
	padding: 0 0 15px 0; 
	margin-top:-15px;
}

#sakuin_module ul li {
	float:left;
	padding-top:12px;	
}

#sakuin_module ul li a:hover {
	opacity:0.5;	
}


.moduleList {
	margin: 0 0 10px 23px;
	overflow: hidden;

}

ul.moduleList li {
	width:234px;
	float:left;
	padding: 0 10px 16px 10px;
	font-size:74%;
	line-height: 120%;
}


ul.moduleList li img {
	vertical-align:bottom;
	margin-bottom: 4px;
}

/* movie */

body#movie {
	background:#81F2E0;}
	
#shortContainer {
	background:url(../img/bg_1.jpg) center top no-repeat fixed;
}

.movie_content {
	text-align:center;	
}

/* dlc */

	
#shortContainer {
	background:url(../img/bg_content.jpg) center top no-repeat fixed;
	margin-top: -10px;
	padding-top: 10px;
	}

.movie_content {
	text-align:center;	
}

.dlc_link {
	text-align: center;	
}


	
body#movie #shortContainer {
	background:url(../img/bg_content.jpg) center top no-repeat fixed;

}
/* ------------- 2016.5.20追加(▼ここから) ------------- */
a:link, body a:visited {
  color: #e535cd; }
  body a:link img, body a:visited img {
    border: 0; }
a:hover {
  text-decoration: none;
}

.txtAC{
	text-align:center;
}
.subContainer{
	width:734px;
	margin:0 auto 25px;
	padding: 0 0 10px 0;
}

.subContainer.nb{
	margin:0 auto 0px;
}
.subContainer p{
	margin-bottom:0;
}

#info .mainContent{
	padding: 15px 0 10px 0;
}

#info h4{
	margin-bottom: 8px;
	color: #017475;
	font-size:110%;
}

.date {
	 font-size:90%;
	 text-align:right;	
	 padding: 0 40px 20px 0;
	 color: #017475;
	 margin-top: -12px;
}

.read{
	margin:0 5px 20px 5px!important;
}

.small{
	margin:0 5px 0px 5px;
	font-size:80%;
}

.red {
  color: #DB0003;
}
.read strong.subtitle {
	margin-bottom: 5px;	
	color: #0F6755;
	
}

.photoCon{
	float: left;
	margin-top: 8px;
	margin-right: 8px;
	margin-left: 8px;
	margin-bottom: 8px;
}


.subContentlong .photoCon img {
	border:solid 2px rgba(133,245,224,.6)!important;
}

.photoCon_dx_song_year{
	float:left;
	margin:6px;
}

.photoCon_dx_song_year img {
	border:solid 2px rgba(133,245,224,.6)!important;
}

.photoConCap{
	float: left;
	margin: 5px;
	text-align: center;
	padding-bottom: 20px;
	font-size: 90%;
	color: #017A62;
	font-weight: bold;
}

.photoConCap img{

	
}

.photoCon2{
	text-align:center;
}



.photoCon3{
	float:right;
	margin:5px;
}

.photoCon4{
	float: left;
	padding-right: 20px;
	padding-left: 5px;
	padding-bottom: 15px;
}


.content02a,.content02b,.content03a,.content03b{
	float:left;
}
.content02a .subContent,.content03a .subContent{
	z-index:98;
	width:364px;
	background: url(../package/img/con02a_bt.png) no-repeat;
	background-position:bottom;
	margin-right:5px;
}
.content02b .subContent,.content03b .subContent{
	z-index:98;
	width:364px;
	background: url(../package/img/con02b_bt.png) no-repeat;
	background-position:bottom;
}
.content04 .subContent{
	z-index:98;
	min-height:299px;
	width:734px;
	background: url(../package/img/con04_bt.png) no-repeat;
	
}

.content04 .subContentlong{
	z-index:98;
	min-height:299px;
	width:734px;
	background: url(../package/img/con04_bt.png) left bottom no-repeat;
	overflow: hidden;
}

.content02a h4{
	margin-top:12px;
	margin-bottom:0px;
	text-indent:-9999px;
  width: 364px;
  height: 135px;
  background: url(../package/img/con02a_tp.png) no-repeat;
}
.content02b h4{
	margin-top:12px;
	margin-bottom: 0;
	text-indent:-9999px;
  width: 364px;
  height: 135px;
  background: url(../package/img/con02b_tp.png) no-repeat;
}
.content03a h4{
	margin-top:12px;
	text-indent:-9999px;
  width: 364px;
  height: 50px;
  background: url(../package/img/con03a_tp.png) no-repeat;
}
.content03b h4{
	margin-top:12px;
	text-indent:-9999px;
  width: 364px;
  height: 50px;
  background: url(../package/img/con03b_tp.png) no-repeat;
}

.content04 h4{
  width: 734px;
	text-indent:-9999px;
  height: 50px;
  background: url(../package/img/con04_tp.png) no-repeat;
	margin:0!important;
}

#hairStyle{
	margin-bottom:24px;
}

#dx_song h4{
  background: url(../package/img/title_02_1.png) no-repeat;
}

#new_practice h4{
  background: url(../package/img/title_03_1.png) no-repeat;
}

#new_pvwatch h4{
  background: url(../package/img/title_03_2.png) no-repeat;
}

#hairStyle h4{
  background: url(../package/img/con04a_tp.png) no-repeat;
}
#survival h4{
  background: url(../package/img/con04b_tp.png) no-repeat;
}

#selector h4{
  background: url(../package/img/con05a_tp.png) no-repeat;
}

#gameplay h4{
  background: url(../package/img/con05c_tp.png) no-repeat;
}

#practice h4{
  background: url(../package/img/con05d_tp.png) no-repeat;
}

#pvwatch h4{
  background: url(../package/img/con05e_tp.png) no-repeat;
}


#modulechange h4{
  background: url(../package/img/mainmenu_title_modulechange.png) no-repeat;
}


#haircustom h4{
  background: url(../package/img/mainmenu_title_haircustom.png) no-repeat;
}


#customitem h4{
  background: url(../package/img/mainmenu_title_item.png) no-repeat;
}

#key h4{
  background: url(../package/img/mainmenu_title_key.png) no-repeat;
}

#melodyicon h4{
  background: url(../package/img/mainmenu_title_melodyicon.png) no-repeat;
}

#douji h4{
  background: url(../package/img/mainmenu_title_douji.png) no-repeat;
}

#etc h4{
  background: url(../package/img/mainmenu_title_etc.png) no-repeat;
}

#record h4{
  background: url(../package/img/mainmenu_title_record.png) no-repeat;
}

#onlineranking h4{
  background: url(../package/img/mainmenu_title_onlineranking.png) no-repeat;
}
#tutorial h4{
  background: url(../package/img/mainmenu_title_tutorial.png) no-repeat;
}

#advertise h4{
  background: url(../package/img/mainmenu_title_advertize.png) no-repeat;
}

#dlc_snowmiku2 h4{
  background: url(../dlc/img/title_snowmiku_01.png) no-repeat;
}

#dlc_itemunlock h4{
  background: url(../dlc/img/title_unlock_01.png) no-repeat;
}
#dlc_itemunlock_dl h4{
  background: url(../dlc/img/title_unlock_02.png) no-repeat;
}

#dlc_avatar40 h4{
  background: url(../dlc/img/title_avatar_40.png) no-repeat;
}

#dlc_avatar20 h4{
  background: url(../dlc/img/title_avatar_20.png) no-repeat;
}


#dlc_seasonpass_about h4{
  background: url(../dlc/img/title_seasonpass_about.png) no-repeat;
}

#dlc_tuikapack h4{
  background-image: url(../download/img/dlc/title_tuikapack_02.png);
  background-repeat: no-repeat;
}


#dlc_snowmiku h4{
  background-image: url(../download/img/dlc/title_snowmiku_01.png);
  background-repeat: no-repeat;
}


#dlc_kakuchoDX h4{
  background: url(../download/img/dlc/title_kakucho_2.png) no-repeat;
}

#dlc_pack1st h4{
  background: url(../dlc/img/title_dlc_pack1st.png) no-repeat;
}

#dlc_pack2nd h4{
  background: url(../dlc/img/title_dlc_pack2nd.png) no-repeat;
}

#dlc_pack3rd h4{
  background: url(../dlc/img/title_dlc_pack3rd.png) no-repeat;
}

#dlc_dynamic_01 h4{
  background: url(../dlc/img/title_dynamictheme_01.png) no-repeat;
}

#dlc_dynamic_02 h4{
  background: url(../dlc/img/title_dynamictheme_02.png) no-repeat;
}

#dlc_mega39s h4{
	background: url(../download/img/dlc/title_mega39s_2.png) no-repeat;
  }

#dlc_dx_mega39s h4{
	background: url(../dlc/img/title_mega39s_2.png) no-repeat;
  }

#dlc_mega39s_2 h4{
	background: url(../download/img/dlc/title_mega39s_2nd.png) no-repeat;
  }

#dlc_dx_mega39s_2 h4{
	background: url("../dlc/img/title_dx_mega39s_2.png") no-repeat;
  }

#pvplaylist h4{
  background: url(../package/img/mainmenu_title_pvplaylist.png) no-repeat;
}

#randam h4{
  background: url(../package/img/mainmenu_title_randam.png) no-repeat;
}

#timing h4{
  background: url(../package/img/mainmenu_title_timing.png) no-repeat;
}


h5{
	margin-bottom: 12px;
	color: #017475;
	font-size:110%;
  clear: both;
}
h6{
	margin-bottom: 8px;
	color: #017475;
	font-size:100%;
  clear: both;
}

.subtitle {
	text-align:center;	

}

.content05 {
	clear:both;	
	
}

.content05 .subContent{
	z-index:98;
	min-height:45px;
	width:734px;
	background: url(../package/img/con05_bt.png) left bottom no-repeat;
	font-size:95%;
	margin-bottom:16px;
	overflow: hidden;
	
}

.content05 h4{
  width: 734px;
	text-indent:-9999px;
  height: 55px;
  background: url(../package/img/con04_tp.png) no-repeat;
	margin-bottom: 0;
}

#mainmenu01{
	padding-top: 16px;

}
#mainmenu01 h4{

  background: url(../package/img/mainmenu_01.png) no-repeat;
}

#mainmenu02 h4{
  background: url(../package/img/mainmenu_02.png) no-repeat;
}

#mainmenu03 h4{
  background: url(../package/img/mainmenu_03.png) no-repeat;
}

#mainmenu04 h4{
  background: url(../package/img/mainmenu_04.png) no-repeat;
}

#mainmenu05 h4{
  background: url(../package/img/mainmenu_05.png) no-repeat;
}


.content02a .subContent,.content02b .subContent,.content03a .subContent,.content03b .subContent{
	padding:15px;
	width:334px;
}
.content02a_bg,.content03a_bg{
	background: url(../package/img/con02a_bg.png) repeat-y;
}
.content02b_bg,.content03b_bg{
	background: url(../package/img/con02b_bg.png) repeat-y;
}
.content04_bg{
	background: url(../package/img/con04_bg.png) repeat-y;
}
.content04 .content04_bg .subContent div{
	padding:0 15px;
}
.content04 .content04_bg .subContentlong div{
	padding:0 15px 25px 15px;
	overflow:hidden;
}

.content04 .content04_bg .subContentlong div.dx_song_year{
	padding:6px 0 8px 7px;
	overflow:hidden;
	background: rgba(220,253,246,1.00);
	border-radius: 8px;
	margin: 4px 24px 20px 24px;
	border: solid 2px rgba(133,245,224,1.00);}

.content05_bg{
	background: url(../package/img/con04_bg.png) repeat-y;
}

.content05 .content05_bg .subContent div{
	padding:0 15px;
	width:704px;
}

.note {
	clear: both;
	border: 3px solid #FFFFFF;
	width: 95%;
	margin: 0 auto;
	font-size: 85%;
	color: #0F6755;
	padding: 10px!important;
	background: rgba(255,255,255,0.6);
	overflow:hidden;
}

.randamList {
	clear: both;
	border: 2px dashed #4caaa2;
	width: 650px;
	margin: 0 auto 16px auto;
	font-size: 90%;
	color: #0F6755;
	padding-top: 20px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 0px!Important;
	background: #f2fcf9;
	overflow: hidden;
}

.randamContent {
	clear: both;
	margin: 0 auto;
	color: #0F6755;
	padding: 20px 10px!important;
	overflow:hidden;
}

.dlc_content {
	clear: both;
	border: 2px dashed #4caaa2;
	width: 690px;
	margin: 0 auto 16px auto;
	font-size: 90%;
	color: #0F6755;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	padding-bottom: 16px;
	background: #f2fcf9;
	overflow: hidden;
}


.dlc_content.nb {

	margin: 0 auto 0px auto;

}

.dlc_title {
	margin-bottom:4px;
}

.dlc_note {
	color: #0F6755;	
}


.info_note {
	clear: both;
	border: 2px solid #4caaa2;
	width: 690px;
	margin: 0 auto 16px auto;
	font-size: 90%;
	color: #0F6755;
	padding-top: 16px;
	padding-right: 16px;
	padding-left: 16px;
	background: #f2fcf9;
	overflow: hidden;
}

.randam_title{
	padding:0px 0px 8px 0px!important;	
	font-size: 105%;
}

.blue{
	color:rgba(28,110,185,1.00);	
}

.package_img_cap {
	margin-bottom:4px;
	text-align: center;
	color: rgba(15,103,85,1.00);
	font-size: 92%;
	clear:both;
	padding:0!important;
}


/* ------------- 2016.5.20追加(▲ここまで) ------------- */



/* footer */
footer {
	clear: both;
	background-color: rgba(129,242,224,1.00);
	overflow: hidden;
	width:100%;
}


#footerContents {
  margin: 0 auto;
  width: 1040px;
  padding: 20px 0px 20px 0px;
  overflow:hidden;

}
#segalogoB {
  float: left;
  margin-right: 12px;
  width: 100px;
}
#copyright {
  float: left;
  font-size: 7px;
  font-size: 0.7rem;
  /*line-height: percentage(0.1 * $size);*/
  line-height: 140%;
  width: 556px;
}
#footerContents #banner {
	float: right;
	width: 200px;
}
#bnr_hatsunemiku {
	float: right;
	padding-right:18px;
	padding-top:26px;
}

#banner_content {
	width: 1042px;	
	margin: 0 auto;
	padding: 22px 0 10px 0px;
}

.top_bnr{
	border: 1px solid #fff!important;
}

#banner_content a {
	display:inline-block;
	margin:0 11px 6px 0px;	
}

#banner_content a:nth-of-type(4n) {
	margin:0 0px 6px 0px!important;	
}
#banner_content a:hover {
  filter: brightness(1.1);
}


table.specialcd {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 24px;

}

table.specialcd tr {
	border-bottom: 1px dotted #C7C7C7;
}

table.specialcd td {
	padding:6px;
}

table.specialcd th {
	background:rgba(30,233,192,.4);
	padding: 4px;}


table.memorial {
	width:100%;
	border-collapse: collapse;
	margin-bottom: 24px;
  font-size: 80%;
}

table.memorial tr {
	border-bottom: 2px solid rgba(153,234,218,1.00);}

table.memorial tr:first-of-type {
	border-bottom: none;
}

table.memorial td {
	padding:6px;
  text-align: center;
  font-size: 85%;
  border-right: 1px dotted rgba(153,234,218,.8);
  width:16%;
}
table.memorial td:first-of-type {
  width:4%;
}

table.memorial td:last-of-type {
  border-right: none;
}

table.memorial td.series {
  text-align: left;
  width:18%;
}

table.memorial td.songtitle {
  text-align: left;
  font-size: 100%;
  font-weight: bold;
  width:25%;
}


table.memorial th {
	background:rgba(30,233,192,.4);
	padding: 4px;}


/* モーダル */
#lean_overlay {
    position: fixed;
    z-index:100;
    top: 0px;
    left: 0px;
    height:100%;
    width:100%;
    background: #000;
    display: none;
}

#year_2007_1,#year_2007_2,
#year_2008_1,#year_2008_2,
#year_2009_1,#year_2009_2,
#year_2010_1,#year_2010_2,
#year_2011_1,#year_2011_2,
#year_2012_1,#year_2012_2,
#year_2013_1,#year_2013_2,
#year_2014_1,#year_2014_2,
#year_2015_1,#year_2015_2,
#practice_1,#practice_2,
#pvwatch_1,#pvwatch_2,
#survival_1,#survival_2,#survival_3,
#pvphoto_1,#pvphoto_2,#pvphoto_3,#pvphoto_4,#pvphoto_5,#pvphoto_6,#pvphoto_7,
#pvphoto_8,#pvphoto_9,#pvphoto_10,#pvphoto_11,#pvphoto_12{
	display: none;
}

/* パッケージ */
table#productList {
	border-collapse: collapse;
	border: 2px solid #A39CA1;
}

table#productList td {
	width: 19%;
	border-right: 2px dotted #A39CA1;
	padding: 4px;
	font-size: 84%;
}

table#productList td {
	width: 19%;
	border-bottom:2px solid #A39CA1;
	padding: 4px;
	font-size: 84%;
}

table#productList td.listModuleFC {
	border-bottom:2px solid #A39CA1;

}


table#productList td.center {
	text-align: center;
}

table#productList td.listDx {
	background-color:#fad7ea;
	border-right:2px solid #A39CA1;
}
table#productList td.listDxDlc {
	background-color:#fcebf5;
}


table#productList td.listPrelude {
	background-color:#e2fef8;
  border-right:none;
}
table#productList td.listFutureSound {
	background-color:#e0f2ff;
   border-left:2px dotted #A39CA1;
}

table#productList td.listColorfulTone {
	background-color:#fef6e2;
}

table#productList td.listSeasonPass {
	background-color:#dcfcff;
}

table#productList td.listFT4 {
	background: linear-gradient(to right, #e2fef8 0%,#e2fef8 25%,#e0f2ff 25%,#e0f2ff 50%,#fef6e2 50%,#fef6e2 75%,#fef6e2 75%,#dcfcff 75%,#dcfcff 100%);
}

table#productList td.listAll {
	background: linear-gradient(to right, #fad7ea 0%, #fad7ea 20%, #e2fef8 20%,#e2fef8 40%,#e0f2ff 40%,#e0f2ff 60%,#fef6e2 60%,#fef6e2 80%,#fcebf5 80%,#fcebf5 100%);
}

table#productList td.listfsct {
	background: linear-gradient(to right, #e0f2ff 0%,#e0f2ff 50%,#fef6e2 50%,#fef6e2 100%);
  border-right:none;
}


/*Edge*/
@supports (-ms-ime-align:auto) {
table#productList td.listfsct {
	background: linear-gradient(to right, #e0f2ff 0%,#e0f2ff 50%,#fef6e2 50%,#fef6e2 100%);
  border-right:2px dotted #A39CA1!important;
}

table#productList td.listPrelude {
	background-color:#e2fef8;
  border-right:2px dotted #A39CA1!important;
}

}
/*Ie 10/11*/
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) 
{
table#productList td.listfsct {
	background: linear-gradient(to right, #e0f2ff 0%,#e0f2ff 50%,#fef6e2 50%,#fef6e2 100%);
  border-right:2px dotted #A39CA1;
}
  table#productList td.listPrelude {
	background-color:#e2fef8;
  border-right:2px dotted #A39CA1;
}
}

/*Firefox*/
@-moz-document url-prefix() {
  
  table#productList td.listfsct {
  border-right:2px dotted #A39CA1!important;
}

table#productList td.listPrelude {
  border-right:2px dotted #A39CA1!important;
}

}

table#productList th {
	background:rgba(163,156,161,1.00);
	color: #fff;
	border-bottom: 2px solid rgba(255,255,255,.3);
	border-right: 2px solid rgba(255,255,255,.3);
	border-left:2px solid #A39CA1;
	font-size: 90%;
	font-weight: normal;
	padding: 4px;
}

table#productList th#etc {
	border-bottom: 2px solid #A39CA1!important;
}

table#productList th#listPackage {
	background:rgba(66,64,65,.90);
}
table#productList th#listDlc {
	background:rgba(163,156,161,.40);
	color: rgba(66,61,64,1.00);
	border-right:2px solid #A39CA1;
}

table#productList th .productListIndex{
    writing-mode: tb-rl; /* IE用 */
    writing-mode: vertical-rl; /* Chrome、Firefox用 */
    margin: 0 auto;
    white-space: nowrap;
    width: 1em; /* firefox対策 */
    line-height: 1em; /* firefox対策 */
    text-orientation: upright;
	font-size: 85%;
  max-height: 111px;
}

/* 販売店別予約特典 */

.tokuten {
	width: 358px;
	float:left;
	margin-right:11px;
	margin-left:4px;
	margin-bottom: 20px;
}

.tokuten:nth-of-type(2n) {
	margin-right:0px;
	margin-left:0px;
}


.tokuten p strong {
	display: block;
	margin-bottom: 8px;
}
.tokuten_bg {
	background:url(../package/img/tokuten_bg.png) center bottom no-repeat;
	color:rgba(15,103,85,1.00);
text-align: center;
padding-bottom: 20px;
	font-size:90%;}

.tokuten h4 {
	background: url(../package/img/tokuten_bg_t.png) center top no-repeat;
	height:70px;
	margin: 0;
	text-align: center;

}

.tokuten a {
  display: block;
  background: linear-gradient(to top, #00cbc9, #20e6e4);
  text-decoration: none;
  color: #fff;
  border-radius: 4px;
  border: solid 1px rgba(5,207,205,1.00);
  padding: 3px 24px 3px 24px;
  margin: 0 0 12px 0;
}

.tokuten a:hover {
  opacity: 0.6;
}

.tokuten a:visited, .tokuten a:active {
  color:#fff;
}


.link-tokuten-g, .link-tokuten-t {
  display: inline-block;
  margin: 0 6px 0 6px;
}

hr {
  border-top :dashed 2px rgba(153,234,218,.8);
  border-bottom: none;
  border-left: none;
  border-right: none;
  margin: 24px 0 24px 0;
}

/* ダウンロード版 */
#download_product_bnr .dlbnr {
	margin-right: 12px;
		
}

#download_product_bnr img {
	width: 234px;
	border: solid 1px rgba(159,159,159,.9);}

body {
	background: url(../img/bg_content.jpg) center top no-repeat fixed,#fff;
	padding: 10px 0 0 0;
} 

body#home {
	background: url(../img/bg_top.jpg) center top no-repeat scroll,#81F2E0;
	padding: 10px 0 0 0;
} 






.container {
	width:1040px;
	float:none;
	margin-right:0px;
	margin: 0 auto;	
	padding-bottom:20px;
}





.container {
	padding-left:0px;
	float:none;
	margin-right:0px;
	margin: 0 auto;	
	padding-bottom:20px;
	overflow:hidden;
}

header nav {
	background:url(../img/nav_bg_c.png) left top no-repeat;
	height:56px;
	width: 1030px;
	float: none;
	padding: 11px 0 10px 20px;
	margin: 0 auto;




}


body#s_f {
	padding: 10px 0 0 0;

} 
body.staffcredit {
  background: url(../img/bg_1.jpg) center top no-repeat fixed,#fff!important;
  padding: 10px 0 0 0;
} 


@media screen and (max-width: 1200px) {
body {
	background: url(../img/bg_content_sp.jpg) center top no-repeat fixed,#fff;
	padding: 10px 0 0 0;
}
  
body#home {
	background: url(../img/bg_top_sp.jpg) center top no-repeat scroll,#81F2E0;
	padding: 10px 0 0 0;
} 
  
body.staffcredit {
  background: url(../img/bg_1.jpg) center top no-repeat fixed,#fff!important;
  padding: 10px 0 0 0;
} 

  
}
