#header .common-area {
	overflow: hidden;
	height: 34px;
}
#header .konami-logo {
	float: left;
	padding: 4px 0 0 10px;
}
#header .konami-logo a {
	display: block;
	width: 123px;
	height: 21px;
	background: url("../images/konami_logo/logo_konami.png") no-repeat;
	-webkit-background-size: 100%;
	background-size: 100%;
}
#header .sns-share {
	float: right;
	padding: 4px 10px 0 0;
	text-align: right;
}
#header .sns-share li {
	display: inline-block;
}
#header .sns-share li a {
	display: inline-block;
	width: 20px;
	height: 20px;
	background: url(../images/sns/sns-icon.png) no-repeat 0 0;
	background-size: 100% auto;
	-webkit-background-size: 100% auto;
	vertical-align: bottom;
	border-radius: 4px;
}
#header .sns-share li.facebook a {
	background-position: 0 -20px;
}
#header .sns-share li.line a {
	background-position: 0 -40px;
}
#header .sns-share li.google a {
	background-position: 0 -60px;
}
#header .search-area {
	float: right;
	padding: 4px 10px 0 0;
}
#header .search-area input {
	width: 12em;
	padding: 2px;
	font-size: 14px;
	border-radius: 3px;
	border: 1px #ccc solid;
}
#header .search-area a {
	display: inline-block;
	padding: 0 2px;
	font-size: 12px;
	line-height: 18px;
	border-radius: 3px;
	box-shadow: rgba(0,0,0,.2) 1px 1px 0;
}
#header .search-area a:hover {
	text-decoration: none;
}









/*【商品種別アイコン】*/
/* エリア */
#header .header02_ico {
 width: 958px;
 padding: 5px 11px; 
 clear: both;
}
/* アイコン (横並び間隔) */
#header .header02_ico img {
 margin-right: 5px;
}

/*====================================================*/

