@charset "utf-8";
/* Copyright 2016 FSFIELD All Rights Reserved. */

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

防犯商品

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

/* pagettl
---------------------------------------------- */
div.pagettl h3{background:url(../security/item/img/h3_pagettl01.png) no-repeat 0 0;}

/* カテゴリ目次ナビ
---------------------------------------------- */
ul.cat_nav{
	overflow:hidden;
	background:#FEFBF4;
	border:1px solid #E2DCD0;
	padding:12px 12px 4px;
	margin-bottom:30px;
}

ul.cat_nav li{
	float:left;
	margin:0 8px 8px 0;
}

ul.cat_nav li a{
	display:block;
	background:#FCEFD8;
	border:1px solid #F2C98A;
	color:#C25A00;
	font-weight:bold;
	line-height:1.3;
	padding:7px 16px 7px 26px;
	background-image:url(../img/ico_arrow05.png);
	background-repeat:no-repeat;
	background-position:12px center;
}

ul.cat_nav li a:hover{
	background-color:#FD910D;
	border-color:#FD910D;
	color:#FFFFFF;
}

/* カテゴリブロック（枠で囲む）
---------------------------------------------- */
div.cat_block{
	border:1px solid #E2DCD0;
	border-top:3px solid #FD910D;
	background:#FEFBF4;
	padding:20px;
	margin-bottom:40px;
	scroll-margin-top:30px;
}

div.cat_block > div.item_row:last-child{margin-bottom:0;}

/* セクション（カテゴリ見出し＋導入文ボックス）
---------------------------------------------- */
div.sec_security{
	padding:16px 20px;
	margin-bottom:25px;
	overflow:hidden;
}

div.sec_security h4{margin-bottom:12px;}

div.sec_security p{margin-bottom:0;}

/* 商品見出しバー
---------------------------------------------- */
h4.h4_item,
h5.ttl_item{
	background:#F8F8F8 url(../img/bg_heading01.jpg) repeat-x 0 top;
	border-top:2px solid #FD910D;
	border-bottom:1px dotted #BBB;
	padding:10px 12px;
	color:#444;
	line-height:1.4;
}

h4.h4_item{
	font-size:120%;
	margin-bottom:20px;
}

h5.ttl_item{
	font-size:114%;
	margin-bottom:18px;
}

h5.ttl_item span.sub{
	display:inline;
	font-size:78%;
	font-weight:normal;
	color:#888;
	margin-left:8px;
}

/* 商品行（画像＋説明）
---------------------------------------------- */
div.item_row{
	overflow:hidden;
	margin-bottom:40px;
}

p.item_img{
	float:left;
	margin:0 20px 0 0;
}

div.item_txt{overflow:hidden;}

div.item_txt p{margin-bottom:8px;}

div.item_txt p:last-child{margin-bottom:0;}

/* 説明リスト
---------------------------------------------- */
ul.item_list{margin-bottom:8px;}

ul.item_list li{
	padding-left:1em;
	text-indent:-1em;
	line-height:1.6;
}

/* スペック行
---------------------------------------------- */
p.spec{line-height:1.7;}

/* 注記
---------------------------------------------- */
p.note{
	font-size:93%;
	color:#858585;
	line-height:1.5;
}

/* お問い合わせフォーム
---------------------------------------------- */
/* ラベル列は折り返さない（「メールアドレス（確認用）」等で必須バッジが段落ちするのを防ぐ） */
table.form th{
	white-space:nowrap;
	vertical-align:top;
}

/* お問い合わせ項目（チェックボックス） */
ul.check_list{
	overflow:hidden;
	margin-bottom:0;
}

ul.check_list li{
	float:left;
	width:50%;
	line-height:1.9;
}

ul.check_list li label{cursor:pointer;}

ul.check_list li input{
	margin-right:6px;
	vertical-align:-2px;
}
