@charset "UTF-8";





#header {
	margin-bottom: 30px;
}
#header .logo_corporate {
	float: left;
	margin: 44px 0 0;
	width: 134px;
	height: 50px;
	background: url(../image/logo_norton.jpg) 0 0 no-repeat;
}
#header .header_right {
	float: right;
	width: 800px;
}
#header .nav_small {
	float: right;
	margin: 18px 0 0;
}
#header .nav_small .header_nav_small li {
	float: left;
	font-size: 12px;
	margin-left: 10px;
	border-left: 1px solid #555555;
	padding-left: 10px;
	color: #555555;
}
#header .nav_small .header_nav_small li a {
	color: #555555;
	text-decoration: none;
}
#header .nav_small .header_nav_small li a:hover {
	color: #555555;
	text-decoration: underline;
}
#header .nav_small .header_nav_small li.left {
	border-left: none;
	width: auto;
}
#header .nav {
	float: right;
	margin: 25px 0 0;
}
#header .nav .header_nav li {
	float: left;
	position: relative;
	z-index:100;
}
#header .nav .header_nav li a {
	display: block;
	position: relative;
	padding: 6px 20px 13px;
	height:14px;
	font-size:14px;
	font-weight: bold;
	background: url(../image/navi_bg.jpg) 0 0 no-repeat;
	color: #555555;
	text-decoration: none;
	text-shadow: 1px 1px 0px #FFF;
	border-left:1px solid #CCC;
}
#header .nav .header_nav li.left a {
	border-left:none;
	background: url(../image/navi_bg_left.png) 0 0 no-repeat;
}
#header .nav .header_nav li.left a:hover {
	background: url(../image/navi_bg_left_h.png) 0 0 no-repeat;
}
#header .nav .header_nav li.right a {
	border-left:1px solid #CCC;
	background: url(../image/navi_bg_right.png) top right no-repeat;
}
#header .nav .header_nav li.right a:hover {
	background: url(../image/navi_bg_right_h.png) top right no-repeat;
}
#header .nav .header_nav li a:hover {
	background: url(../image/navi_bg_hover.jpg) 0 0 no-repeat;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
}


#header .lead .logo_corporate {
	margin: 18px 0 20px 0!important;
}
#header .lead .header_right {
	margin: 0 0 10px 0;
}
#header .lead .lead_text{
	margin: 0;
	clear: both;
	font-size: 12px;
	color: #666666;
	text-align: center;
	display: block;
}
#header .lead_text{
	display:none;
}



#header_s {
	margin-bottom: 10px;
    padding-top: 10px;
}
#header_s .logo_corporate {
	float: left;
	margin: 10px 0 0;
	width: 134px;
	height: 50px;
	background: url(../image/logo_norton.jpg) 0 0 no-repeat;
}
#header_s .header_navi {
	float: right;
	margin-top: 15px;
}
#header_s .header_navi li {
	float: left;
	margin-top: 10px;
	margin-right: 13px;
	padding-right: 13px; 
	border-right:1px solid #999999;
	vertical-align: middle;
}
#header_s .header_navi li:nth-child(4) {
	float: left;
	margin-right: 13px;
	padding-right: 0; 
	border-right:none;
}
#header_s .header_navi li.button {
	float: left;
	margin-right: 0;
	padding-right: 0; 
	border-right:none;
}
#header_s .header_navi li a {
	font-size: 13px;
	color: #333333;
}
#header_s .header_navi li.button {
	margin-top: 0;
}
#header_s .header_navi li.button a,
#header_s .header_navi li.button a:visited {
	display: block;
	border: 1px solid #b5b5b5;
	width: 130px;
	padding: 10px 5px;
	box-sizing: border-box;
    text-align: center;
    background: #ffffff;
}
#header_s .header_navi li.button a:hover {
	background: #efefef;
	text-decoration: none;
}
#header_s .header_navi li.button:first-child {
	margin-right: 15px;
}
#header_s .header_navi li a[target="_blank"]:after {
	content: "";
	padding-right: 13px;
	background: url(../image/icon_newwin.png) no-repeat 0 0;
	background-size: contain;
	margin: 0 0 0 5px;
}



