
/* CSS Document */

/*-----------------------------------------------------------
		�w�b�_�[
-----------------------------------------------------------*/
#header{
	width:100%;
	position:fixed;
	left:0;
	top:0;
	background-color: rgba(255,255,255,0.95);
	z-index:9998;
	box-shadow:0px 0px 4px 1px rgba(0,0,0,0.2);
}
#large-stock{
    width: 100%;
    max-width: 1200px;
    margin: 20px auto 0;
}
.search_container{
  position: relative;
  box-sizing: border-box;
  border: 2px solid #3879D9;
  display: block;
  padding: 3px 10px;
  border-radius: 3px;
  height: 2.3em;
  width: 650px;
  overflow: hidden;
  margin-top:6px;
}
.search_container input[type="text"]{
  border: none;
  height: 2.0em;
}
.search_container input[type="text"]:focus {
  outline: 0;
}
.search_container input[type="submit"]{
  cursor: pointer;
  font-family: FontAwesome;
  border: none;
  background: #3879D9;
  color: #fff;
  position: absolute;
  width: 3.5em;
  height: 3.0em;
  right:0px;
  top: -5px;
  outline : none;
}

@media only screen and (max-width: 768px) {
#header{
	height:180px;
}
.sns{
	padding:0 !important;
}
#large-stock{
	margin:140px auto 0;
}
}
/*-- ���S --*/
#header-logo{
	float:left;
	height:47px;
	margin-top:10px;
	margin-left:26px;
	margin-right:24px;
}
.logo_komeri01{
	position:absolute;
}
@media only screen and (max-width: 768px) {
#header-logo{
	margin-left:12px;
}
.top-icon{
    right: 51px;
    position: fixed;
}
}
/*-- �A�C�R�� --*/
#header-icon{
	 position:fixed; 
	/*float:right;*/
	top:10px;
	left:240px;
}
	
.totop{
	margin-top:10px;
	margin-right:4px;
}


@media only screen and (max-width: 768px) {
#header-icon{
	right:110px;
	position:fixed;
}
.totop{
	margin-right:55px;
}
}
@media only screen and (max-width: 1120px) {
#header-icon{
	display:none;
	/*display:block;*/
	width: 50px;
}
/*#header-icon2{
	display:none;
	display:block;
	margin-top:5px;
}*/
}
@media only screen and (max-width: 360px) {
#header-logo{
	height:0;
	}
}
#header-icon ul{
	float:left;
	margin-right:10px;
}
#header-icon li{
	float:left;
}
#header-icon li a{
	display:block;
	width:40px;
	height:50px;
	text-indent:-9999px;
	background-repeat:no-repeat;
	background-position:center center;
	background-size: 24px 24px;
}
#header-icon li.twitter a{
	background-image:url(../img/common/tw.png);
}
#header-icon li.youtube a{
	background-image:url(../img/common/yt.png);
}
#header-icon li.facebook a{
	background-image:url(../img/common/fb.png);
}
/*.shopping-icon {
	float:left;
}
.shopping-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #1e2875;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/shopping-icon.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
@media only screen and (max-width: 768px) {
.shopping-icon a{
	width:50px;
	margin-right:1px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
}*/

.shopping-icon {
	float:right;
	margin-top:10px;
}
.top-icon {
	float:right;
	margin-top:10px;
	display:none;
}
.shopping-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #e00012;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/shopping-icon.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
.top-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #297bc4;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/home.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
.corporate-icon {
	float:left;
}
.corporate-icon a{
	display:block;
	height:50px;
	line-height:50px;
	background-color: #e00012;
	color:#fff;
	padding:0 20px;
	padding-left:64px;
	background-image:url(../img/common/corporate-icon.png);
	background-repeat:no-repeat;
	background-position:left 20px center;
	background-size: 24px 24px;
}
@media only screen and (max-width: 768px) {
.shopping-icon a{
	width:50px;
	margin-right:1px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
.top-icon {
	display:block;
}
.top-icon a{
	width:50px;
	margin-right:1px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
.corporate-icon a{
	width:50px;
	padding:0;
	padding-left:0;
	background-position:center center;
	text-indent:-9999px;
}
}
#header-icon a{
	display:block;
	color:#fff;
}
#header-icon a:hover{
	color:#fff;
}
#header-icon a:link {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}
#header-icon a:visited {
	color:#fff;
}
.shopping-icon a:link {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}
.top-icon a:link {
	color:#fff;
	text-decoration: none;
	font-weight:bold;
}
/*-----------------------------------------------------------
		�O���[�o���i�r�Q�[�V����
-----------------------------------------------------------*/
#header-nav{
	/*float:none;
	width:100%;
	display:block;
	list-style:none;
	overflow:hidden;
}
@media only screen and (min-width: 1320px) {
#header-nav{*/
	float:left;
	margin-left:10px;
	margin-top:3px;
	/*width:840px;*/
	clear:both;
}
/*}*/
#header-nav ul{
	margin: 0 auto;
	/*width:840px;*/
	overflow:hidden;
}
#naviArea{
	display:none;
}
@media only screen and (max-width: 768px) {
#header-nav{
	display:none;
}
#naviArea{
	display:block;
}
}
#header-nav li{
	float:left;
}

#header-nav li a {
	height:36px;
	line-height:36px;
	display:block;
	text-align:center;
	font-size:14px;
	padding:5px 1.3em;
	background-image:url(../img/common/rod.gif);
	background-repeat:no-repeat;
	background-position:left center;
}
/*@media only screen and (min-width: 1080px) {
#header-nav li a {
	padding:5px 1.6em;
}
}*/
#header-nav li:last-child a{
	background-image:url(../img/common/rod.gif), url(../img/common/rod.gif);
	background-position:left center, right center;
}

#header-nav li a:hover{
}
#header-nav li a:link {
	color:#333;
	text-decoration: none;
	font-weight:bold;
}
#header-nav li a:visited {
	color:#333;
}

.floatR {
    float: right;
}
.wide375 {
    width: 375px;
	margin-top:10px;
}
.wide375s {
	display:none
}
/*.wide375 img{
	padding:10px;
}*/
.floatL {
    float: left;
}

@media only screen and (max-width: 768px) {
.wide375 {
	margin-top:20px;
}
}

@media only screen and (max-width: 650px) {

.wide375 {
	display:none;
}
.wide375s {
	display:block;
	/*margin:5px;*/
	margin-top:10px;
}

}

@media only screen and (max-width: 345px) {

.totop {
	margin-top:0;
	}


}
.snsbotan{
	height: 36px;
    line-height: 36px;
    display: block;
    padding: 5px 1.3em;
    background-image: url(../img/common/rod.gif);
    background-repeat: no-repeat;
    background-position: left center;
}
@media only screen and (max-width: 768px) {

.snsbotan{
	background-image:none;

}
    }
