@charset "UTF-8";
/*
 * reset
 * common
 * menu
 * content
 * footer
 * top
 * bio
 * disco
 */
/*reset ---------- */
html {
  color: #000;
  background: #FFF; }

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, code, form, fieldset, legend, input, button, textarea, select, p, blockquote, th, td {
  margin: 0;
  padding: 0; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, button, caption, cite, code, dfn, em, input, optgroup, option, select, strong, textarea, th, var {
  font: inherit; }

del, ins {
  text-decoration: none; }

li {
  list-style: none; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0;
  font-variant: normal; }

sup {
  vertical-align: baseline; }

sub {
  vertical-align: baseline; }

legend {
  color: #000; }

/* common */
body {
  font-size: 14px;
  font-family: Helvetica, Arial, 'Arial Black','Hiragino Kaku Gothic Pro',Osaka,'メイリオ',Meiryo,'ＭＳ Ｐゴシック',sans-serif;
  line-height: 1.75; }

.container {
  margin: 0 auto;
  width: 940px; }

a:link {
  text-decoration: none; }

a:visited {
  text-decoration: none; }

a:hover {
  text-decoration: underline; }

.transition, #pager a, #footer .facebook {
  -webkit-transition: all 400ms ease-out;
  -ms-transition: all 400ms ease-out;
  -moz-transition: all 400ms ease-out;
  -o-transition: all 400ms ease-out; }

/* texts */
.text-item {
  background: url(../images/nav/texts.png) no-repeat bottom left;
  display: block;
  height: 75px;
  overflow: hidden;
  text-indent: -99999px; }

.text-item.text-ftl {
  background-image: url(../images/nav/text-ftl.png); }

.text-ftl {
  width: 966px; }

.text-info {
  background-position: 0 bottom;
  width: 154px; }

.black .text-info,
.black.text-info {
  background-position: 0 -75px; }

.text-live {
  background-position: -200px bottom;
  width: 140px; }

.black .text-live,
.black.text-live {
  background-position: -200px -75px; }

.text-media {
  background-position: -400px bottom;
  width: 221px; }

.black .text-media,
.black.text-media {
  background-position: -400px -75px; }

.text-bio {
  background-position: -700px bottom;
  width: 397px; }

.black .text-bio,
.black.text-bio {
  background-position: -700px -75px; }

.text-disco {
  background-position: -1200px bottom;
  width: 481px; }

.black .text-disco,
.black.text-disco {
  background-position: -1200px -75px; }

.text-mobile {
  background-position: -1800px bottom;
  width: 247px; }

.black .text-mobile,
.black.text-mobile {
  background-position: -1800px -75px; }

.text-blog {
  background-position: -2200px bottom;
  width: 171px; }

.black .text-blog,
.black.text-blog {
  background-position: -2200px -75px; }

/* menu */
#menu {
  margin-top: 10px;
  margin-bottom: 30px; }

#menu .list-item {
  border-right: 1px dotted #000;
  display: inline-block;
  /*			margin-right: 10px;*/
  padding: 8px 10px;
  position: relative;
  *display: inline;
  *zoom: 1; }

#menu .list-item a:hover {
  opacity: 0.5;
  /*			filter: alpha(opacity=50);*/ }

/* active */
#menu .active.list-item {
  border-right: none; }

#menu .active.list-item .menu-item {
  /*			margin-left: 15px;*/ }

#menu .active .ol {
  background-color: #00b5d9;
  height: 80px;
  left: 0px;
  position: absolute;
  top: -40px;
  width: 100%; }

#menu .active .menu-item {
  position: relative;
  z-index: 100; }

/* sub menu */
#contents .sub-menu {
  height: 30px;
  margin: 6px 0 30px;
  overflow: hidden; }
  #contents .sub-menu li {
    display: inline-block;
    float: left;
    line-height: 1em;
    margin-right: 4px;
    *display: inline;
    *zoom: 1; }
    #contents .sub-menu li a {
      display: inline-block;
      opacity: 0.4;
      filter: alpha(opacity=40); }
    #contents .sub-menu li a:hover {
      opacity: 1;
      filter: alpha(opacity=100); }
  #contents .sub-menu li a,
  #contents .sub-menu .selected {
    background-color: #00b5d9;
    padding: 4px 8px; }

.menu-item {
  background: url(../images/nav/texts-small.png) no-repeat left top;
  display: inline-block;
  height: 20px;
  overflow: hidden;
  padding: 0;
  text-indent: -10000px;
  *display: block;
  *zoom: 1; }

.menu-info,
.list-info {
  background-position: 0 top;
  width: 38px; }

#menu .active .menu-info {
  background-position: 0 -20px; }

.menu-live,
.list-live {
  background-position: -60px top;
  width: 35px; }

#menu .active .menu-live {
  background-position: -60px -20px; }

.menu-media,
.list-media {
  background-position: -110px top;
  width: 55px; }

#menu .active .menu-media {
  background-position: -110px -20px; }

