@charset "utf-8";

/* ソーシャルボタン */
#cms .social_btn {
  display:block;
}
#cms .social_btn li {
	padding:0 13px 0;
}
#cms .social_btn li a img {
  width:50px;
}
.casting_information{
	background:#f3f0c7;
	border:#dfdab0 solid 1px;
	padding:10px;
	margin-bottom:35px;
}
.casting_information .information_title{
	background:#f3f0c7;
	color:#333333;
	font-weight:bold;
	font-size:14px;
	margin-bottom:5px;
}
.casting_information .text{
	background:#ffffff;
	border:#dfdab0 solid 1px;
	padding:12px;
	font-size:12px;
}
.casting_information .text a{
  background:#e4f2ff;
  padding:1px 4px;
  border-radius:2px;
  margin:0 1px;
}
.casting_information .text a:hover{
}
.casting_information .text strong{
  font-weight:bold;
}
#cms .article_endline {
  margin:70px 0 60px;
}
#cms .article_endline:last-of-type {
  display:none;
}


