@charset "Shift_JIS";
/* ******************************************************************

	--common.css--

	1. Common setting
		1-1. Reset styles
		1-2. VisualFormattingModel styles
		1-3. BoxModel styles
		1-4. Text styles
		1-5. List styles
		1-6. Header styles
		1-7. Global Navigation styles
        1-8. Main styles
		1-9. Footer styles
		1-10. Pagination styles
        1-11. Button styles
        1-12. Breadclumb styles
        1-13. Ranking styles
        1-14. Artist profile styles
		1-15. Form styles
		1-16 Side menu styles
		1-17 News styles
		1-18. Social styles
		1-19. Pager styles
		1-20. alert styles
****************************************************************** */
/*==================================================================
	1. Common setting
===================================================================*/
/* ------------------------------------------------------------------
	1-1. Reset styles
-------------------------------------------------------------------*/
#wrapper {
  min-width: 1000px;
}

html {
  overflow-y: scroll;
  background: #eee;
}

body {
  -webkit-text-size-adjust: none;
  -ms-text-size-adjust: none;
}

html, body {
  width: 100%;
  height: 100%;
}

html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}

body {
  margin: 0;
  font-size: 14px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  color: #000;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, object, iframe, pre, code, p, blockquote, form, fieldset, legend, table, th, td, caption, tbody, tfoot, thead, article, aside, figure, footer, header, hgroup, menu, nav, section, audio, video, canvas {
  margin: 0;
  padding: 0;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
}

ul {
  list-style: none;
}

input[type="submit"] {
  cursor: pointer;
  border: none;
}

textarea {
  resize: vertical;
  overflow: hidden;
}

input, select {
  vertical-align: middle;
}

a {
  margin: 0;
  padding: 0;
  -webkit-touch-callout: none;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0.3);
  color: #000;
  text-decoration: none;
}
a:hover {
  color: #0046b2;
}

