.member_column_main{
    float: left;
    width: 710px;
}
.member_column_right{
    float: right;
    width: 220px;
}

div#member-welcome{
	border-left:2px solid #40c8f4;
	padding-left:5px;
	color:#0099ff;
}

ul.member-menu{
	padding:0;
	margin:15px 0;
	list-style:none;
}

ul.member-menu li a{
	display:block;
	padding:10px 0;
	border-bottom:1px solid #e8e8e8;
	color:#999999;
	/*font-weight:bold;*/
}

ul.member-menu li:first-child a{
	border-top:1px solid #e8e8e8;
}

ul.member-menu li a:hover{
	color:#0066cc;
}

ul.member-menu li a.m_selected{
	color:#0066cc;
	border-bottom:2px solid #0099ff;
	font-weight:bold;
}
ul.member-menu li ul{
	margin:0;
	padding-left:20px;
	background:#F7F7F7;
}
ul.member-menu li li a{
	padding:3px 0;
	border-bottom:1px solid #e8e8e8;
	color: #999;
}
ul.member-menu.menu-admin{
	margin:0;
	padding:0 10px;
	background:#F7F7F7;
}

div#member-welcome .member-img{
	width:50px;
	height:50px;
}

div.bic-member-notice{
	background:#f0f0f0;
	padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.member-notice{
	background:#f0f0f0;
	padding:20px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
}

div.bic-member-notice h2,
div.member-notice h2{
	font-weight:16px;
	font-weight:bold;
	padding:0;
	margin:0;
}

div.bic-member-notice ul,
div.member-notice ul{
	padding:10px 20px;
	margin:0;
}

div.bic-member-notice ul li,
div.member-notice ul li{
	padding:2px 0;
}

/*	Tablet Layout: 768px. set=740px*/
@media only screen and (min-width: 768px) and (max-width: 991px) {
.member_column_main{
    width: 480px;
}
.member_column_right{
    width: 220px;
}
}

/*Mobile Layout: 320px. set=300px*/
@media only screen and (max-width: 767px) {
.member_column_main{
    float: none;
    width: 100%;
}
.member_column_right{
    float: none;
    width: 100%;
}
}

/*		Wide Mobile Layout: 480px. set=460px*/
@media only screen and (min-width: 480px) and (max-width: 767px) {

}