@charset "utf-8";

/***** header *****/

#fixedheader {
	position:fixed;
	top:0;
	left:0;
	width:100%;
	height:162px;
	background:#ffffff;
	z-index:100;
}

#header{
	padding: 8px 16px;
}

#topicPath ul li {
	display: none;
}

#topicPath p {
	padding:  8px 16px;
}

#topicPath p strong {
	color:#e59112;
	font-size: 0.85em;
}

#pcheader {
	display: none;
}

#spheader {
	display: flex;
	align-items:center;
	justify-content: space-between;
}


/***** header-nav *****/


nav #globalNav_open{
	display:block;
	background:#E59112;
	width:100%;
	height:32px;
	position:relative;
	cursor:pointer;
	color: #FFFFFF;
	margin: 0px;
	padding: 8px 0px 0px 48px;
}

nav #globalNav_open:after{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:50px;
	height:50px;
	content:'\f0c9';
	font-family: FontAwesome;
	font-size: 1.2em;
	line-height:35px;
	text-align:center;
	color:#ffffff;	
}

nav ul#globalNav{
	position:absolute;
	top:132;
	right:0;
	padding: 8px 0px 0px ;
	width:100%;
	max-width:540px;
	list-style:none;
	background:#FFFFFF;
	z-index: 20;
}

nav ul#globalNav{
	list-style:none;
	display:none;
	border-bottom:1px solid #5d6466;
}

nav ul#globalNav li{
	display:block;
	padding:5px 0;
	width:100%;
}

nav ul#globalNav li:before{
 	content:'\f054';
 	font-family: FontAwesome;
	margin:0 15px;
}

nav ul#globalNav li ul.categoryMenu{
	border-bottom:1px solid #c3c3c3;
	display: -webkit-flex;
	display: flex;
	-webkit-flex-wrap: wrap;
	flex-wrap: wrap;
}

nav ul#globalNav li ul.categoryMenu li{
	display:block;
	width:48%;
	margin-left:2%;
}

nav ul#globalNav li ul.categoryMenu li:before{
  content:'\f141';
  font-family: FontAwesome;
}


/***** main *****/

/* 4. contents
----------------------------------------------*/
#contents{
	width:auto;
	margin:182px auto 0px;
	padding:0px 16px;
}

#contFooter{
	margin: 0px 0px 24px 0px;
}

#contFooter .attention{
	float:left;
	color:#e59112;
	font-size:0.95em;
}



/* 6. side
----------------------------------------------*/
#side{
	display: none;
}

/* 7. footer
----------------------------------------------*/
#footer{
	padding:0px;
	background-color: #F2F2F2;
	font-size: 0.9em;
}

#footer .inner{
	margin:0 auto;
	padding: 0px 0px 32px 0px;
	overflow:hidden;
}

#footer .menu {
	padding: 32px 32px 0px 32px;
	display: flex;
	justify-content: space-between;
}

#footer .menu li::before {
	content: url(../images/common/parts_arw_gl.gif);
	padding: 0px 4px 0px 0px;
	left: 0;
}


#footer .copyright{
	margin: 32px 0px 0px 0px;
}

#footer .link li{
	display:inline;
}

#footer .link li.mark::before {
	content: '｜';
	padding: 0px 4px 0px 0px;
	left: 0;
}

#footer .link li.last{
	display:block;
	text-align: center;
}

#footer .footerlink{
	text-align: center;
	padding: 32px;
}

.flex {
	display: flex;
}

.md {
	display: none;
}

.pageTop {
	display: none;
}

#toPagetop{
	position:fixed;
	right:15px;
	bottom:15px;
/*	display:none;*/
}

#toPagetop a{
	display:block;
	width:45px;
	height:45px;
	line-height:40px;
	-webkit-border-radius:50%;
	-moz-border-radius:50%;
	border-radius:50%;
	text-align:center;
	background:#E59112;
	color:#ffffff;
}
