#brandSiteHeader{
padding-bottom: 10px;
border-top: 3px solid #ffd500;
min-width: initial;
min-width: auto;
height: 45px;
}
#brandSiteHeader p{
	margin: 0 0 0 -20px;
	width: auto;
}
#brandSiteHeader p img{
	height: 45px;
}
#brandSiteFooter{
	padding: 10px 0 0;
	height: 184px;
	text-align: left;
}
#brandSiteFooter ul{
	margin: 0;
	width: auto;
	border-top: 2px solid #ffd500;
}
#brandSiteFooter ul li{
	padding: 0 10px;
	border-left: 0;
	line-height: 30px;
	display: list-item;
	border-bottom: 1px dotted #b2b2b2;
}
#brandSiteFooter ul li.brandSiteFooterLastChild{
	border-right: 0;
}
#brandSiteFooter ul li a{
	display: block;
	color: #000;
	height: 44px;
	line-height: 44px;
	overflow: hidden;
}
#brandSiteFooter ul li a.icon-pc{
	background: url("/image/share/bg_spn_footer_nav.gif") no-repeat 100% 50%;
}
#brandSiteFooter p{
	margin: 0;
	width: auto;
	color: #000;
	font-size: 8px;
	line-height: 32px;
	height: 32px;
	text-align: center;
	background: #ffd500;
}


#brandSiteFooterBnr{
	background: #fff;
		overflow:hidden;
}
#brandSiteFooterBnr ul{
	margin:0;
}
#brandSiteFooterBnr ul li{
	padding: 0;
	margin:0;
}
#brandSiteFooterBnr ul li.kampoful{
	padding: 0;
	margin: 0;
	float: none;
	background: #fff;
	height: auto;
}
#brandSiteFooterBnr ul li.kampoful a{
	display: block;
	min-height: 1px;
	height: 60px;
}
#brandSiteFooterBnr ul li.kampoful img{
	padding-top: 0;
}

#brandSiteFooterBnr {
	overflow:hidden;
}
.bxslider_wrap {
	margin-left: -70%;
	width: 240%;
}
.bxslider_wrap {
	margin-left: -70%;
	width: 240%;
}
.bx-wrapper .bx-controls-direction {
	width: 100% !important;
}
.bx-wrapper .bx-controls-direction a {
	margin-top: -45px;
}
.bx-wrapper .bx-controls-direction a.bx-prev {
	left: 25%;
}
.bx-wrapper .bx-controls-direction a.bx-next {
	right: 25%;
}



/*=======================================
header with global navi
=======================================*/
#brandSiteHeader-RWD{
	margin-bottom: 5px;
	padding-bottom: 10px;
	border-top: 3px solid #ffd500;
	min-width: initial;
	min-width: auto;
	height: 45px;
	box-sizing: content-box !important;
}
#brandSiteHeader-RWD h1{
	margin: 0;
	width: auto;
}
#brandSiteHeader-RWD h1 img{
	height: 45px;
}
#brandSiteHeader-RWD .subNav,
#brandSiteHeader-RWD .search {
	display: none;
}
#navToggle {
	display: block;
	position: absolute;
	right: 13px;
	top: 13px;
	width: 30px;
	height: 25px;
	cursor: pointer;
	z-index: 10;
}
#navToggle div { position:relative }
#navToggle span {
	display:block;
	position:absolute;
	width:100%;
	border-bottom:solid 3px #999;
	-webkit-transition: .35s ease-in-out;
	-moz-transition: .35s ease-in-out;
	transition: .35s ease-in-out
}
#navToggle span:nth-child(1) { top:0 }
#navToggle span:nth-child(2) { top:11px }
#navToggle span:nth-child(3) { top:22px }
#brandSiteHeader-RWD .globalNav {
	position: absolute;
	left: 0;
	right: 0;
	top: -300px;
	background: rgba(255,255,255,.7);
	width: 100%;
	height: 0;
	padding:0;
	-webkit-transition:.5s ease-in-out;
	-moz-transition:.5s ease-in-out;
	transition:.5s ease-in-out;
}
	header ul { margin:0 }
	header ul li {
	display: block;
	margin:0;
	border-bottom: dotted 1px #fff;
	line-height:3;
}
#brandSiteHeader-RWD .globalNav ul li {
	border-bottom: 2px solid #fff;
}
#brandSiteHeader-RWD .globalNav ul li,
#brandSiteHeader-RWD .globalNav ul li a {
	width: 100%;
	height: auto;
	min-width: 320px;
	text-align: center;
	color: #585858;
	background: rgba(240,240,240,0.8);
	text-indent: 0;
}
#brandSiteHeader-RWD .globalNav ul li a {
	display: block;
	padding: 10px;
}
#brandSiteHeader-RWD .globalNav ul li a:hover {
	color: #fff;
	background: #a8d200;
	text-decoration: none;
}
#brandSiteHeader-RWD .globalNav ul li::after { content: '' }
#brandSiteHeader-RWD .globalNav ul li:last-child { border-bottom: none }
.openNav #navToggle span:nth-child(1) {
	top: 11px;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	transform: rotate(-45deg)
}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
	top: 11px;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	transform: rotate(45deg)
}
#brandSiteHeader-RWD.openNav .globalNav {
	height: auto;
	-moz-transform: translateY(351px);
	-webkit-transform: translateY(351px);
	transform: translateY(351px);
}


