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

/*------------------------------------------------------------------

	コープこうべについて　組織情報＞partnership
 
------------------------------------------------------------------*/
#partnership .part-subTle {
	font-weight: 600;
	font-size: 16px;
}
#partnership .comp-box {
	font-size: 14px;
	line-height: 1.8;
	border: 2px solid #ccc;
	margin: 0 0 30px 0;
	padding: 15px;
}
#partnership .comp-text {
	font-size: 14px;
	line-height: 1.8;
	margin: 0;
}

#partnership .comp-text__02 {
	margin-top: 33px;
}

#partnership .comp-subTitle {
    color: #114ba0;
    font-size: 15px;
    font-weight: bold;
    line-height: 1.3;
	margin-top: 40px;
    margin-bottom: 15px;
	margin-left: 1.5em;
}
#partnership .comp-subTitle:first-of-type {
	margin-top: 15px;
}
#partnership .comp-subTitleHead {
	display: inline-block;
	width: 1.5em;
	margin-left: -1.5em;
}

#partnership .comp-txt {
	margin: 0 0 10px 0;
	padding: 0 0 0 2em;
	font-size: 14px;
	line-height: 1.6;
	list-style: none;
	counter-increment: cnt;
}

#partnership .comp-list {
	margin: 0 0 10px 0;
	padding: 0 0 0 2em;
	font-size: 14px;
	line-height: 1.6;
	list-style: none;
}

#partnership .comp-list li {
	margin: 0 0 10px 0;
	padding: 0 0 0 2em;
	font-size: 14px;
	line-height: 1.6;
	list-style: none;
	counter-increment: cnt;
}
#partnership .comp-list li::before {
	content: "(" counter(cnt) ")";
	display: inline-block;
	margin-left: -2em;
	width: 2em;
}

#partnership .comp-list {
  counter-reset: cnt; /* カウンター初期化 */
}

#partnership .comp-list li {
  counter-increment: cnt; /* カウンター加算 */
}


#partnership .comp-textRight {
	font-size: 14px;
	text-align:right;
	margin: 30px 0 0 0;
}


@media print, screen and (min-width: 640px){
	#partnership #contentsWrap #side #sideNavi li.partnership {
		background:url(../../share/img/bg_side_naviMiddle_o.gif) no-repeat;
	}

	#partnership .comp-subTitle {
		font-size: 18px;
		margin-top: 60px;
		margin-bottom: 20px;
	}
	#partnership .comp-subTitle:first-of-type {
		margin-top: 30px;
	}

	#partnership .comp-textRight {
		margin-top: 40px;
	}

}


