@charset "utf-8";

a {
	color: #004898;
	text-decoration: underline;
}
a:hover {
	color: #888;
}

body {
	color: #333;
	font-family: ArialMT, "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", メイリオ, sans-serif;
	font-size: 16px;
	line-height: 1.5;
	min-width: 320px;
	-webkit-text-size-adjust: none;
}
img:not([width]) {
	zoom: 0.5;
}
strong {
	font-weight: bold;
}
sub,
sup {
	color: #666;
}

/* header
------------------------------------------------------------ */
header#header a {
	color: #6490ff;
}
header#header {
	background: url(/contents/sp/homesecurity/img/common/header/border-01.png) 0 100% repeat-x;
	background-size: 100% 2px;
	padding: 10px 10px 12px;
}
header#header:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
header#header div.logo {
	float: left;
}
header#header ul.link {
	font-size: 12px;
	margin-top: 6px;
}
header#header p.menu-button {
	float: right;
	cursor: pointer;
}
header#header div.modal {
	display: none;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
}
header#header div.modal nav#global {
	-moz-box-shadow: 0 0 3px rgba(5,0,1,.5);
	-webkit-box-shadow: 0 0 3px rgba(5,0,1,.5);
	box-shadow: 0 0 3px rgba(5,0,1,.5);
	border-bottom: 1px solid #ccc;
	background: #fff;
	margin: 10px;
	position: relative;
	z-index: 10;
}
header#header div.modal nav#global header {
	border-bottom: 1px solid #ccc;
	position: relative;
}
header#header div.modal nav#global header h2 {
	color: #004898;
	padding: 20px 10px;
	font-weight: bold;
	font-size: 18px;
}
header#header div.modal nav#global header p.close-button {
	position: absolute;
	right: 5px;
	top: 10px;
	cursor: pointer;
}
header#header div.modal nav#global section p {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #d9d9d9;
	font-weight: bold;
	padding: 15px 10px;
	background: url(/contents/sp/homesecurity/img_v2/arrow.png) 98% 50% no-repeat #d8d8d8;
	background-size: 22px 22px;
	color: #000000;
}

header#header div.modal nav#global section p a {
	color: #000000;
	text-decoration: none;
}


/* footer
------------------------------------------------------------ */
footer {
	background: url(/contents/sp/homesecurity/img_v2/bg_footer.gif) 0 0 repeat-x;
	margin-top: 20px;
	padding-top: 20px;
}
footer div.table {
	padding-left: 10px;
	padding-right: 10px;
}
footer div.table ul.link {
	margin-top: 10px;
}
footer div.table ul.link li {
	font-size: 12px;
	margin-top: 8px;
	background: url(/contents/sp/homesecurity/img_v2/icon_arrow_gray.png) 0 50% no-repeat;
	background-size: 5px 9px ;
	padding-left: 10px;
}
footer div.table ul.link li a {
	color: #666666;
	font-size: 12px;
	margin-top: 8px;
}
footer ul.device {
	background: url(/contents/sp/homesecurity/img/common/footer/separator-01.png) 0 0 repeat-x;
	margin-top: 16px;
	padding-bottom: 6px;
	padding-top: 7px;
	text-align: center;
}
footer ul.device li {
	display: inline;
	font-size: 12px;
	padding-bottom: 1px;
	padding-top: 1px;
}
footer ul.device li.sp {
	background: url(/contents/sp/homesecurity/img/common/content/icon-sp-01.png) 0 50% no-repeat;
	background-size: 12px;
	padding-left: 20px;
}
footer ul.device li.pc {
	background: url(/contents/sp/homesecurity/img/common/content/icon-pc-01.png) 0 50% no-repeat;
	background-size: 16px;
	margin-left: 50px;
	padding-left: 20px;
}
footer p.copyright {
	background-color: #e1e1e1;
	padding-bottom: 8px;
	padding-top: 9px;
	text-align: center;
}
footer p.copyright small {
	font-size: 10px;
}

/* box
------------------------------------------------------------ */
div.balloon-box {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #fff;
	padding: 6px 10px 5px;
	position: relative;
}
div.balloon-box div.arrow {
	background: #fff url(/contents/sp/homesecurity/img/common/content/icon-balloon-01.png) 0 0 no-repeat;
	background-size: 8px 7px;
	position: absolute;
	top: -7px;
	left: 34px;
	width: 8px;
	height: 7px;
}
div.recommend-box {
	padding-bottom: 5px;
	padding-top: 4px;
}
div.recommend-box div.inner {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f5f5f5;
	padding: 7px 10px 6px;
}
div.recommend-box header h3,
div.recommend-box header h4 {
	color: #009fa8;
}
div.recommend-box header h3 {
	font-size: 16px;
}
div.recommend-box p.pet {
	margin-top: -11px;
}
div.sitemap-box {
	padding-bottom: 5px;
	padding-top: 4px;
}
div.sitemap-box div.inner {
	border: 1px solid #ccc4bb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #efede8;
	padding: 6px 10px 5px;
}
div.voice-box {
	padding-bottom: 5px;
	padding-top: 4px;
}
div.voice-box div.inner {
	border: 1px solid #d8d0b8;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color: #f1efe1;
	-moz-box-shadow: 0 0 2px rgba(7,0,2,.15);
	-webkit-box-shadow: 0 0 2px rgba(7,0,2,.15);
	box-shadow: 0 0 2px rgba(7,0,2,.15);
	padding: 10px;
}

/* button
------------------------------------------------------------ */
div.button-next {
	padding-bottom: 5px;
	padding-top: 4px;
}
div.button-next div {
	background: url(/contents/sp/homesecurity/img/common/content/background-button-01.png) 50% 100% no-repeat;
	background-size: 300px;
	margin-left: auto;
	margin-right: auto;
	width: 300px;
}
div.button-next.two-line div {
	background: url(/contents/sp/homesecurity/img/common/content/background-button-02.png) 50% 100% no-repeat;
	background-size: 300px 59px;
}
div.button-next div span.detail {
	background: url(/contents/sp/homesecurity/img/common/content/icon-button-detail-01.png) 10px 0 no-repeat;
	background-size: 56px;
	display: block;
	padding-top: 30px;
}
div.button-next div span.next {
	background: url(/contents/sp/homesecurity/img/common/content/icon-button-next-01.png) 10px 0 no-repeat;
	background-size: 56px;
	display: block;
	padding-top: 30px;
}
div.button-next div a {
	display: block;
	font-weight: bold;
	padding-bottom: 2px;
	padding-top: 3px;
	text-align: center;
}
div.button-next.two-line div a {
	line-height: 1.5em;
	padding-bottom: 4px;
	padding-top: 5px;
}

/* content
------------------------------------------------------------ */
div.content {
	padding-left: 10px;
	padding-right: 10px;
}

/* header
------------------------------------------------------------ */
header.copy {
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	margin-top: 10px;
	color: #000000;
	padding: 0 10px;
}
header.copy strong {
	font-size: 22px;
}
header.copy sup {
	font-size: 10px;
}
header.gradient {
	padding-bottom: 5px;
	padding-top: 4px;
}

#faq header.gradient {
	padding: 0;
}
header.gradient h2 {
	background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
	background-color:#f3f3f3;
	border-top: 2px solid #2f5fad;
	padding: 7px 10px;
}
header.gradient h2 span {
	border-left: 4px solid #de0021;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 6px;
	color: #000000;
}
header.gradient h2 span small {
	font-size: 10px;
}
header h2.border {
	color: #000000;
	font-weight: bold;
	margin: 10px;
	border-left: solid 8px #de0021;
	padding: 2px 10px;
	font-size: 18px;
}
header.borderShadow {
	box-shadow:0 5px 15px #dfdfdf;
	-moz-box-shadow:0 5px 15px #dfdfdf;
	-webkit-box-shadow:0 5px 15px #dfdfdf;
	padding-bottom: 2px;
}
header h3 {
	color: #de0021;
	font-weight: bold;
}
header h4 {
	font-weight: bold;
}

/* keyvisual
------------------------------------------------------------ */
/* keyvisual */
p.keyvisual {
	padding-bottom: 5px;
}

p.keyvisual img {
	width: 100%;
	padding-bottom: 5px;
}

/* link
------------------------------------------------------------ */
ul.link {
}
ul.link li {
	background: url(/contents/sp/homesecurity/img/common/content/icon-link-01.png) 0 0.416em no-repeat;
	background-size: 5px 9px;
	padding-left: 10px;
}
ul.link li a.pc,
a.pc {
	background: url(/contents/sp/homesecurity/img/common/content/icon-pc-01.png) 100% 50% no-repeat;
	background-size: 16px;
	padding-right: 24px;
}

