@charset "UTF-8";

/*-------------------------------------------------------------------------------------------------------------------------------
* リセット
-------------------------------------------------------------------------------------------------------------------------------*/
h1, h2, h3, h4, h5, h6,
p, ul, ol, li, dl, dt, dd,
table, th, td, {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	vertical-align: baseline;
	background: transparent;
}

/* IE 7のhasLayout問題を解決 */
*:first-child+html * {
	letter-spacing: 0;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}
img {
	border: 0;
	vertical-align: bottom;
}
ol, ul { list-style: none;}

input, select, textarea {
	vertical-align: middle;
}
:focus { outline: 0;} 

/*---------------------------------------------------
* clearfix 
---------------------------------------------------*/
.clearfix { display: inline-block; }
.clearfix:after {
   content: ".";
   display: block;
   clear: both;
   font-size:0;
   height: 0;
   visibility: hidden;
}

/* exlude MacIE5 \*/
* html .clearfix { height: 1% }
.clearfix {display:block;}
/* end MacIE5 */

/*-------------------------------------------------------------------------------------------------------------------------------
* 閉店のお知らせ
-------------------------------------------------------------------------------------------------------------------------------*/
#info-close{
	width:993px;
	margin:20px 0 30px;
	padding-top:80px;
	padding-bottom:49px;
	font-size:14px;
	line-height:1.5;
	border:1px solid #c7c6b3;
}
#info-close h1{
	margin-bottom:50px;
	margin-left:49px;
}

#info-close #wrap01{
	margin-left:49px;
}






