@charset "UTF-8";
/*   
Theme Name: oppai-earth
Description: おっぱいは地球を救う。テーマ
Author: 
Author URI: http://oppai-earth.com/
*/
body article {
    background-color: #FFF;
    box-shadow: #9d9d9d 0px 0px 7px;
}

body span.kome {
    font-size: 80%;
    margin-left: 10px;
}

body.color03 .post-header {
    padding: inherit;
    margin-bottom:3%;
    position: relative;
    border-bottom: none;
}

article .post-thumbnail {
    position: relative;
}

article .post-thumbnail img.wave-img {
    position: absolute;
    bottom: 0;
    left: 0;
}

article .post-header .cat-name {
    margin: 20px;
    text-align: center;
}

.movie .post-header .cat-name span {
    background-color: #79bcc4;
    border: 0 !important;
    color: #FFF !important;
    border-radius: 5px;
}

article .post-title {
    font-size: 32px;
    line-height: 1.5;
    font-weight: bold;
    margin-bottom: 36px;
    margin: 0 20px 50px;
}

article .post-sns {
    margin: 0 20px;
}

.post-meta-area {
    margin: 0;
    border-bottom: 0 !important; 
    overflow: hidden;
}
.post-meta-area .post-meta .date {
    padding: 12px 20px;
    text-align: right;
    border-right: solid 1px #CCC;
    box-sizing: border-box;
}

.post-meta-area .post-meta-comment {
    text-align: left;
    width: 50%;
    float: left;
    padding: 12px 24px;
}

body.color03 .post-meta-area .post-meta-comment li {
    border-left: 0;
    padding: 0;
}

section .post-content p{
    margin-top: 40px;
    line-height: 200%;
    text-align: justify;
}

#content .wp-caption { 
    border: 0;
    background-color: unset;
    padding: 0px;
    margin: 10px;
    max-width: 100%;
    box-sizing: border-box;
    -khtml-border-radius: 0;
    border-radius: 0;
}

.movie .post-content .box1,
.movie .post-content .box2,
.movie .post-content .box3{
    margin-bottom: 10%;
    overflow: hidden;
}

.movie .post-content span.check {
    background: #fde3dd;
    padding: 3px;
    display: inline;
}


body.color03 #comments {
    background: #fff;
    margin: 5% 0;
    border: 0;
    padding: 40px 45px;
}


article .post-header .cat-name span {
    background-color: #79bcc4;
}

.movie .poster-thumb {
    overflow: hidden;
    width: 100%;
}

.movie .poster-thumb img.poster{
    float: left;
    width: 30%;
    box-shadow: 1px 1px 10px #CCCCCC;
    border: 1px solid #CCCCCC;
}

.movie .poster-thumb p.story{
    float: right;
    width: 65%;
    margin-left: 5%;
}

.movie .poster-thumb .kidoairaku {
    float: right;
    width: 65%;
    overflow: hidden;
}

.movie .poster-thumb .kidoairaku dt {
    width: 15%;
    float: left;
}

.movie .poster-thumb .kidoairaku dd{
    width: 31%;
    margin: 2%;
    float: left;
    letter-spacing: 5px;
    font-size: 20px;
    color: #79bcc4;
    min-height: 70px;
}

.movie .vodlist{
    margin: 0 0 50px;
    display: flex;
    padding: 0;
    justify-content: space-between;
    overflow: hidden;
    flex-wrap: wrap;
}

.movie .vodlist li{
    text-align: center;
    width: 33%;
    background-color: #cccccc;
    color: #FFF;
    border-radius: 5px;
    list-style: none;
    margin: .2% 0;
    line-height: 3;
}
.movie .vodlist li a{
    color: #FFF;
    font-weight: bold;
    display: block;
    background-color: #396685;
    border-radius: 5px;

}

.movie .vodlist li img{
    display: inherit !important;
}

body.color03 .movie h2 {
    border-left: 0;
    background: none;
    color: #666;
    font-weight: 400;
    padding: 0;
    margin: 0 0 20px;
}

body.color03 .movie h3 {
    border-bottom: 0;
    padding: 10px;
    background-color: #79bcc4;
    color: #FFF;
    margin: 0;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
.movie dl.works {
    box-sizing: border-box;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    padding: 5%;
    border: 2px solid #79bcc4;
    overflow: hidden;
}

.movie dl.works dt{
    float: left;
    margin-bottom: 10px;
    width: 20%;
}

/*.movie dl.works dt.performer{
    min-height: 50px;
}*/

.movie dl.works dd{
    float: right;
    width: 80%;
    margin: 0 0 10px;
}
.movie .video{	
	position:relative;	
	width:100%;	
	padding-top:56.25%;	
	margin-bottom: 5%;	
}	
.movie .video iframe{	
	position:absolute;	
	top:0;	
	right:0;	
	width:100%;	
	height:100%;	
}

body.post-type-archive-movie .post-footer {
    background-color: #79bcc4;
}

body.post-type-archive-movie .post-footer a {
    text-align: center;
    display: block;
    color: #FFF;
}

@media screen and (max-width: 767px) {
body.color01 .post-header, body.color02 .post-header, body.color03 .post-header, body.color04 .post-header {
    padding: 0 !important;
}

.post-meta-area .post-meta .date {
    text-align: center;
}

.post-meta-area .post-meta-comment {
    text-align: center;
    width: 100%;
    float: none;
}

.movie .poster-thumb img.poster {
    float: none;
    width: 80%;
    margin: 5% auto;
    display: block;
}
.movie .poster-thumb p.story {
    float: none;
    width: 100%;
    margin-left: 0;
}

.movie .poster-thumb .kidoairaku {
    float: none;
    width: 100%;
}

.movie .vodlist li {
    width: 49%;
    margin: 1% 0;
    min-height: 60px;
}

.movie .vodlist li a {
    padding: 20px 0;
    min-height: 60px;
}

.movie dl.works {
    padding: 0;
}

.movie dl.works dt {
    width: 100%;
    text-align: center;
    float: none; 
    background-color: #CCC;
    line-height: 3em;
}

.movie dl.works dt.performer {
    min-height: 0px;
}


.movie dl.works dd {
    width: 100%;
    text-align: center;
    float: none; 
}



}