.menu-bio,
.list-bio {
  background-position: -180px top;
  width: 99px; }

#menu .active .menu-bio {
  background-position: -180px -20px; }

.menu-disco,
.list-disco {
  background-position: -300px top;
  width: 123px; }

#menu .active .menu-disco {
  background-position: -300px -20px; }

.menu-mobile,
.list-mobile {
  background-position: -440px top;
  width: 64px; }

#menu .active .menu-mobile {
  background-position: -440px -20px; }

.menu-blog,
.list-blog {
  background-position: -520px top;
  width: 44px; }

#menu .active .menu-blog {
  background-position: -520px -20px; }

/* content */
#header {
  background-color: #e9eff3;
  border-bottom: 4px solid black;
  height: 300px;
  min-width: 940px;
  position: relative; }
  #header .container {
    position: relative; }
  #header .bg-container {
    min-height: 300px; }

#top-header h1,
#header h1 {
  margin-left: -10px; }

#page-title {
  margin-bottom: 10px;
  margin-left: -30px; }

.gray-container {
  background-color: #e5e5e5;
  border-bottom: 4px solid #000; }

#pager {
  text-align: center; }
  #pager a,
  #pager span {
    margin: 15px;
    padding: 4px;
    text-align: center;
    display: inline-block;
    *display: inline;
    *zoom: 1; }
  #pager a {
    background-color: #00b5d9;
    color: white; }
    #pager a:hover {
      background-color: yellow;
      text-decoration: none; }
  #pager span {
    background-color: #e5e5e5;
    color: #fff; }

/* footer */
#footer {
  border-top: 10px solid #e5e5e5;
  background-color: black;
  color: white;
  margin-top: 80px;
  min-width: 940px;
  padding: 30px 0; }

#footer a {
  color: white; }

#footer .facebook {
  font-family: Tahoma, sans-serif;
  font-weight: bold;
  background-color: #3B5998;
  padding: 2px 6px; }
  #footer .facebook:hover {
    background-color: yellow;
    color: #000;
    text-decoration: none;
    padding: 2px 40px; }

#footer .container {
  position: relative; }

#footer-content {
  margin-bottom: 60px;
  overflow: hidden; }

/* footer-item */
.footer-item {
  float: left;
  margin-right: 20px;
  width: 220px; }

.footer-item .title {
  margin-bottom: 20px; }

.footer-item .content {
  font-size: 90%;
  letter-spacing: 0.15em;
  margin-left: 10px; }

/* copyright */
#copyright {
  border-top: 2px solid #00b5d9;
  letter-spacing: 0.1em;
  margin-bottom: 60px;
  padding-top: 50px;
  text-align: center; }

/* pate top */
#pageTop {
  background: #00b5d9 url(../images/common/goTop.png) no-repeat center center;
  color: #fff;
  cursor: pointer;
  display: block;
  height: 60px;
  position: absolute;
  right: 0;
  text-align: center;
  top: -90px;
  width: 60px; }

#pageTop.on {
  opacity: 0.4;
  filter: alpha(opacity=40); }

/* top */
#top-header {
  height: 600px;
  min-width: 960px;
  position: relative; }
  #top-header .container {
    position: relative;
    width: 960px; }

/* top-contents */
#top-contents {
  margin-top: 30px;
  overflow: hidden; }

#top-contents li {
  float: left;
  margin-right: 8px; }

#top-contents li.last-item {
  margin-right: 0; }

#top-contents li img {
  width: 229px; }

#top-contents li a {
  display: block;
  height: 228px;
  overflow: hidden;
  position: relative;
  width: 229px; }

#top-contents li a:hover {
  text-decoration: none; }

#top-contents li a .content {
  background: url(../images/common/translucent-blue-2.png);
  color: #fff;
  height: 100%;
  left: -229px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 100%; }

#top-contents li a .content .text {
  background-color: #fff;
  color: #000;
  display: inline-block;
  line-height: 1.2em;
  padding: 8px;
  *display: inline;
  *zoom: 1; }

#top-contents li a .content .title,
#top-contents li a .content .name {
  font-weight: bold; }

/* top -menu */
#top-menu li {
  overflow: hidden;
  position: relative; }

#top-menu.right .text-item {
  float: right; }

#top-menu .text-item {
  position: relative;
  z-index: 100; }

/* bio */
#bio-content {
  overflow: hidden;
  padding: 30px; }

#bio-content .photo {
  float: left;
  width: 290px; }

#bio-content .data {
  float: right;
  width: 560px; }

#bio-content .name {
  color: #00b5d9;
  font-size: 150%; }

/* disco */
#discs li {
  margin-bottom: 30px; }

#discs article .type {
  background-color: #00b5d9;
  color: #fff;
  font-size: 10px;
  text-align: center;
  width: 60px; }

#discs article .gray-container {
  overflow: hidden;
  padding: 30px; }

#discs .jacket {
  float: left;
  line-height: 1.2em;
  text-align: center;
  width: 310px; }

#discs .jacket p {
  margin-bottom: 10px; }

