@charset "utf-8";
* {
	margin: 0px;
	padding: 0px;
	list-style-type: none;
	font-size: 16px;
}
html {
	-webkit-text-size-adjust: none;
	width: 100%;
}
body {
	color: #333;
	font-family: "ヒラギノ丸ゴ Pro W4","Hiragino Maru Gothic Pro",'メイリオ',Meiryo,Verdana,sans-serif;
	line-height: 1.4;
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-color: #ffffff;
	font-size:12px;
	width: 100%;
}

.clearfix {
	overflow: hidden;
}
.clearfix:after {
	visibility: hidden;
	display: block;
	font-size: 0;
	content: " ";
	clear: both;
	height: 0;
}
.clear_both {
	clear: both;
}
.clear_both hr {
	display: none;
	line-height: 0px;
}


a {
	color: #333333;
	text-decoration: underline;
	background-color:transparent;
	-webkit-tap-highlight-color:rgba(255, 66, 0, 1);
}
a:hover {
	color: #999;
	text-decoration: none;
	background-color:transparent;
	-webkit-tap-highlight-color:rgba(255, 66, 0, 1);
}
ul {
}


li {
	list-style: none;
}
img {
	border-style: none;
	vertical-align: bottom;
	max-width: 100%;
	height: auto;
}


.bold {
	font-weight: bold;
}
.center {
	text-align: center;
}
.red {
	color: #F00;
}

.orange {
	color: #FF9900;
	text-decoration:underline;
}
.orange a {
	color: #FF9900;
	text-decoration:underline;
}

.btn_40 {
	text-align: right;
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.btn_40 img {
	width: 40%;
}
.btn_40_2  {
	text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
}
.btn_40_2 img {
	width: 40%;
}
.btn_50  {
	text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
}
.btn_50 img {
	width: 50%;
}
.btn_50 input {
	width: 50%;
}
.btn_60  {
	text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
}
.btn_60 img {
	width: 60%;
}
.btn_60 input {
	width: 60%;
}
.btn_80  {
	text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
}
.btn_80 img {
	width: 80%;
}
.btn_80 input {
	width: 80%;
}
.btn_90  {
	text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
}
.btn_90 img {
	width: 90%;
}
.btn_90 input {
	width: 90%;
}
.btn_95  {
	text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
}
.btn_95 img {
	width: 95%;
}
.btn_100  {
	text-align: center;
	margin-bottom: 3%;
	margin-top: 3%;
}
.btn_100 img {
	width: 100%;
}
.w_90 {
	width: 90%;
}
.w_40 {
	width: 40%;
}
.w_90_l {
	width: 90%;
	margin-left: 10%;
}
.w_90_r {
	width: 90%;
	margin-right: 5%;
}

p  {
	margin: 0%;
	padding:0;
}
/*==============================================
    HEADER
===============================================*/
.head {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	margin-bottom: 3px;
}
.srarea {
	margin-bottom: 0px;
}


.head_left {
	float: left;
	width: 60%;
}

.head_left h1 img {
	width: 100%;
}
.head_left2 {
	float: left;
	width: 51%;
}
.head_left2 h1 img {
	width: 100%;
}
.head_search {
	float: left;
	width: 15%;
}
.head_search img  {
	width: 100%;
}
.head_right {
	float: left;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E8E8E8));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #E8E8E8 100%);
	width: 40%;
}
.head_right ul {
	margin-top: 2%;
	margin-left: 5%;
}
.head_right ul a li {
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
}
.head_right2 {
	float: left;
	/* IE10 Consumer Preview */ 
background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E8E8E8));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #E8E8E8 100%);
	width: 34%;
}
.head_right2 ul {
	margin-top: 3%;
	margin-left: 5%;
}
.head_right2 ul a li {
	text-align: left;
	margin-right: auto;
	margin-left: auto;
	font-size: 10px;
}
.mypage_cont {
	padding-top: 3%;
	padding-left: 2%;
	font-size: 14px;
	padding-bottom: 3%;
	width: 96%;
	padding-right: 2%;
}
.mypage_cont p {
	line-height: 22px;
}
.mypage_cont p a img {
	width: 30%;
}

/*.search_cont {
	width: 100%;
	position: relative;
	height: 37px;
}*/
.search_cont .ab {
	left: 27px;
	width: 95%;
}


