@charset 'UTF-8';

body {
    background: url(../images/feature/kayochu/bg.jpg);
}

a {
	color: #ff1d25;
}

a img {
    position:relative;
    -webkit-transition:opacity 0.5s; /*Safari,Chrome*/
    -o-transition       :opacity 0.5s; /*Opera*/
    -moz-transition   :opacity 0.5s; /*Firefox*/
    transition           :opacity 0.5s; /*CSS3 Real Property*/
}

a:focus img,
a:hover img {
    filter:alpha(opacity=70); /*IE*/
    -moz-opacity:0.7; /*Older Firefox*/
    opacity:0.7; /* Modern Browsers*/
	-ms-filter: "alpha(opacity=70)"; /*IE 8*/
}


/* topicpath*/
.topicpath_wrapper {
    background-color: #fff;
    margin-top: 20px;
}
#topicpath {
    width: 400px;
    float: left;
    margin-left: 10px;
}

/* social buttuns */
.socialbuttons {
    margin: 0;
    padding: 8px 10px;
}
.socialbuttons .fb_edge_widget_with_comment, .socialbuttons .fb_iframe_widget {
    float: right;
    margin: 0px 0px 10px 0px;
}
.socialbuttons .tweetbutton {
    float: right;
    margin-right: 0px;
}



/* content */
.feature_content_wrapper {
    margin: 20px 0px 0px;
    background-color: #fff;
    position: relative;
    padding-bottom: 20px;
}

.feature_content_inner {
    background-color: #fff;
    position: relative;
}

.feature_content_wrapper h2 {
    background: url(../images/feature/kayochu/bg_red.jpg);
    height: 40px;
    line-height: 40px;
    font-size: 16px;
}
.feature_content_wrapper h2 span {
    background-color: #ff1d25;
    color: #fff;
    font-weight: bold;
    display: inline-block;
    *display: inline;
    *zoom: 1;
    padding: 0px 20px;
}

.chara_ex {
    position: absolute;
    z-index: -1;
}

/* INTRO */
#kayochu_intro .chara_ex {
    top: 10px;
    left: -96px;
}
#kayochu_intro h3 {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/feature/kayochu/title_intro.png) no-repeat;
    width: 374px;
    height: 36px;
    margin-bottom: 10px;
}
#kayochu_intro p {
    font-size: 14px;
}
.content_left {
    width: 445px;
    float: left;
    padding: 20px 0px 20px 20px;
}
.content_right {
    width: 445px;
    float: right;
    padding: 20px 20px 20px 0px;
}
.content_bottom {
    clear: both;
    margin: 0px 20px 0px;
    border-top: 1px solid #555;
    border-bottom: 1px solid #555;
    padding: 10px 0px;
}

.link_official {
    background: url(../images/feature/kayochu/button_official.png) no-repeat;
    width: 224px;
    height: 35px;
    margin: 10px 0px 0px;
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    color: #3fa9f5;
    float: right;

    -webkit-transition:opacity 0.5s; /*Safari,Chrome*/
    -o-transition       :opacity 0.5s; /*Opera*/
    -moz-transition   :opacity 0.5s; /*Firefox*/
    transition           :opacity 0.5s; /*CSS3 Real Property*/
}

.link_official:hover {
    filter:alpha(opacity=70); /*IE*/
    -moz-opacity:0.7; /*Older Firefox*/
    opacity:0.7; /* Modern Browsers*/
    -ms-filter: "alpha(opacity=70)"; /*IE 8*/
}


/* CHARACTER */
#kayochu_character {
    background: none;
    z-index: 10;
}
.chara_item {
    width: 190px;
    float: left;
    position: relative;
}
.chara_balloon {
    position: absolute;
    top: 240px;
    display: none;
}

#chara_morino .chara_balloon {
    left: -12px
}
#chara_ibata .chara_balloon {
    left: -250px
}
#chara_blanco .chara_balloon {
    right: -12px
}


/* ORIGINAL MOVIE */
#kayochu_originalmovie .chara_ex {
    top: 20px;
    right: -108px;
}
#kayochu_originalmovie {
    padding-top: 20px;
}
.movie_wrapper {
    padding: 20px;
}
#movie_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/feature/kayochu/title_movie.png) no-repeat;
    width: 603px;
    height: 76px;
    margin: 0px 20px 0px;
}


/* ORIGINAL COMIC */
#kayochu_originalcomic .chara_ex {
    top: 16px;
    left: -142px;
}
#kayochu_originalcomic {

}

#kayochu_originalcomic .feature_content_inner {
    background-color: #fff;
    position: relative;
    background: #fff url(../images/feature/kayochu/bg_originalcomic.jpg) no-repeat;
    min-height: 544px;
    padding-top: 7px;
}

#comic_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/feature/kayochu/title_comic.png) no-repeat;
    width: 374px;
    height: 36px;
    margin: 0px 20px 5px;
}
.comic_image_wrapper {
    width: 642px;
    margin: 40px auto;
}
.comic_image_wrapper a {
    padding: 0px 5px;
    margin: 0px;
    width: 204px;
    display: block;
    float: left;
}

.comic_date {
    font-size: 16px;
    color: #fff;
    margin-left: 5px;
}

