﻿@charset "utf-8";
/* CSS Document */

/* 外枠 */
#block-form{
	top:0;
	left:0;
	display:block;
	position:fixed;
	margin:0;
	padding:0;
}

/* 検索フォーム内 商品ページ用 */
#seach_form {
	/*background-color: rgba( 255, 255, 255, 0.85 );
	border:none;
	box-sizing: border-box;*/
	height: 55px;
    position: fixed;
    left: 45px;
    right: 5px;
}
.searchbox{
	height:40px;
}
.searchtxt{
	position: relative;
	top:7px;
    height: 40px;
    width: 100%;
    margin: 0;
    padding: 5px 42px 5px 5px;
    border: 2px #FF7F00 solid;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    text-indent: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.searchBtn{
	position: fixed;
    top: 12px;
    right: 20px;
    height: 30px;
    width: 30px;
    outline: none;
    -webkit-appearance: none;
}
.clearBtn{
	position: fixed;
	top: 11px;
	right: 60px;
	height: 30px;
	width: 30px;
	outline: none;
	border: none;
	font-size: 28px;
	color: #a9a9a9;
	background: #FFF;
	-webkit-appearance: none;
}
input::-ms-clear {
    visibility:hidden
}

/* 検索フォーム内 カテゴリ用 */
#seach_form-cl {
	/*background-color: rgba( 255, 255, 255, 0.85 );
	border:none;
	box-sizing: border-box;*/
	height: 55px;
    position: fixed;
    left: 45px;
    right: 5px;
}
.searchbox-cl{
	height:40px;
}
.searchtxt-cl{
	position: relative;
	top:7px;
    height: 40px;
    width: 100%;
    margin: 0;
    padding: 5px 42px 5px 5px;
    border: 2px #0070ca solid;
    box-sizing: border-box;
    outline: none;
    font-size: 14px;
    text-indent: 5px;
    border-radius: 5px;
    -webkit-border-radius: 5px;    /* Safari,Google Chrome用 */
    -moz-border-radius: 5px;   /* Firefox用 */
}
.searchBtn-cl{
	position: fixed;
    top: 12px;
    right: 20px;
    height: 30px;
    width: 30px;
    outline: none;
    -webkit-appearance: none;
}
.clearBtn-cl{
	position: fixed;
	top: 11px;
	right: 60px;
	height: 30px;
	width: 30px;
	outline: none;
	border: none;
	font-size: 28px;
	color: #a9a9a9;
	background: #FFF;
	-webkit-appearance: none;
}
#panel-cl{
	background-color:#fff;
	position:fixed;
	height: 55px;
	width:100%;
	padding:0;
	float: left;
	display:none;
}




/* 可動部分　ボタン */
#panel{
	background-color:#fff;
	position:fixed;
	height: 55px;
	width:100%;
	padding:0;
	float: left;
}
.open{
	position:relative;
    height: 70px;
    width: 43px;
	padding:0;
	float:right;
	margin-left:-5px;
}
.open img{
	width:43px;
	height:70px;
}
.close{
	height: 70px;
	width: 30px;
	padding:0;
	float: right;
}
.close img{
	width:30px;
	height:70px;
}
.open:hover {
	margin-left:0px;	
}


/*------------------------------------------------------------------
　20160411　追記
-----------------------------------------------------------------*/
.logomark{
	position:fixed;
	width:30px;
}
.logomark img{
	width:30px;
	height:auto;
	margin:5px;
}

@media screen and (max-width:340px) {
	.clearBtn{
		display:none;
	}
}

