@charset "utf-8";
/* songs css */



.right_wrap2 {
	width:1024px;
	float:left;
	padding:40px 0px 0px 40px;
}

.box_note {
	width:100%;
	height:60px;
	line-height:20px;
	border:2px solid #087bec;
	padding:10px 10px 0px 10px;
	margin-top:20px;
}

.box_note2 {
	width:97%;
	height:60px;
	line-height:20px;
	border:2px solid #087bec;
	padding:10px 10px 0px 10px;
	margin-top:20px;
}

.box_title {
	width:100%;
	height:40px;
	line-height:10px;
	background:#d9dcdd;
	border-top:4px solid #6D6E71;
	border-right:none;
	border-left:none;
	border-bottom:none;
	padding:11px 10px 0px 10px;
	margin-top:20px;
}
.box_title2 {
	width:100%;
	height:40px;
	line-height:10px;
	background:#d9dcdd;
	border-top:4px solid #6D6E71;
	border-right:none;
	border-left:none;
	border-bottom:1px  solid #6D6E71;
	padding:11px 10px 0px 10px;
	margin-top:20px;
}

.box_title3 {
	width:97%;
	height:40px;
	line-height:10px;
	background:#d9dcdd;
	border-top:4px solid #6D6E71;
	border-right:none;
	border-left:none;
	border-bottom:none;
	padding:11px 10px 0px 10px;
	margin-top:20px;
}

.font_title_M {
    font-weight:bold;
	color:#FF3300;
}

.font_title_K {
    font-weight:bold;
	color:#000000;
}

.font_M {
	color:#FF3300;
}

.font_desc {
	padding:10px 0px 0px 50px;
	line-height:20px;
}
.font_desc2 {
	padding:5px 0px 0px 50px;
	line-height:20px;
}

.hr_1 {
    border:0px thin solid #000000;
}

a.btn {
	text-align:center;
	display: inline-block;
	cursor: pointer;
}
.btn_click {
	width:155px;
	height:35px;
	line-height:35px;
	border-radius:2px;
	background:url("../img_ko/btn_login_bg.png") repeat-x;
	color:#ffffff;
	display: inline-block;
	font-size:12px;
	font-weight:bold;
}
.btn_click:hover {
	background:url("../img_ko/btn_login_bg_over.png") repeat-x;
}
.btn_click:link {
	text-decoration:none;
}
.btn_click:visited {
	text-decoration:none;
}

.btn_white {
	width:123px;
	height:31px;
	line-height:31px;
	border-radius:2px;
	background:url("../img_ko/btn_white.png") ;
	color:#000000;
	display: inline-block;
	font-size:12px;
	font-weight:bold;
}
.btn_white:hover {
	background:url("../img_ko/btn_white_on.png") ;
}
.btn_white:link {
	text-decoration:none;
}
.btn_white:visited {
	text-decoration:none;
}

.input001 {
	width:270px;
	height:25px;
	line-height: 25px;
	border:1px solid #cccccc;
	padding:0;
	margin:0;
	vertical-align:middle;
	background:#ffffff;
	padding:0px 5px 0px 5px;
}

.input002 {
	width:200px;
	height:25px;
	line-height: 25px;
	border:1px solid #cccccc;
	padding:0;
	margin:0;
	vertical-align:middle;
	background:#ffffff;
	padding:0px 5px 0px 5px;
}

.checkbox001 {
	height: 14px;
    margin: 0px 0px 0px 0px;
    padding: 0;
    vertical-align: middle;
    width: 14px;
}
.memo001 {
	width:700px;
	min-widht:700px;
	max-width:700px;
	height:200px;
	min-height:200px;
	max-height:200px;
	border:1px solid #cccccc;
	font-size:12px;
	padding:5px;
}
.select001 {
	width:270px;
	border:1px solid #cccccc;
}