/* CSS Document */


/* episode */
.episode_wrap {
	background: #FFFEEE;
	padding: 14px;
	margin: 15px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
}
.epi_tl {
}
.episode {
	border: 3px solid #666;
	padding: 12px;
	margin-top: 15px;
}
.epi_case {
	font-size: 20px;
	font-weight: bold;
	margin-bottom: 15px;
}
.epi_case br {	display: none;}
.epi_case img {
	width: 50px;
	vertical-align: middle;
	margin-right: 5px;
}
.epi_talk {
	margin-bottom: 15px;
	background: #fff;
	border-radius: 5px;
	padding: 9px;
	border: 1px dashed #333;
}
.epi_talk img, .epi_talk p {
	display: inline-block;
	*display: inline;
	*zoom: 1;
	vertical-align: middle;
}
.epi_talk p {
	width: 360px;
}
.epi_talk span {
	display: block;
	font-size: 13px;
	color: #999;
	text-align: right;
}
.epi_illust {
}
.epi_other {
	margin-top: 15px;
	text-align: right;
}
.epi_other a {
	font-weight: bold;
}
.epi_other a:hover {	color: #999;}

/* ライブス  start */

.lives_wrap {
	background-color: #FFF8E2;
	padding: 15px;
	overflow: hidden;
}
.lives_title {
	position: relative;
    padding: .3em;
    background-color: #F3B643;
    margin: 20px;
    font-size: 25px;
    text-align: center;
    font-weight: bold;
}
.lives_title span {
	display: block;
	padding: .30em 1em;
	border: 1px dashed #FFF;
}
.lives_title::before,
.lives_title::after {
	content: '';
	position: absolute;
	border-style: solid;
	border-color: transparent;
}
.lives_title::before {
	top: 100%;
	left: 0;
	border-width: 0 15px 15px 0;
	border-right-color: #ccc;
}
.lives_title::after {
	top: -15px;
	right: 0;
	border-style: solid;
	border-width: 0 15px 15px 0;
	border-bottom-color: #ccc;
}
.lives_title2 {
	    font-size: 22px;
    text-align: center;
    font-weight: bold;
    margin: 15px;
    color: #DE9C12;
}

.lives_box {
	overflow: hidden;
	margin: 15px;
	
}
.lives_shuzan {
	float: left;
	background-color: #F8D392;
	margin: 12px;
	width: 280px;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
}
.lives_shuzan span {
	font-size: 50px;
    line-height: 80px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 2px 2px 1px #F3B643, -2px 2px 1px #F3B643, 2px -2px 1px #F3B643, -2px -2px 1px #F3B643;
}
.lives_yachin span {
		font-size: 50px;
    line-height: 80px;
    font-weight: bold;
    color: #FFF;
    text-shadow: 2px 2px 1px #F3B643, -2px 2px 1px #F3B643, 2px -2px 1px #F3B643, -2px -2px 1px #F3B643;

}
.lives_yachin {
	float: right;
	background-color: #F8D392;
	margin: 12px;
	width: 280px;
	text-align: center;
	border-radius: 10px;
	padding: 10px;
}

.lives_fukuro {
	margin: auto;
}
.lives_fukuro img {
	width: 648px;
	
}
.lives_liveskun {
	float: left;
	text-align:center;
}
.lives_liveskun img {
}
.lives_follow {
	    clear: both;
    position: relative;
    padding: .25em 0 .5em .75em;
    border-left: 6px solid #F3B643;
    font-size: 18px;
    font-weight: bold;
    margin: 15px;
    display: block;
}
.lives_follow::after {
	position: absolute;
	left: 0;
	bottom: 0;
	content: '';
	width: 100%;
	height: 0;
	border-bottom: 1px solid #ccc;
}
.lives_follow_box {
	float: left;
    width: 260px;
    background-color: #FFF;
    text-align: center;
    padding: 20px;
	
}
.lives_follow_box2 {
	    float: right;
    width: 260px;
    background-color: #FFF;
    text-align: center;
    padding: 20px;
	
}
.lives_follow_box img {
	width: 270px;
	background-color: #D7EAD8;
	margin-bottom: 10px;
}
.lives_follow_box2 img {
	width: 270px;
	background-color: #D7EAD8;
	margin-bottom: 10px;
}
.brandmansion {
background-color: #EFB542;
    text-align: center;
    color: #FFF;
    border-radius: 3px;
    padding: 5px;
}
.lives_series {
	margin-top: 20px;
}
.lives_mansion {
	    float: left;
    text-align: center;
    font-size: 18px;
}
.lives_mansionimg {
	float: right;
}
.lives_mansionimg img {
}

.lives_box2 {
	overflow: hidden;
	margin: 30px auto;
	background-color: #FFF;
	border-top: 3px #333 solid;
	border-bottom: 3px #333 solid;
	padding: 15px;
	
}
.lives_shousaiwrap {
	clear: both;
	overflow: hidden;
	border-top:1px dotted #333;
	padding: 15px;
	margin-top: 15px; 
	
	
}
.lives_shousaiimg {
	float: left;	
}
.lives_shousaiimg img {
}
.lives_shousaiadress {
	float: right;	
}
.lives_box3 {
	overflow: hidden;
}
.lives_shousaiadress {
	    font-size: 14px;
    line-height: 20px;

}


/* ライブス  end */