@import url(http://fonts.googleapis.com/css?family=Oxygen:400,300,700);
body, button, input, select, textarea {
color: #606060;
font-family: 'Oxygen', sans-serif;
font-size: 14px;
font-size: 1.4rem;
line-height: 1.6;
}
body {
font: 14px "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Helvetica, Arial, Sans-Serif;
color: #fff;
}
h1 {
font-size: 32px;
}
h2 {
font-size: 18px;
color: white;
font-weight: bold;
}
h3 {
font-size: 20px;
color: #0a39bb;
font-weight: bold;
}
h4 {
font-size: 18px;
}
h5 {
font-size: 16px;
}
h6 {
font-size: 14px;
}
code {
white-space: normal;
}
/* Links */
a {
color: #16bcbc;
text-decoration: underline;
}
a:visited {
color: #16bcbc;
}
a:hover, a:focus, a:active {
color: #000;
text-decoration: none;
}
#wrap {
position: relative;
background: #f8f8f8;
}
/* Header */

#masthead {
position: fixed;
z-index: 110;
width: 100%;
height: 80px;
background: -moz-linear-gradient(top, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.06) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(0,0,0,0.43)), color-stop(100%, rgba(0,0,0,0.06))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top, rgba(0,0,0,0.43) 0%, rgba(0,0,0,0.06) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top, rgba(0,0,0,0.43) 0%, rgba(0,0,0,0.06) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top, rgba(0,0,0,0.43) 0%, rgba(0,0,0,0.06) 100%); /* IE10+ */
background: linear-gradient(to bottom, rgba(0,0,0,0.9) 0%, rgba(0,0,0,0.4) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#6e000000', endColorstr='#0f000000', GradientType=0 ); /* IE6-9 */
}
.site-branding {
color: #fff;
padding: 0px 0px;
}
h1.site-title {
font-size: 32px;
font-weight: bold;
margin: 0px 0px 0px 0px;
}
h1.site-title a {
display: block;
color: #fff;
}
/* Menu */

.main-navigation {
margin-top: 0px;
float: left;
clear: right;
display: block;
}
.main-navigation ul {
list-style: none;
margin: 0;
padding-left: 10px;
}
.main-navigation li {
float: left;
position: relative;
margin: 0px;
}
.main-navigation a {
display: block;
text-decoration: none;
color: #fff;
padding: 10px 10px 0px 10px;
}
.main-navigation ul > li a:link, .main-navigation ul > li a:visited {
color: #fff;
}
.main-navigation ul > li a:hover, .main-navigation li.current-menu-item a {
background: #fff;
color: #333!important;
}
.main-navigation ul ul {
display: none;
float: left;
position: absolute;
top: 42px;
left: 0;
z-index: 99999;
background: #fff;
padding: 0px 0px;
}
.main-navigation ul ul ul {
left: 100%;
top: 0;
}
.main-navigation ul ul a {
width: 200px;
padding: 15px 10px;
color: #999;
}
.main-navigation ul ul li {
line-height: 1;
border-bottom: 1px solid #eee;
margin: 0px 0px;
color: #999;
}
.main-navigation ul ul li a:link, .main-navigation ul ul li a:visited {
color: #777;
}
.main-navigation li:hover > a {
}
.main-navigation ul ul :hover > a {
color: #444;
}
.main-navigation ul ul a:hover {
}
.main-navigation ul li:hover > ul {
display: block;
}
.main-navigation li.current_page_item a, .main-navigation li.current-menu-item a {
color: #777;
}
/* Below head */

.headboz {
height: 80px;
}
/* Slider */

