.modal{
	text-align: left;
	padding: 20px;
	font-size: 16px;
}
.txt_01{
	display: block;
	text-align: right;
}
.txt_02{
	display: block;
	text-align: left;
	margin-bottom: 20px;
}
.mt5{
	margin-top: 5px;
}
.modal dl{
	display: flex;
}
.modal dt{
	width: 12%;
}
.modal dd{
	width: 88%;
}
#cboxContent {
	margin-top: 35px;
}
#colorbox #cboxClose {
	width: 22px;
	height: 22px;
	background: url(/gallery/img/index/modal_btn_close.png) center center no-repeat;
	border: none;
	top: -35px;
	right: 0px;
}