a img {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
a.cart, a.play, a.present {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
a:hover img {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}
a:hover.cart, a:hover.play, a:hover.present {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=65);
  opacity: 0.65;
}

a img, map a {
  border: none;
}

img {
  vertical-align: bottom;
  -ms-interpolation-mode: bicubic;
}

.pie {
  zoom: 1;
  position: relative;
  behavior: url(/lib/PIE.htc);
}

/* ------------------------------------------------------------------
	1-2. VisualFormattingModel styles
-------------------------------------------------------------------*/
.noDisplay {
  display: none;
}

.block {
  display: block !important;
}

.inline {
  display: inline !important;
}

.inlineBlock {
  display: inline-block !important;
}

.static {
  position: static !important;
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fixed {
  position: fixed !important;
}

.leftBox {
  float: left;
}

.rightBox {
  float: right;
}

.nofloat {
  float: none !important;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  display: block;
  clear: both;
  content: "";
}

.clear {
  clear: both !important;
}

/* ------------------------------------------------------------------
	1-3. BoxModel styles
-------------------------------------------------------------------*/
.auto {
  margin-right: auto !important;
  margin-left: auto !important;
}

.mt0, .mv0, .ma0 {
  margin-top: 0 !important;
}

.mr0, .mh0, .ma0 {
  margin-right: 0 !important;
}

.mb0, .mv0, .ma0 {
  margin-bottom: 0 !important;
}

.ml0, .mh0, .ma0 {
  margin-left: 0 !important;
}

.pt0, .pv0, .pa0 {
  padding-top: 0 !important;
}

.pr0, .ph0, .pa0 {
  padding-right: 0 !important;
}

.pb0, .pv0, .pa0 {
  padding-bottom: 0 !important;
}

.pl0, .ph0, .pa0 {
  padding-left: 0 !important;
}

.mt5, .mv5, .ma5 {
  margin-top: 5px !important;
}

.mr5, .mh5, .ma5 {
  margin-right: 5px !important;
}

.mb5, .mv5, .ma5 {
  margin-bottom: 5px !important;
}

.ml5, .mh5, .ma5 {
  margin-left: 5px !important;
}

.pt5, .pv5, .pa5 {
  padding-top: 5px !important;
}

.pr5, .ph5, .pa5 {
  padding-right: 5px !important;
}

.pb5, .pv5, .pa5 {
  padding-bottom: 5px !important;
}

.pl5, .ph5, .pa5 {
  padding-left: 5px !important;
}

.mt10, .mv10, .ma10 {
  margin-top: 10px !important;
}

.mr10, .mh10, .ma10 {
  margin-right: 10px !important;
}

.mb10, .mv10, .ma10 {
  margin-bottom: 10px !important;
}

.ml10, .mh10, .ma10 {
  margin-left: 10px !important;
}

.pt10, .pv10, .pa10 {
  padding-top: 10px !important;
}

.pr10, .ph10, .pa10 {
  padding-right: 10px !important;
}

.pb10, .pv10, .pa10 {
  padding-bottom: 10px !important;
}

.pl10, .ph10, .pa10 {
  padding-left: 10px !important;
}

.mt15, .mv15, .ma15 {
  margin-top: 15px !important;
}

.mr15, .mh15, .ma15 {
  margin-right: 15px !important;
}

.mb15, .mv15, .ma15 {
  margin-bottom: 15px !important;
}

.ml15, .mh15, .ma15 {
  margin-left: 15px !important;
}

.pt15, .pv15, .pa15 {
  padding-top: 15px !important;
}

.pr15, .ph15, .pa15 {
  padding-right: 15px !important;
}

.pb15, .pv15, .pa15 {
  padding-bottom: 15px !important;
}

.pl15, .ph15, .pa15 {
  padding-left: 15px !important;
}

.mt20, .mv20, .ma20 {
  margin-top: 20px !important;
}

.mr20, .mh20, .ma20 {
  margin-right: 20px !important;
}

.mb20, .mv20, .ma20 {
  margin-bottom: 20px !important;
}

.ml20, .mh20, .ma20 {
  margin-left: 20px !important;
}

.pt20, .pv20, .pa20 {
  padding-top: 20px !important;
}

.pr20, .ph20, .pa20 {
  padding-right: 20px !important;
}

.pb20, .pv20, .pa20 {
  padding-bottom: 20px !important;
}

.pl20, .ph20, .pa20 {
  padding-left: 20px !important;
}

.mt25, .mv25, .ma25 {
  margin-top: 25px !important;
}

.mr25, .mh25, .ma25 {
  margin-right: 25px !important;
}

.mb25, .mv25, .ma25 {
  margin-bottom: 25px !important;
}

.ml25, .mh25, .ma25 {
  margin-left: 25px !important;
}

.pt25, .pv25, .pa25 {
  padding-top: 25px !important;
}

.pr25, .ph25, .pa25 {
  padding-right: 25px !important;
}

.pb25, .pv25, .pa25 {
  padding-bottom: 25px !important;
}

.pl25, .ph25, .pa25 {
  padding-left: 25px !important;
}

.mt30, .mv30, .ma30 {
  margin-top: 30px !important;
}

.mr30, .mh30, .ma30 {
  margin-right: 30px !important;
}

.mb30, .mv30, .ma30 {
  margin-bottom: 30px !important;
}

.ml30, .mh30, .ma30 {
  margin-left: 30px !important;
}

.pt30, .pv30, .pa30 {
  padding-top: 30px !important;
}

.pr30, .ph30, .pa30 {
  padding-right: 30px !important;
}

.pb30, .pv30, .pa30 {
  padding-bottom: 30px !important;
}

.pl30, .ph30, .pa30 {
  padding-left: 30px !important;
}

.mt40, .mv40, .ma40 {
  margin-top: 40px !important;
}

.mr40, .mh40, .ma40 {
  margin-right: 40px !important;
}

.mb40, .mv40, .ma40 {
  margin-bottom: 40px !important;
}

.ml40, .mh40, .ma40 {
  margin-left: 40px !important;
}

.pt40, .pv40, .pa40 {
  padding-top: 40px !important;
}

.pr40, .ph40, .pa40 {
  padding-right: 40px !important;
}

.pb40, .pv40, .pa40 {
  padding-bottom: 40px !important;
}

.pl40, .ph40, .pa40 {
  padding-left: 40px !important;
}

.mt50, .mv50, .ma50 {
  margin-top: 50px !important;
}

.mr50, .mh50, .ma50 {
  margin-right: 50px !important;
}

.mb50, .mv50, .ma50 {
  margin-bottom: 50px !important;
}

.ml50, .mh50, .ma50 {
  margin-left: 50px !important;
}

.pt50, .pv50, .pa50 {
  padding-top: 50px !important;
}

.pr50, .ph50, .pa50 {
  padding-right: 50px !important;
}

.pb50, .pv50, .pa50 {
  padding-bottom: 50px !important;
}

.pl50, .ph50, .pa50 {
  padding-left: 50px !important;
}

.mt60, .mv60, .ma60 {
  margin-top: 60px !important;
}

.mr60, .mh60, .ma60 {
  margin-right: 60px !important;
}

.mb60, .mv60, .ma60 {
  margin-bottom: 60px !important;
}

.ml60, .mh60, .ma60 {
  margin-left: 60px !important;
}

.pt60, .pv60, .pa60 {
  padding-top: 60px !important;
}

.pr60, .ph60, .pa60 {
  padding-right: 60px !important;
}

.pb60, .pv60, .pa60 {
  padding-bottom: 60px !important;
}

.pl60, .ph60, .pa60 {
  padding-left: 60px !important;
}

.mt70, .mv70, .ma70 {
  margin-top: 70px !important;
}

.mr70, .mh70, .ma70 {
  margin-right: 70px !important;
}

.mb70, .mv70, .ma70 {
  margin-bottom: 70px !important;
}

.ml70, .mh70, .ma70 {
  margin-left: 70px !important;
}

.pt70, .pv70, .pa70 {
  padding-top: 70px !important;
}

.pr70, .ph70, .pa70 {
  padding-right: 70px !important;
}

.pb70, .pv70, .pa70 {
  padding-bottom: 70px !important;
}

.pl70, .ph70, .pa70 {
  padding-left: 70px !important;
}

.mt80, .mv80, .ma80 {
  margin-top: 80px !important;
}

.mr80, .mh80, .ma80 {
  margin-right: 80px !important;
}

.mb80, .mv80, .ma80 {
  margin-bottom: 80px !important;
}

.ml80, .mh80, .ma80 {
  margin-left: 80px !important;
}

.pt80, .pv80, .pa80 {
  padding-top: 80px !important;
}

.pr80, .ph80, .pa80 {
  padding-right: 80px !important;
}

.pb80, .pv80, .pa80 {
  padding-bottom: 80px !important;
}

.pl80, .ph80, .pa80 {
  padding-left: 80px !important;
}

.bt0, .ba0 {
  border-top: none !important;
}

.br0, .ba0 {
  border-right: none !important;
}

.bb0, .ba0 {
  border-bottom: none !important;
}

.bl0, .ba0 {
  border-left: none !important;
}

.w40 {
  width: 40px !important;
}

.w60 {
  width: 60px !important;
}

.w80 {
  width: 80px !important;
}

.w100 {
  width: 100px !important;
}

.w200 {
  width: 200px !important;
}

.w300 {
  width: 300px !important;
}

.w400 {
  width: 400px !important;
}

.w500 {
  width: 500px !important;
}

/* ------------------------------------------------------------------
	1-4. Text styles
-------------------------------------------------------------------*/
.middle {
  vertical-align: middle !important;
}

.center {
  text-align: center !important;
}

.left {
  text-align: left !important;
}

.right {
  text-align: right !important;
}

.underline {
  text-decoration: underline !important;
}

.text_no_line {
  text-decoration: none !important;
}

strong, .bold {
  font-weight: bold;
}

.italic {
  font-style: italic;
}

.note {
  margin-left: 1.0em;
  text-indent: -1.0em;
}

.text_base {
  font-size: 13px;
  line-height: 22px;
}

.f_left {
  float: left;
}

.f_right {
  float: right;
}

.nowrap {
  white-space: nowrap;
}

.truncate_h2,
.truncate_h3 {
  overflow: hidden;
  white-space: normal;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  width: 116px;
  height:2.6em;
  line-height:1.3em;	
}

.truncate_h2 {
  padding-top: 4px;
  font-size: 12px;
  font-weight: bold;
}

.truncate_h3 {
  font-size: 11px;
  font-weight: normal;
}

/* ------------------------------------------------------------------
	1-5. List styles
-------------------------------------------------------------------*/
.disc {
  padding-left: 2em;
  list-style: disc;
}

.circle {
  padding-left: 2em;
  list-style: circle;
}

.decimal {
  padding-left: 2.4em;
  list-style: decimal;
}

.clear {
  clear: both;
}

.clearfix:before, .clearfix:after {
  content: "";
  display: block;
}

.clearfix:after {
  clear: both;
}

.clearfix {
  zoom: 1;
}

/* ------------------------------------------------------------------
	1-6. Header styles
-------------------------------------------------------------------*/
#header {
  z-index: 9999;
  position: static;
  top: 0;
  left: 0;
  width: 100%;
}

.h_top {
  zoom: 1;
  background-color: #212732;
}
.h_top:before {
  content: "";
  display: block;
}
.h_top:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}

