@charset "UTF-8";
/* CSS Document */

/*slide_order*/
#slide_order {
	width: 219px;
	top: 90px;
	right: 0px;
	z-index: 101;
}
#slide_order_title{
	width:210px;
	padding-left:9px;
	padding-top:9px;
	height:74px;
	background-image:url(../img/slide_order_title_bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
	margin:0px;
}
#slide_order_title h2 {
	width:210px;
	padding-top:74px;
	height:0px;
	overflow:hidden;
	display:block;
	font-size:1em;
	line-height:2em;
	margin:0px;
}
#slide_order #open_order{
	width:190px;
	padding-left:19px;
	padding-right:10px;
	background-image:url(../img/slide_order_bg.png);
	background-repeat:no-repeat;
	background-position:bottom;
	padding-top: 18px;
	padding-bottom: 18px;
}
#slide_order span {
	font-size: 77%;
	line-height: 1.2em;
	color: #3070BB;
}
#slide_order strong {
	color: #3070BB;
	font-size: 93%;
	display: block;
}
#slide_order .order_form {
	background-color:transparent;
	background-image:url(../img/slide_order_form_bg.png);
	background-repeat:repeat;
	border: 1px solid #9FC7F7;
	height: 18px;
	width: 185px;
	padding-left: 4px;
	margin-bottom: 7px;
}
#slide_order .order_area {
	background-color:transparent;
	background-image:url(../img/slide_order_form_bg.png);
	background-repeat:repeat;
	border: 1px solid #9FC7F7;
	height: 80px;
	width: 185px;
	margin-bottom: 7px;
}
#slide_order .order_form_select {
	margin-bottom: 7px;
}
#slide_order button {
	display: block;
	height: 30px;
	width: 190px;
	padding:0px;
	margin:0px;
}
#slide_order_btn{
	width:210px;
	padding-left:9px;
	padding-bottom:9px;
	height:20px;
	background-image:url(../img/slide_order_btn_bg.png);
	background-repeat:no-repeat;
	overflow:hidden;
	margin:0px;
}
#slide_order_btn p{
	width:210px;
	padding-top:20px;
	height:0px;
	overflow:hidden;
	display:block;
	font-size:1em;
	line-height:2em;
	cursor:pointer;
	margin:0px;
}
.txt_r{
	display:block;
	margin-bottom:5px;
}


/* 画像ボタン
-------------------------------------- */
#slide_order button{
  background: none;
  border: none;
  margin: 0;
  padding: 0;
}

#slide_order button:hover{
	cursor: pointer;
	opacity:0.6;
	filter:alpha(opacity=60);
}

/* 130109追加
-------------------------------------- */

#slide_order {
	width: 219px;
	top: 90px;
	right: 0px;
	z-index: 101;
}
#slide_box{
	width:100%;
	position:relative;
}
#slide_close{
	cursor:pointer;
	width:26px;
	height:26px;
	background-image:url(../img/slide_order_close.png);
	background-repeat:no-repeat;
	position:absolute;
	top:-3px;
	left:-3px;
}
#slide_close:hover{
	background-position:0px -26px;
}
#slide_open{
	width:50px;
	height:112px;
	overflow:hidden;
	background-image:url(../img/slide_order_open_bg.png);
	background-repeat:no-repeat;
	position:absolute;
	top:0px;
	left:-3px;
}
#slide_open p{
	cursor:pointer;
	width:50px;
	height:0px;
	padding-top:112px;
	overflow:hidden;
	display:block;
	font-size:1em;
	line-height:2em;
	background-image:url(../img/slide_order_open.png);
	background-repeat:no-repeat;
}
#slide_open p:hover{
	background-position:-50px 0px;
}