<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */
body {
	font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", "Osaka", sans-serif;
	background:#fff;
}
main a {
	color: #f60;
}

.img-fluid{
	max-width:100%;
	height:auto;
}

/*----------------------------------------
bootstrap custom add-on
-------------------------------------------*/
.navbar {
	margin-bottom: 0px;
	background-color: #ffffff;
}
.navbar_norton {
	border-top: #FFAB00 solid 2px;
	min-height: 60px;
	font-size: 0.99em;
}
.navbar-default_norton {
	/*background-color: rgb(255, 255, 255);
	opacity: 0.9;
	box-shadow: 0px 0px 5.64px 0.36px rgba(4, 0, 0, 0.18);*/
}
.navbar-default .navbar-nav &gt; li &gt; a {
	background-color: #ffffff;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	text-decoration: none;
}
.navbar-default .navbar-nav &gt; li &gt; a:hover, .navbar-default .navbar-nav &gt; li &gt; a:focus {
	color: #333;
	background-color: #FFD671;
}
.dropdown-menu &gt; li &gt; a {
	display: block;
	padding: 3px 20px;
	clear: both;
	font-weight: normal;
	line-height: 1.42857143;
	color: #333;
	white-space: nowrap;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
}
.dropdown-menu &gt; li &gt; a:hover, .dropdown-menu &gt; li &gt; a:focus {
	color: #262626;
	text-decoration: none;
	background-color: #FFD671;
}

@media(max-width:991px) {
.title_bg_index, .title_bg_and, .title_bg_win, .title_bg_mac, .title_bg_ios {
	/*margin-top: 60px;*/
}
}

@media(max-width:767px) {
.title_bg_index, .title_bg_and, .title_bg_win, .title_bg_mac, .title_bg_ios {
	margin-top: -2px;
}
}

@media (min-width: 767px) {
	  .navbar {
    border-radius: 0px;
  }
.navbar-nav_norton &gt; li &gt; a {
	padding-top: 20px;
	padding-bottom: 20px;
	line-height: 20px;
}
}

@media (min-width: 768px) {
.container {
	/*width: 750px;*/
	width: 740px;
}
}

@media (min-width: 992px) {
.container {
	/*width: 970px;*/
	width: 940px;
}
}

@media (min-width: 1200px) {
.container {
	/*width: 1170px;*/
	width: 1080px;
}
}
.label-win {
	color:#000;
	background-color: #22C4FB;
}
.label-mac {
	color:#000;
	background-color: #a9b8bd;
}
.label-android {
	color:#000;
	background-color: #6ba850;
}
.label-ios {
	color: #000;
	background-color: #B2D3DF;
}
.label-deluxe {
	color:#000;
	background-color: #f8b500;
}
.label-premium {
	color:#000;
	background-color: #f08200;
}

/*-------------------------------------------
common
----------------------------------------------*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
	position: relative;
	min-height: 1px;
	padding-right: 0px;
	padding-left: 0px;
}
.panel-danger2 {
	border-color: #ebccd1;
}
.panel-danger2 &gt; .panel-heading {
	color: #EF595C;
	background-color: #FFE9E9;
	border-color: #ebccd1;
}
.panel-danger2 &gt; .panel-heading + .panel-collapse &gt; .panel-body {
	border-top-color: #ebccd1;
}
.panel-danger2 &gt; .panel-heading .badge {
	color: #f2dede;
	background-color: #a94442;
}
.panel-danger2 &gt; .panel-footer + .panel-collapse &gt; .panel-body {
	border-bottom-color: #ebccd1;
}

/*------------------------------------------------------
tab-nav
---------------------------------------------------------*/
.tab-bg {
	background-image: -moz-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(250,250,250) 13%, rgb(255,255,255) 27%);
	background-image: -webkit-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(250,250,250) 13%, rgb(255,255,255) 27%);
	background-image: -ms-linear-gradient( 90deg, rgb(238,238,238) 0%, rgb(250,250,250) 13%, rgb(255,255,255) 27%);
}
.nav-tabs {
	border-bottom: 1px solid #eee;
}
.nav-tabs &gt; li {
	float: left;
	margin-bottom: -1px;
	width: 30%;
	text-align: center;
}
.nav-tabs &gt; li &gt; a {
	margin-right: 5px;
	line-height: 1.42857143;
	border: 1px solid transparent;
	background-color: rgba(240,240,240,0.59);
	border-radius: 4px 4px 0 0;
	text-decoration: none;
}
.nav-tabs li:first-child {
	margin-left: 18px;
}
.nav-tabs &gt; li &gt; a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs &gt; li.active &gt; a, .nav-tabs &gt; li.active &gt; a:hover, .nav-tabs &gt; li.active &gt; a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 3px solid #FF9927;
	border-bottom-color: transparent;
}