.search_cont .search_detail {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #727272;
	border-bottom-color: #999;
	width: 68%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #727272;
	float: left;
}
.search_cont .search_detail .style_1 {
	float: left;
	line-height: 33px;
	padding-left: 2%;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	width: 98%;
	font-size: 10px;
}
.search_cont .search_detail_btn {
	float: left;
	text-align: left;
}
.search_cont .search_detail_btn .style_2 {
	border-radius:0;
}
.category_cont {
	padding-left: 2%;
	font-size: 14px;
	padding-bottom: 2%;
	width: 96%;
	padding-right: 2%;
}
.category_cont p {
	line-height: 38px;
}
.main_slide {
	padding-bottom: 5%;
}

.recommend_cont {
	padding-bottom: 5%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 2%;
}

.recommend_cont h3 {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 2%;
	margin-left: 2%;
}
.item_wrap .item_box {
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 3%;
	padding-bottom: 3%;
}

.item_box {

}
.item_box h3 {
	margin-bottom: 5px;
}
.item_box h4 {
	font-size: 12px;
	font-weight: normal;
}
.item_box .item_right h4 {
	font-size: 14px;
}
.item_box .item_right div img {
	width: 20%;
}


.item_box h5 {
	font-size: 10px;
	font-weight: normal;
}
.item_box h6  {
	font-size: 10px;
	font-weight: normal;
	margin-bottom: 5px;
}
.item_box .red {
	font-weight: bold;
	color: #F00;
	font-size: 14px;
}
.item_box ul {
	margin-bottom: 3px;

}
.item_box ul li {
	font-size: 10px;
}
.item_box p  {

}
.item_detail_box {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
.item_detail_box h2 {
	font-size: 20px;
	margin-bottom: 2%;
}
.item_detail_box h3 {
	font-size: 12px;
	margin-bottom: 2%;
}
.item_detail_box h3 a {
	color: #0000FF;
}
.item_detail_box h4 {
	margin-bottom: 3%;
}
.item_detail_box ul li {
	font-size: 16px;
	color: #000;
}
.item_detail_box h6 {
	font-size: 14px;
	font-weight: normal;
	color: #000;
}

.bd_btn {
	padding-bottom: 3%;
	border-bottom-width: 1px;
	border-bottom-style: dotted;
	border-bottom-color: #999;
	margin-bottom: 2%;
}
.banner_cont  {
	width: 96%;
	padding-left: 3%;
	padding-top: 2%;
	margin-bottom: 2%;
}
.banner_cont .clearfix li  {
	float: left;
	margin-right: 3%;
	margin-bottom: 2%;
	min-height: 80px;
}
.img_ban {
	width: 47%;
}
.img_ban img{
	width: 100%;
}
.sns_cont {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 3%;
}
.sns_cont ul li {
	display: inline;
}
.sns_cont ul li a img {
	width: 20%;
}
.btn_cont {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
.btn_cont ul li {
	display: inline;
	margin-right: 1%;
}
.btn_cont ul li a img {
	width: 30%;
}
.category_nav h3 {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 2%;
}
.category_nav {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 4%;
}
.category_nav li {
	background-image: background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E8E8E8));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #E8E8E8 100%);
	height: 47px;
	width: 100%;
	border: 1px solid #CCC;
}
.category_nav li a {
	font-size: 12px;
	line-height: 47px;
	background-image: url(../img/arrow_r1.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	display: block;
	padding-left: 4%;
	text-decoration: none;
}
.category_nav2 {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 4%;
}
.category_nav2 li {
	height: 47px;
	width: 100%;
	border: 1px solid #CCC;
	font-size: 14px;
	line-height: 47px;
}
.category_nav2 ul .pdl {
	padding-left: 4%;
	width: 96%;
}

.category_nav2 li a {
	
	background-image: background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E8E8E8));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #E8E8E8 100%);
	display: block;
	text-decoration: none;
	padding-left: 4%;
}
.topicpath {
	font-size: 12px;
	color: #00F;
/*	margin-bottom: 4%;
	margin-left: 2%;*/
}
.topicpath a {
	color: #0000FF;
	text-decoration: underline;
}
.item_cate {
	background-color: #F9F9F9;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #CCC;
	border-bottom-color: #CCC;
	margin-bottom: 2%;
}
.item_cate a {
	text-decoration: none;
	display: block;
}