.home-slider {
position: relative;
height: 500px;
background: #000;
width: 100%;
display: block;
}
.cycle-slideshow {
width: 100%;
height: 500px;
background-position: center;
background-size: cover;
color: #fff;
overflow: hidden;
position: relative;
}
.cycle-slideshow ul, .cycle-slideshow li {
width: 100%;
height: 100%;
overflow: hidden;
list-style: none;
}
.cycle-slideshow li img {
width: 100%;
min-width: 100%;
min-height: 100%;
}
.cycle-caption {
width: 960px;
height: 100px;
padding: 20px;
position: absolute;
top: 350px;
left: 50%;
margin-left: -480px;
z-index: 120;
opacity: 1;
}
span.stitle {
font-weight: bold;
color: #FFF;
font-size: 24px;
position: absolute;
top: 20px;
left: 20px;
z-index: 30;
padding: 5px 10px;
-moz-animation: bounceInUp .5s ease-in .3s backwards;
-webkit-animation: bounceInUp .5s ease-in .3s backwards;
animation: bounceInUp .5s ease-in .3s backwards;
opacity: 1;
}
#progress {
position: absolute;
bottom: 0;
left: 0;
height: 5px;
width: 0px;
background: #16bcbc;
z-index: 110;
}
/* Intro */

.intro {
background: #fff;
text-align: center;
padding: 6px 0px;
background-color: #0a39bb;
}
/* Content */

#content {
padding: 10px 0px 30px 0px;
}
.page-header h1 {
font-size: 20px;
margin-bottom: 20px;
font-weight: bold;
border-bottom: 1px solid #ddd;
padding-bottom: 10px;
}
.postimg {
float: left;
margin: 10px 20px 10px 0px;
}
h1.entry-title {
font-size: 24px;
font-weight: bold;
color: #111;
clear: right;
}
h1.entry-title a:link, h1.entry-title a:visited {
color: #111;
}
/* Widgets */
.widget {
margin: 0 0px 30px 0px;
}
h1.widget-title, h3.sidetitl {
font-size: 20px;
color: #000;
height: 40px;
margin-bottom: 20px;
line-height: 40px;
font-weight: bold;
}
.widget ul {
list-style-type: none;
margin: 0px;
padding: 0px 0px 20px 0px;
}
.widget li {
list-style-type: none;
margin: 0px;
padding: 0px;
}
.widget ul ul {
list-style-type: none;
background-repeat: no-repeat;
margin: 0px;
padding: 0px;
}
.widget ul li {
list-style-type: none;
margin: 0px;
margin: 0px 0px;
color: #6f7779;
}
.widget ul li a:link, .widget ul li a:visited {
color: #6f7779;
text-decoration: none;
}
.widget ul li a:hover {
color: #ed564b;
}
.widget.widget_categories ul li, .widget.widget_pages ul li, .widget.widget_archive ul li, .widget.widget_links ul li, .widget.widget_meta ul li {
border-bottom: 1px dotted #ddd;
padding: 7px 0px;
}
.widget.widget_recent_entries ul li {
padding: 7px 0px;
border-bottom: 1px dotted #ddd;
}
.widget ul#recentcomments li.recentcomments {
border-bottom: 1px dotted #ddd;
padding: 7px 0;
}
.widget .textwidget p {
padding: 0px 0px;
}
.widget .tagcloud {
padding: 0px 0px 20px 0px;
}
.widget .tagcloud a {
color: #F5634A;
}
.widget #calendar_wrap {
padding: 0px 20px 20px 20px;
color: #6f7779;
}
.widget_ns_mailchimp {
background: #fff;
border: 1px solid #eaeaea;
padding: 20px 20px;
}
.widget_ns_mailchimp input.button {
width: 110px;
margin: 10px 0px 0px 0px;
}
.squarebanner {
}
.squarebanner ul {
margin: 0px 0px 0px 0px;
padding: 0px 0px 10px 0px !important;
}
.squarebanner ul li {
margin: 10px 20px 5px 0px;
list-style: none;
float: left;
}
.squarebanner ul li img {
width: 110px;
height: 110px;
}
li.rbanner {
margin-right: 0px!important;
}
/* Comments */

