@charset "utf-8";

/*このページは一部共有のCSSを使用（/common/css/common.css）*/

/*●背景表示処理のため*/
#contentBox .memDetail{
    padding-top:20px;
	clear:both;
	margin:10px 0px 0px 0px;
	width:680px;
	/*border-bottom:1px dotted;
	border-color:#CCCCCC;*/
	background:url(../common/images/listpa1_bk.gif);
    background-repeat:no-repeat;
zoom:100%;/*IE6*/
overflow:auto;/*IE7 and Firefox*/
}

#contentBox .memDetail{
    overflow: hidden;
}

#contentBox .memDetail:after{
    content: "";
    display: block;
    clear: both;
    height: 1px;
    overflow: hidden;
}

/*\*/
* html #contentBox .memDetail{
    height: 1em;
    overflow: visible;
}
/**/
/*●背景表示処理のため*/


#contentBox .memDetail .photo{
  float:left;
  width:146px;
  padding-left:20px;
}

#contentBox .memDetail .title{
float:left;
width:400px;
text-align:left;
padding-left:10px;
padding-top:20px;
}

#contentBox .memDetail .title h2{
font-weight:bold;
}

#contentBox .memDetail .memAss{
float:left;
  width:100px;

}



#contentBox .memDetail .photo img{
  height:140px;
  width:140px;
    background-color:#CCCCCC;
	padding:3px;
}



#contentBox .detail{
width:640px;
padding:20px;
float:left;
}