.h_bottom {
  background-color: #fff;
}

.h_top_inner, .h_bottom_inner {
  margin: 0 auto;
  width: 1000px;
}

.h_bottom {
  zoom: 1;
}
.h_bottom:before {
  content: "";
  display: block;
}
.h_bottom:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}

.h_top_inner h1, .h_top_inner p {
  float: left;
  width: 640px;
  font-size: 10px;
  color: #fff;
  line-height: 35px;
}

.h_sns_link {
  display: inline;
  float: right;
  margin-top: 5px;
}
.h_sns_link li {
  display: inline;
  float: left;
  margin-left: 9px;
}
.h_sns_link li a {
  overflow: hidden;
  display: block;
  padding-top: 25px;
  width: 25px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/splite_header.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.h_sns_link li.fb a {
  background-image: url(/img/pc/common/splite_header.png);
  background-position: 0 0;
}
.h_sns_link li.tw a {
  background-image: url(/img/pc/common/splite_header.png);
  background-position: -30px 0;
}
.h_sns_link li.gp a {
  background-image: url(/img/pc/common/splite_header.png);
  background-position: -60px 0;
}
.h_sns_link li.mx a {
  background-image: url(/img/pc/common/splite_header.png);
  background-position: -90px 0;
}

.logo {
  float: left;
  width: 262px;
}

.h_search_box {
  float: right;
  margin-top: 11px;
  margin-right: 15px;
  width: 385px;
  background: url(/img/pc/common/btn_search2.png) no-repeat right top;
}
.h_search_box #keywords {
  width: 280px !important;
  height: 29px !important;
  line-height: 29px;
  letter-spacing: 1px;
}

.h_search_box #keywords {
  height: 27px\9 !important;
  font-size: 13px;
  color: #9a9a9a;
}

.h_search_box #keywords, x:-moz-any-link {
  height: 27px !important;
}

#search_btn {
  width: 71px;
  height: 29px;
  text-indent: -9999px;
  background: url(/img/pc/common/btn_search.png) no-repeat right top;
}
#search_btn:hover {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.search_box {
  float: right;
}
.search_box input {
  float: left;
}

input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  height: 20px;
}

select,
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
  display: inline-block;
  padding: 0 6px;
  font-size: 14px;
  line-height: 20px;
  color: #555;
  vertical-align: middle;
  background-color: #fff;
  border: 1px solid #cdcdcd;
  -webkit-border-radius: 3px 0 0 3px;
  -moz-border-radius: 3px 0 0 3px;
  -ms-border-radius: 3px 0 0 3px;
  -o-border-radius: 3px 0 0 3px;
  border-radius: 3px 0 0 3px;
  -webkit-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.025);
  -moz-box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.025);
  box-shadow: inset 0px 0px 2px 2px rgba(0, 0, 0, 0.025);
  -webkit-transition: border linear, box-shadow linear;
  -webkit-transition-delay: 0.2s, 0.2s;
  -moz-transition: border linear 0.2s, box-shadow linear 0.2s;
  -o-transition: border linear 0.2s, box-shadow linear 0.2s;
  transition: border linear 0.2s, box-shadow linear 0.2s;
}

select:focus,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
  border-color: rgba(0, 0, 0, 0.3);
  outline: 0;
  border: 1px solid #212732;
}

input[type="checkbox"] {
  margin-top: -1px;
  margin-right: 6px;
}

.submenu_box {
  display: inline-block;
  float: right;
  margin-top: 11px;
  min-width: 247px;
}
.submenu_box.mypage {
  min-width: 215px;
}
.submenu_box li {
  display: inline;
  float: left;
}
.submenu_box li a {
  display: block;
  font-weight: bold;
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
}
.submenu_box .btn_login a {
  padding-left: 30px;
  width: 50px;
  min-height: 29px;
  font-size: 12px;
  line-height: 30px;
  background-image: url(/img/pc/common/splite_header.png);
  background-position: 0 -50px;
  background-repeat: no-repeat;
}
.submenu_box .btn_login a:hover {
  background-position: 0 -81px;
}
.submenu_box .btn_entry a {
  padding-left: 30px;
  width: 50px;
  height: 29px;
  font-size: 12px;
  line-height: 30px;
  background-image: url(/img/pc/common/splite_header.png);
  background-position: -80px -50px;
  background-repeat: no-repeat;
}
.submenu_box .btn_entry a:hover {
  background-position: -80px -81px;
}
.submenu_box .btn_cart a {
  margin-left: 7px;
  padding-left: 40px;
  padding-right: 10px;
  height: 27px;
  font-size: 15px;
  line-height: 29px;
  border: 1px solid #d3b402;
  background-image: url(/img/pc/common/splite_header.png);
  background-position: -160px -50px;
  background-repeat: no-repeat;
}
.submenu_box .btn_cart a:hover {
  background-position: -160px -81px;
}
.submenu_box .cart_num {
  padding: 2px 6px 0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  -webkit-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 0.3);
  background-color: #fff;
}
.submenu_box .btn_mypage a {
  padding-left: 44px;
  width: 128px;
  height: 29px;
  font-size: 12px;
  line-height: 30px;
  background-image: url(/img/pc/common/splite_header.png);
  background-position: -270px -50px;
  background-repeat: no-repeat;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.submenu_box .btn_mypage a:hover {
  background-position: -270px -81px;
}

.scroll {
  margin-top: 155px !important;
}

.fixed_header {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 0;
}

/* ------------------------------------------------------------------
	1-7. Global Navigation styles
-------------------------------------------------------------------*/
#nav {
  background-image: url(/img/pc/common/bg_nav.gif);
  background-position: 0 0;
  background-repeat: repeat-x;
  z-index: 102;
}

