/* CSS Document */

@media all and (min-width:992px) {
	.header {
		background: transparent;
		position: absolute;
		left: 50%;
		z-index: 99;
		width: 100%;
		margin-left: -50%;
	}
	.header .bg{
		background: none;
	}
}

.carousel-indicators li,
.carousel-indicators .active{
	width: 16px;
	height: 16px;
	border-radius: 16px;
	margin: 0 3px;
}
.carousel-control{
	background: none;
    opacity: .4;
    filter: alpha(opacity=40);
}
.carousel-control.left,
.carousel-control.right{
	background: none;
	position: absolute;
	top: 40%;
}
/*
.carousel-control.left{
	left: -5%;
}
.carousel-control.right{
	right: -5%;
}
*/
.carousel-control:focus,
.carousel-control:hover{
	color:#fff;
	text-decoration:none;
	filter:alpha(opacity=90);
	outline:0;
	opacity:.9
}
.carousel-control .fa{
	font-size: 100rem; font-size: 100px;
}

.main{}
.main h3{
	background: url(bg_obliqueline.png) repeat-x left center;
	text-align: center
}
.main h3 span{
	font-size: 2.0rem; font-size: 20px;
	padding: 5px 20px;
	background: #fff;
	display: inline-block;
}
.col-advantage section .content{
	margin-top: 80px;
	border: 1px solid #77a2e0;
}
.col-advantage section img{
    width:138px;
    position:absolute;
    left:0;
	right:0;
    top:-130px;
	bottom:0;
    margin:auto;
}
.col-advantage section h4{
	color: #0044a9;
	font-size: 2.0rem; font-size: 20px;
	font-weight: 600;
	text-align: center;
	line-height: 2.4;
}
.col-advantage section ul{
	padding: 80px 20px 20px 20px;
}
.col-advantage section ul li{
	background: url(ico_point_444.png) no-repeat 0 11px;
	padding-left: 13px;
	line-height: 1.8;
}
.col-flow section h4{
	color: #d8d8d8;
	font-size: 3.2rem; font-size: 32px;
	line-height: 1.4;
	font-weight: normal;
	font-family: Arial, serif;
}
.col-flow section .flow-tit{
	border-bottom: 1px solid #3c61c2;
}
.col-flow section .flow-tit span{
	border-bottom: 3px solid #3c61c2;
	color: #000;
	font-size: 2.0rem; font-size: 20px;
	padding: 0 5px;
	line-height: 2;
	margin-bottom: 1px;
}
.col-flow section .flow-tit img{
	width: auto;
}
.col-flow section li{
	line-height: 1.2;
	padding: 5px 0;
}
.col-link h4{
	font-size: 2.0rem; font-size: 20px;
	line-height: 4;
}




@media screen and (min-width: 768px) {
	
}

@media screen and (min-width: 992px) {
	
}
@media screen and (min-width: 1170px) {
	.carousel-inner > .item > a > img, .carousel-inner > .item > img{	
		/*height: 672px;*/
	}
}
@media \0screen\,screen\9 {
	.carousel-control.left,.carousel-control.right{
		filter: 0;
	}
}