@charset "utf-8";

	body #container #contentTitle {
		padding-bottom: 30px;
	}
	body #container #contentTitle h2 {
		background-image: url(../imgs/contenttitle.gif);
	}
	body #container #mainContent {
		padding-bottom: 60px;
	}
	.tbl_outline {
		width: 100%;
		border: 1px solid #cccccc;
	}
	
	.tbl_outline th {
		width: 15%;
		padding: 7px 10px;
		background: #8eadd2;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		color:#ffffff;
		text-align: center;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}
		
	.tbl_outline td {
		background: #fff;
		color: #333;
		padding: 8px 10px;
		border-bottom: 1px solid #cccccc;
		-webkit-transition: all 0.5s ease;
		transition: all 0.5s ease;
	}

	.tbl_outline td td {
		padding: 8px 10px;
		border-bottom: none;
	}

	.iconList li {
		float: left;
		width: 12.5%;
		margin-top: 10px;
		font-size: 12px;
		text-align: center;
	}
	.iconList li.cl {
		clear: left;
	}
	.iconList li br {
		display: block;
	}
	.iconList li .caption {
		font-size: 10px;
	}

	.cationBox span {
		display: inline-block;
		margin-right: 1em;
	}

@media only screen and (max-width: 860px) {
	.iconList li {
		width: 25%;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 600px) {
	.iconList li {
		width: 50%;
		margin-top: 10px;
	}
}
@media only screen and (max-width: 640px) {
	.iconList {
		overflow: hidden;
		margin-top: -10px;
	}
	.iconList li:nth-child(odd) {
		clear: both;
	}
	.cationBox span {
		display: block;
		margin-right: 0;
	}
	.tbl_outline {
		width: auto;
	}

	.tbl_outline th ,
	.tbl_outline td {
		display: block;
		width: auto;
		text-align: left;
	}
	.tbl_outline th table th ,
	.tbl_outline td table td {
		display: table-cell;
		width: auto;
	}
}