.nav_list {
  zoom: 1;
  margin: 0 auto;
  width: 1000px;
  z-index: 9999;
  padding: 0 1px 10px;
  line-height: 1;
  background-image: url(/img/pc/common/bg_gnav.png);
  background-position: center 0;
  background-repeat: no-repeat;
}
.nav_list:before {
  content: "";
  display: block;
}
.nav_list:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.nav_list ul {
  zoom: 1;
}
.nav_list ul:before {
  content: "";
  display: block;
}
.nav_list ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.nav_list ul li {
  display: inline;
  float: left;
  position: relative;
}
.nav_list ul li a {
  display: block;
  width: 111px;
  height: 60px;
  text-align: center;
}
.nav_list ul li a h2 {
  padding-top: 15px;
  text-align: center;
  font-size: 14px;
  color: #fff;
}
.nav_list ul li a span {
  position: absolute;
  left: 0;
  top: 15px;
  background: url(/img/pc/common/splite_icon_gnav.png) no-repeat left top;
  width: 111px;
  height: 20px;
  text-indent: -9999px;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}
.nav_list ul li a .sub {
  position: absolute;
  top: 37px;
  width: 100%;
}
.nav_list ul li a .sub h3 {
  text-align: center;
  font-size: 10px;
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  color: #a5a5a5;
}
.nav_list .active h2 {
  position: absolute;
  background-image: url(/img/pc/common/splite_icon_gnav.png);
  background-repeat: no-repeat;
  top: 10px;
  width: 111px;
  height: 20px;
  text-indent: -9999px;
}
.nav_list .active.home h2 {
  background-position: -111px 0;
}
.nav_list .active.japanese h2 {
  background-position: -111px -51px;
}
.nav_list .active.world h2 {
  background-position: -111px -103px;
}
.nav_list .active.anime h2 {
  background-position: -111px -155px;
}
.nav_list .active.new h2 {
  background-position: -111px -210px;
}
.nav_list .active.artist h2 {
  background-position: -111px -264px;
}
.nav_list .active.ranking h2 {
  background-position: -111px -316px;
}
.nav_list .active.special h2 {
  background-position: -111px -367px;
}
.nav_list .active.lyrics h2 {
  background-position: -111px -418px;
}
.nav_list .japanese a span {
  background-position: 0 -51px;
}
.nav_list .world a span {
  background-position: 0 -103px;
}
.nav_list .anime a span {
  background-position: 0 -155px;
}
.nav_list .new a span {
  background-position: 0 -210px;
}
.nav_list .artist a span {
  background-position: 0 -264px;
}
.nav_list .ranking a span {
  background-position: 0 -316px;
}
.nav_list .special a span {
  background-position: 0 -367px;
}
.nav_list .lyrics a span {
  background-position: 0 -418px;
}
.nav_list .nav_menu {
  position: absolute;
  background: url(/img/pc/common/bg_navmenu.png) repeat;
  top: 60px;
  height: auto;
  margin-top: 13px;
  padding: 6px;
  visibility: hidden;
  z-index: -9999;
  -webkit-box-shadow: 0 4px 10px #8f8f8f;
  -moz-box-shadow: 0 4px 10px #8f8f8f;
  box-shadow: 0 4px 10px #8f8f8f;
}
.nav_list .nav_menu .arrow {
  position: absolute;
  width: 100%;
  height: 10px;
  margin-left: -6px;
  top: -10px;
  background: url(/img/pc/common/arrow_navmenu.png) no-repeat center top;
}
.nav_list .nav_menu ul {
  width: 100%;
  -webkit-box-shadow: 0 0 10px black;
  -moz-box-shadow: 0 0 10px black;
  box-shadow: 0 0 10px black;
}
.nav_list .nav_menu ul li {
  float: none;
  display: block;
  background-color: #fff;
  background-image: url(/img/pc/common/icon_arrow_navmenu.png);
  background-repeat: no-repeat;
  background-position: right 17px;
  border-bottom: solid 1px #eee;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav_list .nav_menu ul li:hover {
  background-color: #f1eeee;
}
.nav_list .nav_menu ul li a {
  display: block;
  height: auto;
  width: auto;
  padding: 15px 40px 15px 10px;
  text-align: left;
  font-size: 12px;
  white-space: nowrap;
}
.nav_list .nav_menu ul li a p {
  padding-right: 10px;
}
.nav_list .nav_menu ul li.even {
  background-color: #f9f9f9;
  -webkit-transition: all 200ms linear;
  -moz-transition: all 200ms linear;
  -o-transition: all 200ms linear;
  transition: all 200ms linear;
}
.nav_list .nav_menu ul li.even:hover {
  background-color: #f1eeee;
}
.nav_list .nav_menu.home {
  left: -23px;
}
.nav_list .nav_menu.ranking {
  left: -82px;
}

.fixed_nav {
  z-index: 9999;
  position: fixed;
  width: 100%;
  top: 50px;
}

/* ------------------------------------------------------------------
	1-8. Main styles
-------------------------------------------------------------------*/
#contents {
  /*margin-top: 80px;*/
  background-image: url(/img/pc/common/bg_tile.gif);
}

#main {
  margin: 0 auto;
  width: 1000px;
  zoom: 1;
  padding-bottom: 65px;
}
#main:before {
  content: "";
  display: block;
}
#main:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}

#left {
  float: left;
  width: 720px;
}
#left .left_contents {
  -webkit-box-shadow: 0px 2px 3px #999999;
  -moz-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 3px #999999;
  padding: 20px;
  background-color: #fff;
}

#center {
  width: 1000px;
}
#center .center_contents {
  -webkit-box-shadow: 0px 2px 3px #999999;
  -moz-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 3px #999999;
  padding: 20px;
  background-color: #fff;
}

#right {
  float: right;
  margin-left: 20px;
  width: 260px;
}