#comments {
}
h2.comments-title {
font-size: 24px;
margin-bottom: 20px;
color: #222;
}
#comments ol.comment-list {
clear: both;
overflow: hidden;
list-style: none;
margin: 0;
}
#comments ol.comment-list li.comment, #comments ol.comment-list li.pingback {
margin: 0px 0px 10px 0px;
padding: 0px 0px;
line-height: 1.6;
}
ol.comment-list li .comment-author .avatar {
margin: 10px 10px 20px 0px;
float: left;
width: 64px;
height: 64px;
border-radius: 32px;
}
cite.fn {
color: #444;
font-style: normal;
font-weight: bold;
font-size: 14px;
padding-top: 10px;
display: inline-block;
}
cite.fn a:link, cite.fn a:visited {
color: #444;
}
ol.comment-list li .comment-meta {
padding-bottom: 10px;
}
ol.comment-list li .comment-meta a {
text-decoration: none!important;
}
.comment-metadata {
font-size: 12px;
color: #999;
}
.comment-metadata a:link, .comment-metadata a:visited {
color: #999;
}
.comment-content {
padding: 0px 10px 10px 74px;
}
ol.comment-list li .reply {
color: #16bcbc;
font-size: 12px;
margin-left: 74px;
}
ol.comment-list li .reply a {
color: #16bcbc;
}
.space {
height: 30px;
}
ol.comment-list li ul.children {
list-style: none;
text-indent: 0;
margin: 20px 0px 0px 50px;
}
#respond {
margin: 30px 0;
}
#respond h3 {
font-size: 18px;
color: #3a4755;
padding: 5px 0px;
margin: 0px 0px;
}
#commentform {
padding: 0px 0px;
}
#commentform p {
color: #777;
margin: 5px 0;
}
.form-allowed-tags {
font-size: 13px;
}
#respond label {
display: inline;
color: #777;
padding: 5px 0;
}
#respond input {
background: #fff;
border: 1px solid #ddd;
color: #777;
margin: 0 10px 10px 0;
padding: 5px;
}
#commentform input {
width: 50%;
display: block;
margin-top: 5px;
}
#respond input#submit {
width: 130px;
background: #eee;
color: #555;
cursor: pointer;
margin: 10px 0;
padding: 5px 10px;
border: 1px solid #bbb;
-webkit-border-radius: 3px;
-moz-border-radius: 3px;
border-radius: 3px;
}
textarea#comment {
display: block;
margin-top: 5px;
background: #fff;
border: 1px solid #ddd;
width: 70%;
color: #333;
margin: 5px 0 0;
padding: 10px 10px;
}
.form-allowed-tags {
padding: 20px 0px;
}
/* paginate */

.paginate {
margin-bottom: 0px;
padding: 0px 0px 0px 0px;
}
.paginate a:link, .paginate a:visited {
background: #999;
display: block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
float: left;
margin-right: 10px;
color: #fff;
}
.paginate span {
color: #fff;
display: block;
width: 30px;
height: 30px;
line-height: 30px;
text-align: center;
float: left;
margin-right: 10px;
background: #16bcbc;
}
/* Footer */


.site-footer {
padding: 10px 0px;
background: #23272b;
font-size: 12px;
}
.fcred {
padding: 10px 0px;
color: #eee;
}
.fcred a:link, .fcred a:visited {
color: #eee!important;
}
/* Index ------------------------*/



#wrapper {
width: 1200px;
overflow: hidden;
}
#nbox {
width: 320px;
float: left;
min-height: 655px;
bottom: 0px;
font-size: 12px;
margin: 0 10px 0px 0;
padding: 10px;
zoom: 1;
background: rgba(0,0,0,0.4);
}
#nbox h3 {
clear: both;
}
.more {
margin: 20px 0 0 0 !important;
text-align: right;
}
#twbox {
width: 320px;
float: left;
min-height: 655px;
bottom: 0px;
font-size: 12px;
margin: 0 10px 0px 0;
padding: 10px;
zoom: 1;
background: rgba(0,0,0,0.4);
}
.twitter-timeline {
height: 460px;
}
div.membertw {
margin-bottom: 20px;
}
.membertw p {
color: white;
margin: 0px;
font-weight: bold;
font-size: 18px;
}
#ytbox {
width: 470px;
float: left;
min-height: 655px;
bottom: 0px;
font-size: 12px;
margin: 0 10px 0px 0;
padding: 10px;
zoom: 1;
background: rgba(0,0,0,0.4);
}
.list_carousel ul {
margin: 0;
padding: 0;
list-style: none;
display: block;
}
.list_carousel li {
min-width: 200px;
height: 98px;
padding: 0;
margin: 12px 16px 5px;
display: block;
float: left;
color: #F00;
text-align: center;
font-size: 13px;
}
.list_carousel li p {
margin: 0px;
}
.list_carousel li img {
height: 80px;
margin-bottom: 10px;
}
.list_carousel ul #foo0 {
left: 0px;
width: 450px;
}
/*------------------------*/

