@charset "UTF-8";

/* /Media/all/common/css/parts.css */

/* ----------------------------------------------------------------
	header
----------------------------------------------------------------- */

#header {
	margin-bottom: 20px;
}
#header .logo_corporate {
	float: left;
	margin: 10px 0 0;
	width: 134px;
	height: 50px;
	background: url(../img/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(../img/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(../img/navi_bg_left.png) 0 0 no-repeat;
}
#header .nav .header_nav li.left a:hover {
	background: url(../img/navi_bg_left_h.png) 0 0 no-repeat;
}
#header .nav .header_nav li.right a {
	border-left:1px solid #CCC;
	background: url(../img/navi_bg_right.png) top right no-repeat;
}
#header .nav .header_nav li.right a:hover {
	background: url(../img/navi_bg_right_h.png) top right no-repeat;
}
#header .nav .header_nav li a:hover {
	background: url(../img/navi_bg_hover.jpg) 0 0 no-repeat;
	color: #FFF;
	text-decoration: none;
	text-shadow: 1px 1px 0px #000;
}

/* ----------------------------------------------------------------
	header .lead
----------------------------------------------------------------- */
#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_2
----------------------------------------------------------------- */

#header_s {
	margin-bottom: 0;
    padding-top: 0;
}
#header_s .logo_corporate {
	float: left;
	margin: 10px 0 0;
	width: 134px;
	height: 50px;
	background: url(../img/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(/~/Media/all/common/img/icon_newwin.png) no-repeat 0 0;
	background-size: contain;
	margin: 0 0 0 5px;
}

/* ----------------------------------------------------------------
	badge
----------------------------------------------------------------- */
span[data-badge-top-right] {
    display: block;
    position: relative;
    color: #fff;
}
span[data-badge-top-right]:before {
    position: absolute;
    display: inline-block;
    font-weight: bold;
    background-color: #f00;
    border-radius: 50%;
    font-size: 1em;
    line-height: 1;
    min-width: 1em;
    text-align: center;
    top: -5px;
    right: -5px;
    transform: translate(50%, -50%);
    content: attr(data-badge-top-right)"";
		padding: 6px 9px 4px;
    box-sizing: border-box;
}

.child {
	display:none;
	position: absolute;
	padding: 15px;
	min-width: 300px;
	background: url(../img/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(../img/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(../img/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(../img/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
----------------------------------------------------------------- */

#contents {
	width: 100%;
	margin-bottom:20px;
}


/* ----------------------------------------------------------------
	footer
----------------------------------------------------------------- */

#footer {
	padding: 20px;
	border-top: 1px solid #e4e4e4;
}

.footer_left {
	float: left;
	width: 600px;
}
#footer .nav li {
	float: left;
	margin-right: 10px;
	margin-bottom: 12px;
	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 .footer_logo {
	float: left;
	margin-right: 20px;
}
#footer .address {
	float: left;
	color: #555555;
	font-size: 12px;
	text-decoration: none;
	line-height: 34px;
}
#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: 140px;
	height: auto;
}

#footer .text {
	font-size: 90%;
	color: #555555;
	margin-bottom: 15px;
}

/* ----------------------------------------------------------------
	pagetop_btn
----------------------------------------------------------------- */
#pagetop_btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
#pagetop_btn a {
    background: #FFB70D;
    text-decoration: none;
    color: #fff;
    width: 50px;
    height:50px;
    border-radius: 5px;
    box-sizing: border-box;
    display: block;
    opacity: 0.7;
}
#pagetop_btn a:hover {
    text-decoration: none;
	opacity: 0.5;
}
#pagetop_btn .arrow{
    display: inline-block;
    width: 15px;
    height: 15px;
    border-top: 3px solid #FFF;
    border-left: 3px solid #FFF;
    transform: rotate(45deg);
    margin-top: 20px;
    margin-left: 16px;
}
.grecaptcha-badge{
	bottom: 80px!important;
}
#zc-plugincontainer .zc_position_rightbottom{
	bottom: 80px!important;
	right: 20px!important;
}

/* ----------------------------------------------------------------
	rapid_response
----------------------------------------------------------------- */

#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;
}


/* ----------------------------------------------------------------
	headernavi pulldown
----------------------------------------------------------------- */