.headline {
  zoom: 1;
  padding: 8px 9px 7px 13px;
  border-top: 1px solid #e1e1e1;
  border-left: 1px solid #e1e1e1;
  border-right: 1px solid #e1e1e1;
  border-bottom: 1px solid #0046b2;
  background-color: #fff;
  background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, #ffffff), color-stop(100%, #f0f0f0));
  background-image: -webkit-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -moz-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: -o-linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
  background-image: linear-gradient(top, #ffffff 0%, #f0f0f0 100%);
}
.headline:before {
  content: "";
  display: block;
}
.headline:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.headline h2 {
  float: left;
  padding-left: 26px;
  font-size: 14px;
  background-image: url(/img/pc/common/splite_icon_headline.png);
  background-repeat: no-repeat;
  background-position: 0 -248px;
}

#left .headline1,
#center .headline1 {
  zoom: 1;
  padding: 16px 0 19px 24px;
  border-top: 5px solid #0046b2;
  background-repeat: no-repeat;
  font-size: 20px;
}
#left .headline1:before,
#center .headline1:before {
  content: "";
  display: block;
}
#left .headline1:after,
#center .headline1:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
#left .headline1 .alphabet,
#center .headline1 .alphabet {
  float: left;
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 22px;
}
#left .headline1 .japanese,
#center .headline1 .japanese {
  float: left;
  margin-left: 13px;
  padding-top: 4px;
  font-size: 12px;
}
#left .page h2.line,
#center .page h2.line {
  font-size: 15px;
  color: #0046b2;
  margin: 0 0 20px 0;
  padding: 10px 0;
  border-bottom: solid 1px #0046b2;
}

/* ------------------------------------------------------------------
	1-9. Footer styles
-------------------------------------------------------------------*/
#pagetop {
  background-color: #fff;
  border-bottom: 1px solid #eee;
}
#pagetop a {
  display: block;
  margin: 0 auto;
  width: 1000px;
  padding: 10px 0;
  text-align: center;
}

#footer_link_box {
  background-color: #212732;
}

#footer_link_list {
  margin: 0 auto;
  width: 1000px;
  padding-top: 28px;
  padding-bottom: 35px;
}

.list {
  zoom: 1;
}
.list:before {
  content: "";
  display: block;
}
.list:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.list h2 {
  padding-bottom: 12px;
  font-size: 14px;
  font-weight: bold;
  color: #fff;
}
.list li {
  line-height: 2;
}
.list li a {
  padding-left: 12px;
  font-size: 12px;
  font-weight: bold;
  color: white;
  background-image: url(/img/pc/common/icon_arrow.png);
  background-position: 0 center;
  background-repeat: no-repeat;
}
.list li a:hover {
  text-decoration: underline;
}
.list .category {
  float: left;
  width: 153px;
}
.list .special {
  float: left;
  width: 254px;
}
.list .ranking {
  float: left;
  width: 245px;
}
.list .function {
  float: left;
  width: 208px;
}
.list .help {
  float: left;
  width: 140px;
}