.comic_info_wrapper {
    margin-top: 120px;
    overflow: hidden;
}
.comic_intro {
    width: 445px;
    margin: 20px 0px 0px 20px;
    font-size: 18px;
    color: #00beff;
    font-weight: bold;
    text-align: left;
    padding-bottom: 10px;
    line-height: 1.4;
    float: left;
}
.comic_intro p {
    margin-bottom: 10px;
}

.comic_data_wrapper {
    width: 435px;
    float: right;
    margin-right: 20px;
    background-color: #F5F5F5;
    padding: 10px 0px;
    border-left: 10px solid #777;
}
.comic_data_wrapper dt {
    width: 16%;
    float: left;
    padding: 0px 0px 0px 4%;
    color: #777;
}
.comic_data_wrapper dd {
    width: 74%;
    float: left;
    padding: 0px;
    margin: 0px;
}
.comic_data_wrapper .note {
    clear: both;
    padding: 0px 2%;
    font-size: 11px;
    color: #555;
    text-align: right;
}

.comic_store_wrapper {
    clear: both;
}
.comic_store_item {
    width: 445px;
    float: left;
    margin: 0px 0px 0px 20px;
}
.comic_campaign {
    height: 170px;
    margin: 20px 0px 10px 0px;
    border: 1px solid #ff1d25;
}
.comic_campaign h3 {
    background-color: #ff1d25;
    color: #fff;
    font-weight: bold;
    font-size: 16px;
    padding: 0px 10px;
    line-height: 2;
}
.comic_campaign p {
    padding: 10px;
    font-weight: bold;
}

.comic_storelink_wrapper > span {
    background-color: #000;
    color: #fff;
    font-weight: bold;
    display: block;
    height: 44px;
    line-height: 44px;
    padding: 0px 10px;
    width: 176px;
    float: left;
}
.comic_storelink_wrapper a {
    border: 8px solid #ff1d25;
    color: #ff1d25;
    font-weight: bold;
    display: block;
    height: 28px;
    line-height: 28px;
    padding: 0px 20px;
    width: 193px;
    float: left;
    text-align: center;
    background: url(../images/feature/kayochu/arrow_rrk.png) no-repeat 220px 12px;
    font-size: 16px;
}
.comic_storelink_wrapper a:hover {
    border: 8px solid #000;
    color: #000;
    background: url(../images/feature/kayochu/arrow_rrk.png) no-repeat 220px -12px;
    text-decoration: none;
}


.comic_info_wrapper_single .comic_store_item {
    width: 908px;
}
.comic_info_wrapper_single .comic_campaign {
    height: auto;
    overflow: hidden;
    font-size: 14px;
}
.comic_info_wrapper_single .comic_storelink_wrapper {
    float: right;
}


/* EVENT */
#kayochu_event {
    padding-top: 20px;
}
#event_title {
    text-indent: 100%;
    white-space: nowrap;
    overflow: hidden;
    background: url(../images/feature/kayochu/title_event.png) no-repeat;
    width: 909px;
    height: 71px;
    margin: 0px 20px 20px;
}

#event_link {
    width: 200px;
    height: 50px;
    line-height: 50px;
    font-size: 18px;
    font-weight: bold;
    border: 8px solid #ff1d25;
    display: block;
    float: right;
    margin-right: 20px;
    text-align: center;
}
#event_link:hover {
    border: 8px solid #000;
    color: #000;
    text-decoration: none;
}

#event_date  {
    font-size: 16px;
    padding: 10px 20px 20px;
}
.event_date_right {
    padding-left: 0px;
}


/* GUEST PROFILE */
.guest_item {
    width: 290px;
    margin: 20px 0px 20px 20px;
    float: left;
    border-bottom: 1px solid #555;
}

.guest_item h3 {
    margin: 20px 0px;
}
.guest_info {

}
.guest_image {
    border: 1px solid #ddd;
}

.guest_info_inner {
    border-top: 1px solid #555;

    padding: 10px 0px;
    overflow: hidden;
}

.guest_info p {
    text-align:justify;
    text-justify: inter-ideograph;

}
.guest_info dl {
    padding: 0px 0px 10px;
    margin: 0;
    line-height: 1.2;
    font-size: 11px;
    overflow: hidden;
}
.guest_info dt {
    width: 20%;
    float: left;
    margin: 0px 0px 8px;
    clear: both;
}
.guest_info dd {
    width: 78%;
    float: right;
    margin: 0px 0px 8px;
}
.guest_info dd.wide {
    width: 100%;
    float: none;
    margin: 0px 0px 8px;
}

.guest_item .small {
    font-size: 12px;
}
.guest_item .subtitle {
    font-weight: bold;
    padding-top: 10px;
}

.guest_info_link {
    line-height: 1.2;
}


/* LINKS */
#kayochu_links {
    background: none;
}

#kayochu_links a {
    display: block;
    float: left;
    margin: 0px 25px 0px 0px;
}
#kayochu_links a.last {
    margin: 0px;
}

/* footer */
.feature_footer_pagelinks {
    margin: 0px 0px 10px;
    background-color: #fff;
    padding: 10px;
}

.pagetop {
    margin: 0px;
    width: 200px;
    float: right;
}
.pagetop a {
    margin: 0px;
}
.copyright_footer {
    width: 200px;
    float: left;
}