@charset "UTF-8";
/* CSS Document */



span.toolTip{
    margin: 0 1em 0 0;
    padding: .7em 1em;
    color: #fff;
    background: #93B80A;
    font-size: 86%;
    display: none;
    z-index:900;
    position: absolute;
}

.noborder {
    border:none;
    outline:none;
}

#about .a_c {
    background: url("img/about/aboutimage.png");
    background-repeat: no-repeat;
    background-position: center;
    width: 1140px;
    /*border-top: solid #000 10px;*/
    /*border-bottom: solid #000 10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    text-indent: -9999px;
    height: 400px;
}

#about .about_footer {
    background: #000;
    height: 31px;
    padding: 14px 0;
}

#contributors .a_c {
    /*background: url("img/about/aboutimage.png");*/
    background-repeat: no-repeat;
    background-position: center;
    width: 1140px;
    /*border-top: solid #000 10px;*/
    /*border-bottom: solid #000 10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
    /*text-indent: -9999px;*/
    height: 400px;
    text-align: center;
}

#contributors .a_c img {
    width: 510px;
    margin: 30px 20px;
    padding: 0;
    border: none;
}

#contributors .contributors_footer {
    background: #000;
    height: 31px;
    padding: 14px 0;
}

#info {

}

#info .a_c {
    overflow: hidden;
    width: 1140px;
    /*border-top: solid #000 8px;*/
    /*border-bottom: solid #000 8px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

#info ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

#info ul li {
    float: left;
    margin-right: 40px;
}

#info ul li img {
    height: 400px;
    margin-bottom: 8px;
}

#info ul li div.info_text {
    background: #000;
    color: #FFF;
    padding: 10px;
    height: 80px;
}

#info ul li div.info_text h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#info ul li div.info_text p {
    font-size: 13px;
    margin: 5px 0 10px;
}

#info ul li div.info_text p a {
    color: #F90;
}

.info_select_button_wap {
    background: #000;
}

.info_select_button {
    margin: 0px auto;
    background: #000;
    padding: 14px 0;
}

.info_select_button img{
    float: left;
}

#info_next, #info_prev {
    width: 42px;
    height: 31px;
    background-repeat: no-repeat;
    top: 50%;
    background-image: url('img/select_button.png');
    text-indent: -9999px;
    display: block;
    float: left;
}

#info #info_next {
    background-position: 0px 0px;
    margin-right:  10px;
}

#info #info_prev {
    background-position: -42px 0px;
    margin-left: 10px;
}

#info #info_next:hover {
    background-position: 0px -31px;
}

#info #info_prev:hover {
    background-position: -42px -31px;
}


#comic {

}

#comic .a_c {
    overflow: hidden;
    width: 1140px;
    /*border-top: solid #000 8px;*/
    /*border-bottom: solid #000 8px;*/
    padding-top: 8px;
    padding-bottom: 8px;
    position: relative;
}

#comic ul {
    list-style: none;
    display: block;
    margin: 0;
    padding: 0;
    position: relative;
}

#comic ul li {
    float: left;
    margin-right: 40px;
}

/*#comic ul li img {
    height: 400px;
    margin-bottom: 8px;
}*/

#comic ul li .comic_img {
    width: 600px;
    height: 400px;
    margin-bottom: 8px;
    position: relative;
}

#comic ul li .comic_img img.comic_header {
    width: 600px;
    height: 400px;
    z-index: 100;
    position: absolute;
}

#comic .comic_wap {
    width: 600px;
    height: 400px;
    background: rgba(0,0,0,.7);
    z-index: 101;
    position: absolute;
    opacity: 0;
    -webkit-transition: opacity .25s linear;
       -moz-transition: opacity .25s linear;
        -ms-transition: opacity .25s linear;
         -o-transition: opacity .25s linear;
            transition: opacity .25s linear;
}

#comic .comic_wap:hover {
    opacity:1;
}

#comic .select_lang, #comic .comic_ja a, #comic .comic_us a, #comic .comic_no_us {
    text-indent: -9999px;
    display: block;
}

#comic .select_lang {
    background: url("img/icon_select_language.png");
    width: 350px;
    height: 55px;
    margin: 60px auto 20px;
}

#comic .comic_ja a {
    background: url("img/flag_ja.png");
    width: 150px;
    height: 100px;
    float: left;
    margin-right: 10px;
}

#comic .comic_us a {
    background: url("img/flag_us.png");
    width: 190px;
    height: 100px;
    float: left;

}

#comic .comic_no_us {
    background: url("img/flag_no_us.png");
    width: 190px;
    height: 100px;
    float: left;

}

#comic .comic_flag {
    height: 100px;
    width: 350px;
    margin: 0 auto;
}

#comic .comic_wap p {
    font-size: 24px;
    color: #FFF;
    text-align: center;
    margin: 10px auto;
    display: block;
    width: 350px;
}



#comic ul li div.comic_text {
    background: #000;
    color: #FFF;
    padding: 10px;
    height: 80px;
}