/* list
------------------------------------------------------------ */
ul.icon-list {
	padding-bottom: 5px;
	padding-top: 4px;
}
ul.icon-list:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
ul.icon-list li {
	float: left;
	margin-left: 5px;
}
ul.icon-list li:first-child {
	margin-left: 0;
}
div.plan-list {
	padding-bottom: 5px;
	padding-top: 4px;
}
div.plan-list ul {
	border: 1px solid #dddac9;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background: url(/contents/sp/homesecurity/img/common/content/background-01.png) 0 0;
	padding: 10px;
}
div.plan-list ul li {
	margin-top: 2px;
}
div.plan-list ul li:first-child {
	margin-top: 0;
}

/* nav
------------------------------------------------------------ */
nav.anchor {
	padding-bottom: 5px;
	padding-top: 4px;
}
nav.anchor ul {
	background-color: #f5f5f5;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
	padding: 6px 10px 5px;
}
nav.anchor ul li {
	background: url(/contents/sp/homesecurity/img/common/content/icon-link-03.png) 0 0.5em no-repeat;
	background-size: 9px 5px;
	margin-top: 6px;
	padding-left: 15px;
}
nav.anchor ul li:first-child {
	margin-top: 0;
}
nav#bottom {
	padding-bottom: 5px;
	padding-top: 4px;
}
nav#bottom dl {
	border-bottom: 1px solid #ccc;
}
nav#bottom dl dt {
	-moz-box-shadow: inset 0 -1px 1px rgba(0,0,0,.2);
	-webkit-box-shadow: inset 0 -1px 1px rgba(0,0,0,.2);
	box-shadow: inset 0 -1px 1px rgba(0,0,0,.2);
	background-color: #3362b0;
	color: #fff;
	font-weight: bold;
	padding: 8px 10px 7px;
}
nav#bottom dl dt.home {
	background-color: #de0021;
	color: #fff;
}
nav#bottom dl dd {
}
nav#bottom dl dd ul {
}
nav#bottom dl dd ul li {
	border-top: 1px solid #ccc;
	padding-right: 10px;
}
nav#bottom dl dd ul li:first-child {
	border: none;
}
nav#bottom dl dd ul li a {
	background: url(/contents/sp/homesecurity/img/common/content/icon-link-02.png) 100% 50% no-repeat;
	background-size: 11px 12px;
	color: #333;
	display: block;
	padding: 18px 16px 17px 10px;
	text-decoration: none;
}
nav#bottom dl dd ul li.two-line a {
	padding-bottom: 4px;
	padding-top: 7px;
}
nav#bottom dl dd ul li.active a {
	opacity: 0.5;
}

/* nav#bottomV2 header#header div.modal
------------------------------------------------------------ */
header#header div.modal nav#global section h1,
nav#bottomV2 section h1 {
	background-color: #004898;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
}

nav#bottomV2 section h1.linkTxt {
	padding: 0;
}

nav#bottomV2 section h1.linkTxt a {
	background: url(/contents/sp/homesecurity/img_v2/arrow_white.png) 98% 50% no-repeat;
	background-size: 22px 22px;
	color: #ffffff;
	display: block;
	padding: 10px;
	text-decoration: none;
}

header#header div.modal nav#global section h2,
nav#bottomV2 section h2 {
	color: #000000;
	font-weight: bold !important;
	display: block;
}

header#header div.modal nav#global section .about h3,
nav#bottomV2 section .about h3,
nav#bottomV2 section .goods h3 {
	display: block;
	background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background : url(/contents/sp/homesecurity/img_v2/bg_nav.gif), -webkit-linear-gradient(top, #fff, #f0f0f0);
	background : url(/contents/sp/homesecurity/img_v2/bg_nav.gif), linear-gradient(to bottom, #fff, #f0f0f0);
	background-repeat: repeat-x;
	background-position: left bottom;
	padding-bottom: 4px;
	font-weight: normal;
}

header#header div.modal nav#global section .about h3 a,
nav#bottomV2 section .about h3 a,
nav#bottomV2 section .goods h3 a {
	background: url(/contents/sp/homesecurity/img_v2/arrow.png) 98% 50% no-repeat;
	background-size: 22px 22px;
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 20px;
}

header#header div.modal nav#global section .service,
nav#bottomV2 section .service {
	background-color: #cccccc;
}

header#header div.modal nav#global section .service .serviceList,
nav#bottomV2 section .service .serviceList {
	display: table;
	width: 100%;
	border-bottom: solid 2px #cccccc;
	background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background : url(/contents/sp/homesecurity/img_v2/bg_halfnav.gif) top center repeat-y,-webkit-linear-gradient(top, #fff, #f0f0f0);
	background : url(/contents/sp/homesecurity/img_v2/bg_halfnav.gif) top center repeat-y, linear-gradient(to bottom, #fff, #f0f0f0);
}

header#header div.modal nav#global section .service .serviceList:last-child,
nav#bottomV2 section .service .serviceList:last-child {
	width: 50%;
	border-bottom: none;
	background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background : -webkit-linear-gradient(top, #fff, #f0f0f0);
	background : linear-gradient(to bottom, #fff, #f0f0f0);
}

header#header div.modal nav#global section .service .serviceList.listW,
nav#bottomV2 section .service .serviceList.listW {
	display: table;
	width: 100%;
	border-bottom: solid 2px #cccccc;
	background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background : url(/contents/sp/homesecurity/img_v2/bg_halfnav.gif) top center repeat-y,-webkit-linear-gradient(top, #fff, #f0f0f0);
	background : url(/contents/sp/homesecurity/img_v2/bg_halfnav.gif) top center repeat-y, linear-gradient(to bottom, #fff, #f0f0f0);
}

header#header div.modal nav#global section .service .serviceList h3:nth-child(odd),
nav#bottomV2 section .service .serviceList h3:nth-child(odd) {
	display: table-cell;
	vertical-align: middle;
	border-right: solid 3px transparent;
	border-bottom: solid 2px #ffffff;
	width: 50%;
	font-weight: normal;
}

header#header div.modal nav#global section .service .serviceList h3:nth-child(even),
nav#bottomV2 section .service .serviceList h3:nth-child(even) {
	display: table-cell;
	vertical-align: middle;
	border-left: solid 3px transparent;
	border-bottom: solid 2px #ffffff;
	border-right: none;
	width: 50%;
	font-weight: normal;
}

header#header div.modal nav#global section .service .serviceList h3 a,
nav#bottomV2 section .service .serviceList h3 a {
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 20px 30px 20px 20px;
	background: url(/contents/sp/top/img/arrow.png) 98% 50% no-repeat;
	background-size: 22px 22px;
}

header#header div.modal nav#global section .other,
nav#bottomV2 section .other {
	background-color: #f0f0f0;
	padding: 10px 10px 20px 10px;
	border-bottom: solid 1px #cccccc;
	width: 98%;
}

header#header div.modal nav#global section .other .table ul,
nav#bottomV2 section .other .table ul {
	display: table;
	table-layout: fixed;
	width: 100%;
}

header#header div.modal nav#global section .other .table ul,
nav#bottomV2 section .other .table ul {
	display: table-cell;
	width: 50%;
	border-right: solid 10px transparent;
}

header#header div.modal nav#global section .other .table ul li,
nav#bottomV2 section .other .table ul li {
	margin-top: 10px;
	font-weight: normal;
}

ul.footerLink li a,
header#header div.modal nav#global section .other .table ul li a,
nav#bottomV2 section .other .table ul li a {
	background: url(/contents/sp/homesecurity/img_v2/icon_arrow_nav.png) 0 0.4em no-repeat;
	background-size: 15px 15px;
	color: #004898;
	padding-left: 25px;
	display: inline-block;
}

/* note
------------------------------------------------------------ */
div.note {
	background-color: #f5f5f5;
	color: #666;
	padding: 7px 10px 6px;
}
div.note header h3 {
	color: #333;
}
ul.note {
	color: #666;
	font-size: 10px;
	padding-left: 1em;
	text-indent: -1em;
}
ul.listIndent {
	padding-left: 1em;
	text-indent: -1em;
}

/* price
------------------------------------------------------------ */
p.price {
	background: url(/contents/sp/homesecurity/img/common/content/icon-price-01.png) 0 50% no-repeat;
	background-size: 50px;
	font-size: 24px;
	font-weight: bold;
	padding-left: 60px;
}

/* request
------------------------------------------------------------ */
section.request {
	margin-left: auto;
	margin-right: auto;
	width: 320px;
}
section.request ul {
}
section.request ul:after {
	clear: both;
	content: ".";
	display: block;
	height: 0;
	visibility: hidden;
}
section.request ul li {
	float: left;
	margin-right: 4px;
}
section.request ul li:last-child {
	margin-right: 0;
}
section.request div.inquiries {
	padding-bottom: 5px;
	padding-top: 4px;
}
section.request div.inquiries div.inner {
	border: 1px solid #ccc4bb;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	background-color: #efede8;
	padding: 6px 5px 5px 10px;
}
section.request div.inquiries div.table div.head {
	color: #de0021;
	font-weight: bold;
	vertical-align: middle;
}
section.request div.inquiries div.table div.data  {
	padding-left: 10px;
}
section.request div.inquiries div.table div.data p.tel {
	background: url(/contents/sp/homesecurity/img/common/content/icon-tel-01.png) 0 50% no-repeat;
	background-size: 25px 16px;
	font-weight: bold;
	padding-left: 30px;
}
section.request div.inquiries div.table div.data p.note {
	font-size: 10px;
}