.child {
	display:none;
	position: absolute;
	padding: 15px;
	min-width: 300px;
	background: url(../image/pulldown_bg.jpg) 0 0 no-repeat;
	border-top-left-radius: 5px;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.child2 {
	display:none;
	position: absolute;
	left: -178px;
	padding: 15px;
	min-width: 245px;
	background: url(../image/pulldown_bg.jpg) 0 0 no-repeat;
	border-bottom-left-radius: 5px;
	border-top-right-radius: 5px;
	border-bottom-right-radius: 5px;
}
.child3 {
	display:none;
	position: absolute;
	padding: 15px;
	min-width: 180px;
	background: url(../image/pulldown_bg.jpg) 0 0 no-repeat;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.child4 {
	display:none;
	position: absolute;
	padding: 15px;
	min-width: 300px;
	background: url(../image/pulldown_bg.jpg) 0 0 no-repeat;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
}
.child p,
.child2 p {
	padding-bottom: 0px;
	color: #555555;
	font-size: 14px;
	font-weight: bold;
}
.child a,
.child2 a,
.child3 a,
.child4 a {
	display: block;
	margin: 0 !important;
	padding: 5px 0 10px 5px !important;
	text-shadow: none;
	text-decoration: none;
	color: #555555 !important;
	background: none !important;
	text-shadow: none !important;
	border-left: none !important;
}
.child a:hover,
.child2 a:hover,
.child3 a:hover,
.child4 a:hover {
	text-shadow: none;
	text-decoration: none;
	color: #555555 !important;
	text-shadow: none !important;
	background-color: #f2f2f2 !important;
	border-left: none !important;
}

	


#contents {
	width: 100%;
	margin-bottom:20px;
}




#footer {
	padding: 20px;
	border-top: 1px solid #e4e4e4;
}

.footer_left {
	float: left;
	width: 600px;
}
#footer .nav li {
	float: left;
	margin-right: 10px;
	margin-bottom: 14px;
	padding-right: 10px;
	font-size: 12px;
	border-right: 1px solid #555555;
}
#footer .nav li a {
	color: #555555;
	text-decoration: none;
}
#footer .nav li a:hover {
	font-size: 12px;
	color: #555555;
	text-decoration: underline;
}
#footer .nav li.right {
	border-right: none;
}
#footer .address {
	float: left;
	color: #555555;
	font-size: 12px;
	text-decoration: none;
}
#footer .nav p {
	float: left;
	font-size: 12px;
	color: #555555;
}

.footer_right {
	float: right;
	text-align: right;
	font-size: 12px;	
}
#footer .footer_right a {
	color: #555555;
	text-decoration: none;
}
#footer .footer_right a:hover {
	font-size: 12px;
	color: #555555;
	text-decoration: underline;
}

#footer .security-mark {
	width: 135px;
	height: 100px;
}

#footer .text {
	font-size: 90%;
	color: #555555;
}





#rapid_response {
	clear: both;
	margin: 20px 0 0 0;
	text-align: center;
    padding-top: 10px;
    padding-bottom: 9px;
    background-color: #0089c6;
}
#rapid_response a {
    color: #ffffff;
    text-decoration: none;
}
#rapid_response a:hover {
    color: #ffffff;
    text-decoration: underline;
}

.footer_left p {
margin:0 0 20px 0;
}




#header_s .header_navi li {
	position: relative;
}
#header_s .header_navi .products_pulldown {
	display: none;
	position: absolute;
	top: 20px;
	width: 320px;
	background: #ffffff;
	border: 1px solid #999999;
	padding: 10px 15px;
	z-index: 10000;
	
	box-shadow:5px 5px 12px -5px #9c9c9c;

	

	
	border:1px solid #cccccc;
}
#header_s .header_navi .products_pulldown li {
	margin: 0 0 5px 0;
	padding: 0;
	border-right: none;
	float: none;
}
#header_s .header_navi ul li .products_pulldown li:nth-child(4) {
	margin: 0 0 5px 0;
	padding: 0;
	border-right: none;
	float: none;	
}

#header_s .header_navi .products_pulldown li a {
    width: 100%;
    padding: 5px 10px;
    display: inline-block;
    box-sizing: border-box;
}
#header_s .header_navi .products_pulldown li a:hover {
	text-decoration: none;
	background: rgba(253,187,48,0.4);
}
#header .header_navi .product_text {
	font-size: 13px;
    color: #333333;
}