.popular_artist {
  margin-top: 27px;
  zoom: 1;
}
.popular_artist:before {
  content: "";
  display: block;
}
.popular_artist:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.popular_artist h2 {
  margin-bottom: 5px;
  color: #fff;
  zoom: 1;
}
.popular_artist h2:before {
  content: "";
  display: block;
}
.popular_artist h2:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.popular_artist h2 .alphabet {
  float: left;
  margin-right: 17px;
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  font-size: 16px;
  font-weight: bold;
}
.popular_artist h2 .japanese {
  float: left;
  margin-top: 3px;
  font-size: 10px;
  font-weight: normal;
}
.popular_artist .artist_list li {
  float: left;
}
.popular_artist .artist_list li a {
  display: block;
  margin-right: 10px;
  margin-bottom: 10px;
  padding: 4px 11px;
  font-size: 12px;
  line-height: 1;
  background-color: #f0f0f0;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.recommend {
  zoom: 1;
  margin-top: 25px;
}
.recommend:before {
  content: "";
  display: block;
}
.recommend:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.recommend h2 {
  float: left;
  width: 153px;
  height: 39px;
  padding-top: 8px;
  color: #fff;
  background-image: url(/img/pc/common/bg_f_recommend_ttl.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.recommend h2 .alphabet {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  display: block;
  width: 144px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.recommend h2 .japanese {
  display: block;
  width: 144px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}
.recommend ul {
  float: left;
  zoom: 1;
}
.recommend ul:before {
  content: "";
  display: block;
}
.recommend ul:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.recommend li {
  display: inline;
  float: left;
  margin-left: 17px;
}
.recommend li a {
  display: block;
  height: 50px;
  width: 124px;
  background-color: #000000;
  text-align: center;
}
.recommend li img {
  max-width: 124px;
  max-height: 50px;
  vertical-align: middle;
}

.copyright_box {
  margin: 0 auto;
  width: 1000px;
  padding: 15px 0;
}

.license_list {
  padding-bottom: 15px;
  border-bottom: 1px solid #cdcbcb;
}
.license_list th img {
  margin-right: 10px;
}
.license_list td {
  padding-right: 30px;
  font-size: 9px;
  line-height: 1.3;
}
.license_list td span {
  display: block;
  font-size: 10px;
}
.license_list td.last {
  padding-right: 0 !important;
  line-height: 1.8;
}

.f_menu_list {
  padding-top: 15px;
  border-top: 1px solid #fafafa;
  zoom: 1;
}
.f_menu_list:before {
  content: "";
  display: block;
}
.f_menu_list:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.f_menu_list .f_menu {
  float: left;
}
.f_menu_list .f_menu li {
  float: left;
}
.f_menu_list .f_menu li a {
  padding-left: 11px;
  padding-right: 26px;
  font-size: 12px;
  background-image: url(/img/pc/common/icon_arrow_black.png);
  background-position: 0 center;
  background-repeat: no-repeat;
}
.f_menu_list .f_menu li a:hover {
  color: #0046b2;
  text-decoration: underline;
}

.copyright {
  float: right;
  font-size: 12px;
}

/* ------------------------------------------------------------------
	1-10. Pagination styles
-------------------------------------------------------------------*/
/* ------------------------------------------------------------------
	1-11. Button styles
-------------------------------------------------------------------*/
.btn_more a {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  padding: 4px 21px 3px 12px;
  font-size: 12px;
  color: #fff;
  background-color: #000;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
  background-image: url(/img/pc/common/icon_arrow.png);
  background-position: 82% center;
  background-repeat: no-repeat;
}
.btn_more a:hover {
  color: #fcd500;
  background-image: url(/img/pc/common/icon_arrow_yellow.png);
  background-position: 82% center;
}

a.cart, a.play {
  display: block;
  float: left;
  padding-top: 22px;
  width: 28px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/btn_icon.png);
  background-repeat: no-repeat;
}

a.cart {
  background-position: 0 0;
}

a.play {
  margin-left: 5px;
  background-position: -50px 0;
}

/* ------------------------------------------------------------------
	1-12. Breadclumb styles
-------------------------------------------------------------------*/
.breadclumb {
  zoom: 1;
  margin-bottom: 10px;
}
.breadclumb:before {
  content: "";
  display: block;
}
.breadclumb:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.breadclumb li {
  float: left;
  font-size: 11px;
  padding-right: 17px;
  background-image: url(/img/pc/common/icon_arrow_breadclumb.png);
  background-repeat: no-repeat;
  background-position: right center;
}
.breadclumb li a {
  color: #0046b2;
  text-decoration: underline;
}
.breadclumb li a:hover {
  text-decoration: none;
}
.breadclumb li.active {
  background-image: none;
}

/* ------------------------------------------------------------------
	1-13. Ranking styles
-------------------------------------------------------------------*/
.ranking_single,
.ranking_album {
  -webkit-box-shadow: 0px 2px 3px #999999;
  -moz-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 3px #999999;
}
.ranking_single h1,
.ranking_album h1 {
  zoom: 1;
  color: #fff;
  line-height: 41px;
  background-color: #0e1015;
  background-image: url(/img/pc/common/bg_side_h1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.ranking_single h1:before,
.ranking_album h1:before {
  content: "";
  display: block;
}
.ranking_single h1:after,
.ranking_album h1:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.ranking_single h1 .alphabet,
.ranking_album h1 .alphabet {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  float: left;
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.ranking_single h1 .japanese,
.ranking_album h1 .japanese {
  display: inline-block;
  float: left;
  padding-left: 9px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}
.ranking_single h1.title02,
.ranking_album h1.title02 {
  padding-top: 14px;
  padding-bottom: 14px;
  line-height: 1 !important;
}
.ranking_single h1.title02 .japanese,
.ranking_album h1.title02 .japanese {
  margin-top: 5px;
  padding-left: 12px;
}

.ranking_single .item,
.ranking_album .item {
  zoom: 1;
  padding: 10px;
  border-bottom: 1px solid #ccc;
  background-color: #fff;
  position: relative;
}
.ranking_single .item:before,
.ranking_album .item:before {
  content: "";
  display: block;
}
.ranking_single .item:after,
.ranking_album .item:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.ranking_single .item figure,
.ranking_album .item figure {
  float: left;
  padding-right: 11px;
  width: 54px;
  height: 54px;
}
.ranking_single .item figure img,
.ranking_album .item figure img {
  max-width: 54px;
  height: auto;
}
.ranking_single .item figure .book-photo-frame img{
  max-width: 40px;
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.ranking_single .item .ranking_num,
.ranking_album .item .ranking_num {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  float: left;
  display: block;
  width: 20px;
  height: 20px;
  color: #fff;
  text-align: center;
  line-height: 20px;
  background-color: #9a9a9a;
}
.ranking_single .item .rank_set,
.ranking_album .item .rank_set {
  position: absolute;
  left: 75px;
}
.ranking_single .item .menu_set,
.ranking_album .item .menu_set {
  display: block;
  float: right;
  width: 66px;
}
.ranking_single .item .button_set {
    display: block;
    float: right;
    width: 115px;
}
.ranking_single .item .headline2,
.ranking_album .item .headline2 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  float: left;
  padding-top: 4px;
  width: 175px;
  font-size: 12px;
  font-weight: bold;
}
.ranking_single .item .headline3,
.ranking_album .item .headline3 {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  float: left;
  width: 175px;
  font-size: 11px;
  font-weight: normal;
  line-height: 1;
}
.ranking_single .item p,
.ranking_album .item p {
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  -ms-text-overflow: ellipsis;
  padding-top: 6px;
  float: left;
  font-size: 11px;
  width: 100%;
}
.ranking_single .item .icon_stay,
.ranking_single .item .icon_up,
.ranking_single .item .icon_down,
.ranking_single .item .icon_new,
.ranking_album .item .icon_stay,
.ranking_album .item .icon_up,
.ranking_album .item .icon_down,
.ranking_album .item .icon_new {
  overflow: hidden;
  display: block;
  float: left;
  margin-left: 8px;
  padding-top: 20px;
  width: 25px;
  height: 0;
  text-indent: -9999px;
  background-repeat: no-repeat;
}
.ranking_single .item .icon_stay,
.ranking_album .item .icon_stay {
  background-image: url(/img/pc/common/icon_ranking.png);
  background-position: 0 4px;
}
.ranking_single .item .icon_up,
.ranking_album .item .icon_up {
  background-image: url(/img/pc/common/icon_ranking.png);
  background-position: 0 -16px;
}
.ranking_single .item .icon_down,
.ranking_album .item .icon_down {
  background-image: url(/img/pc/common/icon_ranking.png);
  background-position: 0 -36px;
}
.ranking_single .item .icon_new,
.ranking_album .item .icon_new {
  background-image: url(/img/pc/common/icon_ranking.png);
  background-position: 0 -56px;
}
.ranking_single .item .book_sample {
    display: block;
    float: left;
    margin-left: 4px;
    padding-top: 26px;
    width: 74px;
    height: 0;
    text-indent: -9999px;
    background-image: url(/img/pc/common/btn_detail_book_sample_small.png);
    background-repeat: no-repeat;
    background-position: 0px 0px;
    background-size: 162px;
}
.ranking_single .item li,
.ranking_album .item li {
  float: left;
  width: 33px;
}
.ranking_single .item li a,
.ranking_album .item li a {
  margin-left: 5px;
  width: 28px;
}
.ranking_single .btn_ranking_more,
.ranking_album .btn_ranking_more {
  padding: 15px 10px 11px;
  background-color: #fff;
}
.ranking_single .btn_ranking_more .more_number a,
.ranking_album .btn_ranking_more .more_number a {
  overflow: hidden;
  display: block;
  margin-bottom: 6px;
  padding-top: 29px;
  width: 240px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/splite_sidemenu.png);
  background-repeat: no-repeat;
  background-position: 0 -210px;
}
.ranking_single .btn_ranking_more .more_number a:hover,
.ranking_album .btn_ranking_more .more_number a:hover {
  background-position: -240px -210px;
}
.ranking_single .btn_ranking_more .more_number a.number06,
.ranking_album .btn_ranking_more .more_number a.number06 {
  background-position: 0 -330px;
}
.ranking_single .btn_ranking_more .more_number a.number06:hover,
.ranking_album .btn_ranking_more .more_number a.number06:hover {
  background-position: -240px -330px;
}
.ranking_single .btn_ranking_more .more_ranking a,
.ranking_album .btn_ranking_more .more_ranking a {
  overflow: hidden;
  display: block;
  padding-top: 29px;
  width: 240px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/splite_sidemenu.png);
  background-repeat: no-repeat;
  background-position: 0 -250px;
}
.ranking_single .btn_ranking_more .more_ranking a:hover,
.ranking_album .btn_ranking_more .more_ranking a:hover {
  background-position: -240px -250px;
}
.ranking_single .btn_ranking_more .ranking_date,
.ranking_album .btn_ranking_more .ranking_date {
  margin-top: 8px;
  font-size: 11px;
  text-align: center;
}

/* ------------------------------------------------------------------
	1-14. Artist profile styles
-------------------------------------------------------------------*/
.artist_info {
  -webkit-box-shadow: 0px 2px 3px #999999;
  -moz-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 3px #999999;
}
.artist_info h1 {
  zoom: 1;
  color: #fff;
  line-height: 41px;
  background-color: #0e1015;
  background-image: url(/img/pc/common/bg_side_h1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.artist_info h1:before {
  content: "";
  display: block;
}
.artist_info h1:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.artist_info h1 .alphabet {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  float: left;
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.artist_info h1 .japanese {
  display: inline-block;
  float: left;
  padding-left: 9px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}
.artist_info .profile {
  padding: 10px;
  background-color: #fff;
}
.artist_info .profile figure img {
  max-width: 240px;
  height: auto;
}
.artist_info .profile .headline2 {
  margin-top: 15px;
  font-size: 20px;
  font-weight: bold;
}
.artist_info .profile .headline2 a {
  color: #0046b2;
  text-decoration: underline;
}
.artist_info .profile .headline2 a:hover {
  text-decoration: none;
}
.artist_info .profile .headline3 {
  margin-top: 2px;
  font-size: 13px;
}
.artist_info .profile .headline4 {
  margin-top: 14px;
  font-size: 13px;
  font-weight: bold;
  background-image: url(/img/pc/common/bg_line_gray.gif);
  background-position: 0 center;
  background-repeat: repeat-x;
}
.artist_info .profile .headline4 span {
  padding-right: 14px;
  background-color: #fff;
}
.artist_info .profile .introduce {
  margin-top: 11px;
  margin-bottom: 6px;
  font-size: 12px;
  line-height: 1.8;
}

/* ------------------------------------------------------------------
	1-15. Form styles
-------------------------------------------------------------------*/
input[type="radio"].regular_radio {
  /* IE8 requires the checkbox to be visible for the label to be clickable. */
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
}

.custom_radio {
  display: inline-block;
  width: 22px;
  height: 22px;
  margin: 0 10px 0 0;
  -webkit-border-radius: 1px;
  -moz-border-radius: 1px;
  -ms-border-radius: 1px;
  -o-border-radius: 1px;
  border-radius: 1px;
  background: url(/img/pc/common/icon_radiobtn.png) no-repeat 0 0;
  vertical-align: middle;
  position: relative;
}

.custom_radio.checked {
  background: url(/img/pc/common/icon_radiobtn.png) no-repeat -22px 0;
}

.alert {
  margin-bottom: 20px;
  padding: 8px 10px 8px 40px;
  color: #d91e00;
  font-size: 93%;
  font-weight: bold;
  border: 1px solid #d91e00;
  background-color: #FFFFFF;
  background: url(/img/pc/common/icon_alert.png) no-repeat 15px 9px;
}

/* ------------------------------------------------------------------
	1-16 Side menu styles
-------------------------------------------------------------------*/
.sidemenu {
  padding: 9px;
  background-color: #212732;
  border: 1px solid #000;
}

.side_box {
  background-image: url(/img/pc/common/bg_side_box_top.gif);
  background-position: 0 0;
  background-repeat: no-repeat;
}

.information {
  position: relative;
  margin-bottom: 10px;
  padding: 35px 25px 12px;
  background-image: url(/img/pc/common/bg_side_box_bottom.gif);
  background-repeat: no-repeat;
  background-position: 0 bottom;
}
.information h1 {
  z-index: 99;
  position: absolute;
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  float: left;
  padding: 7px 0 0 7px;
  top: 0;
  left: 0;
  width: 71px;
  height: 43px;
  font-size: 11px;
  color: #fff;
  background-image: url(/img/pc/top/bg_top_important.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.information h2 {
  margin-bottom: 4px;
  padding-bottom: 3px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  border-bottom: 1px dotted #b3b3b3;
}
.information p {
  font-size: 12px;
  text-align: center;
}
.information .btn_info_detail {
  margin-top: 8px;
  text-align: center;
}
.information .btn_info_detail a {
  padding: 3px 22px 2px 14px;
  font-size: 12px;
  color: #fff;
  background-color: #d91e00;
  background-image: url(/img/pc/common/icon_arrow.png);
  background-position: 90% center;
  background-repeat: no-repeat;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  -ms-border-radius: 3px;
  -o-border-radius: 3px;
  border-radius: 3px;
}

.sidemenu_list li a {
  overflow: hidden;
  display: block;
  width: 240px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/splite_sidemenu.png);
  background-repeat: no-repeat;
}
.sidemenu_list li.regist a {
  margin-bottom: 10px;
  padding-top: 46px;
  background-position: 0 0;
}
.sidemenu_list li.regist a:hover {
  background-position: -240px 0;
}
.sidemenu_list li.about a {
  padding-top: 47px;
  background-position: 0 -56px;
}
.sidemenu_list li.about a:hover {
  background-position: -240px -56px;
}
.sidemenu_list li.downloader a {
  padding-top: 45px;
  background-position: 0 -103px;
}
.sidemenu_list li.downloader a:hover {
  background-position: -240px -103px;
}
.sidemenu_list li.smartphone a {
  padding-top: 52px;
  background-position: 0 -148px;
}
.sidemenu_list li.smartphone a:hover {
  background-position: -240px -148px;
}

/* ------------------------------------------------------------------
	1-17 News styles
-------------------------------------------------------------------*/
.news {
  -webkit-box-shadow: 0px 2px 3px #999999;
  -moz-box-shadow: 0px 2px 3px #999999;
  box-shadow: 0px 2px 3px #999999;
  background-color: #fff;
}
.news h1 {
  zoom: 1;
  color: #fff;
  line-height: 41px;
  background-color: #0e1015;
  background-image: url(/img/pc/common/bg_side_h1.png);
  background-position: 0 0;
  background-repeat: no-repeat;
}
.news h1:before {
  content: "";
  display: block;
}
.news h1:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}
.news h1 .alphabet {
  font-family: 'Droid Sans', sans-serif !important;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  float: left;
  padding-left: 12px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
}
.news h1 .japanese {
  display: inline-block;
  float: left;
  padding-left: 9px;
  font-size: 10px;
  font-weight: normal;
  text-align: center;
}
.news article {
  padding: 10px;
  border-bottom: 1px solid #ccc;
}
.news date {
  font-size: 12px;
}
.news h2 {
  line-height: 1;
}
.news h2 a {
  font-size: 13px;
  font-weight: normal;
  color: #0046b2;
}
.news h2 a:hover {
  text-decoration: underline;
}
.news .btn_news_more {
  padding: 15px 10px 15px;
  background-color: #fff;
}
.news .btn_news_more a {
  overflow: hidden;
  display: block;
  padding-top: 29px;
  width: 240px;
  height: 0;
  text-indent: -9999px;
  background-image: url(/img/pc/common/splite_sidemenu.png);
  background-repeat: no-repeat;
  background-position: 0 -290px;
}
.news .btn_news_more a:hover {
  background-position: -240px -290px;
}

/* ------------------------------------------------------------------
	1-18 News styles
-------------------------------------------------------------------*/
.sns_btns {
  zoom: 1;
}
.sns_btns:before {
  content: "";
  display: block;
}
.sns_btns:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  font-size: 0.1em;
  height: 0.1px;
}

.sns_btns li {
  float: left;
  margin-right: 5px;
}

.sns_btns li.fb {
  min-width: 110px;
  max-height: 20px;
}

.fb_iframe_widget span {
  height: 20px !important;
}

/* ------------------------------------------------------------------
	1-19 Pager styles
-------------------------------------------------------------------*/
.pager {
  position: relative;
  border-bottom: 1px solid #cccccc;
  width: 640px;
  height: 20px;
  margin: 10px auto;
  padding-bottom: 20px;
  text-align: center;
}
.pager .prev {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-right: 10px;
  font-size: 0;
}
.pager .prev a {
  width: 20px;
  height: 20px;
  background: url(/img/pc/common/btn_prev.png) no-repeat 0 0;
  text-indent: -9999px;
  display: block;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.pager .prev a:hover {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.65;
}
.pager .next {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
  font-size: 0;
}
.pager .next a {
  width: 20px;
  height: 20px;
  background: url(/img/pc/common/btn_next.png) no-repeat 0 0;
  text-indent: -9999px;
  display: block;
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
}
.pager .next a:hover {
  -webkit-transition: opacity 0.2s ease;
  -moz-transition: opacity 0.2s ease;
  -o-transition: opacity 0.2s ease;
  transition: opacity 0.2s ease;
  opacity: 0.65;
}
.pager .pagenation {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  margin-left: 10px;
}
.pager .pagenation ul {
  text-align: center;
  font-size: 0;
}
.pager .pagenation ul li {
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  text-align: center;
  margin-right: 10px;
  padding: 0;
  vertical-align: middle;
}
.pager .pagenation ul li a {
  display: block;
  font-size: 11px;
  border: 1px solid #cccccc;
  min-width: 14px;
  height: 18px;
  padding: 0 2px;
}
.pager .pagenation ul li a:hover {
  text-decoration: none;
  color: #ffffff;
  background-color: #0046b2;
  border: 1px solid #0046b2;
}
.pager .pagenation ul li a.current {
  text-decoration: none;
  color: #ffffff;
  background-color: #0046b2;
  border: 1px solid #0046b2;
}

.pager_after {
  border-bottom: none;
  padding-top: 10px;
  padding-bottom: 0;
}

.pager.upper {
  border-bottom: solid 1px #cdcbcb;
}

.pager.top {
  border-top: solid 1px #cdcbcb;
}

.sort {
  font-size: 12px;
}
.sort dl {
  float: right;
}
.sort .menu {
  float: left;
  padding-right: 6px;
}
.sort .order_list {
  float: left;
}
.sort .order {
  float: left;
}
.sort .order a {
  padding: 0 6px;
  color: #0046b2;
  text-decoration: underline;
}
.sort .order a:hover {
  text-decoration: none;
}
.sort .order.current {
  color: #000;
  text-decoration: none;
}
.sort .order.current span {
  padding-left: 6px;
}
.sort .gray {
  padding: 0 6px;
  color: #b4b4b4;
}

.item-list .item figure.thum_video {
  background-color: #000;
  text-align: center;
  line-height: 97px;
}

/* ------------------------------------------------------------------
	1-20 alert styles
------------------------------------------------------------------*/
.alert_info {
  padding: 8px 10px 8px 40px;
  color: #ffffff;
  font-size: 93%;
  font-weight: bold;
  border: 1px solid #9ec553;
  background-color: #9ec553;
}
.alert_info p {
  width: 995px;
  margin: 0 auto;
  background: url(/img/pc/common/icon_alertinfo.png) no-repeat;
  padding-left: 25px;
}

.yahoofp_btn_adjust {
    width: 295px;
    margin-left: 10px;
    float: right;
    position: relative;
    top: 6px;
    left: 12px;
    text-align: center;
}

.yahoofp_text_adjust {
    float: left;
    position: relative;
    top: 10px;
}

.yahoofp_text_adjust_35 {
    float: left;
    position: relative;
    top: 35px;
}

.yahoofp_text_deep_adjust {
    float: left;
    position: relative;
    top: 54px;
}

.yahoofp_acceptance_mark_adjust {
    text-align:right;
}

.labelinfo{
    font-size: 7pt;
}