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



#top_wrap {
	clear:both;
	background-repeat:no-repeat;
	background-position:top;
	border-top:1px solid #747474;
	}


#main_img {
	padding-top:12px;
	padding-bottom:20px;
	width:800px;
	margin: 0 auto;
	text-align:left;
	}
#main_img ul {
	height:240px;
	}
#main_img li {
	display:none;
	}
#main_img #thumnail {
	position:absolute;
	margin-top:-34px;
	margin-left:12px;
	}
#main_img #thumnail a img {
	border:1px solid #CCCCCC;
	margin-right:5px;
	}
#main_img #thumnail a:hover img {
	border:1px solid #FF0000;
	}
#main_img #thumnail a.active img {
	border:1px solid #FF0000;
	}
#main_img #btn_main_detail {
	position:absolute;
	margin-top:-40px;
	margin-left:650px;
	}


h1.top_index {
	display:none;
	}

/*--カタログ商品紹介------------------------------------------*/
.top_gift:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}
.top_gift {
  min-height: 1px;
}
*html .top_gift {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}

#content .top_gift {
	padding:0 27px 30px 27px;
	line-height:120%;
	}
#content .top_gift h2 {
	margin-bottom:5px;
	float:left;
	}
#content .top_gift h2 img{
width:340px;
*width:320px;
}
#content .top_gift .top_gift_btn {
	margin-bottom:5px;
	float:right;
	padding-top:5px;
	}
#content .top_gift .top_gift_main {
	clear:both;
	margin-bottom:8px;
	}
#content .top_gift ul li {
	width:162px;
	float:left;
	margin-bottom:10px;
	}
#content .top_gift ul li.top_gift_rec_1 ,
#content .top_gift ul li.top_gift_rec_2 {
	margin-right:17px;
	}
#content .top_gift ul li.top_gift_rec_10 {
	margin-right:10px;
	width:240px!important;
	}
#content .top_gift ul li.top_gift_rec_11 {
	float:right;
	width:240px!important;
	}
#content .top_gift .top_gift_detail {
	float:right;
	margin-top:5px;
	}
#content .top_gift .maker {
	font-size:85%;
	display:block;
	}
#content .top_gift .item {
	display:block;
	}
#content .top_gift .small {
	font-size:70%;
	display:block;
	}
#content .top_gift .top_gift_btn_find {
	float:left;
	width:257px;
	}
#content .top_gift .top_gift_btn_more {
	float:right;
	width:257px;
	}
#content .top_gift .top_gift_btn_more_single {
	width:520px;
	}
#content .top_gift .attention {
	clear:both;
	border:1px solid #231815;
	color:#C61A22;
	padding:10px;
	line-height:150%;
	margin-bottom:10px;
	}
#content .top_gift .attention strong {
	font-size:110%;
	}



/*--重要なお知らせ------------------------------------------*/
#info0 {
	background-color:#eee;
	line-height:150%;
	padding:10px 20px;
	margin-bottom:10px;
	}
#info0 strong {
	color:#cc0000;
	font-size:110%;
	}
#info0 p {
	margin:0;
	padding:0;
	}




