@charset "UTF-8";
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

body {
    line-height: 1;
    font-size: 14px;
    font-family: HiraKakuProN-W3,"ヒラギノ角ゴ ProN W3",Helvetica,sans-serif;
    color: #3a3a3a;
    width: 100%;
    min-width: 320px;
    -webkit-text-size-adjust: none;
    background: #fff;
}

nav ul {
    list-style:none;
}

.spectitle {
/*	margin-top:7px; */
	padding-left: 23px;
	padding-top: 5px;
	padding-bottom: 5px;
	font-size:20px;
	font-weight:bold;
    color: #fff;
    background: #000;
}

/* header -Top- */
#spheader_top {
    background: #ffffff;
/*    border-bottom: 1px solid #ddd; */
    height: 106px;
    position: relative;
    width: 100%;
    z-index: 1;
    top:0; /* Required!! */
	margin-bottom: -50px;
}

#spheader_top .line0 .country {display: none;}
#spheader_top .line1 {float: left; width:100%; height:70px; background: #fff;}
#spheader_top .line1 .logo01 {float: left; margin-top:25px; margin-left: 23px;}
#spheader_top .line1 .logo01 a img { width:156px; height:27px; }
#spheader_top .line1 .modelname {display: none;}
#spheader_top .line2 {clear: left; width:100%; height:36px; background:#FFF url('../../common_sp/images/topBar_back01.gif') repeat-x 0 bottom;}
#spheader_top .line2 .categoryTitle {float: left; margin-top:0px; margin-left: 23px;}
#spheader_top .line2 .categoryTitle a img { width:128px; height:13px; }

#spheader_top .button {
    width: 40px;
    height: 27px;
    position: absolute;
    display: block;
	margin-top:25px;
	margin-right:15px;
    background-repeat: no-repeat;
    background-image: url('../../common_sp/images/icon-menu.png');
    background-size: 40px 27px;
    background-position: center;
}

#spheader_top .menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
#spheader_top .menu-button-right {
    right: 0px;
/*    border-left: 1px solid #ddd; */
}
/* header -Top- End */

/* header -Scroll- */
#spheader {
	display: none;
    background: #fff;
    border-bottom: 1px solid #ddd;
    height: 49px;
    width: 100%;
    position: fixed;
    z-index: 1;
    opacity: 0.9;
    top:0; /* Required!! */
}

#spheader .line0 .country { float: right; margin-top:5px; margin-right: 13px; font-size:10px;}
#spheader .line1 {clear: right; margin-right: 50px; height:19px; }
#spheader .line1 {float: left; width:100%; height:19px; }
#spheader .line1 .logo01 {display: none;}
#spheader .line1 .modelname {float: left; margin-top:0px; margin-left: 23px; font-size:22px; font-weight:bold; }
#spheader .line2 {float: left; width:100%; height:10px; }
#spheader .line2 .categoryTitle {display: none;}

#spheader .button {
    width: 49px;
    height: 49px;
	margin-top:5px; 
    position: absolute;
    display: block;
    background-repeat: no-repeat;
    background-image: url('../../common_sp/images/menu_button_back.png');
    background-position: center;
}
#spheader .menu-button-left {
    left: 0px;
    border-right: 1px solid #ddd;
}
#spheader .menu-button-right {
    right: 0px;
/*    border-left: 1px solid #ddd; */
}
/* header -Scroll- End */

#spmain {
	position: relative;
	padding-top: 50px;
	background-color: #fff;
}
#spfooter {
	line-height: 50px;
	background-color: #333;
	color: #ffffff;
	text-align: center;
}

/* Accordion  */
#syncer-acdn-01 {
	display: none;
}
#syncer-acdn-02 {
	display: none;
}
#syncer-acdn-03 {
	display: none;
}
#syncer-acdn-04 {
	display: none;
}
#syncer-acdn-05 {
	display: none;
}
#syncer-acdn-06 {
	display: none;
}
#syncer-acdn-07 {
	display: none;
}
#syncer-acdn-08 {
	display: none;
}
#syncer-acdn-09 {
	display: none;
}
#syncer-acdn-10 {
	display: none;
}
#syncer-acdn-11 {
	display: none;
}


