/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2018/06/08, 20:40:59
    Author     : nitanai
*/

div.gc_area {
    background-color: transparent;
    border: none;

}
.gc_area .gc_bun {
    padding: 30px;
}
.gc_area .gc_bun .gc_title {
    font-size: 24px;
    margin-bottom: 16px;
}
.gc_area .gc_bun p {
    text-align: left;
}

.gc-container {
text-align: left;
padding: 25px;
background-color: #fefefe;
border-bottom: 1px solid #bbb;
}

.gc_img {
    padding: 10px;
}
.gc_img img {
    border-radius: 16px;
}

h2.gc_name {
    margin-bottom: 28px;
}
p.gc_profile {
    font-size: 14px;
    margin-bottom: 21px;
}
p.gc_caption {
    font-size: 12px;
    line-height: 1.5;
}

h3.gc_section {
    margin: 50px 0 40px;
}

dl.gc-dl-movie {}

dl.gc-dl-movie dt {
    font-weight: normal;
    font-size: 16px;
    margin-bottom: 8px;
}
dl.gc-dl-movie dd {
    padding: 10px 5px;
}

img.view-thumbnail {
    width: 100%;
    height: auto;
    /*object-fit: cover;*/
}

.gc-dl-link {}

.gc_carousel {}
.gc_carousel .gcp_thm {
    padding-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.gc_carousel .gcp_thm span {
    display: inline-block;
    margin-left: 10px;
    margin-right: 10px;
    height: 90px;
}

.gc_carousel .gcp_thm img {
    /*max-height: 90px;*/
    height: 100%;
/*    width: 100%;
    height: auto;*/
}

.btn-t247tc {
    border: 1px solid #F85B9D;
}

.owl-carousel .owl-nav .owl-next,
.owl-carousel .owl-nav .owl-prev {
color:#F85B9D !important;
font-size: 18px !important;
display: inline-block;
}
.owl-theme .owl-nav [class*="owl-"]:hover {
background: none;
color:#F87CBF;
}