#comic ul li div.comic_text h5 {
    font-size: 16px;
    margin: 0;
    padding: 0;
}

#comic ul li div.comic_text p {
    font-size: 13px;
    margin: 5px 0 10px;
}

.comic_select_button_wap {
    background: #000;
}

.comic_select_button {
    margin: 0px auto;
    background: #000;
    padding: 14px 0;
}

.comic_select_button img{
    float: left;
}

#comic_next, #comic_prev {
    width: 42px;
    height: 31px;
    background-repeat: no-repeat;
    top: 50%;
    background-image: url('img/select_button.png');
    text-indent: -9999px;
    display: block;
    float: left;
}

#comic #comic_next {
    background-position: 0px 0px;
    margin-right:  10px;
}

#comic #comic_prev {
    background-position: -42px 0px;
    margin-left: 10px;
}

#comic #comic_next:hover {
    background-position: 0px -31px;
}

#comic #comic_prev:hover {
    background-position: -42px -31px;
}

#illust .a_c {
    overflow: hidden;
    width: 1140px;
    /*border-top: solid #000 10px;*/
    /*border-bottom: solid #000 10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
#illust #illust_slide {
    position: relative;
}

#illust ul {
    width: 1000px;
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    display: block;
    list-style: url(none) none;
    float: left;
}
#illust ul li {
    width: 240px;
    float: left;
    padding: 0px;
    background-color: #333;
    margin: 5px;
    height: 48px;
    display: block;
    list-style: url(none) none;
    border-color: #FFF;
    position: static;
}
#illust ul li a  {
    display: block;
    height: 48px;
    width: 240px;
}

.illust_select_button_wap {
    background: #000;
}

.illust_select_button {
    margin: 0px auto;
    background: #000;
    padding: 14px 0;
}

.illust_select_button img{
    float: left;
}

#illust_next, #illust_prev {
    width: 42px;
    height: 31px;
    background-repeat: no-repeat;
    top: 50%;
    background-image: url('img/select_button.png');
    text-indent: -9999px;
    display: block;
    float: left;
}

#illust #illust_next {
    background-position: 0px 0px;
    margin-right:  10px;
}

#illust #illust_prev {
    background-position: -42px 0px;
    margin-left: 10px;
}

#illust #illust_next:hover {
    background-position: 0px -31px;
}

#illust #illust_prev:hover {
    background-position: -42px -31px;
}

#draw .a_c {
    overflow: hidden;
    width: 1140px;
    /*border-top: solid #000 10px;*/
    /*border-bottom: solid #000 10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
#draw ul {
    width: 910px;
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    display: block;
    list-style: url(none) none;
    float: left;
}
#draw ul li {
    width: 120px;
    float: left;
    padding: 0px;
    background-color: #333;
    margin: 5px;
    height: 48px;
    display: block;
    list-style: url(none) none;
}

#draw #draw_slide {
    position: relative;
}

.draw_select_button_wap {
    background: #000;
}

.draw_select_button {
    margin: 0px auto;
    background: #000;
    padding: 14px 0;
}

.draw_select_button img{
    float: left;
}

#draw_next, #draw_prev {
    width: 42px;
    height: 31px;
    background-repeat: no-repeat;
    top: 50%;
    background-image: url('img/select_button.png');
    text-indent: -9999px;
    display: block;
    float: left;
}

#draw #draw_next {
    background-position: 0px 0px;
    margin-right:  10px;
}

#draw #draw_prev {
    background-position: -42px 0px;
    margin-left: 10px;
}

#draw #draw_next:hover {
    background-position: 0px -31px;
}

#draw #draw_prev:hover {
    background-position: -42px -31px;
}


#doodles .a_c {
    overflow: hidden;
    width: 1140px;
    /*border-top: solid #000 10px;*/
    /*border-bottom: solid #000 10px;*/
    padding-top: 10px;
    padding-bottom: 10px;
    position: relative;
}
#doodles ul {
    width: 910px;
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    display: block;
    list-style: url(none) none;
    float: left;
}
#doodles ul li {
    width: 120px;
    float: left;
    padding: 0px;
    background-color: #333;
    margin: 5px;
    height: 48px;
    display: block;
    list-style: url(none) none;
}

#doodles #doodles_slide {
    position: relative;
}

.doodles_select_button_wap {
    background: #000;
}

.doodles_select_button {
    margin: 0px auto;
    background: #000;
    padding: 14px 0;
}

.doodles_select_button img{
    float: left;
}

#doodles_next, #doodles_prev {
    width: 42px;
    height: 31px;
    background-repeat: no-repeat;
    top: 50%;
    background-image: url('img/select_button.png');
    text-indent: -9999px;
    display: block;
    float: left;
}

#doodles #doodles_next {
    background-position: 0px 0px;
    margin-right:  10px;
}

#doodles #doodles_prev {
    background-position: -42px 0px;
    margin-left: 10px;
}

#doodles #doodles_next:hover {
    background-position: 0px -31px;
}

#doodles #doodles_prev:hover {
    background-position: -42px -31px;
}

