#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;
}


/*=======================================
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;
}
#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; }