#profile, #live, #disco, #goods, #media, #news, #mail, #page {
width: 960px;
background: rgba(0,0,0,0.5);
padding: 10px;
margin: 0 auto 0;
 filter:progid:DXImageTransform.Microsoft.gradient(startcolorstr=#70000000, endcolorstr=#70000000, gradienttype=0);
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#70000000,endColorstr=#760000000)";
zoom: 1;
}
#profile h1, #live h1, #disco h1, #goods h1, #media h1, #news h1, #mail h1, #page h1 {
float: left;
margin-right: 10px;
}
/* Profile ------------------------*/


#profile p {
margin-bottom: 10px;
color: white;
}
.members {
float: left;
padding: 10px;
margin: 20px 10px 0 0;
width: 450px;
}
.members h2 {
float: none !important;
font-size: 23px;
font-weight: bold;
margin-bottom: 0;
color: #ff0;
border-left: 20px solid #ff0;
padding-left: 5px;
}
.members h3 {
font-size: 12px;
padding-left: 30px;
border-bottom: 5px solid #fff;
border-left: none;
margin: 0 0 10px 0;
}
.members p {
float: left;
}
.members dl {
float: right;
width: 200px;
}
.members dl dt {
float: left;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #ccc;
width: 60px;
font-weight: bold;
color: white;
}
.members dl dd {
margin: 0;
color: white;
}
/* Live ------------------------*/

.live_box {
margin: 0 20px 25px 20px;
}
.live_box h3 a {
color: #fff;
text-decoration: none;
}
#live h2 {
font-size: 28px;
font-weight: bold;
margin: 15px 0px;
padding: 5px;
border-left: 10px solid #FFF;
border-bottom: 1px solid #FFF;
}
#live h3 {
font-size: 28px;
font-weight: bold;
line-height: 110%;
}
#live h4 {
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
color: #FF0;
}
#live ul, .live_box ul {
margin: 0 20px 10px 20px;
}
#live ul {
margin-bottom: 20px;
}
#live ul li, .live_box ul li {
list-style-type: disc;
font-size: 12px;
}
.live_box p {
margin-bottom: 8px;
}
.live_box .large {
    font-size: 16px;
}
.att {
color: #ff0;
}
.clearfix:after {
content: ".";
display: block;
height: 0px;
font-size: 0px;
clear: both;
visibility: hidden;
}
/* Discography ------------------------*/

#disco h2 {
font-size: 28px;
font-weight: bold;
margin: 15px 0px;
padding: 5px;
border-left: 10px solid #FFF;
border-bottom: 1px solid #FFF;
}
.disco_box {
width: 680px;
margin: 0 auto 20px;
border-bottom: 1px solid #bbb;
padding: 10px 0 10px 0;
}
.disco_box h1 {
float: none !important;
font-size: 23px;
font-weight: bold;
margin: 0 20px 5px 0;
color: #ff0;
line-height: 110%;
float: left;
}
.disco_box h1 a {
color: #ff0;
text-decoration: none;
}
.disco_box h1 a:hover {
text-decoration: underline;
}
.disco_box p {
margin-bottom: 10px;
font-size: 12px;
}
.disco_box ol {
margin: 0 20px 10px 30px;
}
.disco_box ol li {
font-size: 14px;
list-style-type: decimal-leading-zero;
}
.disco_box img {
float: right;
background-color: #fff;
padding: 5px;
border: 1px solid #666;
width: 200px;
margin-left: 10px;
}
/* Media ------------------------*/

#media h3 {
font-size: 20px;
font-weight: bold;
margin: 20px 25px 5px;
color: #ff0;
}
#media p {
font-size: 12px;
margin: 0 25px 5px;
}
/* Goods ------------------------*/