/* separator
------------------------------------------------------------ */
.separator-01 {
	background: url(/contents/sp/homesecurity/img/common/content/separator-01.png) 0 4px repeat-x;
	height: 14px;
}
.separator-02 {
	background: url(/contents/sp/homesecurity/img/common/content/separator-02.png) 0 4px repeat-x;
	height: 15px;
}

/* table
------------------------------------------------------------ */
div.table {
	display: table;
}
div.table > div {
	display: table-cell;
	vertical-align: middle;
}
table.default {
	border-left: 1px solid #e6e6e6;
	border-top: 1px solid #e6e6e6;
}
table.default th,
table.default td {
	border-bottom: 1px solid #e6e6e6;
	border-right: 1px solid #e6e6e6;
	font-size: 12px;
	padding: 3px 8px 2px;
	vertical-align: middle;
}
table.default thead {
}
table.default thead th {
	background-color: #009fa8;
	color: #fff;
	font-weight: bold;
	text-align: center;
	white-space: nowrap;
}
table.default thead td {
}
table.default tbody {
}
table.default tbody th {
	background-color: #eaf7f8;
	font-weight: bold;
}
table.default tbody td {
}
table.default tbody td ul.note {
	color: #333;
}

/* homesecurity
------------------------------------------------------------ */
.section img {
	width: 100%;
}

.section ul.list {
	margin-top: 10px;
}

.section ul.list li {
	list-style: disc !important;
	color: #cccccc;
	margin-left: 20px;
}

.section ul.list li span {
	color: #000000;
}

.section.line {
	border-bottom: dotted 1px #cccccc;
	margin-bottom: 20px;
	padding-bottom: 20px;
}

.line {
	border-bottom: dotted 1px #cccccc;
	margin-bottom: 10px;
	padding-bottom: 10px;
	width: 100%;
}

.line02 {
	border-bottom: dotted 1px #cccccc;
	width: 100%;
}

.section h3,
#price h3,
.section h4 {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 20px;
	color: #000000;
}

.section h3 span.cap,
.section h4 span.cap {
	font-weight: normal;
	font-size:14px;
}

.section h4.green {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 10px;
	color: #009fa8;
}

.bgYellow h3,
.bgYellow h4 {
	margin-bottom: 10px;
}

.section h3.faq {
	margin: 20px 0 0 0;
	background-color: #f0f0f0;
	border: solid 1px #cccccc;
	padding: 5px 10px;
}

.section h3.normal,
.section h4.normal {
	font-weight: normal;
}

.section .roundBox {
	border: solid 1px #cccccc;
	border-radius: 8px;
	padding: 2px;
}

.section h3.faq + .roundBox {
	border-radius: 0 0 8px 8px;
	border-top: none;
}

.section ul.gLink {
	width: 100%;
	display: table;
}