.pages_wap .close {
    width: 69px;
    height: 26px;
    position: absolute;
    background-image: url('img/close_button.png');
    background-repeat: no-repeat;
    background-position: 0 0;
    right: 0;
    margin-top: 3px;
    margin-right: 20px;
}

.pages_wap .close:hover {
    background-position: 0 -26px;
}


/* 背景 */
.jspTrack { background:#111; position:relative; }

/* ノブ */
.jspDrag { background:#333; position:relative; top:0; left:0; cursor:pointer; }
.jspHorizontalBar .jspTrack, .jspHorizontalBar .jspDrag { float:left; height:100%; }

#page-wap {
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,.7);
    display: none;
    z-index: 100;
}
.pages {
    position: relative;
    margin: 0 auto 50px auto;
    width: 1140px;
    z-index: 150;
    background: rgba(255, 255, 255, .8);
}

.pages_wap {
    display: table-cell;
    vertical-align: middle;
}

/*.pages h2 {
    margin: 0;
    padding: 0;
    font-size: 38px;
    text-align: center;
    font-family: 'Limelight', cursive;
    text-transform: uppercase;
    line-height: 38px;
}*/

/*.pages h3 {
    font-size: 14px;
    text-align: center;
    margin: 0 0 5px 0;
    padding: 0;
}*/

.pages h2 {
    margin: 0 auto;
    padding: 5px 0 3px;
    text-align: center;
    background: #000;
}

#link .pages_wap {
    /*background: rgba(131, 142, 127, .8);*/
}

#link h2 {
    color: #000;
}

#link h3 {
    color: #000;
}

#link .a_c {
    overflow: hidden;
    color: #000;
    font-size: 12px;
    text-align: center;
    width: 1140px;
    /*border-top: solid #000 10px;*/
    /*border-bottom: solid #000 10px;*/
    padding-top: 22px;
    padding-bottom: 22px;
    position: relative;
}

#link #link_slide ul {
    width: 928px;
    padding: 0px;
    margin: 0px;
    text-indent: 0px;
    display: block;
    list-style: url(none) none;
    float: left;
}
#link ul li {
    width: 200px;
    float: left;
    padding: 0px;
    margin: 0px 16px;
    display: block;
    list-style: url(none) none;
    height: 100px;
}
#link .a_c ul li a {
    color: #333;
    text-decoration: none;
}
#link .a_c ul li a:hover {
    color: #000;
    text-decoration: none;
}
#link .a_c ul li p   {
    font-size: 10px;
    text-align: left;
    margin: 5px 0px 0px 1px;
    padding: 0px;
    display: block;
}
#link .a_c ul li p span {
    font-size: 8px;
}
#link .a_c #mybanner {
    /*background: url(img/mybanner_top.png) no-repeat center top;
    padding-top: 123px;*/
    margin-top: 30px;
}
#link .a_c #mybanner ul {
    width: 696px;
    margin-right: auto;
    margin-left: auto;
}
#link .a_c #mybanner ul li {
    margin-bottom: 0px;
    padding: 0px;
    height: 40px;
}
#link .a_c #mybanner p {
    display: block;
    padding: 0px;
    margin: 25px 0px 0px;
}

#link #link_slide {
    position: relative;
}

.link_select_button_wap {
    background: #000;
}

.link_select_button {
    margin: 0px auto;
    background: #000;
    padding: 14px 0;
}

.link_select_button img{
    float: left;
}

#link_next, #link_prev {
    width: 42px;
    height: 31px;
    background-repeat: no-repeat;
    top: 50%;
    background-image: url('img/select_button.png');
    text-indent: -9999px;
    display: block;
    float: left;
}

#link #link_next {
    background-position: 0px 0px;
    margin-right:  10px;
}

#link #link_prev {
    background-position: -42px 0px;
    margin-left: 10px;
}

#link #link_next:hover {
    background-position: 0px -31px;
}

#link #link_prev:hover {
    background-position: -42px -31px;
}



.scroll-pane {
    height: 80px;
    outline: none;
}

.gra_lt, .gra_rt {
    height: 550px;
    width: 100px;
    position: absolute;
    bottom: 0px;
    z-index: 900;
}

.gra_lt {
    background: url('img/gra_lt.png');
    left: 0;
}

.gra_rt {
    background: url('img/gra_rt.png');
    right: 0;
}




#footer {
    position: absolute;
    width: 100%;
    height: 50px;
    font-size: 11px;
    color: #FFF;
    background: rgba(0, 0, 0, 0.7);
    bottom: 0;
    margin: 0;
    font-weight: bold;
    z-index: 500;
    text-transform: uppercase;
}
#footer p {
    float: left;
    padding-left: 20px;
    line-height: 30px;
    height: 30px;
    display: block;
}
#footer #sns {
    float: right;
    padding-right: 20px;
    height: 30px;
}
#footer #sns ul {
    list-style: none;
    display: block;
}
#footer #sns ul li {
    float: left;
    margin-right: 5px;
    display: block;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}