#discs .jacket img {
  border: 4px solid #fff; }

#discs article .content {
  width: 550px;
  float: right; }
  #discs article .content.full {
    width: 100%; }

#discs article .copy {
  margin-bottom: 10px; }

#discs article .title {
  color: #00b5d9;
  font-size: 150%;
  line-height: 1.4em;
  margin-bottom: 10px; }

#discs article .date {
  font-size: 80%;
  margin-bottom: 10px; }

#discs article .data {
  font-size: 85%;
  margin-bottom: 10px; }

/* mobile */
#mobile-content {
  padding: 30px; }

#mobile-content .title {
  margin-bottom: 30px;
  text-align: center; }

#mobile-content .content {
  background: url(../images/mobile/phones.png) no-repeat 20px center;
  padding-left: 270px; }

#mobile-content .qr {
  margin-top: 30px;
  text-align: right; }

#mobile-content article h1 {
  font-size: 150%;
  font-weight: bold; }
#mobile-content article h2 {
  font-size: 120%;
  font-weight: bold; }
#mobile-content article h3 {
  font-weight: bold; }
#mobile-content article .caption {
  font-size: 80%; }

/* news */
#news {
  /* sub data */
  /* content */ }
  #news article {
    margin-bottom: 30px;
    position: relative;
    padding-left: 40px; }
  #news .sub-data {
    left: 0;
    position: absolute;
    top: 0;
    width: 60px; }
    #news .sub-data .date {
      background-color: #000;
      color: #fff;
      font-family: Georgia, Times, serif;
      font-style: italic;
      line-height: 1.5em;
      text-align: center; }
    #news .sub-data .month {
      height: 20px; }
    #news .sub-data .day {
      font-size: 200%;
      height: 40px;
      line-height: 1.1em; }
    #news .sub-data .type {
      background-color: #00b5d9;
      color: #fff;
      font-size: 10px;
      text-align: center; }
    #news .sub-data .and {
      background-color: #666;
      color: black;
      padding: 4px; }
  #news .content {
    padding: 0 30px 30px 40px; }
  #news .content h1 {
    border-left: 1px solid #000;
    font-size: 150%;
    margin-bottom: 30px;
    padding-left: 10px; }


/* special */
.sp_btn {
	display:block;
	background: #00B5D9;
	border: 0 solid #00B5D9;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	width: 250px;
	margin: 0 auto;
	margin-bottom: 5px;
	padding: 10px 0px;
	text-align:center;
	font-weight: bold;
}
.sp_btn:hover{
	text-decoration:none;
	background:#02ccf4;
}
.text-item0 {
  background: url(../images/nav/sp.png) no-repeat bottom left;
  display: block;
  height: 75px;
  overflow: hidden;
  text-indent: -99999px; 
}
.text-sp {
  background-position: 0 bottom;
  width: 297px; 
}

.aud_tit{
	margin-top:3px;
	font-size:32px;
	font-weight: bold;
}

.aud_comm_box{
	width:700px;
	margin: 0 auto;
	padding:10px 10px 8px 5px;
	background: #02ccf4;	
}
.aud_comm_tx{
	display:block;
	text-align:center;
	color:#fff;
	font-weight:bold;
	line-height:25px;
}

.aud_comm_t{
	margin-top:10px;
	display:block;
	color:#fff;
	text-align:right;
	font-weight:bold;
}

.aud_pp{
	font-size:12px;
}

/*dreampaper*/

.dp_font{
	font-size:16px;
}

li.tdfk{
	margin-top:5px;
	font-size:17px;
	font-weight:bold;
	display:block;
	color:#00B5D9;
}

.tdfk_btn {
	margin-left:5px;
	float:left;
	display:block;
	background: #00B5D9;
	border: 0 solid #00B5D9;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	color: #fff;
	width: 90px;
	margin-bottom: 5px;
	padding: 10px 0px;
	text-align:center;
	font-weight: bold;
}
.tdfk_btn:hover{
	text-decoration:none;
	background:#02ccf4;
}

/* upbeat */

#b_box{
  width:700px;
  height:800px;
 margin-left:auto;
 margin-right:auto;
}

#b_ballad{
  width:300px;
  height:500px;
  float:left;
}

#b_ballad .txt {
  font-size: 85%;
}


#b_upbeat{
  width:300px;
  height:500px;
  float:right;
  margin-left:20px;
}

#b_upbeat .txt {
  font-size: 85%;
}


.upbeat_title {
  color: #00b5d9;
  font-size: 150%;
  line-height: 1.4em;
  margin-bottom: 10px;
}

.cpn_text_t{
  display:block;
  font-weight:bold;
  font-size: 140%;
  text-align:center;
  margin-top:10px;
  margin-bottom:10px;
  padding-top:20px;

}

.cpn_text{
  font-size:105%;
  clear:both;
  margin-left:150px;
  margin-bottom:10px;
  padding-bottom:10px;

}

.tenpo:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	visibility:hidden;
}

.haifu{
font-size:100%;
width:90%;
}