.section ul.gLink li {
	background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background : url(/contents/sp/homesecurity/img_v2/bg_nav.gif), -webkit-linear-gradient(top, #fff, #f0f0f0);
	background : url(/contents/sp/homesecurity/img_v2/bg_nav.gif), linear-gradient(to bottom, #fff, #f0f0f0);
	background-repeat: repeat-x;
	background-position: 0 100%;
	padding-bottom: 4px;
	padding-left: 20px;
}

.section ul.gLink li.question {
	background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background : url(/contents/sp/homesecurity/img_v2/icon_q.png), url(/contents/sp/homesecurity/img_v2/bg_nav.gif), -webkit-linear-gradient(top, #fff, #f0f0f0);
	background : url(/contents/sp/homesecurity/img_v2/icon_q.png), url(/contents/sp/homesecurity/img_v2/bg_nav.gif), linear-gradient(to bottom, #fff, #f0f0f0);
	background-repeat: no-repeat, repeat-x;
	background-position: 1% 50%, 0 100%;
	padding-bottom: 10px;
	padding-left: 60px;
}

.section ul.gLink li.question:last-child {
	background : -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f0f0f0));
	background : url(/contents/sp/homesecurity/img_v2/icon_q.png), -webkit-linear-gradient(top, #fff, #f0f0f0);
	background : url(/contents/sp/homesecurity/img_v2/icon_q.png), linear-gradient(to bottom, #fff, #f0f0f0);
	background-repeat: no-repeat;
	background-position: 1% 50%;
	padding-bottom: 5px;
	padding-left: 60px;
}

.section ul.gLink li a {
	background: url(/contents/sp/homesecurity/img_v2/arrow.png) 98% 50% no-repeat;
	background-size: 22px 22px;
	color: #000000;
	display: block;
	text-decoration: none;
	padding: 20px 25px 20px 10px;
}

.section ul.linkArea {
	margin: 10px 0;
	display: table;
	width: 100%;
}

.section ul.linkArea li {
	display: table-cell;
	width: 33%;
	border-right: solid 10px transparent;
}

.section .bgGray {
	border: solid 5px #dcdcdc;
	background-color: #dcdcdc;
	border-radius: 8px;
	padding: 1px;
	margin: 20px 0;
}

.section .accordion {
	background-color: #ffffff;
	padding: 1px 1px 0 1px;
}

.section .accordion:last-child {
	background-color: #ffffff;
	padding: 1px;
}

 .section .accordion h4, .section .accordion h1 {
	background-color: #f4f4f4;
	display: block;
	padding: 20px 30px 25px 70px;
	background-image : url(/contents/sp/homesecurity/img_v2/icon_question.png), url(/contents/sp/homesecurity/img_v2/icon_close.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 98% 50%;
	background-size: 55px, 25px;
	color: #004898;
	text-decoration: underline;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
 }

 .section .accordion.accordionSimple h4, .section .accordion.accordionSimple h1 {
	padding: 10px 14px;
	padding-right: 52px;
	background-image: url(/contents/sp/homesecurity/img_v2/icon_close.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 19px;
	font-size: 16px;
 }

.section .accordion h4.active, .section .accordion h1.active {
	background-image : url(/contents/sp/homesecurity/img_v2/icon_question.png), url(/contents/sp/homesecurity/img_v2/icon_open.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 0 50%, 97% 50%;
	background-size: 55px, 19px;
}

.section .accordion.accordionSimple h4.active, .section .accordion.accordionSimple h1.active {
	background-image: url(/contents/sp/homesecurity/img_v2/icon_open.png);
	background-repeat: no-repeat;
	background-position: 97% 50%;
	background-size: 19px;
}

.section .accordion div {
	display: none;
	padding: 10px;
}

.section .accordion.accordionSimple div.accordionTable {
	padding: 0;
}

.section .accordion ul.answer li {
	padding: 0 0 10px 70px;
	background-image : url(/contents/sp/homesecurity/img_v2/icon_answer.png);
	background-repeat: no-repeat;
	background-position: 0 5%;
	background-size: 70px;
}

.section .accordion table {
	width: 100%;
}

.section .accordion table thead th {
	background-color: #ebebeb;
	color: #000000;
}

.section .accordion table tbody th {
	background-color: #f5f5f5;
	white-space: nowrap;
}

.section .accordion.accordionSimple div.accordionTable table {
	border-top: 1px solid #ffffff;
	border-left: none;
}
.section .accordion.accordionSimple div.accordionTable table td {
	border-right: none;
}

.section .accordion.accordionSimple div.accordionTable table tr:last-child td,
.section .accordion.accordionSimple div.accordionTable table tr:last-child th {
	border-bottom: none;
}


#price #tab-box,
.tab-box-static {
	margin-top: -5px;
}

#price img,
.tab-box-static img {
	width: 100%;
}

#price #tab-box ul#nav,
.tab-box-static ul.nav {
	display: table;
	background-color: #d5d5d5;
	padding: 10px 10px 0 10px;
	border-bottom: solid 1px #cccccc;
	width: 100%;
	box-sizing: border-box;
}

.tab-box-static ul.nav.nav-bottom {
	padding: 0 10px 10px;
	border-top: solid 1px #cccccc;
}

#price #tab-box ul#nav li,
.tab-box-static ul.nav li {
	display: table-cell;
	vertical-align: middle;
	width: 33%;
	border-right: solid 1px #cccccc;
	border-top: solid 4px #999999;
	color: #a0a0a0;
	background : -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eaeaea));
	background : -webkit-linear-gradient(top, #fefefe, #eaeaea);
	background : linear-gradient(to bottom, #fefefe, #eaeaea);
	padding: 5px;
	font-size: 12px;
	text-align: center;
}

.tab-box-static ul.nav.nav-bottom li {
	border-top: none;
	border-bottom: solid 4px #999999;
	color: #a0a0a0;
	background : -webkit-gradient(linear, left top, left bottom, from(#fefefe), to(#eaeaea));
	background : -webkit-linear-gradient(top, #fefefe, #eaeaea);
	background : linear-gradient(to bottom, #fefefe, #eaeaea);
}

#price #tab-box ul#nav li a,
.tab-box-static ul.nav li a {
	color: #a0a0a0;
	text-decoration: none;
	display: block;
}

#price #tab-box ul#nav li.tab-on,
.tab-box-static ul.nav li.tab-on {
	border-top: solid 4px #de0021;
	color: #de0021;
	font-weight: bold;
	background: #ffffff;
}

.tab-box-static ul.nav.nav-bottom li.tab-on {
	border-top: none;
	border-bottom: solid 4px #de0021;
}

#price #tab-box ul#nav li.tab-on a,
.tab-box-static ul.nav li.tab-on a {
	color: #de0021;
}

#price #tab-box .tabBox {
	padding: 20px 10px;
	display:none;
}

.tab-box-static .tabBox-static {
	padding: 20px 10px;
}

#price .tabBox table th {
	background-color: #fffbec;
	vertical-align: middle;
	border: solid 2px #eae6d9;
	padding: 5px;
	font-weight: bold;
	white-space: nowrap;
}

#price .tabBox table th + td {
	padding-left: 10px;
}

#price .tabBox table table tr + td {
	white-space: nowrap;
}

#price span.monthly {
	color: #ffffff;
	padding: 3px;
	background-color: #009fa8;
	font-size: 14px;
}

.section .recommendInner {
	background : -webkit-gradient(linear, left top, left bottom, from(#fcfcfc), to(#f3f1ef));
	background : -webkit-linear-gradient(top, #fcfcfc, #f3f1ef);
	background : linear-gradient(to bottom, #fcfcfc, #f3f1ef);
	border-radius: 5px;
	padding: 10px;
}

.section ul.check {
	margin-top: 10px;
}

.section ul.check li {
	background: url(/contents/sp/homesecurity/img_v2/icon_check.png) 0 0.2em no-repeat;
	background-size: 18px 16px;
	padding-left: 25px;
	font-weight: bold;
	color: #000000;
}

.section .box {
	border: solid 10px #dcdcdc;
	border-radius: 8px;
	padding: 10px;
	margin: 20px 0;
}

.section .head {
	display: table;
	margin-bottom: 10px;
}

.section .head .icon {
	width: 30%;
	height: 30%;
	display: table-cell;
	vertical-align: middle;
}

.section .iconS,
.section .head .iconS {
	width: 20%;
	height: 20%;
	display: table-cell;
	vertical-align: middle;
	border: solid 5px transparent;
}

.section .head h3,
.section .head h4 {
	display: table-cell;
	vertical-align: middle;
}

.section.voice h2,
.section h3.voice {
	background-color: #009fa8;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	border-radius: 5px;
}

.section h3.recommend {
	background-color: #009fa8;
	color: #ffffff;
	padding: 10px;
	font-weight: bold;
	border-radius: 5px;
	margin-bottom: 5px;
}

.section.voice h3 {
	background-color: #f5f5f5;
	padding: 10px;
	font-weight: bold;
	border-top: solid 1px #009fa8;
	border-bottom: dotted 1px #cccccc;
	margin: 20px 0 10px;
}

.section.voice .table .photo {
	display: table-cell;
	vertical-align: top;
	width: 35%;
	border-right: solid 10px transparent;
}

.section.voice .table .text {
	display: table-cell;
	vertical-align: top;
	width: 65%;
}

.section .table.check {
	border-bottom: dotted 1px #cccccc;
	margin: 10px 0;
}

.section .table.check div,
.section .table div {
	display: table-cell;
	vertical-align: bottom;
	width: 30%;
}

.section .table.check h3,
.section .table h3 {
	display: table-cell;
	vertical-align: middle;
	border-left: solid 10px transparent;
	width: 70%;
}

.section .table.tab {
	border-bottom: solid 4px #2a5aa4;
	margin-top: 20px;
	width: 100%;
}

.section .table.tab div {
	background-color: #2a5aa4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 10px;
	width: 20%;
	display: table-cell;
	white-space: nowrap;
	text-align: center;
}

.section .bgYellow .table.tab div {
	background-color: #2a5aa4;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	color: #ffffff;
	font-weight: bold;
	padding: 15px 10px;
	width: 32%;
	display: table-cell;
	white-space: nowrap;
	text-align: center;
}

.section .table.tab div.only {
	width: 45%;
	padding: 10px;
}

.section .table.tab h3,
.section .table.tab h4,
.section .table.tab ul,
.section .table.tab p {
	display: table-cell;
	vertical-align: middle;
	width: 80%;
	border-left: solid 10px transparent;
}

.section .table.tab h4 {
	display: table-cell;
	vertical-align: middle;
	width: 68%;
	border-left: solid 5px transparent;
}

.section .step {
	background-color: #009fa8;
	padding: 5px 10px;
	color: #ffffff;
	font-weight: bold;
	border-radius: 5px;
	border-right: solid 5px transparent;
}

.section .cvArea {
	border-top: solid 1px #cccccc;
	border-bottom: solid 1px #cccccc;
	background-color: #e6e6e6;
	padding: 10px;
	margin-top: 20px;
}

.section .table.half,
.section .cvArea .table {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.section .table.half ul li,
.section .cvArea .table div {
	display: table-cell;
	width: 50%;
}

ul.linkList li {
	background: url("/contents/sp/homesecurity/img_v2/icon_arrow.png") no-repeat 0 0.3em;
	padding-left: 20px;
}

ul.pdfLinkList li {
	background: url("/contents/sp/homesecurity/img_v2/icon_pdf_01.png") no-repeat 0 0.3em;
	background-size: 16px auto;
	padding-left: 20px;
}

ul.enlargeLinkList li {
	background: url("/contents/sp/homesecurity/img_v2/icon_enlarge_01.png") no-repeat 0 0.3em;
	background-size: 16px auto;
	padding-left: 20px;
}

ul.anchorLinkList li {
	display: inline-block;
	width: 49%;
	background: url("/contents/sp/homesecurity/img_v2/icon_arrow_anchor.png") no-repeat 0 0.3em;
	margin-bottom: 20px;
	padding-left: 20px;
	padding-right: 5px;
	vertical-align: top;
	box-sizing: border-box;
}

ul.anchorBtnList {
	display: table;
	table-layout: fixed;
	width: 100%;
	border-top: 1px solid #cccccc;
	border-left: 1px solid #cccccc;
}
ul.anchorBtnList li {
	display: table-cell;
	padding: 12px 10px;
	background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
	background-color:#f3f3f3;
	border-bottom: 1px solid #cccccc;
	border-right: 1px solid #cccccc;
}
ul.anchorBtnList li a {
	display: block;
	padding-right: 1em;
	background: url("/contents/sp/homesecurity/img_v2/icon_arrow_anchor_02.png") no-repeat 100% 50%;
	background-size: 14px auto;
	color: #000000;
	text-decoration: none;
}

.bgYellow {
	border: solid 1px #eae6d9;
	background-color: #fffbec;
	padding: 5px 10px 10px 10px;
	margin-bottom: 20px;
}

.bgYellow02 {
	background-color: #fffbec;
	padding: 5px 10px 10px 10px;
	margin: 20px 0;
}

.bgYellow .table,
.bgYellow .table02 {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.bgYellow .table p:first-child,
.bgYellow02 .table p:first-child {
	display: table-cell;
	width: 50%;
}

.bgYellow .table p,
.bgYellow02 .table p {
	display: table-cell;
	vertical-align: middle;
}

.bgYellow .byLead {
	margin: -5px -10px 10px;
	padding: 10px;
	background: #FFECD9;
	font-weight: bold;
}

.bgYellow .byTitle {
	font-weight: bold;
	font-size: 16px;
}

.section .table > div:nth-child(odd),
.section .table > p:nth-child(odd) {
	border-right: solid 5px transparent;
}

.section .table > div:nth-child(even),
.section .table > p:nth-child(even) {
	border-left: solid 5px transparent;
}

.red {
	color: #de0021 !important;
	font-weight: bold;
}

.arrowYellow {
	width: 0;
	height: 0;
	border-top: 30px solid #fbb800;
	border-right: 80px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 80px solid transparent;
	margin: 0 auto;
}

.arrowBlue {
	width: 0;
	height: 0;
	border-top: 30px solid #224f98;
	border-right: 80px solid transparent;
	border-bottom: 30px solid transparent;
	border-left: 80px solid transparent;
	margin: 10px auto 0;
}

.circleBlack {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #000000;
	color: #ffffff;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 20px;
}
.circleBlack02 {
	width: 2px;
	height: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #000000;
	padding: 2px 6px;
	font-size: 12px;
	color: #ffffff;
}

.circleBlue {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #0066cc;
	color: #ffffff;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 20px;
}

.circleBlue02 {
	width: 2px;
	height: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #0066cc;
	padding: 2px 6px;
	font-size: 12px;
	color: #ffffff;
}

.circleGreen {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #009900;
	color: #ffffff;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 20px;
}

.circleGreen02 {
	width: 2px;
	height: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #009900;
	padding: 2px 6px;
	font-size: 12px;
	color: #ffffff;
}

.circlePurple {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #620099;
	color: #ffffff;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 20px;
}

.circlePurple02 {
	width: 2px;
	height: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #620099;
	padding: 2px 6px;
	font-size: 12px;
	color: #ffffff;
}

.circleOrange {
	width: 50px;
	height: 50px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #eb6101;
	color: #ffffff;
	padding: 6px 12px;
	font-weight: bold;
	font-size: 20px;
}

.circleOrange02 {
	width: 2px;
	height: 2px;
	-webkit-border-radius: 50%;
	-moz-border-radius: 50%;
	border-radius: 50%;
	background-color: #eb6101;
	padding: 2px 6px;
	font-size: 12px;
	color: #ffffff;
}

/* faq
------------------------------------------------------------ */
/*
body#faq section {
	background-color: #dcdcdc;
}

body#faq section#head {
	background-color: #ffffff;
}

#faq header.gradient h2 span {
	border-left: 4px solid #de0021;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	padding: 3px 0 0 6px;
	color: #000000;
	background-image : url(/contents/sp/homesecurity/img_v2/icon_close.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 30px;
}

#faq header.gradient h2 span.active {
	border-left: 4px solid #de0021;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	padding: 2px 0 0 6px;
	color: #000000;
	background-image : url(/contents/sp/homesecurity/img_v2/icon_open.png);
	background-repeat: no-repeat;
	background-position: 98% 50%;
	background-size: 30px;
}

#faq .section.faq {
	display: none;
	background-color: #dcdcdc;
	padding: 0 10px 20px 10px;
}

#faq #price .section.faq,
#faq #service .section.faq {
	display: block;
}

#faq #price .accordion:first-child div {
	display: block;
}

#faq .section.faq .accordion h3 {
	background-color: #f4f4f4;
	display: block;
	padding: 20px 35px 20px 60px;
	background-image : url(/contents/sp/homesecurity/img_v2/icon_q.png), url(/contents/sp/homesecurity/img_v2/icon_close02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 1% 50%, 98% 50%;
	background-size: 45px, 22px;
	color: #004898 !important;
	text-decoration: underline;
	margin: 0 !important;
	font-weight: normal !important;
	font-size: 14px !important;
}

#faq .section.faq .accordion h3.active {
	background-image : url(/contents/sp/homesecurity/img_v2/icon_q.png), url(/contents/sp/homesecurity/img_v2/icon_open02.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 1% 50%, 98% 50%;
	background-size: 45px, 22px;
}

#faq .section.faq .accordion h3.pc {
	background-color: #f4f4f4;
	display: block;
	padding: 20px 35px 20px 60px;
	background-image : url(/contents/sp/homesecurity/img_v2/icon_q.png), url(/contents/sp/homesecurity/img_v2/arrow.png);
	background-repeat: no-repeat, no-repeat;
	background-position: 1% 50%, 96% 50%;
	background-size: 45px, 25px;
	color: #004898;
	text-decoration: underline;
	margin: 0;
	font-weight: normal;
	font-size: 14px;
}

#faq .section.faq .accordion ul.iconA li {
	padding: 0 0 0 50px;
	background-image : url(/contents/sp/homesecurity/img_v2/icon_a.png);
	background-repeat: no-repeat;
	background-position: 0 5%;
	background-size: 40px;
	font-size: 14px;
}
*/

/*--- .sp_homesecurity / common elements -----------------------------------------------------*/

body.sp_homesecurity .grid {
	display: table;
	width: 100%;
}
body.sp_homesecurity .grid > .column {
	display: table-cell;
	vertical-align: top;
}
body.sp_homesecurity .borderBox {
	padding: 10px;
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
body.sp_homesecurity .borderBox.borderBoxYellow {
	background-color: #fff5d1;
}
body.sp_homesecurity .attentionBox {
	padding: 14px 10px;
	background-color: #fffbfb;
	border: 1px solid #c1000b;
}
body.sp_homesecurity .attentionBox .attentionBoxIcon {
	padding-left: 36px;
	background: url(/contents/sp/homesecurity/img_v2/icon_attention_01.png) 0 10% no-repeat;
	background-size: 1.6em;
}
body.sp_homesecurity .dottedBoxTop {
	padding-top: 20px;
	border-top: 1px dotted #cccccc;
}

body.sp_homesecurity .widthFull {
	margin-left: -10px;
	margin-right: -10px;
}
body.sp_homesecurity .widthHalf {
	width: 50%;
}
body.sp_homesecurity .widthHalf.center {
	margin: 0 auto;
}
body.sp_homesecurity .widthSmall {
	width: 34%;
}
body.sp_homesecurity .labelSet dt,
body.sp_homesecurity .labelSet dd {
	display: inline-block;
	vertical-align: top;
}
body.sp_homesecurity .labelSet dt {
	padding: 4px 10px;
	background-color: #bce8fd;
	font-weight: bold;
	text-align: center;
}
body.sp_homesecurity .labelSet dd {
	padding: 4px 9px 0;
}

/*--- .sp_homesecurity / header -----------------------------------------------------*/

body.sp_homesecurity header#header {
	width: 100%;
	display: table;
	box-sizing:border-box;
}
body.sp_homesecurity header#header div.logo,
body.sp_homesecurity header#header p.menu-button {
	display: table-cell;
	vertical-align: middle;
	float: none;
}
body.sp_homesecurity header#header div.logo {
	padding-right: 1em;
}
body.sp_homesecurity header#header div.logo h1 img {
	width: 100%
}
body.sp_homesecurity header#header p.menu-button {
	text-align: right;
}
body.sp_homesecurity header#header div.modal {
	z-index: 999;
}

body.sp_homesecurity.sp_homesecurity_image header#header {
	background: none;
}

/*--- .sp_homesecurity / footer -----------------------------------------------------*/

body.sp_homesecurity footer .btnGoTop {
	position: fixed;
	bottom: 10px;
	right: 10px;
}

body.sp_homesecurity.sp_homesecurity_image footer {
	background: none;
	padding-top: 0;
}


/*--- .sp_homesecurity / hx -----------------------------------------------------*/

body.sp_homesecurity header.gradient {
}
body.sp_homesecurity header.gradient h1 {
	background: -moz-linear-gradient(top,#fff 0,#f3f3f3 100%);
	background: -webkit-gradient(linear,left top,left bottom,from(#fff),to(#f3f3f3));
	background-color: #f3f3f3;
	padding: 7px 10px;
}
body.sp_homesecurity header.gradient h1 span {
	border-left: 4px solid #de0021;
	display: block;
	font-size: 22px;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 6px;
	color: #000;
}
body.sp_homesecurity header.gradient h1 span.firstline {
	font-size: 14px;
}
body.sp_homesecurity .headingType01 {
	color: #004898;
}
body.sp_homesecurity .headingType02 {
	border-bottom: 2px solid #de0021;
}
body.sp_homesecurity .headingType03 {
	padding: 10px;
	background-color: #fca000;
	color: #ffffff;
	text-align: center;
}
body.sp_homesecurity .headingType04 {
	padding: 12px;
	background-color: #eeeeee;
	text-align: center;
	font-weight: bold;
}
body.sp_homesecurity h4 {
	font-size: 16px;
}
body.sp_homesecurity header.copy {
	text-align: left;
}

/*--- .sp_homesecurity / img -----------------------------------------------------*/

body.sp_homesecurity img.imgBorder {
	border: 1px solid #cccccc;
	box-sizing: border-box;
}
body.sp_homesecurity .heightAdjust {
	padding: 30px 0;
}
body.sp_homesecurity .heightAdjustThumbnail {
	padding-top: 30px;
}
body.sp_homesecurity .heightAdjustThumbnail_02 {
	padding-top: 55px;
}
body.sp_homesecurity .heightAdjustThumbnail_03 {
	padding-top: 25px;
}


/*--- .sp_homesecurity / 商品インデックスカセット -----------------------------------------------------*/

body.sp_homesecurity .linkBox {
	background: -moz-linear-gradient(top, #fff 0%, #f3f3f3 100%);
	background: -webkit-linear-gradient(top, #fff 0%, #f3f3f3 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#f3f3f3));
	background-color:#f3f3f3;
	background-repeat: no-repeat;
	background-position: 1% 50%,0 100%;
	border-bottom: 2px solid #ffffff;
}
body.sp_homesecurity .linkBoxHeader h2 {
	padding: 7px 10px 0;
	border-top: 2px solid #2f5fad;
}
body.sp_homesecurity .linkBoxHeader h2 span {
	border-left: 4px solid #de0021;
	display: block;
	font-size: 18px;
	font-weight: bold;
	line-height: 1.3;
	padding-left: 6px;
	color: #000;
}
body.sp_homesecurity .linkBox .content {
	padding-right: 30px;
	background: url(/contents/sp/homesecurity/img_v2/arrow_large.png) 98% 50% no-repeat;
	background-size: 17px 44px;
}
body.sp_homesecurity .linkBox a {
	display: block;
	padding: 15px 0 20px;
	color: #333333;
	text-decoration: none;
}
body.sp_homesecurity .linkBox h3 {
	margin-bottom: 10px;
}


/*--- .sp_homesecurity / 問い合わせ先 cvArea -----------------------------------------------------*/

body.sp_homesecurity .section .cvArea {
	margin-top: 0;
}
body.sp_homesecurity .section .cvArea .table>div:only-child {
	border-right: none;
}

/*--- .sp_homesecurity / useful_information -----------------------------------------------------*/
body.sp_homesecurity .useful_information {
	margin: 15px 10px;
	border: 2px solid #2f5fad;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

body.sp_homesecurity .useful_information_inner {
	padding: 0 15px 5px;
	font-size: 14px;
}

body.sp_homesecurity .useful_information_inner li {
	margin-bottom: 5px;
}

body.sp_homesecurity .useful_information_inner p {
	margin-bottom: 15px;
}

body.sp_homesecurity .useful_information h4 {
	padding: 5px 2px 5px 24px;
	background: #e6f0ff url(/contents/sp/homesecurity/img_v2/icon_useful_information.gif) 6px center no-repeat;
	background-size: 17px;
	border-bottom: 1px solid #063d8f;
	color: #2f5fad;
	font-weight: mbold;
	margin-bottom: 10px;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1.3;
}

body.sp_homesecurity .useful_information h4 span {
	font-size: 12px;
	margin-left: 5px;
}

/*--- .sp_homesecurity / useful_information_blue -----------------------------------------------------*/
body.sp_homesecurity .useful_information_blue {
	margin: 15px 10px;
	border: 2px solid #063d8f;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

body.sp_homesecurity .useful_information_blue_inner {
	padding: 10px 15px 5px;
	font-size: 14px;
	background-color: #fff6cc;
}

body.sp_homesecurity .useful_information_blue_inner li {
	margin-bottom: 5px;
}

body.sp_homesecurity .useful_information_blue_inner p {
	margin-bottom: 15px;
}

body.sp_homesecurity .useful_information_blue h4 {
	padding: 5px 2px 5px 29px;
	background: #063d8f url(/contents/sp/homesecurity/img_v2/icon_useful_info.png) 3px center no-repeat;
	background-size: 28px;
	border-bottom: 1px solid #063d8f;
	color: #ffffff;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1.3;
}

body.sp_homesecurity .useful_information_blue h4 span {
	font-size: 12px;
	margin-left: 5px;
}

/*--- .sp_homesecurity / useful_information_yellow -----------------------------------------------------*/
body.sp_homesecurity .useful_information_yellow {
	margin: 15px 10px;
	border: 2px solid #ffba16;
	border-top-left-radius: 3px;
	border-top-right-radius: 3px;
}

body.sp_homesecurity .useful_information_yellow_inner {
	padding: 10px 15px 5px;
	font-size: 14px;
	background-color: #ffeebb;
}

body.sp_homesecurity .useful_information_yellow_inner li {
	margin-bottom: 5px;
}

body.sp_homesecurity .useful_information_yellow_inner p {
	margin-bottom: 15px;
}

body.sp_homesecurity .useful_information_yellow h4 {
	padding: 5px 2px 5px 29px;
	background: #ffba16 url(/contents/sp/homesecurity/img_v2/icon_useful_info.png) 3px center no-repeat;
	background-size: 28px;
	border-bottom: 1px solid #ffba16;
	color: #063d8f;
	font-weight: bold;
	font-size: 14px;
	letter-spacing: -1px;
	line-height: 1.3;
}

body.sp_homesecurity .useful_information_yellow h4 span {
	font-size: 12px;
	margin-left: 5px;
}


/*--- .sp_homesecurity / SNS -----------------------------------------------------*/

body.sp_homesecurity .snsSet {
	width: 100%;
	padding: 20px 10px 0;
	box-sizing: border-box;
}
body.sp_homesecurity .snsSet .column {
	width: 33%;
	text-align: center;
	border-right: 1px solid #cccccc;
}
body.sp_homesecurity .snsSet .column img {
	width: 100%;
}
body.sp_homesecurity .snsSet .column:last-child {
	border-right: none;
}


header.check {
	padding: 6px 10px;
	padding-left: 38px;
	background:url(/contents/sp/homesecurity/img/goods/nvrcamera/icon_check_01.png) #00b3b3 no-repeat 12px 50%;
	background-size: 22px;
	color:#ffffff;
	font-weight: bold;
}

/*--- .sp_homesecurity / inlineBlock -----------------------------------------------------*/

body.sp_homesecurity .inlineBlockWrapper {
	width: 100%;
	margin-top: 20px;
	font-size: 0;
}
body.sp_homesecurity .inlineBlockWrapper .inlineBlockItem {
	width: 48%;
	display: inline-block;
	vertical-align: top;
	padding-right: 0.7em;
	padding-bottom: 1em;
	word-wrap : break-word;
	overflow-wrap : break-word;
	font-size: 16px;
}
body.sp_homesecurity .inlineBlockWrapper .inlineBlockItem:nth-child(2n) {
	padding-right: 0;
}

/*--- .sp_homesecurity / table -----------------------------------------------------*/

body.sp_homesecurity table.tableGray {
	width: 100%;
	table-layout: fixed;
	border-collapse: collapse;	
	border-left: 1px solid #cccccc;
	border-top: 1px solid #cccccc;
}
body.sp_homesecurity table.tableGray.tableFlexible {
	table-layout: auto;
}
body.sp_homesecurity table.tableGray th {
	background-color: #f4f4f4;
	text-align: center;
}
body.sp_homesecurity table.tableGray th,
body.sp_homesecurity table.tableGray td {
	box-sizing: border-box;
	padding: 10px;
	border-right: 1px solid #cccccc;
	border-bottom: 1px solid #cccccc;
	vertical-align: middle;
}
body.sp_homesecurity table.tableGray .emphasis {
	background-color: #f4f4f4;
}


/*--- .sp_homesecurity / tableScroll -----------------------------------------------------*/

body.sp_homesecurity .tableScroll {
	overflow: auto;
	white-space: nowrap;
}
body.sp_homesecurity .tableScroll > table {
	table-layout: auto;
}
body.sp_homesecurity .tableScroll::-webkit-scrollbar{
	height: 5px;
}
body.sp_homesecurity .tableScroll::-webkit-scrollbar-track{
	background: #F1F1F1;
}
body.sp_homesecurity .tableScroll::-webkit-scrollbar-thumb {
	background: #BCBCBC;
}

/*--- .sp_homesecurity / arrowDown -----------------------------------------------------*/

body.sp_homesecurity .arrowDown {
	width: 50px;
	margin: 20px auto;
	text-align: center;
}

body.sp_homesecurity .arrowDown {
	width: 0;
	height: 0;
	margin: 20px auto;
	border: 40px solid transparent;
	border-top: 30px solid #ffffff;
	border-bottom: none;
}

body.sp_homesecurity .arrowDown.arrowDownRed {
	border-top-color: #d70000;
}

body.sp_homesecurity .arrowDown.arrowDownYellow {
	border-top-color: #fda700;
}

/*--- .sp_homesecurity / 画像拡大-----------------------------------------------------*/

body.sp_homesecurity.sp_homesecurity_image {
	-webkit-text-size-adjust: 100%;
}
body.sp_homesecurity.sp_homesecurity_image .imageWrapper {
	position: relative;
}
body.sp_homesecurity.sp_homesecurity_image .imageWrapper .imageZoom {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	width: 60px;
	height: 60px;
	text-align: center;
}

/*--- .sp_homesecurity / Youtube -----------------------------------------------------*/

body.sp_homesecurity .video-container {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
 
body.sp_homesecurity .video-container iframe,  
body.sp_homesecurity .video-container object,  
body.sp_homesecurity .video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/*--- .sp_homesecurity / ダミーエレメント判別用クラス（開発用） -----------------------------------------------------*/
body.sp_homesecurity .dummyElement {
	border: 1px dashed #FF0000;
	box-sizing: border-box;
}
body.sp_homesecurity .dummyElement:before {
	content: "ダミーエレメント";
	padding: 2px;
	color: white;
	background: red;
	font-size: 10px;
}

/*--- .sp_homesecurity / FAQ -----------------------------------------------------*/
body.sp_homesecurity h1#faq{
	margin:0 0 10px 0;
	border:0;
	padding:10px;
	box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
	-webkit-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
	-moz-box-shadow:0px 5px 5px 0px rgba(0,0,0,0.15);
}
body.sp_homesecurity h1 span{
	padding:2px 10px 2px;
	border-left:solid 6px #de0021;
	font-size:22px;
	font-weight:bold;
	text-shadow:none;
	color:#000;
}
/*body.sp_homesecurity #faqTopHead p{
	background-image: url(/contents/sp/homesecurity/img/support/faq/i_check.png);
	background-position:10px 5px;
	background-size:58px 62px;
	background-repeat:no-repeat;
	padding:10px 10px 10px 70px;
	min-height:62px;
	font-size:14px;
}*/
body.sp_homesecurity section.toggle{
}
body.sp_homesecurity section.toggle h2 {
	cursor: pointer;
	background-color: #de0021;
	background-position:0 0;
	background-size:auto auto;
	background-repeat:repeat;
	padding: 7px 10px;
	border: none;
	display: block;
	margin-bottom:0;
}
body.sp_homesecurity section.toggle.close h2 {/*/contents/sp/homesecurity/img/support/faq/h2_bg.jpg*/
	cursor: pointer;
	display: block;
}
body.sp_homesecurity section.toggle h2 span{
	padding:2px 6px 2px;
	border-left:solid 4px #de0021;
	font-size:18px;
	font-weight:bold;
	color: #ffffff;
	display:block;
	/*background-image: url(/contents/sp/homesecurity/img_v2/icon_minus_w.png);*/
	background-position:100% 50%;
	background-size:19px 18px;
	background-repeat:no-repeat;
}
body.sp_homesecurity section.toggle.close h2 span{
	/*background-image: url(/contents/sp/homesecurity/img_v2/icon_plus_w.png);*/
}

body.sp_homesecurity section.bg {
	background: #dcdcdc;
	padding: 10px;
}

body.sp_homesecurity section.bg.more {
	display: block;
}

body.sp_homesecurity ul.accordion ul {
	/*display: none;*/
	margin: 0;
	padding:0;
}
body.sp_homesecurity ul.accordion > li {
	background:#f0f0f0;
	border: 1px solid #fff;
	border-bottom:none;
	padding: 0;
	display: block;
	text-align: left !important;
}

body.sp_homesecurity ul.accordion > li > dl {
	cursor: pointer;
	padding: 7px 0 7px 0;
	text-align: left !important;
	display: table;
	width: 100%;
	table-layout: fixed;
}

body.sp_homesecurity ul.accordion > li > dl dt {
	
}

body.sp_homesecurity ul.accordion > li > dl dd {
	display: block;
	font-weight: bold;
	text-align: left !important;
	color:#004898;
	text-decoration:underline;
	font-weight:normal;
	background-image:url(/contents/sp/homesecurity/img/support/faq/i_q.png);
	background-position: 10px 5px;
	background-repeat: no-repeat;
	background-size:27px 27px;
	min-height:37px;
	/*font-size:14px;*/
}

body.sp_homesecurity ul.accordion ul.more {
	display: none;
}

body.sp_homesecurity ul.accordion > li > dl > dd span {
	background-image:url(/contents/sp/homesecurity/img/support/faq/icon_minus_r.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size:18px 18px;
	padding-right: 30px;
	padding-left: 45px;
	margin-right:10px;
	display:block;
	text-align: left !important;
}

body.sp_homesecurity ul.accordion > li > dl > dd span.open {
	background-image:url(/contents/sp/homesecurity/img/support/faq/icon_plus_r.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size:18px 18px;
	padding-right: 30px;
	display:block;
}

body.sp_homesecurity ul.accordion > li.answer > dl > dd span {
	background-image:url(/contents/sp/homesecurity/img/support/faq/icon_plus_g.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size:18px 18px;
	padding-right: 30px;
	display:block;
	text-align: left !important;
}

body.sp_homesecurity ul.accordion > li.answer > dl > dd span.open {
	background-image:url(/contents/sp/homesecurity/img/support/faq/icon_minus_g.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size:18px 18px;
	padding-right: 30px;
	display:block;
	text-align: left !important;
}


body.sp_homesecurity ul.accordion > li > ul {
	margin: 0;
	background: #fff;
	vertical-align: middle;
	background-image:url(/contents/sp/homesecurity/img/support/faq/i_a.png);
	background-position: 10px 10px;
	background-repeat: no-repeat;
	background-size:27px 27px;
	padding:10px 5px 10px 45px;
}

body.sp_homesecurity ul.accordion > li > ul > li {
	vertical-align: top;
	/*font-size:14px;*/
}

body.sp_homesecurity ul.accordion > li > ul > li:last-child {
	
}

body.sp_homesecurity ul.accordion li li a.pc{
	background-attachment: scroll;
    background-clip: border-box;
    background-color: rgba(0, 0, 0, 0);
    background-image: url("/contents/sp/homesecurity/img/common/content/icon-pc-01.png");
    background-origin: padding-box;
    background-position: 100% 50%;
    background-repeat: no-repeat;
    background-size: 16px auto;
    padding-right: 24px;
}
body.sp_homesecurity ul.accordion dl dd sup{
	color:#004898;
	font-size:12px;
}

body.sp_homesecurity ul.accordion > li > dl > dd a {
	background-image:url(/contents/sp/homesecurity/img/support/faq/icon_pc.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
	background-size:25px 20px;
	padding-right: 30px;
	display:block !important;
	text-decoration: none;
	color: #333;
	text-align: left !important;
}
body.sp_homesecurity ul.linkList li a.pc {
	background: url(/contents/sp/homesecurity/img/common/content/icon-pc-01.png) 100% 50% no-repeat;
	background-size: 16px;
	padding-right: 24px;
}


/* miscellaneous
------------------------------------------------------------ */
/* align */
.left {
	text-align: left !important;
}
.center {
	text-align: center !important;
}
.right {
	text-align: right !important;
}

.bottom {
	vertical-align: bottom !important;
}
.middle {
	vertical-align: middle !important;
}
.top {
	vertical-align: top !important;
}

/* font */
.large {
	font-size: 18px;
	line-height: 1.333;
}
.x-large {
	font-size: 24px;
	line-height: 1.333;
}
.xx-large {
	font-size: 27px;
	line-height: 1.333;
}
.m-small {
	font-size: 14px;
}
.small {
	font-size: 12px;
}
.x-small {
	font-size: 10px;
}
.c-orange {
	color: #fe6301;
}
.c-red {
	color: #de0021;
}

.c-gray {
	color: #666;
}

.c-default {
	color: #000000;
}

/* icon */
.icon-number-01 {
	background: url(/contents/sp/homesecurity/img/common/content/icon-number-01.png) 0 0 no-repeat;
	background-size: 19px;
	padding-left: 25px;
}
.icon-number-02 {
	background: url(/contents/sp/homesecurity/img/common/content/icon-number-02.png) 0 0 no-repeat;
	background-size: 19px;
	padding-left: 25px;
}
.icon-number-03 {
	background: url(/contents/sp/homesecurity/img/common/content/icon-number-03.png) 0 0 no-repeat;
	background-size: 19px;
	padding-left: 25px;
}
.icon-number-04 {
	background: url(/contents/sp/homesecurity/img/common/content/icon-number-04.png) 0 0 no-repeat;
	background-size: 19px;
	padding-left: 25px;
}

/* image */
.image {
	font-size: 0;
	line-height: 0;
	padding-bottom: 5px;
	padding-top: 4px;
	position: relative;
}

/* margin padding */
.mt--15{
	margin-top: -15px!important;
}
.mt-5 {
	margin-top: -4px !important;
}
.mt-10 {
	margin-top: 1px !important;
}
.mt-15 {
	margin-top: 6px !important;
}
.mt-20 {
	margin-top: 11px !important;
}
.mt-25 {
	margin-top: 16px !important;
}
.mt-30 {
	margin-top: 21px !important;
}
.mt-45{
	margin-top: 45px!important;
}
.mb-0 {
	margin-bottom: 0 !important;
}
.mb-5 {
	margin-bottom: 5px !important;
}
.mb-10 {
	margin-bottom: 10px !important;
}
.mb-15 {
	margin-bottom: 15px !important;
}
.mb-20 {
	margin-bottom: 20px !important;
}
.mb-25 {
	margin-bottom: 25px !important;
}
.mb-30 {
	margin-bottom: 30px !important;
}
.mbn-30 {
	margin-bottom: -21px !important;
}
.mtn-5 {
	margin-top: -5px !important;
}
.mtn-15 {
	margin-top: -15px !important;
}
.pl-5 {
	padding-left: 5px !important;
}
.pl-10 {
	padding-left: 10px !important;
}
.pl-15 {
	padding-left: 15px !important;
}
.pl-20 {
	padding-left: 20px !important;
}
.pl-30 {
	padding-left: 30px !important;
}
.pt-0 {
	padding-top: 0 !important;
}
.pt-15 {
	padding-top: 6px !important;
}
.pb-10 {
	padding-bottom: 10px !important;
}
.pb-20 {
	padding-bottom: 20px !important;
}
.pb-40{
	padding-bottom: 40px!important;
}

/* float */
.fLeft {
	float: left;
}

.fRight {
	float: right;
}

/* add */
.text-red{
	color: #de0021!important;
}

.bg-pink{
	background-color: #fdbcce!important;
}

.bg-yellow{
	background-color: #fff798!important;
}

.bg-grey{
	background-color: #f4f4f4!important;
}

.light-icon{
	background: url(/contents/sp/homesecurity/img/goods/film/img_icon_light.png) 5px 10% no-repeat!important;
	background-size: 16px 29px!important;
}

.fRight-box{
	float: right;
	width: 42%;
}

.round-line-01{
	border: 1px solid #c1000b;
	margin-bottom: 0!important;
}
.round-line-02{
	border-left: 1px solid #c1000b;
	border-right: 1px solid #c1000b;
	border-bottom: 1px solid #c1000b;
}

.point-box {
	border: 1px solid #cccccc;
}
.point-box h4 {
	margin: 0;
	padding: 10px;
	color: #de0021;
	font-size: 18px;
	background-color: #e5e5e5;
}
.point-box p{
	padding: 10px;
}

.table-img{
	width: 125px!important;
}

.js-accordion-content, .js-accordion-content div{
	display: block!important;
}

.box-center{
	margin: 0 auto;
}

.bold{
	font-weight: bold;
}

.headingType06{
	color: #de0021!important;
	padding: 10px;
	background-color: #e5e5e5;
	border-top: 1px solid #cccccc;
	margin-bottom: 10px!important;
}

.headingType06 + p{
	padding: 0 10px;
}

.accordionHeadline{
	border: none;
	border-top: 1px dotted #cccccc!important;
	background: none!important;
	padding: 14px 0 0 0!important;
	margin: 0 10px;
}

.accordionHeadline span{
	border-left: none!important;
	padding: 0!important;
	font-size: 16px!important;
}

.image60{
	width: 60%!important;
}

.textRight {
  text-align: right;
}

/* clearfix */
.clearfix:after {
	overflow: hidden;
	clear: both;
	display: block;
	visibility: hidden;
	height: 0;
	line-height: 0;
	content: " ";
}

.clearfix {
	zoom: 1;
}





 /* -----------------------------------
 2017 / 03 / 13 追記
 -----------------------------------  */
.textRight {
  text-align: right;
}




/*----------------201707（MOv用）----------*/

.embed-container { position: relative; padding-bottom: 56.25%; height: 0; overflow: hidden; max-width: 100%; } .embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }

 /* -----------------------------------
 2017 / 06 / 24 追記
 -----------------------------------  */

.movieBox01 {
	background: #f4f4f4;
	padding: 10px;
	margin-top: 10px;
}

.movieBox01 h3 {
	margin-top: 15px;
}

ol.noticeNum01 {
	margin-top: 10px;
}

ol.noticeNum01 li {
	text-indent: -3em;
	padding-left: 3em;
	font-size: 12px;
	margin-bottom: 5px;
}

/* -----------------------------------
 2017 / 06 / 24 追記
 -----------------------------------  */

.price_link {
	margin: 20px 0;
}
.price_link img {
	width: 100%;
}



/* pointBox */

#floorPlan {
	margin: 0 10px 20px 10px;
}

#floorPlan header {
	margin: 0 -10px;
}
#floorPlan .floor {
	display: inline-block;
	border: solid 1px #333333;
	width: 80px;
	text-align: center;
	padding: 5px 0 3px;
	font-size: 14px;
	line-height: 1;
	margin-top: 10px;
}

#floorPlan img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#floorPlan .lead {
	font-size: 16px;
	font-weight: bold;
	margin: 10px 0 20px;
	line-height: 1.2;
}

#floorPlan .pointBox {
	margin: 0 15px 0 10px;
}

#floorPlan .pointBox ul {
	margin-right: -15px;
	letter-spacing: -.4em;
}

#floorPlan .pointBox li {
	letter-spacing: normal;
	display: inline-block;
	vertical-align: top;
	width: 50%;
	box-sizing: border-box;
	padding: 0 15px 0 0;
	position: relative;
}

#floorPlan .pointBox li:nth-child(n+3) {
	margin-top: 30px;
}

#floorPlan .pointBox li > div,
#floorPlan .pointBox li > dl {
	border: solid 1px #dd001d;
	padding: 10px 10px 5px 10px;
}

#floorPlan .pointBox.senior li > div {
	border-color: #cccccc;
}

#floorPlan .pointBox.senior li > div dl {
	margin-top: 10px;
}

#floorPlan .pointBox li .point {
	position: absolute;
	top: -5px;
	left: -5px;
	z-index: 1;
	font-size: 0;
}

#floorPlan .pointBox li .point img {
	width: 46px;
}

#floorPlan .pointBox li .photo img {
	zoom: 1;
}

#floorPlan .pointBox li p {
	font-size: 12px;
	margin-top: 5px;
	line-height: 1.2;
}

#floorPlan .pointBox li.full {
	width: 100%;
}

#floorPlan .pointBox li.full > div:after {
	content: "";
	display: block;
	clear: both;
}

