@charset "utf-8";
/* ===================================================================
CSS information

 file name  :concept_details.css
 author     :igu (admin)
 style info :コンセプト
=================================================================== */

/*----------------------------------------------------
	#infomation
----------------------------------------------------*/
#concept_details {

}


#concept_details .box{
	float:left;
	width: 550px;
	margin-bottom:25px;
}

#concept_details .box .img{
	float:left;
	width:550px;
	text-align:left;
}

#concept_details .box .date{
	float:left;
	width:550px;
}

#concept_details .box .subject{
	float:left;
	width:550px;
	margin-top:15px;
	font-size:110%;
	font-weight:bold;
}

#concept_details .box .msg{
	float:left;
	width:550px;
	margin-top:15px;
}

#concept_details .partsGrp{
	float:left;
	width:550px;
	margin-top:15px;
}

#concept_details .partsGrp .box{
	float:left;
	width:170px;
	margin-bottom:10px;
	margin-right:20px;
}

#concept_details .partsGrp .count3 {
	margin-right:0px;
}

#concept_details .partsGrp .box .name{
	float:left;
	width:550px;
	margin-top:5px;
}