.item_cate ul {
	margin-left: 2%;
	border-left-width: 1px;
	border-left-style: solid;
	border-left-color: #CCC;
}
.item_cate ul li {
	float: left;
	font-size: 14px;
	font-weight: bold;
	border-right-width: 1px;
	border-right-style: solid;
	border-right-color: #CCC;
	line-height: 47px;
	text-align: center;
	padding-right: 2%;
	padding-left: 2%;
}
.item_cate ul .select_bg {
	background-image: background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Opera */ 
background-image: -o-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left bottom, left top, color-stop(0, #FFFFFF), color-stop(1, #E8E8E8));
	/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	/* W3C Markup, IE10 Release Preview */ 
background-image: linear-gradient(to top, #FFFFFF 0%, #E8E8E8 100%);
}
.item_wrap {
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 2%;
}
.item_box .item_left {
	float: left;
	margin-left: 2%;
	width: 30%;
	margin-right: 2%;
}
.item_box .item_left img {
	width: 100%;
}
.item_box .item_right {
	float: left;
	width: 64%;
}
.num {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	font-size: 16px;
	color: #FF6600;
	position: relative;
	margin-bottom: 20px;
}
.num ul li a {
	text-decoration: none;
}
.num ul {
	text-align: center;
}
.num ul li {
	display: inline;
	padding-right: 1%;
	padding-left: 1%;
}
.num ul .l_num {
	position: absolute;
	left: 2%;
}
.num ul .r_num {
	position: absolute;
	right: 2%;
}
.cart_cont {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
}
.cart_cont ul li {
	margin-bottom: 3%;
}
.item_cont1 {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 3%;
}
.item_cont1 a {
	color: #0033CC;
}

.item_cont1 h3 {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 2%;
}
.item_cont2 {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 3%;
}
.item_cont2 a{
	text-decoration: none;
	display: block;

}
.item_cont2 h3 {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 2%;
}
.item_text {
	border: 1px solid #999;
	padding-top: 2%;
	padding-right: 10%;
	padding-bottom: 2%;
	padding-left: 2%;
	background-image: url(../img/item_arrow.png);
	background-repeat: no-repeat;
	background-position: right center;
}
.item_text p {
	margin-bottom: 2%;
}
.item_cont3 {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 3%;
}
.item_cont3 h3 {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 2%;
}
.item_cont3 h4 {
	font-size: 14px;
	font-weight: normal;
	margin-bottom: 2%;
}
.review_cont {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 3%;
}
.review_cont h3 {
	margin-bottom: 2%;
}
.review_box {
	margin-bottom: 5%;
}
.review_box h4 {
	margin-bottom: 1%;
}
.review_box h5 {
	font-size: 12px;
	font-weight: normal;
	margin-bottom: 2%;
}
.review_box .lh {
	line-height: 25px;
}
.review_box p {
	margin-bottom: 2%;
}


.review_wrap {
	border: 1px solid #999;
	padding: 2%;
}
.review_box h4 .f_12 {
	font-size: 12px;
	font-weight: normal;
}
.review_wrap .more_wrap {
	position: relative;
}

.review_wrap .more {
	line-height: 17px;
	background-image: url(../img/more_icon.png);
	background-repeat: no-repeat;
	padding-left: 2em;
	position: absolute;
	right: 4%;
	bottom: 4%;
}


















.footer {
	width: 100%;
}
.footer_nav {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 4%;
}
.footer_nav li {
	background-image: background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	height: 47px;
	width: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.footer_nav li a {
	font-size: 12px;
	line-height: 47px;
	background-image: url(../img/arrow_r2.png);
	background-repeat: no-repeat;
	background-position: 98% center;
	display: block;
	padding-left: 4%;
	text-decoration: none;
}
.to_pc {
	text-align: center;
	margin-bottom: 20px;
}
.to_pc p a {
	color: #0000FF;
	text-decoration: underline;
}

.viewport {
	width: 98%;
	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 2%;
}

.item {
	float: left;
	margin-right:10px;
	width: 300px;
	cursor: pointer;
}
.item img {
	width: 300px;
}

.item_shosai {
	float: left;
	margin-right:10px;
width: 340px;
	cursor: pointer;
}
.item_shosai img {
	float:left;
	margin-right:10px;
	height: 80px;
}

.viewport2 {
	width: 98%;

	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 2%;
}

.item2 {
    float: left;
	margin-right:10px;
	width: 150px;
    cursor: pointer;
}

.viewport3 {
	width: 98%;

	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 2%;
}

.item3 {
    float: left;
	margin-right:10px;
	width: 150px;
    cursor: pointer;
}

.viewport4 {
	width: 98%;

	overflow: hidden;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-left: 2%;
}

.item4 {
    float: left;
	margin-right:10px;
	width: 150px;
    cursor: pointer;
}







.detail_nav {
	width: 100%;
	margin-bottom: 4%;
	margin-top: -5%;
}
.detail_nav li {
	background-image: background-image: -ms-linear-gradient(bottom, #FFFFFF 0%, #E8E8E8 100%);
	height: 47px;
	width: 100%;
	border: 1px solid #CCC;
	background-color: #FFF;
}
.detail_nav li a {
	font-size: 12px;
	line-height: 47px;
	background-image: url(../img/arrow_l.png);
	background-repeat: no-repeat;
	background-position: 2% center;
	display: block;
	padding-left: 8%;
	text-decoration: none;
}
.img_list {
	width: 96%;
	padding-right: 2%;
	padding-left: 2%;
	margin-bottom: 3%;
}
.img_list h3 {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
	margin-bottom: 2%;
}
.img_list ul li {
	margin-bottom: 3%;
}
.img_list ul li img {
	width: 100%;
}




/*汎用ページ用*/

.tablecolor {
width:98%;padding:0px;
border-collapse:collapse;
}
.tablecolor th {
padding:4px 2px 2px 4px;
text-align:left;vertical-align:top;
background-color:#CCFFCC;
border:1px solid #009900;
}
.tablecolor td {
padding:4px 2px 2px 4px;
border:1px solid #009900;
}
.tablecolor .midasi {
padding:4px 2px 2px 4px;
text-align:left;vertical-align:top;
background-color:#CCFFCC;
border:1px solid #009900;
}



.etchead {
	width: 96%;
	margin-right: 2%;
	margin-left: 2%;
	margin-bottom: 2%;
}
.etchead h3 {
	font-size: 18px;
	color: #FF6600;
	font-weight: bold;
}


.section {
	width: 90%;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-size:12px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}

.section2 {
	width: 90%;
	margin: 0px 0px 10px 0px;
	padding: 5px;
	font-size:16px;
	font-weight: bold;
	border-bottom-width: 1px;
	border-left-width: 7px;
	border-bottom-style: solid;
	border-left-style: solid;
	border-bottom-color: #999;
	border-left-color: #999;
}
.etcbody {
	margin: 5px 5px 5px 5px;
	border-top-width: 1px;
	border-top-style: solid;
	border-top-color: #CCC;
	padding-top: 2%;
}


.tablecolor2 {
width:98%;margin:2px 2px 2px 2px;padding:0px;
border-collapse:collapse;
	font-weight: bold;
	color: #F00;
	padding: 3px;
}
.tablecolor2 th {
	padding:4px 2px 2px 4px;
	text-align:left;
	vertical-align:top;
	background-color: #FFC;
	border: 2px solid #CCC;
}
.tablecolor2 td {
	padding:4px 2px 2px 4px;
	border:1px solid #CCC;
}


/*レジ*/
.red_error {
	font-size: 14px;
	font-weight: bold;
	color: #F00;
}
.large {  font-size: 16px; font-weight: bold}

.attention {
	padding: 10px;
	font-size: 14px;
	color: #930;
	font-weight: bold;
}


/*在庫*/
.zaiko_test {
	color:#0C3;
	font-weight:bold;
	cursor: pointer
}
.zaiko{
	font-size: 12px;
	padding: 4px;
	display: block;
	width: 120px;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	background-repeat: repeat;
	border-top-width: 1px;
	border-right-width: 2px;
	border-bottom-width: 2px;
	border-left-width: 1px;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #CCC;
	border-right-color: #CCC;
	border-bottom-color: #CCC;
	border-left-color: #CCC;
	color: #333;
	font-weight: bold;
	margin-top: 3px;
	margin-bottom: 3px;
	 cursor: pointer
}
.zaikobox{display:none; color: #eee;}
.zaikomsgbox{position: fixed; z-index:1000; background: #000; width:250px; left:50%; top:50%; height: 300px}
/*在庫表示の背後全部*/
.zaikobackarea{position: fixed; z-index:999; height:100%; width:100%;background:#000; opacity: 0.9;filter: alpha(opacity=90);-moz-opacity:0.90;}

.close{cursor: pointer;}


.seach_input_box{
	width:300px;
	height:30px;
	font-size:16px;
}
.seach_input_button{
	width:70px;
	height:45px;
	background:#666;
	color:#FFF;
	border-radius:2px;
	border-radius:none;
}

