@charset "UTF-8";
header{
	position:fixed;
	top:0;
	z-index:100;
	overflow:hidden;
	width:100%;
}
#headerW{
	width:100%;
	background:url("../img/header/headerBg.png") repeat;
}
#header{
	position:relative;
	overflow:hidden;
	margin:0 auto;
	padding:20px 0;
	max-width:994px;
	width:100%;
}
#header #logo{
	position:relative;
	float:left;
	overflow:visible;
	margin-right:10px;
	width:163px;
	height:42px;
}
#logo a{
	display:block;
	width:163px;
}
#logo a img{
	position:absolute;
	z-index:10;
	width:100%;
}
#logo a img.logo{
	z-index:100;
}
#header #menu{
	position:relative;
	z-index:1000;
	float:left;
	padding:9px 0;
}
#header #menu li{
	float:left;
}
.Gmenu li a{
	display:block;
	padding:12px 12px 12px 12px;
	text-decoration:none;
	letter-spacing:0.1em;
	font-size:12px;
}
#header #headerRight{
	float:right;
	margin:-3px 0 0 0;
	padding:0;
	width:378px;
}
#header #headerRight ul{
	height:25px;
}
#header #headerRight ul li{
	float:right;
	padding:1px 0;
}
#header #headerRight ul li.facebook{
	margin:0 0 0 -28px;
}
#header #headerRight ul li.twitter{
	float:left;
}
#header #headerRight ul li.rss{
	margin:-4px 0 0 12px;
	padding:0;
}
#header #headerRight .headerSearch{
	position:relative;
	margin:10px 0 0 0;
	width:378px;
}
.mushimegane{
	position:absolute;
	top:5px;
	right:10px;
	z-index:10;
	width:20px;
	height:20px;
	border:none;
	cursor:pointer;
	text-indent:-500px;
	background-position:left top;
	background-color:#f3f3f3;
}

input:focus+.mushimegane{
	background-color:#fff;
}
#header #headerRight .headerSearch input[type="text"]{	
	width:330px;
}
.headerSearch input[type="text"],
#search_result input[type="text"]{
	z-index:1; 
	padding:7px 37px 7px 7px;
	padding:7px 37px 7px 7px;	
	border:2px solid #f3f3f3;
	-webkit-border-radius:5px;-moz-border-radius:5px;border-radius:5px;
	background:#f3f3f3;
}
#header input:focus,
#search_result input:focus{
   border:2px solid #dfdfdf;
   background:#fff;
}
#header #headerRight2{
	position:absolute;
	top:15px;
	right:0;
	z-index:10000;
	display:none;
	float:left;
	width:950px;
}
#header #headerRight2 .Gmenu li a{
	padding:10px 12px;
}
#header #headerRight2 ul{
	float:right;
	padding:4px 10px 0 0;
}
#header #headerRight2 ul li{
	float:right;
	padding:1px 0;
}
#header #headerRight2 ul li.facebook{
	margin:0 0 0 -4px;
}
#header #headerRight2 ul li.twitter{
	float:left;
}
#header #headerRight2 ul li.rss{
	margin:-4px 0 0 10px;
	padding:0;
}
/*
#header #headerRight2 .headerSearch{
	position:relative;
	float:right;
	width:210px;
}
*/
.headerRight2-btn{
	display: inline-block;
	position: relative;
	float: right;
	width: 211px;
}


#search_result .headerSearch{
	position:relative;
	margin-bottom:10px;
	width:100%;
}
#header #headerRight2 .headerSearch input[type="text"]{
	width:162px;
}
#search_result input[type="text"]{	
	padding:7px 10% 7px 1%;
	width:89%;
}
#header #headerRight2 .menu{
	position:absolute;
	margin:-4px 0 0 0;
	padding:0;
}
#header #headerRight2 .menu li{
	float:left;
}
#headerMiddle{
	padding:20px 0 0 0;
	background:#fff;
	position:relative;
}
#headerMiddle .menu{
	padding:0 20px 20px 20px;
}
#headerMiddle .menu li{
	float:left;
}
#headerMiddle .menu li a.hover{
	padding:0;
}
#headerMiddle .snsHeader{
	float:left;
	padding:5px 0 0 10px;
}
#headerMiddle .snsHeader li{
	float:left;
}
#headerMiddle .snsHeader li.facebook{
	margin:0 0 0 -4px;
}
#headerMiddle .SPsearchButton{
	position:absolute;
	top:25px;
	right:4%;
	margin:0;
}

.SPsearchButton{
	margin:0 15px 0 0;
	width:33px;
	height:33px;
	position:relative;
	overflow:hidden;
	font-size:12px;
}

.headerSmall-btn{
	margin-right: 5px;
}
.SPsearchButton i{
	position:absolute;
	top:0;
	left:0;
	display:block;
	width:33px;
	height:33px;
	background-position:-40px -55px;
}

#headerMiddle .SPsearch{
	padding:10px 4%;
	background:#f3f3f3;
}
/*===============
	ぱんくず
===============*/
.category-wonderlife #pan ul li:nth-child(3),
.category-goodidea #pan ul li:nth-child(3),
.category-dragonsakura #pan ul li:nth-child(3),
.category-businesswave #pan ul li:nth-child(3){
	display:none;
}
#pan{
	padding:19px 0;
	width:100%;
}
#pan ul{
	margin:0 auto;
	max-width:994px;
	width:100%;
	font-size:12px;
}
#pan ul li{
	float:left;
}
#pan ul li+li{
	background:url("../img/arrow.png") no-repeat left center;
}
#pan a{
	text-decoration:none;
}
#pan a:hover{
	text-decoration:underline;
}
.page #pan a,
.search #pan a{
	color:#f0db5b;
}