@charset "UTF-8";
body {
    background-image: url(../images/back.png);
    background-repeat:repeat;
}


a{/*リンクされた文字*/
    color:#000;
    font-style:normal;
    text-decoration:none;
}
a:link {/*未訪問のリンク*/
    font-style:normal;
    text-decoration:none;
}
a:visited {/*訪問後のリンク*/
    color:#000;
    text-decoration:none;
}
a:hover {/*マウスをのせたとき*/
    color:#1E90FF;
    font-style:normal;
    text-decoration:underline;
}

/****************************************
header
*****************************************/
/* header bar */
#header_bar {
    width: 100%;
    height: 82px;
    top: 0;
    left: 0;
    z-index: 99;
    border-top: solid 10px #222;
    background-color: #fff;
    padding: 10px 0;
}

.header_title{
    font-size: 12px;
    text-align: center;
}

.catch {
    padding:0 0 60px 0;

}
/* header inner */
#header_bar_inner{
    width: 1000px ;
    margin: 0 auto ;
}


/* main menu */
#main-menu li{
    float: left ;
    font-size: 14px ;
    margin: 10px 24px 0 0 ;
}

#main-menu li a{
    text-decoration: none;
    color: white;
}

#main-menu li a:hover {
    color: #E1005B;
}


/* social button */
#social-button {
    float: right;
}

#social-button li {
    float: left ;
    margin-top: 7px ;
    margin-left: 10px ;
}

/*****************************************
contents
******************************************/

#contents {
    width: 1000px;
    margin: 0px auto 0 ;
    z-index: 1; /*コンテンツ部分の重なり順*/
    }

.muda_img{
    width: 526px;
    margin:0 auto;
}
/* logo */
.logo {
    float:left;
    margin:7px;
}


/* main contents */
#main-contents li {
    display: block ;
    float: left;
    margin-bottom: 60px;
    }

#main-contents_movie li {
    display: block ;
    float: left;
    margin-bottom: 60px ;
    }



#no2 {
    margin:0 60px;
}

.myContent {
    position: relative;
}

/* Button with jQuery */
.button1
{
     background-image: url(../images/content01_on.png);
     height:220px;
     width:282px;
     display:block;
     background-position:0 -220px;
}

.button2
{
     background-image: url(../images/content02_on.png);
     height:220px;
     width:282px;
     display:block;
     background-position:0 -220px;
}
.button3
{
     background-image: url(../images/content03_on.png);
   height:220px;
     width:282px;
     display:block;
     background-position:0 -220px;
}
.button4
{
     background-image: url(../images/content04_on.png);
    height:220px;
     width:282px;
     display:block;
     background-position:0 -220px;
}
.button5
{
     background-image: url(../images/content05_on.png);
    height:220px;
     width:282px;
     display:block;
     background-position:0 -220px;
}
.button6
{
     background-image: url(../images/content06_on.png);
     height:220px;
     width:282px;
     display:block;
     background-position:0 -220px;
}
.button7
{
     background-image: url(../images/content07_on.png);
     height:220px;
     width:282px;
     display:block;
     background-position:0 -220px;
}
.button8
{
     background-image: url(../images/content08_on.png);
     height:220px;
     width:282px;
     display:block;
     background-position:0 -220px;
}
.button9
{
     background-image: url(../images/content09_on.png);
     height:220px;
     width:282px;
     display:block;
     background-position:0 -220px;
}

/* Button Styles */

#mail_form {
    margin:0 auto;
    width:600px;
}

.mail_form01{
    margin-top:40px;
    padding:20px;
    background-color:#fff;
    position:relative;
    -webkit-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
       -moz-box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
            box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}

.seisei {
    width:600px;
    margin:0 auto;
    height:80px;
}

.title01 {
    margin-top:30px;
    font-size: 16px;
    border-bottom: thin solid #ccc;
}

.text01 {
    padding: 7px;
    border-bottom: thin solid #ccc;
    margin-top: 10px;
}

