@charset "UTF-8";
.contents{
  position: relative;
  z-index: 1;
  width: 1020px;
  margin: 0 auto;
  color: #5f3c22;
}
.smp{
	display: none;
}
h1{
	padding: 10px 0;
}
.mv{
	background: #eac775;
	margin: 0 auto;
}
.mv__inner{
	margin: 0 auto;
	height: 355px;
	overflow: hidden;
	display: block;
}
.mv__inner img{
	width: 100%;
	vertical-align: top;
	margin-top: -160px;
}
/*--article--*/
.article{
	margin: 40px auto;
}
h2{
	font-size: 1.8em;
	margin: 10px 0;
}
h3{
	font-size: 1.4em;
	margin: 20px 0 10px;
}
p{
	padding-bottom: 10px;
}
ul li{
	color: #FF4500;
}
ul{
	padding-bottom: 10px;
}
dl{
	margin: 10px 0;
}
dl dt{
	font-size: 1.2em;
}
dl dd{
	padding-bottom: 10px;
}
.emphasis{
	color: #FF4500;
}
/*------hukidashi------*/
.talk_bbq {
	position: relative;
	background: #cdf0f3;
	border: 2px solid #ffffff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
	padding: 10px;
	margin: 10px 0 0 80px;
	width: 60%;
}
.talk_bbq:after, .talk_bbq:before {
	right: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.talk_bbq:after {
	border-right-color: #cdf0f3;
	border-width: 7px;
	margin-top: -8px;
}
.talk_bbq:before {
	border-right-color: #ffffff;
	border-width: 7px;
	margin-top: -22px;
	background: url(http://konkatsu-theater.com/images/bbq.png) no-repeat;
  background-position: left -12px top;
  background-size: 70px;
  min-height: 30px;
  width: 60px;
}
.talk_cmk {
	position: relative;
	background: #f5bfea;
	border: 2px solid #ffffff;
	border-radius: 8px;
	-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
	padding: 10px;
	margin: 10px 0 0 31%;
	width: 60%;
}
.talk_cmk:after, .talk_cmk:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}
.talk_cmk:after {
	border-left-color: #f5bfea;
	border-width: 8px;
	margin-top: -8px;
}
.talk_cmk:before {
	border-left-color: #ffffff;
	border-width: 13px;
	margin-top: -36px;
	background: url(http://konkatsu-theater.com/images/cameko.png) no-repeat;
	background-position: left top;
	background-size: 50px;
  min-height: 30px;
  width: 60px;
}
.talk_pro {
	position: relative;
	background: #f5d6c4;
	border: 2px solid #ffffff;
	-webkit-border-radius: 8px;
  -moz-border-radius: 8px;
	padding: 10px;
	margin: 10px 0 0 31%;
	width: 60%;
}
.talk_pro:after, .talk_pro:before {
	left: 100%;
	top: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.talk_pro:after {
	border-left-color: #f5d6c4;
	border-width: 8px;
	margin-top: -8px;
}
.talk_pro:before {
	border-left-color: #ffffff;
	border-width: 13px;
	margin-top: -36px;
}
/*------profile------*/
.profile{
	margin: 40px auto;
}
.profile--ttl{
	margin: 10px auto;
}
.profile__list--bbq{
	background: url(http://konkatsu-theater.com/images/bbq.png) no-repeat #eac775;
	background-position: -30px 40px;
  width: 1000px;
  height: 330px;
}
.profile__list--cameko{
	background: url(http://konkatsu-theater.com/images/cameko.png) no-repeat #eac775;
	background-position: 30px 33px;
  width: 1000px;
  height: 330px;
}
.profile__list--chiyoko{
	background: url(http://konkatsu-theater.com/images/chiyoko.png) no-repeat #eac775;
	background-position: -5px 43px;
  width: 1000px;
  height: 330px;
}
.profile__list--txt{
	padding:20px 20px 20px 0;
	width: 80%;
	float: right;
}
.profile__list--txt dt{
}
.profile__list--txt dt span{
	font-size: 1.4em;
	line-height: 2em;
  display: block;
}