/* CSS Document */

#main{
	padding-top: 0;
}
#sec1 .secIn{
	margin-left: 5px;
}
#sec1 .secIn p{
	line-height: 1.8;
}
#sec1 a{
	text-decoration: underline;
}
#sec1 ul{
	margin-top: 25px;
}
#sec1 ul li{
	width: 213px;
	display: inline-block;
	margin-left: 15px;
}
#sec1 ul li:first-child{
	margin-left: 0;
}
#sec1 ul li a{
	font-size: 13px;
	margin-bottom: 5px;
    display: block;
}
#sec1 table{
	margin-top: 70px;
}
#sec1 th{
	text-align: center;
	color: #fff;
	background: #F457AA;
	font-size: 17px;
	font-weight: bold;
	border-right: 1px solid #fff;
	width: 226px;
	padding: 10px 5px;
}
#sec1 td{
	font-size: 12px;
	border-right: 1px solid #ccc;
	vertical-align: top;
	padding: 15px;
}
#sec1 td p, #sec1 td div, #sec1 td li{
	font-size: 12px;
}
#sec1 td p{
	margin: 5px 0;
}
#sec1 td p.fc_red{
	margin: 10px 0;
}
#sec1 td p span{
	float: right;
}
#sec1 td div{
	border-top: 1px dotted #999;
	margin-top: 10px;
	padding: 10px 5px 0;
}
#sec1 td div:first-child{
	border-top: none;
	margin-top: 0;
	padding-top: 0;
}
#sec1 td ul{
	margin: 0 0 0 10px;
}
#sec1 td li{
	width: 100%;
	margin: 5px 0 0 0;
	background: url(/common/img/ico_ten2.png) left 6px no-repeat;
	padding-left: 10px;
}
#sec1 td li:first-child{
	margin: 0;
}
#price h4{
	margin-top: 35px;
    margin-bottom: 5px;
}
#price .space p{
	font-size: 12px;
	margin: 5px 0 0 15px;
}
#price table{
	margin-top: 15px;
}
#price .aboutTxt{
	margin: 10px 0 0 5px;
	font-size: 12px;
}
#price th{
	width: 120px;
}
#price td{
	text-align: right;
	vertical-align: middle;
}

/* bx-sleder */
.slideArea .bx-wrapper .bx-controls-direction a{
	top: 50%;
}



@media screen and (max-width:640px){
	#sec1 .secIn{
		margin-left: 0;
		padding: 0 10px;
	}
	#sec1 ul.linkList{
		overflow: hidden;
	}
	#sec1 ul.linkList li{
		width: 100%;
		margin-left: 0;
		background-image:-moz-linear-gradient(50% 0% -90deg,rgb(255,255,255) 0%,rgb(255,255,255) 82%,rgb(238,238,238) 100%); 
		background-image:-webkit-gradient(linear,50% 0%,50% 100%,color-stop(0, rgb(255,255,255)),color-stop(0.82, rgb(255,255,255)),color-stop(1, rgb(238,238,238)));
		background-image:-webkit-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,255,255) 82%,rgb(238,238,238) 100%);
		background-image:-o-linear-gradient(-90deg,rgb(255,255,255) 0%,rgb(255,255,255) 82%,rgb(238,238,238) 100%);
		background-image:linear-gradient(180deg,rgb(255,255,255) 0%,rgb(255,255,255) 82%,rgb(238,238,238) 100%);
		position: relative;
		padding: 10px;
		border-bottom: 1px solid #ccc;
	}
	#sec1 ul.linkList li:first-child{
		margin-left: 0;
		border-top: 1px solid #ccc;
	}
	#sec1 ul.linkList li:before{
		content: "";
		background: url(/common/img/icon_arrow.png) no-repeat 0 0;
		background-size: 50% auto;
		width: 11px;
		height: 10px;
		position: absolute;
		right: 5px;
		top: 49%;
	}
	#sec1 ul.linkList li a{
		margin-bottom: 0;
		display: inline-block;
		vertical-align: middle;
	}
	#sec1 ul.linkList li a:first-child{
		width: 30%;
		margin-right: 10px;
	}
	#sec1 table{
		margin-top: 35px;
	}
	#sec1 th{
		font-size: 15px;
		width: 33.33%;
		padding: 5px 2px;
	}
	#sec1 td{
		font-size: 12px;
		padding: 8px 5px;
	}
	#sec1 td p, #sec1 td div, #sec1 td li{
		font-size: 12px;
	}
	#sec1 td p{
		margin: 0;
	}
	#sec1 td p.fc_red{
		margin: 5px 0;
	}
	#sec1 td p span{
		font-size: 12px;
		float: none;
		margin-left: 5px;
	}
	#sec1 td div{
		margin-top: 5px;
		padding: 5px 0 0;
	}
	#sec1 td ul{
		margin: 0;
	}
	#price h4{
		margin-top: 30px;
	}
}

