﻿@charset "utf-8";  
/*------------------------------------------------------------ 
    wifi css
------------------------------------------------------------*/  

.lead{
	line-height:1.5;
	font-size:117%;
	color:#333;
	margin-top:40px;
}

.section{
	margin:40px auto;
}

.section h3{
	color:#47B0E5;
	padding:5px 15px;
	margin-bottom:15px;
	font-size:150%;
	font-weight:bold;
	border-left:4px solid #47B0E5;
}

.txt{
	margin:0 20px;
	line-height:1.5;
	font-size:117%;
	color:#333;
}

.list{
	width:auto;
	margin:0 0 20px 40px;
}

.list li{
	margin-bottom:10px;
	line-height:1.5;
	font-size:117%;
	color:#333;
	list-style-type:disc;
}

.bdr{
	padding-top:20px;
	margin-top:20px;
	border-top:1px solid #ccc;
}

.txt2{
	margin-top:20px;
	line-height:1.5;
	font-size:117%;
	color:#333;
}

.tbl{
	width:100%;
	color:#333;
	margin-top:20px;
	font-size:117%;
}

.tbl th{
	width:80px;
	text-align:left;
	line-height:1.5;
}

.tbl td{ line-height:1.5;}

.list2{
	width:auto;
	padding:30px 0 10px;
}

.list2 li{
	height:28px;
	margin-bottom:20px;
	background: url(../img/icon-circle.png) no-repeat left 50%;
}

.list2 a{
	display:inline-block;
	min-width:100px;
	height:28px;
	line-height:28px;
	background:url(../img/icon-pdf.png) no-repeat right 50%;
	padding:0 40px 0 25px;
	color:#333;
	font-size:117%;
	position:relative;
}

.txt2 a,
.list2 a:hover{ color:#B13A2D;}

.txt2 a:hover{ text-decoration:underline;}

