@charset "utf-8";

/*----------------------------------------------------------------
 * 医療国際化推進機構の事業内容
 */

#business {
	overflow: hidden;
}

#business h1 {
	height: 28px;
	background: url(../img/h1-business.png) no-repeat;
	text-indent: -9999px;
}

#business .body {
	float: left;
	width: 630px;
	margin-top: 40px;
}

#business .body ul {
	border-top: 1px solid #CCCCCC;
	border-bottom: 1px solid #CCCCCC;
}

#business .body ul li {
	padding: 8px 0px;
	font-size: 108%;
	line-height: 1.25;
}

#business .body ul li + li {
	border-top: 1px dotted #CCCCCC;
}

#business figure {
	float: right;
	margin-top: 40px;
}

/* 国際交流ネットワーク */
#business .network h2 {
	height: 18px;
	background: url(../img/h2-business-network.png) no-repeat;
	text-indent: -9999px;
}

/* ビジネスマッチング */
#business .matching h2 {
	height: 17px;
	background: url(../img/h2-business-matching.png) no-repeat;
	text-indent: -9999px;
}

/* 事業支援 */
#business .support h2 {
	height: 18px;
	background: url(../img/h2-business-support.png) no-repeat;
	text-indent: -9999px;
}

/*----------------------------------------------------------------
 * 国際的な医療ネットワークの構築
 */

#network {
	margin-top: 80px;
}

#network h1 {
	height: 28px;
	background: url(../img/h1-network.png) no-repeat;
	text-indent: -9999px;
}

#network figure {
	margin-top: 40px;
	padding: 40px 0;
	border-top: 1px solid #496227;
	border-bottom: 1px solid #496227;
}

/*----------------------------------------------------------------
 * 医療国際化推進機構の活動プログラム
 */

#program {
	margin-top: 80px;
}

#program h1 {
	height: 28px;
	background: url(../img/h1-program.png) no-repeat;
	text-indent: -9999px;
}

#program ol {
	margin-top: 40px;
}

#program ol li {
	overflow: hidden;
}

#program ol li + li {
	margin-top: 40px;
}

#program ol li .info {
	float: right;
	width: 630px;
}

#program ol li .info h2 {
	height: 33px;
	text-indent: -9999px;
}

#program ol li:nth-child(1) .info h2 {
	background: url(../img/h2-program1.png) no-repeat;
}

#program ol li:nth-child(2) .info h2 {
	background: url(../img/h2-program2.png) no-repeat;
}

#program ol li:nth-child(3) .info h2 {
	background: url(../img/h2-program3.png) no-repeat;
}

#program ol li .info p {
	margin: 14px 0 -6px;
	font-size: 93%;
	line-height: 2;
}

#program ol li figure {
	float: left;
}