#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 */
	box-shadow:5px 5px 12px -5px #9c9c9c;

	/* border-radius */

	/* border */
	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;
}
/* ----------------------------------------------------------------
	responsive
----------------------------------------------------------------- */
#header_sp{
	display: none;
}
@media (max-width: 767px){
#wrapper {
    width: 92%!important;
    padding: 10px 4% 0!important;
		margin-top: 0!important;
}
#header_s{
	display: none;
}
#header_sp{
	display: inherit;
	margin-bottom: 10px;
}
#header{
	margin-bottom: 10px;
}
.jp_header_common {
    width: 100%;
    overflow: hidden;
}
  .jp_header_common .jp_header_logo {
    float: left;
    margin-top: 5px; }
  .jp_header_common .jp_header_right {
    float: right;
    width: 155px;
    margin-top: 5px; }
    .jp_header_orderstatus, .jp_header_cart {
      float: left;
      text-align: center;
      margin-right: 12px;
    }
    .jp_header_orderstatus img, .jp_header_cart img {
      width:32px;
      margin-bottom: 4px;
    }
    .jp_header_orderstatus span.txt, .jp_header_cart span.txt {
      display: block;
      font-size: 10px;
      font-weight: bold;
      color: #333;
    }
		.jp_header_cart span.txt{
			padding-left: 2px;
		}
    .jp_header_common .jp_header_right .jp_humbergur_menu_box {
      float: right;
      margin-top: 8px; }

.jp_drawer_menu_box {
  background: #fff;
  position: fixed;
  top: 0;
  left: 1000px;
  width: 100%;
  height: 100%;
  z-index: 11;
  transition: all 0.3s;
	overflow-y: auto; }
  .jp_drawer_menu_box.active {
    left: 30px !important; }
  .jp_drawer_menu_box .jp_drawer_menu {
    margin-top: 65px;
    font-size: 16px;
    border-top: 1px solid #ccc; }
    .jp_drawer_menu_box .jp_drawer_menu li {
      padding: 0 25px;
      border-bottom: 1px solid #ccc; }
      .jp_drawer_menu_box .jp_drawer_menu li a {
        display: inline-block;
        padding: 10px 0;
        width: 100%; 
        color:#333333;}

.jp_drawer_menu_box .jp_drawer_menu li ul{
  background-color: #f5f5f5;
}
.jp_drawer_menu_box .jp_drawer_menu li ul li{
  padding: 0 25px;
}
.jp_drawer_menu_box .jp_drawer_menu ul ul{
   background-color: #fff5e0;
}
.jp_drawer_bg {
  display: block;
  position: fixed;
  top: 0;
  left: 1000px;
  background: #000000;
  opacity: 0.3;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: all 0.3s;
}
.jp_drawer_bg.active {
  left: 0 !important;
}
.jp_humbergur_menu_trigger,
.jp_humbergur_menu_trigger span {
  position: initial;
  display: inline-block;
  transition: all .3s;
  box-sizing: border-box;
  z-index: 12; }

.jp_humbergur_menu_trigger {
  position: relative;
  width: 30px;
  height: 26px; }

.jp_humbergur_menu_trigger span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #333;
 }

.jp_humbergur_menu_trigger span:nth-of-type(1) {
  top: 0; }

.jp_humbergur_menu_trigger span:nth-of-type(2) {
  top: 11px; }

.jp_humbergur_menu_trigger span:nth-of-type(3) {
  bottom: 0; }

.jp_humbergur_menu_trigger.active {
  position: fixed;
  top: 20px;
  right: 4%; }

.jp_humbergur_menu_trigger.active span:nth-of-type(1) {
  -webkit-transform: translateY(12px) rotate(-45deg);
  transform: translateY(12px) rotate(-45deg); }

.jp_humbergur_menu_trigger.active span:nth-of-type(2) {
  left: 50%;
  opacity: 0;
  -webkit-animation: active-menu-bar02 .8s forwards;
  animation: active-menu-bar02 .8s forwards; }

@-webkit-keyframes active-menu-bar02 {
  100% {
    height: 0; } }

@keyframes active-menu-bar02 {
  100% {
    height: 0; } }

.jp_humbergur_menu_trigger.active span:nth-of-type(3) {
  -webkit-transform: translateY(-11px) rotate(45deg);
  transform: translateY(-11px) rotate(45deg); 
	}
h3{
	font-size: 18px;
}
.pd_frm{
	margin-top: 0!important;
}
#header .logo_corporate{
	margin-top: 0;
}
#wrapper #footer .footer_left {
    width: 100%!important;
}
#wrapper #footer .nav li {
    font-size: 14px;
    margin-right: 10px;
    padding-right: 10px;
}
span[data-badge-top-right]:before {
    transform: translate(40%, -200%);
    font-size: 10px;
    padding: 4px 7px 3px;
}
}