@charset "utf-8";

body {
	margin: 0;
	padding: 0;
	color: #333;
}

/*------------------ 全体 -------------------------*/

#wrapper {
    width: 950px;
    margin: auto;
}

/*---------------------a リンク----------------------*/

a { color: #339; }
a {
	text-decoration: none; 
	transition: 0.4s;
}
a:hover {
    color: skyblue;
}
a img { transition: opacity 0.2s linear; } /*画像リンク	透明からゆっくり戻すやつ*/
a:hover img { opacity: 0.7; }	/*画像リンクにポインタ乗った時に透明にするやつ*/

/*------------------ hタグ -------------------------*/

h2 {
    border-bottom: solid 1px #000;
    margin-bottom: 40px;
    text-align: center;
}
h2 img {
    height: 50px;
    margin-bottom: -3px;
}



/*------------------ ナビゲーション--------------------*/

#header h1 {
    font-size: 1px;
    font-weight: normal;
    color: gray;
    margin: -5px;
    text-align: center;
}

#header h1 img {
    width: 500px;
}

#header #navi {
    list-style: none;
    padding: 0 0 30px;
}

#header #navi li {
    float: left;
    padding: 0 23px;
}

#header li img {
    height: 30px;
}


/*--------------フッターナビ------------------*/

#footer-navi {
    text-align: center;
}

#footer-navi a {
    color: #000;
}

#footer-navi li {
    list-style: none;
    float: left;
    width: 123px;
    font-size: 14px;
    padding-bottom: 30px;
}

/*-----------------フッター------------------*/

#footer {
    clear: left;
    text-align: center;
    color: #BFBFBF;
    font-size: 13px;
}

/*---------------------------------------------------------------
　　　　　　　　　　　　　　　index
----------------------------------------------------------------*/

/*-------トップナビ-------*/

#top-wrapper {
    width: 950px;
    margin: auto;
}

/*---------------トップイメージ画像------------*/

#top-image {
    max-width: 1500px;
    margin: auto;
}

#top-image img {
    width: 100%;
    margin-top: 10px;
}

/*------------------ ニュース------------------*/


#news ul {
    padding: 0;
}

#news li {
    float: left;
    list-style: none;
}

#news .info{
    margin-right: 25px;
}

/*------ facebook ----*/

#news #facebook {
    width: 350px;
}

#news #facebook iframe {
    width: 100%;
}

/*------ fun-club ----*/

#fun-club img {
    width: 100%;
    padding-top: 20px;
}


/*------ youtube ----*/

#movie #chanel {
    text-align: center;
    padding-top: 50px;
}

#movie ul {
    padding: 0;
}

#movie li {
    float: left;
    list-style: none;
    margin: 0px 8px 50px;
}

#movie .youtube {
    width: 440px;
    height: 260px;
}

#movie .youtube iframe {
    width: 100%;
    height: 100%;
}




/*--------------ニューリリース-----------------*/


#release ul {
    padding: 0;
}

#release li {
    float: left;
    list-style: none;
    margin: 0 15px 40px;
}

#release li img {
    height: 236px;
}

#release #cd {
    text-align: center;
}

#release .title {
    margin: 0;
}


/*-----------------トピックス-----------------*/

#topics ul {
    padding: 0;
}

#topics li {
    float: left;
    list-style: none;
    margin: 0 6px 40px;
    height: 220px;
}

#topics li img {
    height: 100%;
}

/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Profile
----------------------------------------------------------------*/

/*------------------プロフィール------------------*/

#profile .profile-image {
    width: 100%;
}

#profile h3 {
    font-size: 40px;
    font-family: "HGP明朝E";
    margin: 15px 0 0 0;
    text-align: center;
}

#profile .kana {
    text-align: center;
    margin: 5px;
}

#profile #honbun {
    padding: 35px 85px;
}

#profile #honbun p {
    font-size: 15px;
}

/*------------------メンバー------------------*/

#memmber {
    width: 600px;
    margin: auto
}

#memmber h3 {
    text-align: center;
}

#memmber h3 img {
    height: 50px;
}

