@charset "UTF-8";
/* ----------------------------------------------
body
---------------------------------------------- */
body {
  font-size: 14px;
  font-family: "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
  line-height: 1.5em;
  color: #512a00;
  background: #ffffff;
  -webkit-text-size-adjust: 100%;
  text-size-adjust: 100%;
  word-wrap: break-word;
}

a {
  text-decoration: none;
  color: #222;
}
a:hover {
  text-decoration: underline;
}


/* ********************
cast-list
******************** */
.cast-popup{
	text-align: center;
	padding: 45px 15px 15px 15px;
}

.cast-popup figure {
  line-height: 1em;
}

.cast-popup figure img{
	max-width: 100%;
}

.cast-popup h4 {
  margin: 10px 0 8px 0;
  font-weight: bold;
  font-size: 16px;
  text-align: center;
}

.cast-popup p {
  font-size: 13px;
}

.cast-link {
  border-top: 2px solid #ebebeb;
  padding: 8px 0;
  text-align: center;
  line-height: 0;
  height: 26px;
}

.cast-link li {
  width: 26px;
  height: 26px;
  display: inline-block;
  text-indent: -10000px;
  line-height: 0;
}

.cast-link li a {
  width: 26px;
  height: 26px;
  display: block;
}

.cast-link li a:hover {
  background: rgba(255, 255, 255, 0.2);
}

.link--twitter {
  background: url(../img/icon_twitter.gif);
}

.link--jiten {
  background: url(../img/icon_jiten.gif);
}

.link--commu {
  background: url(../img/icon_commu.gif);
}

.link--mylist {
  background: url(../img/icon_mylist.gif);
}

.link--blomaga {
  background: url(../img/icon_blomaga.gif);
}

.link--hp {
  background: url(../img/icon_hp.gif);
}

.cast-link li.is_non {
  opacity: 0.2;
}

.cast-link li.is_non:before {
  content: 'none';
}

.cast-link li.is_non a {
  display: none;
}

.cast-place {
  border-top: 2px solid #ebebeb;
  padding: 8px 0;
  text-align: center;
}

.cast-place ul {
  width: 80%;
  margin: 0px auto;
}

.cast-place li {
  display: inline-block;
  margin: 2px 0px;
}

.cast-place li a {
  display: block;
  color: #fff;
  padding: .3em .8em;
  border-radius: 10px;
  line-height: 1em;
  font-size: 12px;
}

.cast-place li a:hover {
  text-decoration: none;
  opacity: 0.8;
}

.place--iwate a{
  background: #d1291e;
}

.place--kochi a{
  background: #2399a4;
}

.place--hiroshima a{
  background: #268639;
}

.place--fukuoka a{
  background: #974390;
}

.place--sapporo a,
.place--hokkaido a{
  background: #666666;
}

.place--aichi a{
  background: #866b1a;
}

.place--okinawa a{
  background: #b74419;
}

.place--osaka a{
  background: #3e72ab;
}

.place--nagano a{
  background: #66822b;
}

.place--ishikawa a{
  background: #cd3373;
}


.place--all a {
  background: #00a029;
}

.cast-comment {
  border-top: 2px solid #ebebeb;
  padding: 8px 0;
}

.cast-comment h5 {
  font-weight: bold;
}


/* SP ---------------------------- */
@media screen and (max-width : 320px){
	.cast-popup {
	  color: #512a00;
	}

	.cast-popup figure {
	  line-height: 1em;
	  text-align: center;
	}
	.cast-popup figure img {
	  max-width: 100%;
	}

	.cast-popup h4 {
	  margin: 10px 0 8px 0;
	  font-weight: bold;
	  font-size: 16px;
	  text-align: center;
	}

	.cast-popup p {
	  font-size: 13px;
	}

	.cast-link {
	  border-top: 2px solid #ebebeb;
	  padding: 4px 0;
	  text-align: center;
	  line-height: 0;
	  height: 20px;
	}

	.cast-link li {
	  width: 20px;
	  height: 20px;
	  display: inline-block;
	  text-indent: -10000px;
	  line-height: 0;
	}

	.cast-link li a {
	  width: 20px;
	  height: 20px;
	  display: block;
	}

	.cast-link li a:hover {
	  background: rgba(255, 255, 255, 0.2);
	}

	.link--twitter {
	  background: url(../img/icon_twitter.gif);
	  background-size: 20px 20px;
	}

	.link--jiten {
	  background: url(../img/icon_jiten.gif);
	  background-size: 20px 20px;
	}

	.link--commu {
	  background: url(../img/icon_commu.gif);
	  background-size: 20px 20px;
	}

	.link--mylist {
	  background: url(../img/icon_mylist.gif);
	  background-size: 20px 20px;
	}

	.link--blomaga {
	  background: url(../img/icon_blomaga.gif);
	  background-size: 20px 20px;
	}

	.link--hp {
	  background: url(../img/icon_hp.gif);
	  background-size: 20px 20px;
	}

	.cast-link li.is_non {
	  opacity: 0.2;
	}

	.cast-link li.is_non:before {
	  content: 'none';
	}

	.cast-link li.is_non a {
	  display: none;
	}

	.cast-place {
	  border-top: 2px solid #ebebeb;
	  padding: 4px 0;
	  text-align: center;
	}

	.cast-place ul {
	  width: 80%;
	  margin: 0px auto;
	}

	.cast-place li {
	  display: inline-block;
	  margin: 1px 0px;
	}

	.cast-place li a {
	  display: block;
	  color: #fff;
	  padding: .3em .8em;
	  border-radius: 5px;
	  line-height: 1em;
	  font-size: 10px;
	}

	.cast-place li a:hover {
	  text-decoration: none;
	  opacity: 0.8;
	}


	.cast-comment {
	  border-top: 2px solid #ebebeb;
	  padding: 8px 0;
	}

	.cast-comment h5 {
	  font-weight: bold;
	}

}

.cast-others{
	  border-top: 2px solid #ebebeb;
	  padding: 4px 0;
}

.cast-others .box img{
	max-width: 100%;
}

.cast-others .box-half{
	width: 50%;
	float: left;
	box-sizing:border-box;
	padding: 5px;
}





/* ----------------------------------------------
common style
---------------------------------------------- */
.red {
  color: #ff0000;
}

.darkred {
  color: #be1e0a;
}

b {
  font-weight: bold;
}

/* ********************
layout
******************** */
.a-center {
  text-align: center;
}

.a-left {
  text-align: left;
}

.a-right {
  text-align: right;
}

.f-right {
  float: right;
}

.f-left {
  float: left;
}

.is_none {
  display: none;
}

.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: "";
  display: table;
  clear: both;
}

.t-10{
	font-size: 10px;
}