@charset "utf-8";
/* ===================================================================
CSS information
 file name  :about.css
 style info :YMCとは
 
このスタイルシートの構成
・タイトル

=================================================================== */

/*----------------------------------------------------
	タイトル
----------------------------------------------------*/
.title_about{
	width:920px;
	border:solid 5px #FF8200;
	padding:20px 0 0 20px;
	background:url(../../imgcommon/about/title_ymc_bg.jpg) no-repeat right top;
	margin-bottom:15px;
}
.title_about h2{
	width:399px;
	height:30px;
	background:url(../../imgcommon/about/title_ymc.jpg) no-repeat left top;
	text-indent:-9999px;
	line-height:100%;
	margin-bottom:15px;
}
.title_about p.lead{
	font-size:20px;
	color:#000;
	margin-bottom:55px;
}


#main h3.title{
	width:675px;
	line-height:44px;
	padding-left:10px;
	background:url(../../imgcommon/common/title_txt_bg.jpg) no-repeat;
	margin-bottom:10px;
	font-size:16px;
	color:#fff;
}

#main .purpose{
	width:658px;
	padding:10px;
	border:solid 1px #E2E2E2;
	margin-bottom:20px;
}
#main .purpose h4{
	margin-bottom:15px;
}
/* clearfix */
#main .purpose .box:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#main .purpose .image{
	float:left;
	width:240px;
	padding-right:10px;
}
#main .purpose p.lead{
	color:#330000;
	font-size:14px;
}

#main .simple{
	width:675px;
	background:url(/imgcommon/about/simple_bg.jpg) no-repeat;
	margin-bottom:20px;
}
#main .simple h4{
	text-indent:-9999px;
	line-height:100%;
}
#main .simple p{
	padding-top:60px;
	width:420px;
}
#main .simple p strong{
	color:#FF8200;
}
#main .simple p span.knowledge{
	color:#819F3D;
}
#main .simple p span.skill{
	color:#FF3A23;
}
/* clearfix */
#main .simple .point:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#main .simple .point li{
	float:left;
	padding-right:10px;
}


#main .happy{
	width:668px;
	padding-top:110px;
	background:url(/imgcommon/about/happy.jpg) no-repeat;
	margin-bottom:40px;
}
#main .happy h4{
	text-indent:-9999px;
	line-height:100%;
}
#main .happy .lead{
	width:420px;
}


#main .active h4{
	margin-bottom:20px;
}
#main .active .image{
	margin:0 0 20px 10px;
}

#main .list{
	width:650px;
	padding:10px;
	background:#FF8200;
}
/* clearfix */
#main .list:after {
	content: "."; display: block; visibility: hidden; height: 0.1px; font-size: 0.1em; line-height: 0; clear: both;
}
#main .list li{
	float:left;
	line-height:100%;
	padding-right:13px;
}
#main .list li.non{
	padding-right:0;
}