#goods nav {
clear: both;
}
#goods p {
margin-bottom: 10px;
}
.goods_box {
float: left;
margin: 20px 5px 0 5px;
width: 310px;
overflow: hidden;
}
.goods_box h1 {
float: none !important;
font-size: 18px;
font-weight: bold;
margin-bottom: 10px;
color: #ff0;
border-left: 10px solid #ff0;
padding-left: 5px;
}
.sold {
color: #fff;
font-size: 16px;
font-weight: bold;
}
.goods_img {
display: table-cell;
background-color: #fff;
padding: 5px;
text-align: center;
vertical-align: middle;
height: 348px;
min-height: 348px;
width: 300px;
}
.goods_box dl {
margin-top: 10px;
min-height: 60px;
}
.goods_box dl dt {
float: left;
padding-right: 10px;
margin-right: 10px;
border-right: 1px solid #ccc;
width: 45px;
font-weight: bold;
}
.goods_box dl dd {
}
.mh500 {
min-height: 500px !important;
}
/* Mail --------------------------*/

section.mail {
margin: 10px 0 0;
}
#mail dl {
width: 560px;
margin: 10px 0 30px 15px;
}
#mail dl dt {
border: none !important;
float: left;
margin-right: 10px;
width: 200px;
font-weight: bold;
color: #ff0;
}
#mail dl dd {
margin: 0 2.5em 1.5em 0;
}
.subnav {
padding-top: 5px;
float: right;
}
.subnav li {
float: left;
border-right: 1px solid #fff;
padding: 0 5px;
font-size: 14px;
font-weight: bold;
list-style-type: none !important;
}
.mb30 {
margin-bottom: 30px !important;
}
.mb15 {
margin-bottom: 15px !important;
}
.red {
color: #f00;
}
.fs14 {
font-size: 14px;
line-height: normal;
}
.ml25 {
margin-left: 25px;
}
.profile .members .al_center img {
border-radius: 10px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
}
/* Container DIV - automatically generated */
.simply-scroll-container {
position: relative;
}
/* Clip DIV - automatically generated */
.simply-scroll-clip {
position: relative;
overflow: hidden;
}
/* UL/OL/DIV - the element that simplyScroll is inited on
Class name automatically added to element */
.simply-scroll-list {
overflow: hidden;
margin: 0;
padding: 0;
list-style: none;
}
.simply-scroll-list li {
padding: 0;
margin: 0;
list-style: none;
}
.simply-scroll-list li img {
border: none;
display: block;
}
/* Custom class modifications - adds to / overrides above

.simply-scroll is default base class */

/* Container DIV */
.simply-scroll {
width: 100%;
height: 150px;
margin-bottom: 1em;
}
/* Clip DIV */
.simply-scroll .simply-scroll-clip {
width: 100%;
height: 150px;
}
/* Explicitly set height/width of each list item */	
.simply-scroll .simply-scroll-list li {
float: left; /* Horizontal scroll only */
width: 290px;
height: 150px;
}
/* top slider
----------------------------------------------- */
.slick-slide img {
margin: 0 auto;
}
.slick-next.slick-arrow {
position: absolute;
right: -40px;
top: 50%;
z-index: 10;
}
#kvArea {
margin: 75px auto 0;
max-width: 960px;
}
.slick-prev.slick-arrow {
left: -40px;
position: absolute;
top: 50%;
z-index: 10;
}
#kvArea p {
text-align: center;
margin: 0;
}
.slick-dots li {
display: inline-block;
margin: 0 10px;
}
.slick-dots {
list-style: outside none none;
margin: 0 0 10px;
overflow: hidden;
text-align: center;
}
.slick-dots button {
background-color: #333;
border-radius: 50%;
color: #333;
font-size: 0;
padding: 5px;
}
.slick-dots .slick-active button {
background-color: #ccc;
}
/* #media
----------------------------------------------- */
#media h2 {
padding-top: 120px;
font-size: 36px;
border-bottom: 3px dotted #FFE400;
margin-top: -80px;
color: #FFE400;
}
#media h3 {
color: #F90;
font-size: 24px;
margin: 30px 25px 5px 5px;
border-left: 10px solid #FF7500;
border-radius: 1px;
padding-left: 10px;
}
#media p {
font-size: 16px;
}
/* #profile
----------------------------------------------- */
#profile .members h2 {
font-size: 21px;
border-left: 7px solid #ff0;
}
#profile .members p {
float: none;
}
#profile .members dl {
float: none;
}
