@charset "utf-8";

/******************** cast ********************/
ul.cast {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    margin: 0 -5px 40px;
}
ul.cast li {
	margin: 3px 5px 20px 5px;
    padding: 4px;
	width: 210px;
	height: 385px;
    border: 1px solid #ceb06f;
}
ul.cast dl {
}
ul.cast dt {
	text-align: center;
}
ul.cast dt img {
	width: 200px;
	height: 300px;
	object-fit: cover;
    vertical-align: bottom;
}
ul.cast dt .new {
	background: #5ecddd;
    width: 120px;
    height: 18px;
    line-height: 18px;
    display: block;
    font-size: 10px;
	font-family: "Comic Sans MS", "cursive";
	letter-spacing: 0.2em;
	position: relative;
	top: -18px;
	margin: 0 40px -18px;
}
ul.cast dt a .new {
    color: #fff;
}
ul.cast dd {
    padding: 3px 0 0;
}
ul.cast dd a {
	font-weight: bold;
	line-height: 160%;
    font-size: 16px;
}
ul.cast .size {
	display: block;
	color: #888;
	margin: 2px 0 7px;
    font-size: 12px;
	line-height: 100%;
}
ul.cast .type {
 	display: block;
    font-size: 12px;
	line-height: 110%;
}
/******************** profile ********************/
.pf {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-bottom: 20px;
}
/******************** pic ********************/
dl.pic {
	width: 550px;
	display: flex;
	justify-content: flex-start;
	flex-wrap: wrap;
}
dl.pic dt {
	width: 400px;
	margin-right: 1px;
}
dl.pic dt img {
	width: 400px;
	height: 600px;
	object-fit: cover;
	vertical-align: top;
}
dl.pic dd {
	background: url("../img/pf_pic_bg.png") no-repeat;
	text-align: left;
}
dl.pic dd img {
	width: 140px;
	height: 200px;
	object-fit: cover;
	vertical-align: top;
}
/********************/
 dl.data {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	text-align: left;
	width: 540px;
	height: 600px;
	font-size: 15px;
	border: 1px solid #555;
}
dl.data dt {
	color: #bd994c;
	font-weight: bold;
	width: 146px;
	border-right: 1px solid #555;
}
dl.data dd {
	width: 392px;
	overflow: hidden;
}
dl.data dt, dl.data dd {
	border-bottom: 1px solid #555;
	padding: 0 0 0 8px;
	line-height: 40px;
}
dl.data dd img {
	margin-left: 10px;
}
dl.data dt.message, dl.data dd.message {
	border-bottom:  none;
	padding: 10px 9px;
	line-height: 150%;
	height: 350px;
	overflow-y: auto;
}
/********************/
dl.data dd.message::-webkit-scrollbar {
  width: 8px;
  height: 6px;
}
dl.data dd.message::-webkit-scrollbar-button {
  width: 0px;
  height: 0px;
}
dl.data dd.message::-webkit-scrollbar-thumb  {
  background: #ccc;
  border: 0px none #000;
  border-radius: 8px;
}
dl.data dd.message::-webkit-scrollbar-thumb:hover {
  background: #aaa;
}
dl.data dd.message::-webkit-scrollbar-thumb:active {
  background: #aaa;
}
dl.data dd.message::-webkit-scrollbar-track {
  background: none;
  border-radius: 50px;
}
dl.data dd.message::-webkit-scrollbar-track:hover {

}
dl.data dd.message::-webkit-scrollbar-track:active {
}
dl.data dd.message::-webkit-scrollbar-corner {
  background: transparent;
}

/********************/
 dl.comment {
	font-size: 15px;
}
 dl.comment dt {
	color: #bd994c;
	font-weight: bold;
	text-align: center;
	padding: 0 0 10px;
	margin-bottom: 15px;
	border-bottom: 1px solid #555;
}
 dl.comment dd {
	text-align: left;
	padding: 0 10px;
}

/* よく使いそうなCSS3
----------------------------------------------------*/
#selectors {
/* 角丸 */
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;

/* 角丸個別 */
	-webkit-border-top-right-radius: 15px;
	-moz-border-radius-topright: 15px;
	border-top-right-radius: 15px;

/* ボックスに影 */
	-webkit-box-shadow: 1px 1px 3px #999;
	-moz-box-shadow: 1px 1px 3px #999;
	box-shadow: 1px 1px 3px #999;

/* テキストに影 */
	text-shadow: 1px 1px 0px #999;

/* グラデーション */
    background: -moz-linear-gradient(top, #f5f5f5, #fff);　/* Firefox用 */  
    background: -webkit-gradient(linear, left top, left bottom, from(#f5f5f5), to(#066));　/* Safari,Google Chrome用 */  
}

@media screen and (min-width: 320px) and (max-width: 650px){
}

