@charset "utf-8";

/* about */
.network_box {
	margin-bottom: 10px;
	overflow: hidden;
	}
.copy_box {
	float: left;
	width: 600px;
	}
	.copy_box .copy {
		margin-bottom: 10px;
		}
.network {
	float: right;
	width: 330px;
	}
#express {
	background: url(img/world_map.gif) no-repeat center top;
	position: relative
	}
	#express .line {
		text-align: center;
		}
	#express .system {
		width: 700px;
		height: 50px;
		background: url(img/bg01.png) no-repeat left top;
		margin: 0 auto;
		padding: 10px 0;
		color: #fff;
		text-align: center;
		}
		#express .system strong {
			font-size: 17px;
			}
	#express .image {
		position: absolute;
		top: 135px;
		right: 55px;
		}
#kind_box {
	background: url(img/bg02.png) repeat;
	overflow: hidden;
	}
	#kind_box ul.kind {
		border-bottom: 1px dotted #005D8A;
		padding: 15px;
		margin: 0 -15px 15px 0;
		overflow: hidden;
		}
	#kind_box ul.kind02 {
		border-bottom: none;
		padding: 0 15px;
		margin: 0 -15px 15px 0;
		overflow: hidden;
		}
		#kind_box ul.kind li,
		#kind_box ul.kind02 li {
			float: left;
			width: 300px;
			margin-right: 15px;
			}
			#kind_box ul.kind li .photo,
			#kind_box ul.kind02 li .photo {
				float: left;
				width: 150px;
				}
			#kind_box ul.kind li .txt,
			#kind_box ul.kind02 li .txt {
				float: right;
				width: 140px;
				font-size: 12px;
				}
		#kind_box ul.kind li.k01 {
			background: url(img/icon01.gif) no-repeat 180px bottom;
			}
		#kind_box ul.kind li.k02 {
			background: url(img/icon02.gif) no-repeat 180px bottom;
			}
		#kind_box ul.kind li.k03 {
			background: url(img/icon03.gif) no-repeat 210px bottom;
			}
		#kind_box ul.kind02 li.k04 {
			background: url(img/icon04.gif) no-repeat 180px bottom;
			}
		#kind_box ul.kind02 li.k05 {
			background: url(img/icon05.gif) no-repeat 220px bottom;
			}
		#kind_box h3 {
			font-size: 17px;
			font-weight: bold;
			}
		#kind_box .k01 h3 {
			color: #005D8A;
			}
		#kind_box .k02 h3 {
			color: #508AAE;
			}
		#kind_box .k03 h3 {
			color: #683705;
			}
		#kind_box .k04 h3 {
			color: #2D9B6A;
			}
		#kind_box .k05 h3 {
			color: #90A921;
			}
		#kind_box .k06 h3 {
			color: #CC9900;
			}
