@charset "utf-8";

/*------------------------------------------------
室内用Wi-Fiカメラ「Secure」用CSS
※フォルダ「secure」内のみに使用すること
-------------------------------------------------*/

/* 共通CSS */

body{
	font-size: 14px;
	line-height: 160%;
	font-family: "Hiragino Sans", "Hiragino Kaku Gothic ProN", Meiryo, "sans-serif";
	color: #333333;
}

section , header{
	margin: 0px auto 60px;
	width: 90%;
}

h1{
	border-bottom: 1px solid #333333;
	margin-bottom: 6px;
	padding-bottom: 10px;
	line-height: 120%;
}

h1 span{
	font-size: 18px;
	display: block;
}

h2{
	font-size:24px;
	color:#ffffff;
	background-color: #666666;
	padding: 10px 10px;
}

h3{
	font-size:20px;
	border-left: 4px solid #888888;
	padding-left: 10px;
	line-height: 30px;
	margin-bottom: 25px;
}

h4{
	margin-top: 30px;
	font-size:16px;
	border-bottom: 1px solid #000000;
}

h5{
	font-size: 16px;
}

article{
	margin-bottom: 50px;
}

ol , ul{
	margin-left: 0px;
}

dl dt{
	font-weight: bold;
}

dl dt:before{
	content: "▽ "
}

dl dd{
	margin-bottom: 10px;
	margin-left: 19px;
}

.support{
	text-align: center;
}

footer{
	text-align: center;
	margin: 40px 0px 0px;
	background-color: #000000;
	color:#ffffff;
	width: 100%;
	line-height: 130%;
	padding-bottom: 30px;
	padding-top: 6px;
}

/*---------------------------------------*/

body#cloud h2{
	background-color: #ffffff;
	color:#000000;
	padding: 0px;
	font-size:20px;
}

body#cloud h3{
	border: none;
	padding-left: 0px;
	margin-bottom: 0px;
	font-size:16px;
	line-height: 16px;
}

body#cloud table {
		border-collapse: collapse;
	border-spacing: 0px;
	font-size:14px;
		line-height: 145%;
	width: 100%;
	margin-top: 10px;
}

body#cloud table th , body#cloud table td{
	border:1px solid #000000;
	padding: 6px 10px;
}

body#cloud table th {
	background-color: #888888;
	color:#ffffff;
}

body#cloud table td {
	text-align: center;
}
	
body#cloud table td.label{
	background-color: #F0F0F0;
}
	
@media screen and (max-width: 640px) {	
}
