@charset "UTF-8";
body {font-size:14px;}
legend {width:0px;}
p {margin-bottom:0px;line-height:26px;}

.ori_p {text-decoration:line-through;color:#ff0000;}
.line_in {color:#999;}

/* Youtube Video Responsive */
.videowrapper { 
float: none; 
clear: both; 
width: 100%; 
position: relative; 
padding-bottom: 56.25% !important; 
padding-top: 25px !important; 
height: 0; 
} 
.videowrapper iframe { 
position: absolute; 
top: 0; 
left: 0; 
width: 100%; 
height: 100%; 
}

@media (max-width:576px) {
	.col-xs-6 {
		flex: 0 0 auto;
		width: 50%;
	}
}