/* CSS Document */

span#index{
	font-size:120%;
	color:#CCCCCC;
	border-left: #0077d0 8px solid;
	margin: 25px 0 5px 0;
	padding: 5px 10px;
	background: #002f53;
}

span.strong{
	color:#CCCCCC;
	border-left: #0077d0 8px solid;
	margin: 25px 0 5px 0;
	padding: 5px 10px;
	background: #002f53;
}
.tit{
	width: 670px;
	margin: 20px auto;
	line-height: 1.7em;
}
.content{
	margin: 30px auto 0;
	/*
	background-color:#002e50;
	*/
}
.content ul{
	width: 640px;
	margin: 0 auto;
	list-style: none;
	overflow: hidden;
	position: relative;
	zoom:1;
}
.content ul li{
	margin: 0 0 30px -30px;
	padding-bottom: 130px;
	background: url(../appliflow/images/arr.gif) no-repeat bottom 30px center;
	background-size: 15%;
}
.content ul li:last-child{
	padding-bottom: 0;
}
.content ul li h5{
	width: 650px;
	padding: 10px;
	font-size: 1.1em;
	border-left: 5px solid #FFF;
	border-bottom: 1px solid #FFF;
}
.content ul li p{
	padding: 0 15px;
	letter-spacing: 0.10em;
}
.tit span,
.content ul li p span{
	color:#FF0;
	font-size: 1.2em;
	line-height: 1.7em;
	font-weight: bold;
	border-bottom: 1px solid #FF0;
}
.content ul li figure{
	width: 80%;
	margin: 0 auto;
	box-shadow: 10px 10px 10px rgba(0,0,0,0.1);
	
}
.tab{
	width: 700px;
	margin-left: -10px;
	list-style: none;
	overflow:hidden;
}
.tab li{
	width: 290px;
	padding: 20px;
	text-align: center;
	float:left;
	border-left: 1px solid #FFF;
	background: url(../appliflow/images/arr2.gif) no-repeat center right 15px;
	background-color:#679bcd;
}
.tab li:nth-child(1){
	border: none;
}
.tab li.select{
	background: url(../appliflow/images/arr3.gif) no-repeat center right 15px;
	background-color:#1e68d1;
}
.hide {
	display:none;
}
