@charset "euc-jp";

.pankuzu-area,.pankuzu-area-inner,.pankuzu-area-inner .pankuzu-list{
	width:100%;
	min-width:100%;
}

.header{
	height:auto;
	min-width: 100%;
}
.header-inner{
	display: none;
}
.header .toggleBtn{
	padding: 14px;
	margin:20px 10px 0 0;
	float: right;
	font-weight:bold;
	border-radius:10px;
	color:#333;
	cursor:pointer;
	border:1px solid #dedede;
	background:#fff;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}
.header .toggleBtn:hover{
	background:#d9d9d9;
	background: -moz-linear-gradient(top, #fff, #d9d9d9);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d9d9))
}
.phoneHeader{
	display: block!important;
}
.phoneHeader .toggleContainer{
	width:100%;
	background:#fff;
	clear: both;
}
.phoneHeader ul{
	list-style:none;
	padding:0;
	margin:0;
}
.phoneHeader ul li{
	border-top:1px solid #ccc;
	background:#fff;
	background: -moz-linear-gradient(top, #fff, #eee);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#eee));
}
.phoneHeader ul li:hover{
	background:#d9d9d9;
	background: -moz-linear-gradient(top, #fff, #d9d9d9);
	background: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#d9d9d9));
}
.phoneHeader ul li a{
	display:block;
	font-size:16px;
	font-weight:bold;
	background:url(../images/icon-link-a.gif) 5px 50% no-repeat;
	padding:5px 10px 5px 15px;
	margin:0 0 0 10px;
	text-decoration:none;
}
.phoneHeader ul li.icArrowRed a{
	background:url(../images/icon-link_t_seihin.gif) 0 50% no-repeat;
}
.phoneHeader ul li.icArrowGreen a{
	background:url(../images/icon-link_t_support.gif) 0 50% no-repeat;
}
.phoneHeader ul li.icArrowBlue a{
	background:url(../images/icon-link_t_business.gif) 0 50% no-repeat;
}
.phoneHeader ul li.icArrowRedS a{
	background:url(../images/icon-link-a.gif) 5px 50% no-repeat;
}
#font-resize{
	display:none;
}