#floorPlan .pointBox li.full .photo {
	float: left;
	margin-right: 10px;
}

#floorPlan .pointBox li.full .photo img {
	width: auto;
	zoom: 0.5;
}

#floorPlan .pointBox li.full p {
	overflow: hidden;
	margin: 0;
}

#floorPlan .pointBox li dt,
#floorPlan .pointBox li dd {
	font-size: 12px;
}

#floorPlan .pointBox li dt {
	font-weight: bold;
}

#floorPlan .pointBox li.color01 .point,
#floorPlan .pointBox li.color02 .point {
	top: -14px;
}

#floorPlan .pointBox li.color01 > dl {
	border-color: #e68b0b;
	background: #fffaec;
}

#floorPlan .pointBox li.color01 dt {
	color: #e68b0b;
}

#floorPlan .pointBox li.color02 > dl {
	border-color: #862f9e;
	background: #fffaec;
}

#floorPlan .pointBox li.color02 dt {
	color: #862f9e;
}


/* rooms */

#floorPlan .rooms {
	margin: 0 10px;
}

#floorPlan .rooms.simple {
	margin: 20px 10px;
}

#floorPlan .rooms img {
	width: 100%;
}

/* hanrei */

#floorPlan .hanrei {
	margin: 10px 10px 0px;
}

