@charset "utf-8";

ul.theme {margin: 0 12px 20px;}
ul.theme li {margin: 0 0 10px; font-size: 0.9rem; font-weight: 300;}
ul.theme li strong{font-weight: bold;border-bottom: solid 3px #0B78B6;display: block;padding: 6px;margin-bottom: 10px;}	

.cast_ph {position: relative;}
.cast_ph span.copy1 {position: absolute; bottom: 40px; left: 2px;}
.cast_ph span.copy2 {position: absolute; bottom: 40px; left: 2px;}
.page_contents .sppg_content ul.cast_list li .cast_ph span img {width: 70%;}
.page_contents .sppg_content ul.cast_list li p.cast_txt {border-bottom-right-radius: 0.7em; border-bottom-left-radius: 0.7em;}

.page_contents .sppg_content div#box-photogallery a{height: 90px; overflow: hidden;border-radius: 5px;}

@media screen and (max-width: 768px) {

.cast_ph {position: relative;}
.cast_ph span.copy1 {position: absolute; bottom: 30px; left: 8px;}
.cast_ph span.copy2 {position: absolute; bottom: 30px; left: 8px;}

}

@media screen and (max-width: 480px) {

.cast_ph {position: relative;}
.cast_ph span.copy1 {position: absolute; bottom: 20px; left: 2px;}
.cast_ph span.copy2 {position: absolute; bottom: 20px; left: 2px;}

}