#memmber ul {
    list-style: none;
    padding: 0;
}

#memmber li {
    height: 300px;
}

#memmber .photo {
    width: 220px;
}

#memmber li img {
    float:left;
    width: 100%;
    margin-right: 25px;
}

#memmber .memmbers  {
    padding: 1px;
}

#memmber .memmbers p {
    font-size: 14px;
}

#memmber .memmbers a {
    font-size: 13px;
}

/*------------------ヒストリー------------------*/

#history #history-main {
    padding: 10px 35px 70px;
    font-size: 14px;
}

#history #history-main .line {
    padding-left: 10px;
    margin: 16px 0 5px;
    border-bottom: solid 1px #000;
    font-weight: bold;
    font-size: 15px;
}

#history #history-main .story {
    padding: 0 10px;
    margin: 0;
}


/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Schedule
----------------------------------------------------------------*/

#schedule #calendar {
    width: 800px;
    height: 800px;
    margin: auto;
    margin-bottom: 80px;
}

#schedule #calendar iframe {
    width: 100%;
    height: 100%;
}


/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Discography
----------------------------------------------------------------*/

#discography .main {
    width: 800px;
    margin: auto;
    margin-top: 70px;
}


/*---------カテゴリーナビ----------*/

#discography .category {
    list-style: none;
    padding: 0 160px 50px;
    margin: 60px 0;
}


#discography .category img {
    height: 26px;
}

#discography .category li {
    float: left;
    padding: 6px 34px;
}

#discography .category .current a {
    border-bottom: solid;
    border-color: deepskyblue;
    border-width: 2px;
}

/*---------サムネイルズ----------*/

#discography .thumbnail  {
    list-style:none;
    padding: 0;
}

#discography .thumbnail li {
    height: 150px;
    width: 150px;
    padding: 0 43px 50px;
    float: left;
}

#discography .thumbnail img {
    max-height: 100%;
    width: auto;
    box-shadow: 2px 2px 10px 5px gray;
}

#discography #clear-left {
    clear: left;
    padding-top: 30px;
}


/*---------カテゴリーページ----------*/

#discography .solo-name {
    margin: 50px;
    border-bottom: solid 2px gray;
    clear: left;
}

#discography .solo-name img {
    height: 36px;
}

/*---------個別ページ----------*/


#discography .main img {
    width: 350px;
    box-shadow: 2px 2px 10px 5px gray;
}

#discography #details {
    font-family: "游明朝";
    width: 390px;
    float: right
}

#discography h3 {
    font-size: 35px;
    margin: 0;
    color: deepskyblue
}

#discography p {
    margin: 0;
    font-size: 15px;
    padding-bottom: 5px;
}

#discography .kind {
    padding-top: 10px;
}

#discography ol {
    font-size: 14px;
    padding-left: 22px;
}

#discography .description {
    padding-top: 10px;
}

#discography .buy {
    padding: 20px 0px;
    font-size: 17px;
}

#discography .buy a {
    color: blue;
}

#discography .buy a:hover {
    color: skyblue;
}

#discography .soldout {
    font-weight: bold;
    padding: 20px 0px;
    color: red;
}

#discography .artists {
    font-size: 14px;
    list-style: none;
    padding: 0
}


/*---------戻るボタン----------*/


#discography .back-botton {
    clear: right;
    text-align: center;
    padding: 50px
}

#discography .back-botton a {
    color: #000;
    font-size: 23px;
    font-family: "Bradley Hand ITC";

}

#discography .back-botton a:hover {
    color: skyblue;
}


/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Contact
----------------------------------------------------------------*/

#contact #mailform {
    width: 620px;
    margin: auto;
}

/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Request
----------------------------------------------------------------*/

#request h2 {
    font-size: 30px;
    font-family: "游明朝 Demibold";
    text-align: center;
    padding-top: 20px;
}

#request img {
    width: 100%;
}

#request .main {
    text-align: center;
    padding: 20px 0 40px;
}


/*---------------------------------------------------------------
　　　　　　　　　　　　　　　Fun Club
----------------------------------------------------------------*/

#fanclub img {
    width: 100%;
}