#floorPlan .hanrei h3 {
	font-size: 14px;
	margin-bottom: 10px;
}

#floorPlan .hanrei li {
	margin-bottom: 3px;
	font-size: 14px;
}

#floorPlan .hanrei li img {
	vertical-align: middle;
	margin-right: 10px;
}

#floorPlan .linkList {
	padding-top: 20px;
	border-top: 1px dotted #CCC;
}


/*----------------------------------------------------*/ 
/* planDevice
------------------------------------------------------*/ 

#equipInfo .planDevice {
	background: #f5f5f5;
	border-radius: 5px;
	padding: 15px 10px;
	margin:0 10px 15px 10px;
}

#equipInfo .planDevice img {
	width: auto;
	max-width: 100%;
	height: auto;
}

#equipInfo .planDevice h3 {
	color: #009fa8;
	font-size: 16px;
	margin-bottom: 15px;
}

#equipInfo .planDevice h3 sup {
	color: #009fa8;
}

#equipInfo .planDevice p {
	font-size: 12px;
}

#equipInfo .planDevice .index {
	border: solid 1px #009fa8;
	background: #fff;
	padding: 0 20px 20px;
}

#equipInfo .planDevice .index dt {
	font-size: 14px;
	font-weight: bold;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom: solid 1px #009fa8;
	margin-top: 20px;
	color: #009fa8;
}

