@charset "utf-8";

/* ****************************************************************************

　目次

-------------------------------------------------------------------------------

　00. file import　　！！！インポートファイルは一番初めに記述のこと！！！
　01. 共通


******************************************************************************* */


/* ==

　00. file import

=============================================================================== */



/* ==

　01. 共通

=============================================================================== */


#company .main h2{ padding-bottom:0; font-size:175%; }


.main div.message{
	width:730px;
	min-height:1%;
	margin:0 0 20px;
	padding:0;
	clear:both;
}
.main div.message:after{
	content:".";
	display:block;
	height:0;
	clear:both;
	line-height:0; 
	visibility:hidden;
}

.main div.message h3{
	min-height:23px;
	margin:0 0 10px;
	padding:7px 0 0 12px;
	background:url(/common/images/renew2009/bk_h2_730px.gif) left top no-repeat;
	font-size:120%;
}
* html .main div.message h3{ height:23px; }

.main div.message p.lead{
	margin:20px 0 15px;
	font-size:140%;
}



.main div.message .photos{ width:500px; margin:0 auto; }
.main div.message .photos li{ width:150px; padding:0 50px; font-size:100%; text-align:center; float:left; }
.main div.message .photos li img{ margin-bottom:5px; }
*:first-child+html .main div.message .photos img {
	-ms-interpolation-mode: bicubic;
}