@media only screen and (max-width: 479px) {
.nav-tabs &gt; li {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs &gt; li:first-child {
	margin-left: 0;
}
.nav-tabs &gt; li:last-child {
	margin-bottom: 0;
}
}

/*------------------------------------------------------
tab-nav LP
---------------------------------------------------------*/
.tab-bg-lp {
	background-color:#F8F8F8;
	padding-top:20px;
}

.nav-tabs-lp {
	border-bottom: 1px solid #eee;
}
.nav-tabs-lp &gt; li {
	float: left;
	margin-bottom: -1px;
	width: 45%;
	text-align: center;
	font-size:1.4em
}
.nav-tabs-lp &gt; li &gt; a {
	margin-right: 5px;
	line-height: 1.42857143;
	border: 2px solid transparent;
	/*background-color: rgba(240,240,240,0.59);*/
	background-color: #FFE4E5;
	border-radius: 4px 4px 0 0;
}
.nav-tabs-lp li:first-child {
	margin-left: 18px;
}
.nav-tabs-lp &gt; li &gt; a:hover {
	border-color: #eee #eee #ddd;
}
.nav-tabs-lp &gt; li.active &gt; a, .nav-tabs-lp &gt; li.active &gt; a:hover, .nav-tabs-lp &gt; li.active &gt; a:focus {
	color: #555;
	cursor: default;
	background-color: #fff;
	border: 1px solid #ddd;
	border-top: 3px solid #FF9927;
	border-bottom-color: transparent;
}

@media only screen and (max-width: 479px) {
.nav-tabs-lp &gt; li {
	width: 100%;
	text-align: center;
	margin-bottom: 5px;
}
.nav-tabs-lp &gt; li:first-child {
	margin-left: 0;
}
.nav-tabs-lp &gt; li:last-child {
	margin-bottom: 0;
}
}

.linkpwin, .linkPwin {
	background: url(/option/security/nms/img/ico_linkw.gif) right top no-repeat;
	padding-right: 19px;
}
ul.bltGry {
	margin: 0px;
	padding: 0px;
}
ul.bltGry li {
	list-style: none;
	background: url(/option/security/nms/img/icon_grey_dot_16x15.png) left 3px no-repeat;
	padding-left: 20px;
	margin-left: 15px;
}
.t-indent {
	padding-left: 20px;
	padding-right: 10px;
	margin-left: 2.0em; /* ブロック全体を 2em（2文字）分右に */
	text-indent: -1.0em; /* 先頭の1行のみ 1em（1文字）分左に */
}
.fs12 {
	font-size: 12px;
}
.fs14 {
	font-size: 14px;
}
.fs15 {
	font-size: 15px;
}
.fs16 {
	font-size: 16px;
}
.fs18 {
	font-size: 18px;
}
.fs20 {
	font-size: 20px;
}
.txt-nomal {
	font-weight: normal;
}
.txt-red {
	color: red;
}
.txt-white {
	color: white;
	text-align: left;
}
.bdr {
	border: #ebebeb solid 1px;
}
.bdrT {
	border-top: #CCC dashed 1px;
}
.bdrB .borderDotted_g {
	border-bottom: #CCC dashed 1px;
}
.bdrY {
	border: #FFC700 solid 1px
}

.bgY{background:#FFC700;}
.bdrd20{border-radius:20px;}
/*------------------------
width
--------------------------*/
.w100per, .w80per, .w50per {
	display: block;
	margin: auto;
}
.w100per {
	width: 100%;
}
.w80per {
	width: 80%;
}
.w50per {
	width: 50%;
}

@media (max-width: 768px) {
.w80per {
	width: 95%;
}
.w50per {
	width: 95%;
}
}
/*------------------------------
background
--------------------------------*/
.bgLGry {
	background: #F2F2F2;
}
.bgGryptn {
	background: url(/option/security/nms/img/p_bg.gif) repeat;
}
.bdl10 {
	border-left: #FC0 solid 10px;
}
.bg_line-w {
	background: url(/option/security/nms/img/p_bg_white.png) repeat;
}
.bg_white {
	background: rgba(255,253,253,1);
}
/*----------------------------------------------------------------------------
function
-------------------------------------------------------------------------------*/
.box {
	border: 5px #fff solid;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=145, Strength=3);
	-moz-box-shadow: 0px 0px 4px #cccccc;
	-webkit-box-shadow: 0px 0px 4px #cccccc;
	box-shadow: 0 0 4px #cccccc;
	border-radius: 3px;
	margin: 8px;
	overflow: hidden;
}
.box-flat {
	margin: 8px;
}
.icon_function {
	padding-left: 95px;
	padding-right: 10px;
	padding-top: 0.6em;
	padding-bottom: 0.3em;
	margin-bottom: 1em;
	position: relative
}
.icon_function:before {
	content: '';
	display: block;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 18px;
	margin-top: -30px;
	background-repeat: no-repeat
}
.icon_function:after {
	content: '';
	display: table;
	clear: both
}
.icon_function p {
	margin: 0.1em;
}
.icon_function.item1_1:before {
	background-position: 0 0
}
.icon_function.item1_2:before {
	background-position: -65px 0
}
.icon_function.item1_3:before {
	background-position: -130px 0
}
.icon_function.item1_4:before {
	background-position: -195px 0
}
.icon_function.item1_5:before {
	background-position: -260px 0
}
.icon_function.item1_6:before {
	background-position: -325px 0
}
.icon_function.item2_1:before {
	background-position: 0 -65px
}
.icon_function.item2_2:before {
	background-position: -65px -65px
}
.icon_function.item2_3:before {
	background-position: -130px -65px
}
.icon_function.item2_4:before {
	background-position: -195px -65px
}
.icon_function.item2_5:before {
	background-position: -260px -65px
}
.icon_function.item2_6:before {
	background-position: -325px -65px
}
.icon_function.item3_1:before {
	background-position: 0 -130px
}
.icon_function.item3_2:before {
	background-position: -65px -130px
}
.icon_function.item3_3:before {
	background-position: -130px -130px
}
.icon_function.item3_4:before {
	background-position: -195px -130px
}
.icon_function.item3_5:before {
	background-position: -260px -130px
}
.icon_function.item3_6:before {
	background-position: -325px -130px
}
.icon_function.item4_1:before {
	background-position: 0 -195px
}
.icon_function.item4_2:before {
	background-position: -65px -195px
}
.icon_function.item4_3:before {
	background-position: -130px -195px
}
.icon_function.item4_4:before {
	background-position: -195px -195px
}
.icon_function.item4_5:before {
	background-position: -260px -195px
}
.icon_function.item4_6:before {
	background-position: -325px -195px
}
.icon_function.item5_1:before {
	background-position: 0 -260px
}
.icon_function.item5_2:before {
	background-position: -65px -260px
}
.icon_function.item5_3:before {
	background-position: -130px -260px
}
.icon_function.item5_4:before {
	background-position: -195px -260px
}
.icon_function.item5_5:before {
	background-position: -130px -520px;
}
.icon_function.item5_6:before {
	background-position: -325px -260px
}
.icon_function.item6_1:before {
	background-position: 0 -325px
}
.icon_function.item6_2:before {
	background-position: -65px -325px
}
.icon_function.item6_3:before {
	background-position: -130px -325px
}
.icon_function.item6_4:before {
	background-position: -195px -325px
}
.icon_function.item6_5:before {
	background-position: -260px -325px
}
.icon_function.item6_6:before {
	background-position: -325px -325px
}
.icon_function.item7_1:before {
	background-position: 0 -390px
}
.icon_function.item7_2:before {
	background-position: -65px -390px
}
.icon_function.item7_3:before {
	background-position: -130px -390px
}
.icon_function.item7_4:before {
	background-position: -195px -390px
}
.icon_function.item7_5:before {
	background-position: -260px -390px
}
.icon_function.item7_6:before {
	background-position: -325px -390px
}
.icon_function.item7_7:before {
	background-position: -260px -195px
}
.icon_function.item-nso_1:before {
	background-position: -0px -780px;
}
.icon_function.item-nso_2:before {
	background-position: -65px -780px;
}
.icon_function.item-nso_3:before {
	background-position: -130px -780px;
}
.icon_function.item-nso_4:before {
	background-position: -195px -780px;
}
.icon_function.item-nso_5:before {
	background-position: -260px -780px;
}
.icon_function.item-nso_6:before {
	background-position: -325px -780px;
}
.icon_function.item-nso_7:before {
	background-position: -0px -845px;
}
.icon_function.item-nso_8:before {
	background-position: -65px -845px;
}
.icon_function:before {
	background-image: url(/option/security/nms/img/icon_function.png)
}
h2.services {
	border-bottom: 2px solid #FFC400;
	padding: 5px 10px 15px;
	margin: 15px 5px;
	font-size: 1.75em;
	line-height: 1.3em;
}
h2.kiyaku {
	border-bottom: 1px solid #CCC;
	border-top: 1px solid #CCC;
	padding: 15px;
	margin: 15px 5px;
	font-size: 1.75em;
	line-height: 1.3em;
}
h3 span {
	display: block;
	font-size: 1em;
	border-left: #C8C8C8 solid 5px;
	padding-left: 15px;
}
h4.bg-line-w {
	background: url(/option/security/nms/img/p_bg_white.png) repeat;
	background-color: #F4F1E8;
	margin: 10px;
	margin-bottom: 15px;
	line-height: 1.3em;
	padding: 7px;
}
.vhr {
	border-right: 1px solid #ebebeb;
	margin-top: 12px;
}
/*inst*/
.inst-img {
	max-width: 330px;
	margin: auto;
}
.inst-img img {
	width: 100%;
	height: auto;
}
/*------------------------------
margin-padding
--------------------------------*/
.mgn5, .mgn7, .mgn15, .mgn10, .mgn28, .mgn35 {
	font-size: 1px;
	height: 7px;
	margin: 0;
	padding: 0;
}
.mgn5 {
	height: 5px;
}
.mgn7 {
	height: 7px;
}
.mgn10 {
	height: 10px;
}
.mgn15 {
	height: 15px;
}
.mgn28 {
	height: 28px;
}
.mgn35 {
	height: 35px;
}
.mgn20 {
	margin-left: 20px;
}
.mgn5_nf {
	font-size: 2px;
	height: 5px;
	margin-top: 2px;
}
.mgnT5 {
	margin-top: 5px;
}
.mgnT10 {
	margin-top: 10px;
}
.mgnT12 {
	margin-top: 12px;
}
.mgnT15 {
	margin-top: 15px;
}
.mgnT20 {
	margin-top: 20px;
}
.mgnT30 {
	margin-top: 30px;
}
.mgnB5 {
	margin-bottom: 5px;
}
.mgnB10 {
	margin-bottom: 10px;
}
.mgnB15 {
	margin-bottom: 15px;
}
.mgnB20 {
	margin-bottom: 20px;
}
.mgnB30 {
	margin-bottom: 30px;
}
.mgnB50 {
	margin-bottom: 50px;
}
.mgnB90 {
	margin-bottom: 90px;
}
.mgnB100 {
	margin-bottom: 100px;
}
.mgnL5 {
	margin-left: 5px;
}
.mgnL8 {
	margin-left: 8px;
}
.mgnL10 {
	margin-left: 10px;
}
.mgnL12 {
	margin-left: 12px;
}
.mgnL15 {
	margin-left: 15px;
}
.mgnL18 {
	margin-left: 18px;
}
.mgnL19 {
	margin-left: 19px;
}
.mgnL20 {
	margin-left: 20px;
}
.mgnL30 {
	margin-left: 30px;
}
.mgnR5 {
	margin-right: 5px;
}
.mgnR10 {
	margin-right: 10px;
}
.mgnR20 {
	margin-right: 20px;
}
.mgnR15 {
	margin-right: 15px;
}
.mgnLT10 {
	margin-left: 10px;
	margin-top: 10px;
}
.mgn0 {
	margin: 0px;
}
.pdgT10 {
	padding-top: 10px;
}
.pdgT15 {
	padding-top: 15px;
}
.pdgL15 {
	padding-left: 15px;
}
.pdgL7 {
	padding-left: 7px;
}
.pdgL20 {
	padding-left: 20px;
}
.pdgR10 {
	padding-right: 10px;
}
.pdgR15 {
	padding-right: 15px;
}
.pdgLR10 {
	padding-left: 10px;
	padding-right: 10px;
}
.pdgLR25 {
	padding-left: 25px;
	padding-right: 25px;
}
.pdg5 {
	padding: 5px;
}
.pdg10 {
	padding: 10px;
}
.pdg15 {
	padding: 15px;
}
.pdg0 {
	padding: 0;
}
.shdwBox {
	margin-bottom:20px;
	padding: 20px 40px;
 filter: progid:DXImageTransform.Microsoft.Shadow(color='#cccccc', Direction=145, Strength=3);
	-moz-box-shadow: 0px 0px 4px #cccccc;
	-webkit-box-shadow: 0px 0px 4px #cccccc;
	box-shadow: 0 0 4px #cccccc;
	border-radius: 3px;
	background: #fff;
}
/*--------------------------------------------------
title images
-----------------------------------------------------*/
.title_bg_index {
	background: url(/option/security/nms/img/title_base.jpg) no-repeat center;
	background-size: cover;
}
.title_bg_and {
	background: url(/option/security/nms/img/title_and.jpg) no-repeat center;
	background-size: cover;
}
.title_bg_ios {
	background: url(/option/security/nms/img/title_ios.jpg) no-repeat center;
	background-size: cover;
}
.title_name {
	overflow: hidden;
}
.title_sub {
	font-size: 18px;
}
.title_product {
	background: rgba(255,255,255,0.80);
	padding: 15px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	border-top: #FFB600 3px solid;
}
.title_productBoxL {
	padding-right: 15px;
	overflow: hidden;
}
.title_productBoxR {
	padding-left: 15px;
	overflow: hidden;
}
img.title_badge {
	width: 90%;
	margin-top: 15px;
}
.title_badge_1mth{
	max-width:126px;
	height:auto;
}

/*.ico_title{ text-align: right;}
.ico_title img{width:40%;
height:auto; margin:5px}*/

@media screen and (max-width: 991px) {
.title_productBoxL {
	padding-right: 0px;
	margin-bottom: 5px
}
.title_productBoxR {
	padding-left: 0px;
	padding-top: 10px;
	border-top: 1px #ccc solid;
}
h1 {
	font-size: 190%;
}
.title_sub {
	font-size: 60%;
}
h4 {
	font-size: 100%;
}
img.title_badge {
	width: 80%;
	margin-top: 15px;
}
}

@media screen and (max-width: 767px) {
h1 {
	font-size: 170%;
}
.title_sub {
	font-size: 60%;
}
h4 {
	font-size: 100%;
}
img.title_badge {
	max-width: 100%;
	margin-bottom: 15px;
}
/*.ico_title img{width:30%; height: auto;}*/
}

/*------------------------------------------------
button
---------------------------------------------------*/
.btn-white {
	/*color: #333;*/
	background-image: -moz-linear-gradient( 90deg, rgb(231,231,231) 0%, rgb(243,243,243) 5%, rgb(255,255,255) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(231,231,231) 0%, rgb(243,243,243) 5%, rgb(255,255,255) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(231,231,231) 0%, rgb(243,243,243) 5%, rgb(255,255,255) 100%);
	border-color: #E1E1E1;
}
.btn-white:focus, .btn-white.focus {
	/*color: #333;*/
	background-color: #e6e6e6;
	border-color: #8c8c8c;
}
.btn-white:hover {
	color: #FF5456;
	border-color: rgb(236, 236, 236);
	background-image: -moz-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,243,243) 95%, rgb(231,231,231) 100%);
	background-image: -webkit-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,243,243) 95%, rgb(231,231,231) 100%);
	background-image: -ms-linear-gradient( 90deg, rgb(255,255,255) 0%, rgb(243,243,243) 95%, rgb(231,231,231) 100%);
	border-color: #DCDCDC;
}
.btn-warning {
  color: #fff;
  background-color: #FF5F0C;
  border-color: #eea236;
}
.btn-warning:focus,
.btn-warning.focus {
  color: #fff;
  background-color: #FF7E00;
  border-color: #985f0d;
}
.btn-warning:hover {
  color: #fff;
	background-color: #f0ad4e;
  border-color: #d58512;
}


