@charset "UTF-8";
/* CSS Document */

@import './notice_common.css';

.scroll_top2 {
	position: absolute;
	top: 7px !important;
	left: 7px !important;
	background: url(../img/c_sup.png) no-repeat;
	width: 44px;
	height: 44px;
}
.scroll_bottom2 {
	position: absolute;
	left: 7px;
	background: url(../img/c_sdown.png) no-repeat;
	width: 44px;
	height: 44px;
	top: 322px;
}
.scroll_top2.disable {
	background-position: 0px -88px !important;
}
.scroll_bottom2.disable {
	background-position: 0px -88px !important;
}

#popup_subtitle {
	top: 30px;
	text-align: center;
}

.row_1 {
	position: absolute;
	top: 60px;
}

.row_2 {
	position: absolute;
	top: 90px;
}

.row_3 {
	position: absolute;
	top: 120px;
}

.col_1 {
	left: 110px;
	width: 100px;
	text-align: left;
}

.col_2 {
	left: 210px;
	width: 300px;
	text-align: left;
}

#popup_detail_common .l5_message {
	display: inline-block;
	line-height: 33px;
	margin-top: 25px;
}

#popup_detail_common .l3_message {
	display: inline-block;
	line-height: 33px;
	margin-top: 54px;
}