/*slidemenu*/
.slidemenu {
    background-color: #333;
}
.slidemenu li {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
}
.slidemenu li .top {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:18px;
    line-height: 1.8;
	padding-left: 5px;
	padding-top: 4px;
	padding-bottom: 4px;
	font-weight: bold;
}
.slidemenu li .feaure-1st {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:18px;
    line-height: 1.8;
	font-weight: bold;
	padding-left: 15px;
	padding-top: 4px;
	padding-bottom: 4px;
}
.slidemenu li .feaure-2nd {
    list-style: none;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
	padding-left: 30px;
	padding-top: 6px;
	padding-bottom: 6px;
    background-color: #808080;
}
.slidemenu li .products-title {
    list-style: none;
	color: #000;
    background: #ffffff;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-top: 1px solid #4D4D4D;
    border-bottom: 1px solid #000;
    font-size:14px;
    line-height: 1.8;
	padding-left: 5px;
    font-weight: bold;
}
.slidemenu li .products-item {
    list-style: none;
	color: #000;
    background: #ffffff;
    font-size:14px;
    line-height: 1.8;
	padding-left: 15px;
    font-weight: bold;
}
.slidemenu li .products-item2 {
    list-style: none;
	color: #000;
    background: #cccccc;
    font-size:14px;
    line-height: 1.8;
	padding-left: 20px;
    font-weight: bold;
}
.slidemenu li .products-item3 {
    list-style: none;
	color: #000;
    background: #cccccc;
    font-size:14px;
    line-height: 1.8;
	padding-left: 30px;
}
.slidemenu li a {
    padding:10px 0 10px 20px;
    display: block;
    text-decoration: none;
    color: #fff;
}
.slidemenu li:first-child {
    border-top: none;
}
.slidemenu li:last-child {
    border-bottom: none;
}

.slidemenu dt a{
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size:14px;
    line-height: 1.8;
	color: #000;
}
.slidemenu dd a{
    background: #f1f1f1;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    font-size:14px;
	padding-top: 4px;
	padding-bottom: 4px;
    line-height: 1.8;
	color: #000;
}

.slidemenu .slidemenu-header {
    height: 40px;
    border-bottom: 1px solid #000;
    box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -moz-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    -webkit-box-shadow: 0 1px 3px rgba(34,25,25,.4);
    background-color: #333;
}
.slidemenu .slidemenu-header div {
    height: 40px;
    padding: 0px 0px 0px 0px;
    text-decoration: none;
    color: #fff;
	text-align: center;
	font-weight: bold;
    font-size:18px;
    line-height: 40px;
}

ul.slidemenu-content > li > p { cursor:pointer;}
ul.slidemenu-content > li > p span {float:right; width:20px; height:20px; margin-right:10px; margin-top:3px; background-image:url(../images/plus_icon.png);}
ul.slidemenu-content > li > p span.open {float:right; width:20px; height:20px; margin-right:10px; margin-top:5px;  background-image:url(../images/minus_icon.png);}

/*main*/
#spmain {
    background: #FFFFFF;
}
#spcontents {
    padding: 20px;
}
#spcontents h1 {
    font-size: 18px;
}
#spcontents p {
    margin-top: 15px;
}

/*plugin*/
.slidemenu {
  top: 0;
  width: 300px;
  position: fixed;
  visibility: hidden;
  z-index: -1;
}
.slidemenu .slidemenu-header {
  position: relative;
}
.slidemenu .slidemenu-body {
  height: 100%;
  overflow: hidden;
  position: relative;
}
.slidemenu .slidemenu-body .slidemenu-content {
  position: relative;
}
.slidemenu-left {
    left: 0;
}
.slidemenu-right {
    right: 0;
}