/*=======================================
style for RWD
=======================================*/
body {
	min-width: 320px;
	word-wrap : break-word;
	overflow-wrap : break-word;
	overflow-x: hidden;
}
#container.rwd {
	width: auto;
}
#container.rwd * {
	box-sizing: border-box;
}
.rwd #topicPath {
	padding: 0 10px 10px;
}
.rwd #contents {
	width: 100%;
	padding-top: 0;
}
.rwd #mainContents_sideline {
	background: none;
}
.rwd #mainContents {
	width: 100%;
	padding: 0 15px;
	background: none;
	font-size: 14px;
	box-sizing: border-box;
}
.rwd #mainContents p.rwd #mainContents p {
	line-height: 1.75;
}
.rwd #mainContents h2 {
	width: auto;
	height: auto;
	background: none;
	text-indent: 0;
	font-size: 16px;
	font-size: 1rem;
	font-weight: bold;
	border-bottom: 1px solid #ffca00;
	box-shadow: 0 3px 3px rgba(200,200,200,.2);
	margin: 0 -15px 15px;
	padding: 15px;
	box-sizing: border-box;
}
.bnavi {
	position: fixed;
	right: 20px;
	bottom: 20px;
	padding: 0;
}
#container .bnavi a {
	display: block;
	background: url(../../image/share/bnav_arrow.png) no-repeat 50% 50% rgba(0,0,0,.25);
	background-size: 20px auto;
	text-indent: -999em;
	text-align: left;
	border-radius: 6px;
	height: 50px;
	width: 50px;
	box-sizing: border-box;
}
.hidden-sp { display: none; }


