#equipInfo .planDevice .index dd {
	text-indent: -1em;
	padding-left: 1em;
	font-size: 12px;
}

#equipInfo .btnDevice {
	margin-top: 20px;
	text-align: center;
}

#equipInfo .planDevice h4 {
	background: #009fa8;
	border-radius: 5px;
	color: #fff;
	font-size: 14px;
	margin: 20px 0 10px;
	padding: 2px 10px;
	position: relative;
}

#equipInfo .planDevice h4 .new {
	position: absolute;
	right: 5px;
	top: -10px;
	z-index: 1;
}

#equipInfo .planDevice .detail {
	overflow: hidden;
}

#equipInfo .planDevice .imgL {
	float: left;
	margin: 0 10px 0 0;
}

#equipInfo .planDevice p {
	overflow: hidden;
	margin-bottom: 10px;
}

#equipInfo .planDevice .pickup {
	background: #fff;
	padding: 20px 10px 20px 20px;
	overflow: hidden;
	margin-top: 20px;
}

#equipInfo .planDevice .pickup .tit {
	color: #009fa8;
	font-size: 14px;
	font-weight: bold;
}

#equipInfo .linkList {
	font-size: 14px;
	padding-top: 10px;
	margin-top: 20px;
	border-top: 1px dotted #CCC;
	clear: both;
} 
