@charset "utf-8";

.showBoxR,
.showBoxL {
	display: table;
	margin-bottom: 24px;
	width: 100%;
}

.showBoxR:last-child,
.showBoxL:last-child {
	margin-bottom: 0;
}

.serifBox {
	line-height: 1.6;
	max-width: 60%;
	text-align: left;
	font-size: 16px;
	font-weight: bold;
}

.charaBox {
	width: 100px;
	height: 100px;
}

.showBoxL .charaBox {
	display: table-cell;
	background:  url("/contents/nikki/event/201303291/images/charaL.png") 0 0 no-repeat;
}

.showBoxR .charaBox {
	display: table-cell;
	background:  url("/contents/nikki/event/201303291/images/charaR.png") 0 0 no-repeat;
}

@media only screen and (max-width: 479px){
	.showBoxL .charaBox {
		background:  url("/contents/nikki/event/201303291/images/charaL_dpr2.png") 0 0 no-repeat;

	}
		
	.showBoxR .charaBox {
			background:  url("/contents/nikki/event/201303291/images/charaR_dpr2.png") 0 0 no-repeat;
	}

}

.showBoxL .serifBox {
	display: table-cell;
	vertical-align: middle;
	border-top: 20px solid #aed9a9;
	border-right: 20px solid #aed9a9;
	border-bottom: 20px solid #aed9a9;
	border-left: 40px solid #aed9a9;
	background-color: #f0fdff\9;
	
	/* for Modern Browser */
	-webkit-border-image: url(/contents/nikki/event/201303291/images/serif_right.png) 48 48 48 80/ 24px 24px 24px 40px round;
	-moz-border-image: url(/contents/nikki/event/201303291/images/serif_right.png)  48 48 48 80/ 24px 24px 24px 40px round;
	-moz-border-image-slice: 48 48 48 80 fill;
	border-image: url(/contents/nikki/event/201303291/images/serif_right.png)  48 48 48 80 fill/ 24px 24px 24px 40px round;
	
	background-size:  auto 50px !important;
	-webkit-background-size:  auto 50px !important;
    -moz-background-size:  auto 50px !important;
    -o-background-size:  auto 50px !important;
}
 
.showBoxR .serifBox {
	display: table-cell;
	vertical-align: middle;
	border-top: 20px solid #aed9a9;
	border-right: 41px solid #aed9a9;
	border-bottom: 20px solid #aed9a9;
	border-left: 24px solid #aed9a9;
	background-color: #f0fdff\9;
	
	/* for Modern Browser */
	-webkit-border-image: url(/contents/nikki/event/201303291/images/serif_left.png) 48 80 48 48/ 24px 40px 24px 24px round;
	-moz-border-image: url(/contents/nikki/event/201303291/images/serif_left.png) 48 80 48 48/ 24px 40px 24px 24px round;
	-moz-border-image-slice: 48 80 48 48 fill;
	border-image: url(/contents/nikki/event/201303291/images/serif_left.png) 48 80 48 48 fill/ 24px 40px 24px 24px round;
	
	background-size:  auto 50px !important;
	-webkit-background-size:  auto 50px !important;
    -moz-background-size:  auto 50px !important;
    -o-background-size:  auto 50px !important;

}


@media only screen and (max-width: 479px){

 .charaBox {
	display: table-cell;
	width: 50px;
	height: 50px;
	background:  url("/contents/nikki/event/201303291/images/charaR.png") 0 0 no-repeat;
	background-size:  auto 50px !important;
	-webkit-background-size:  auto 50px !important;
    -moz-background-size:  auto 50px !important;
    -o-background-size:  auto 50px !important;
}

.showBoxL .serifBox {
	

}