button.css3button {
    cursor: pointer;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    color: #050505;
    padding: 10px 20px;
    background: -moz-linear-gradient(
        top,
        #ffffff 0%,
        #ebebeb 50%,
        #dbdbdb 50%,
        #b5b5b5);
    background: -webkit-gradient(
        linear, left top, left bottom,
        from(#ffffff),
        color-stop(0.50, #ebebeb),
        color-stop(0.50, #dbdbdb),
        to(#b5b5b5));
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border: 1px solid #949494;
    -moz-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    -webkit-box-shadow:
        0px 1px 3px rgba(000,000,000,0.5),
        inset 0px 0px 2px rgba(255,255,255,1);
    text-shadow:
        0px -1px 0px rgba(000,000,000,0.2),
        0px 1px 0px rgba(255,255,255,1);
}


.you {
margin-top:10px;
    }

.top_back {
    margin-top:25px;
}


#footer {
    margin-top:50px;
    clear: both;
    width: 100%;
    height:250px;
    left: 0;
    bottom: 0;
    background-color: #222;
}

#copyright {
    font-size:18px;
    color:#fff;
    width: 870px;
    margin: 0 auto ;
    text-align: center;
    padding-top: 80px;
}

.left_cate {
    float:left;
    list-style: none;
}

.form{
    margin-top: 15px;
}

.menu li{
    float:right;
    margin-right: 30px;
    line-height: 70px;
    list-style: none;
}

.img2 {
    margin: 30px 0 ;
}

#ranking {
    width: 900px;
}

#get_more{
    padding: 30px;
}

ul{
    list-style: none;
}

.pre_left {
    float: left;
    cursor: pointer;
}
.next_right {
    float: right;
    cursor: pointer;
}

.center {
    width: 580px;
    height: 40px;
}

.wakuwaku_right {
    margin: 0 auto;
    width: 70px;
    height: 1px;
    line-height: 160px;
    cursor: pointer;
    float: left;
}

.wakuwaku_right2 {
    margin-left: 160px;
    text-align: center;
    width:70px;
    height:70px;
    line-height: 70px;
    float: left;
    font-size:18px;
    background-image: url(../images/waku.gif);
}

.migiyose{
    text-align: right;
    position: absolute;
    width: 580px;
    height: 10px;
}

.aida {
    margin-top:10px;
}

.thanks {
    font-size:20px;
    text-align:center;
}

.wakuwaku {
    float:right;
}

.about {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    text-align: center;
    margin-top:30px;
}

.klab_message {
    font-size: 32px;
    text-align: center;
    margin-top:50px;
}

.omoi {
    font-family:'ヒラギノ角ゴ Pro W3','Hiragino Kaku Gothic Pro',sans-serif;
    width: 820px;
    margin: 0 auto;
    font-size: 21px;
    text-align: left;
    margin-top:50px;
}

#ranking ul{
    list-style-type:none;
    width:700px;
}

#ranking li{
    width: 700px;
    height: 100px;
    margin-top:5px;
    border: dotted 2px #999;
    background-color: #fff;

}

#ranking li a {
    color: #000000;
    text-decoration: none;
}

* html #ranking li a {  /* IE対策  */
    width: 680px;
}

#ranking li:hover {
    background-color: #87CEFA;
}

.rank_left {
    font-size: 22px;
    float: left;
    width: 100px;
    height: 100px;
    padding-left:10px;
    line-height: 100px;
}

.right_title {
    text-align: left;
    width: 580px;
    height: 30px;
    padding-top: 26px;
    padding-right: 10px;
    font-size: 19px;
    overflow:hidden;
}

.right_body {
    text-align: left;
    width: 570px;
    height: 20px;
    padding-top: 0px;
    padding-right: 20px;
    font-size: 13px;
    overflow:hidden;
}

.right_wakuwaku {
    font-size: 22px;
    text-align:left;
    float: right;
    width: 600px;
    height: 40px;
    line-height: 30px;
}

.center_title {
    font-size: 21px;
    text-align: left;
}

.title_center{
    text-align: center;
    font-size: 16px;
}

.social{
    float:left;
    padding-top: 5px
}

#hatena{
    padding: 16px 0px 0px 10px;
}
#socialize{
    -webkit-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -moz-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -ms-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    -o-transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    transition: all 2000ms cubic-bezier(0.19, 1, 0.22, 1) 0s;
    background-color: rgba(200, 200, 200, 0.55);
    bottom: 20px;
    padding: 5px 5px 0px 5px;
    right: 60px;
    position: fixed;
    width: 120px;
    z-index: 100;
}

.muda_img{
    margin-bottom:20px;
}