/*=======================================
footer slider
=======================================*/
.lSSlideOuter {
    overflow: hidden;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none
}
.lightSlider:before, .lightSlider:after {
    content: " ";
    display: table;
}
.lightSlider {
    overflow: hidden;
    margin: 0;
}
.lSSlideWrapper {
    max-width: 100%;
    overflow: hidden;
    position: relative;
}
.lSSlideWrapper > .lightSlider:after {
    clear: both;
}
.lSSlideWrapper .lSSlide {
    -webkit-transform: translate(0px, 0px);
    -ms-transform: translate(0px, 0px);
    transform: translate(0px, 0px);
    -webkit-transition: all 1s;
    -webkit-transition-property: -webkit-transform,height;
    -moz-transition-property: -moz-transform,height;
    transition-property: transform,height;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
    position: relative;
}
.lSSlideWrapper .lSFade > * {
    position: absolute !important;
    top: 0;
    left: 0;
    z-index: 9;
    margin-right: 0;
    width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
    opacity: 0;
    -webkit-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-duration: inherit !important;
    transition-duration: inherit !important;
    -webkit-transition-property: opacity;
    transition-property: opacity;
    -webkit-transition-timing-function: inherit !important;
    transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
    z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
    opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/

/* Pager */
.lSSlideOuter .lSPager.lSpg {
    margin: 10px 0 0;
    padding: 0;
    text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
    cursor: pointer;
    display: inline-block;
    padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
    background-color: #222222;
    border-radius: 30px;
    display: inline-block;
    height: 8px;
    overflow: hidden;
    text-indent: -999em;
    width: 8px;
    position: relative;
    z-index: 99;
    -webkit-transition: all 0.5s linear 0s;
    transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a, .lSSlideOuter .lSPager.lSpg > li.active a {
    background-color: #428bca;
}
.lSSlideOuter .media {
    opacity: 0.8;
}
.lSSlideOuter .media.active {
    opacity: 1;
}
/* End of pager */

/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
    list-style: none outside none;
    padding-left: 0;
    margin: 0;
    overflow: hidden;
    transform: translate3d(0px, 0px, 0px);
    -moz-transform: translate3d(0px, 0px, 0px);
    -ms-transform: translate3d(0px, 0px, 0px);
    -webkit-transform: translate3d(0px, 0px, 0px);
    -o-transform: translate3d(0px, 0px, 0px);
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
    overflow: hidden;
    -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
    transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active, .lSSlideOuter .lSPager.lSGallery li:hover {
    border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
    display: block;
    height: auto;
    max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before, .lSSlideOuter .lSPager.lSGallery:after {
    content: " ";
    display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
    clear: both;
}
/* End of Gallery*/

/* slider actions */
.lSAction > a {
    width: 32px;
    display: block;
    top: 50%;
    height: 32px;
    background-image: url('../../image/controls.png');
    cursor: pointer;
    position: absolute;
    z-index: 99;
    margin-top: -16px;
    opacity: 0.5;
    -webkit-transition: opacity 0.35s linear 0s;
    transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
    opacity: 1;
}
.lSAction > .lSPrev {
    background-position: 0 0;
    left: 10px;
}
.lSAction > .lSNext {
    background-position: -32px 0;
    right: 10px;
}
.lSAction > a.disabled {
    pointer-events: none;
}
.cS-hidden {
    height: 1px;
    opacity: 0;
    filter: alpha(opacity=0);
    overflow: hidden;
}


/* vertical */
.lSSlideOuter.vertical {
    position: relative;
}
.lSSlideOuter.vertical.noPager {
    padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
    position: absolute !important;
    right: 0;
    top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
    width: 100% !important;
    max-width: none !important;
}

/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
    left: 50%;
    margin-left: -14px;
    margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
    background-position: 31px -31px;
    bottom: 10px;
    top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
    background-position: 0 -31px;
    bottom: auto;
    top: 10px;
}
/* vertical */


/* Rtl */
.lSSlideOuter.lSrtl {
    direction: rtl;
}
.lSSlideOuter .lightSlider, .lSSlideOuter .lSPager {
    padding-left: 0;
    list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider, .lSSlideOuter.lSrtl .lSPager {
    padding-right: 0;
}
.lSSlideOuter .lightSlider > *,  .lSSlideOuter .lSGallery li {
    float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,  .lSSlideOuter.lSrtl .lSGallery li {
    float: right !important;
}
/* Rtl */

@-webkit-keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@keyframes rightEnd {
    0% {
        left: 0;
    }

    50% {
        left: -15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@keyframes topEnd {
    0% {
        top: 0;
    }

    50% {
        top: -15px;
    }

    100% {
        top: 0;
    }
}
@-webkit-keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@keyframes leftEnd {
    0% {
        left: 0;
    }

    50% {
        left: 15px;
    }

    100% {
        left: 0;
    }
}
@-webkit-keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
@keyframes bottomEnd {
    0% {
        bottom: 0;
    }

    50% {
        bottom: -15px;
    }

    100% {
        bottom: 0;
    }
}
.lSSlideOuter .rightEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
.lSSlideOuter .leftEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .rightEnd {
    -webkit-animation: topEnd 0.3s;
    animation: topEnd 0.3s;
    position: relative;
}
.lSSlideOuter.vertical .leftEnd {
    -webkit-animation: bottomEnd 0.3s;
    animation: bottomEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
    -webkit-animation: leftEnd 0.3s;
    animation: leftEnd 0.3s;
    position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
    -webkit-animation: rightEnd 0.3s;
    animation: rightEnd 0.3s;
    position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}