@charset "utf-8";

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

セキュリティ機器販売ページ用シート

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

/* ▼メイン */
#pageimg {
	width: 680px;
	height: 230px;
}

#pageimg2 {
	text-align: center;
	margin-bottom: 20px;
}

#main h2#starth2 {margin-top: 30px;}

#main p.txt {
	font-size: 90%;
	margin-bottom: 50px;
}

#main p.txt2 {
	font-size: 90%;
	margin-bottom: 30px;
}

#main p.txt3 {
	font-size: 96%;
	margin-bottom: 10px;
	font-weight: bold;
}

#main h3 {
	margin-bottom: 10px;
	color: #637eb8;
	font-size: 121%;
	font-family: Verdana, 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Osaka‐等幅', sans-serif;
	font-weight: bold;
	text-align: left;
}

#main h4 {
	margin-bottom: 10px;
	font-size: 100%;
	font-family: Verdana, 'メイリオ', 'ＭＳ Ｐゴシック', 'ＭＳ ゴシック', 'Osaka‐等幅', sans-serif;
	font-weight: bold;
	text-align: left;
}

.list {
	width: 680px;
	margin-bottom: 50px;
	border-top: solid 1px #000;
	border-left: solid 1px #000;
}

.list th {
	width: 10%;
	font-size: 84%;
	font-weight: normal;
	text-align: center;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

.list td {
	padding: 6px;
	font-size: 84%;
	line-height: 130%;
	text-align: left;
	border-bottom: solid 1px #000;
	border-right: solid 1px #000;
}

.list td.tdcenter {text-align: center;}

.gray {background: #dedfdf;}

.tobilalist {
	display: flex;
	margin: 20px auto 50px auto;
	width: 620px;
	justify-content: space-between;
}

.tobilalist li {
	width: 190px;
	text-align: center;
	background: #637eb8;
	color: #fff;
	padding: 3px 0;
	font-weight: bold;
}

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

Font Size

32px 200～203
30px 188～190
28px 175～178
26px 163～165
24px 150～153
22px 138～140
20px 125～128
19px 119～121
18px 113～115
17px 107～109
16px 100～103
15px 94～96
14px 88～90
13px 82～84
12px 75～78
11px 69～71 *
10px 63～65 *

* IE6,7では，文字コードをUTF-8以外の日本語コードShift_JISやEUC-JPにするか，font-familyで最初に日本語フォントを指定しないと，日本語フォントが指定どおりの大きさにならない。

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