@charset "UTF-8";
@import url(../../css/common.css);
@import url(../../css/style.css);
@import url(../../css/font.css);

.container{
	padding: 0 20px;
}
.container .msg{
	width: 400px;
}

/* ------2colum------- */
div.col2_wrapper {
	width:740px;
	overflow:hidden;
	position:relative;
	margin-bottom:30px;
}
div.col2 {
	float:left;
	width:350px;
	margin-right:20px;
}
