@charset "UTF-8";

#costume div.content{
	padding:10px;
}

#costume p.img-costume img{
	width:100%;
	vertical-align:bottom;
}

#costume div.costumelist div.row{
	display:table;
	width:100%;
	
	font-size:1.2rem;
	line-height:2.0em;
	font-weight:normal;
	margin-bottom:5px;
}

#costume div.costumelist div.row p.que{
	display:table-cell;
	width:70%;
}

#costume div.costumelist div.row p.que span{
	display:block;
	background-color:#c00;
	background-image:url(../images/bg-system-que.png);
	background-repeat:repeat-y;
	background-size:20px;
	padding:5px;
	padding-left:25px;
	margin:0.5px;
}

#costume div.costumelist div.row p.ans{
	display:table-cell;
	width:30%;
}

#costume div.costumelist div.row p.ans span{
	display:block;
	background-color:#c00;
	padding:5px;
	margin:0.5px;
	font-weight:bold;
}

#costume div.costumelist ul.attention{
	font-size:0.8rem;
	line-height:1.75em;
}

#costume div.costumelist ul.attention li{
	list-style-type:disc;
	list-style-position:outside;
	margin:10px 20px;
}