@charset "UTF-8";
/* CSS Document */

/* Cast Staff page */

.castbox {
  width: 860px;
	margin: 18px 0px 0px 0px;
  padding: 0px;
}
.castbox:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}

.castbox_text {
	vertical-align: middle;
  float: left;
  width: 590px;
	padding: 10px 0px 0px 40px;
	font-size: 15px; line-height: 1.8;
	color: #000000;
}
.castbox_mar01 { margin-top: 65px; }
.castbox_mar02 { margin-top: 25px; }

.castbox_pad01 { padding-top: 20px; }
.castbox_pad02 { padding-top: 40px; }
.castbox_pad03 { padding-top: 10px; }

.cast_line {
	border-left: 3px solid #3e9cb2;
}

.clear { clear: both; }

.c_width01 { width: 400px; }
.c_sp01 { width: 30px; }

.c_text01 {
	padding: 15px 0px 0px 0px; text-align: center;
	font-size: 16px; line-height: 1.7;
	color: #000000; }

.c_text02 {
	padding: 20px 0px 0px 0px; text-align: center;
	font-size: 16px; line-height: 2.2;
	color: #000000; }
.c_text03 {
	padding: 15px 0px 0px 0px; text-align: center;
	font-size: 17px; line-height: 2.7; font-weight: bold;
	color: #000000; }

h3.c_ishino {
	margin: 0px 0 0 0;
	width: 271px; height: 271px;
	background: url("../cast_img/c_ishino.png") no-repeat;
	text-indent: -9999px;
 }
h3.n_ishino {
	vertical-align: middle;
	margin: 0px 0 0 0px;
	width: 597px; height: 132px;
	background: url("../cast_img/n_ishino.png") no-repeat;
	text-indent: -9999px; }

h3.c_suzuki {
	margin: 0px 0 0 0;
	width: 271px; height: 271px;
	background: url("../cast_img/c_suzuki.png") no-repeat;
	text-indent: -9999px;
 }
h3.n_suzuki {
	vertical-align: middle;
	margin: 0px 0 0 0px;
	width: 597px; height: 132px;
	background: url("../cast_img/n_suzuki.png") no-repeat;
	text-indent: -9999px; }

h3.c_kawashima {
	margin: 0px 0 0 0;
	width: 271px; height: 271px;
	background: url("../cast_img/c_kawashima.png") no-repeat;
	text-indent: -9999px;
 }
h3.n_kawashima {
	vertical-align: middle;
	margin: 0px 0 0 0px;
	width: 597px; height: 132px;
	background: url("../cast_img/n_kawashima.png") no-repeat;
	text-indent: -9999px; }

h3.c_shuhama {
	margin: 0px 0 0 0;
	width: 271px; height: 271px;
	background: url("../cast_img/c_shuhama.png") no-repeat;
	text-indent: -9999px;
 }
h3.n_shuhama {
	vertical-align: middle;
	margin: 0px 0 0 0px;
	width: 597px; height: 132px;
	background: url("../cast_img/n_shuhama.png") no-repeat;
	text-indent: -9999px; }

h3.c_haba {
	margin: 0px 0 0 0;
	width: 271px; height: 271px;
	background: url("../cast_img/c_haba.png") no-repeat;
	text-indent: -9999px;
 }
h3.n_haba {
	vertical-align: middle;
	margin: 0px 0 0 0px;
	width: 597px; height: 132px;
	background: url("../cast_img/n_haba.png") no-repeat;
	text-indent: -9999px; }

h4.guest {
	margin: 0px 0 0 0;
	width: 853px; height: 300px;
	background: url("../cast_img/guest.png") no-repeat;
	text-indent: -9999px;
 }

.cast_mark{
  font-weight: bold;
  color: white;
  background-color: rgba(13,15,22,0.80);
  margin: 10px 0 0 0;
  font-size: 15px;
  padding: 10px 45px 10px 45px;
	border-radius: 19px;
  border-width: 1px;
  border-style: solid;
  border-color: #0E1119;
}