#contents a:link.btn_y, #contents a.btn_y {
	margin: auto;
	display: block;
	font-size: 2em;
	text-align: center;
	line-height: 2em;
	color: #ffffff;
	padding: 10px;
	background: #FF9E28;/* Old browsers */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9bd25', endColorstr='#FF9E28', GradientType=0 ); /* IE6-9 */
	background: linear-gradient(to bottom, #f9bd25 0%, #ffe100 50%, #ffc300 51%, #f9bd25 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background: -moz-linear-gradient( top, #FF9E28 0%, #FF9E28 55%, #F98939 57%, #FF9E28);
	background: -webkit-gradient( linear, left top, left bottom, from(#FF9E28), color-stop(0.55, #FF9E28), color-stop(0.57, #F98939), to(#FF9E28));
	/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9bd25+0,ffe100+50,ffc300+51,f9bd25+100 */
	-moz-border-radius: 6px;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	border: 1px solid #ebbb67;
	-moz-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
	box-shadow: 0px 1px 3px rgba(000,000,000,0.5), inset 0px 0px 1px rgba(255,255,255,1);
	text-shadow: 0px -1px 1px rgba(000,000,000,0.4), 0px 1px 0px rgba(255,255,255,0.3);
	text-decoration: none;
}
#contents a:hover.btn_y {
	display: block;
	text-decoration: none;
	background: #ffb700;/* Old browsers */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffcc00', endColorstr='#ffb700', GradientType=0 ); /* IE6-9 */
	border: 1px solid #eeeeee;
	background: -moz-linear-gradient( top, #ffda21 0%, #ffcc00 55%, #ffb700 57%, #ffda21);
	background: -webkit-gradient( linear, left top, left bottom, from(#ffda21), color-stop(0.55, #ffcc00), color-stop(0.57, #ffb700), to(#ffda21));
	color: #FFFFFF;
	-moz-box-shadow: 0px 0px 2px rgba(000,000,000,0.5), inset 0px 0px 0px rgba(255,255,255,1);
	-webkit-box-shadow: 0px 0px 2px rgba(000,000,000,0.5), inset 0px 0px 0px rgba(255,255,255,1);
	box-shadow: 0px 0px 2px rgba(000,000,000,0.5), inset 0px 0px 0px rgba(255,255,255,1);
}
#contents a:visited.btn_y {
	color: #FFFFFF;
}
/*----------------------------
kiyaku
-----------------------------*/

#frameBox {
	background: #fff;
	margin: 0 0px 16px;
	padding: 8px;
	border: 1px solid #ccc;
}
.kiyakuSec {
	overflow-y: scroll;
	height: 350px;
	/*width:90%;*/
	margin: auto;
	padding: 20px;
}
/*campaing*/
.campaign {
	background: #4dbd2e;
}

.bg_yellowstrp{
	background: url(/option/security/nms/img/bg_yellow.png) repeat;
}

.bg-orangestrp{
	background: url(/option/security/nms/img/bg_orange.png) repeat;
}
.bg-pinkdot{
	background: url(/option/security/nms/img/bg_dotpink.png) repeat;
}

h3.point {background: url(/option/security/nms/img/bg_orange.png) repeat;
color:#ffffff;
padding:10px;
margin-top:0px;
font-size:15px;}

h3.point span{border-left:none;}</pre></body></html>