@charset "utf-8";
/* CSS Document */

.pageInner .aboutText {
	float: left;
	width: 63%;
}
.pageInner .aboutText img {
	margin: 0 0 20px 0;
}
.aboutList {
	margin: 30px 0 100px 0;
}
.aboutList li {
	float: left;
	width: 310px;
	margin: 0 0 25px 0;
	height: 410px;
}
.aboutList li:nth-child(2n) {
	float: right;
}
.aboutList li img {
	width: 100%;
	height: auto;
}
.aboutList li p {
	margin: 10px 0;
	width: 101%;
}
.margintop {
	margin: 20px 0 0 0;
}
.rinen {
	background: url(../img/page/about/rinenbg.jpg) no-repeat right bottom;
	min-height: 232px;
	margin: 30px 0 60px 0;
	padding: 0 0 47px 0;
}
.margintop2 {
	margin: 30px 0 0 0;
}

/* companyList aboutList（受託内容・特徴リスト等）スタイル
   about.css の .aboutList li が float/固定幅前提のため、
   companyList と組み合わせて使うリスト用に上書き定義する */
ul.companyList.aboutList {
	margin: 0;
}
.companyList.aboutList > li {
	float: none;
	width: 100%;
	height: auto;
	margin: 0 0 25px 0;
	border-bottom: none !important;
	padding: 10px 0;
}
.companyList.aboutList .clTitle {
	float: none;
	width: 100%;
	background-color: #3a6883;
	color: #fff;
	text-align: center;
	font-size: 90%;
	border-radius: 5px;
	padding: 1% 0;
	margin: 0 0 2% 0;
}
.companyList.aboutList .clc {
	float: none;
	clear: both;
	width: 90%;
	margin: 1% auto;
	background: url(../img/top/allow.jpg) no-repeat left 6px;
	padding: 0 0 0 15px;
}
.companyList.aboutList .clc.last {
	background: none;
	padding: 0;
	margin-left: 4%;
	margin-top: 3%;
	font-weight: bold;
}

/* flowList：タイトルを背景なし・左寄せ・下線スタイルに */
.companyList.aboutList.flowList .clTitle {
	background-color: transparent;
	color: inherit;
	text-align: left;
	border-radius: 0;
	border-bottom: 1px solid #3a6883;
	padding: 0 0 6px 0;
	margin: 0 0 12px 0;
	font-size: 110%;
	font-weight: bold;
}
