@charset "UTF-8";

/*-----------------------------------------------------
  clearfix　
-----------------------------------------------------*/
.clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}


/**
 * クックからのおくりもの
 */
/* ==========================================================================
   link
   ========================================================================== */
a {
  color: #f66dab;
}

a:visited {
  color: #f66dab;
}

a:hover {
  color: #f66dab;
  text-decoration: none;
}

/* ==========================================================================
   title
   ========================================================================== */

/* ==========================================================================
   parts
   ========================================================================== */
#goods {
  width: 795px;
  margin: 0 auto;
  font-size: 15px;
}

#goods-area {
	margin-right: -34px;
  width: 830px;
  margin: 0 auto;
}

#goods-area div {
	width: 242px;
	margin-right: 34px;
	margin-bottom: 40px;
}

#goods-area div dl dt {
	font-size: 15px;
	font-weight: bold;
	margin-top: 5px;
}

.txtS{
  font-size: 15px;
}

#goods-area div dl dd {
	color: #573500;
	margin-bottom: 5px;
}

h2 {
  text-align: center;
  margin-bottom: 10px;
}

h3 {
  text-align: center;
  margin-bottom: 30px;
}

h4 {
  margin-bottom: 15px;
}

#drawing-box {
  width: 720px;
  margin: 0 auto;
}

#drawing, #drawing-btn {
  width: 720px;
  margin: 0 auto;
}

#drawing li {
  margin-right: 25px;
  margin-bottom: 20px;
}
#drawing li.last-child {
  margin-right: 0;
}

#drawing-btn li {
  width: 222px;
  margin-right: 25px;
  text-align: center;
}
#drawing-btn li.last-child {
  margin-right: 0;
}

#drawing-box {
  position: relative;
}
#drawing-box #attension01 {
  position: absolute;
  top: 81px;
  right: -96px;
}

#drawing-box, #wall-box {
  border-bottom: 4px dotted #f2a6c8;
  padding-bottom: 50px;
  margin-bottom: 50px;
}

#twitter-box {
  padding-top: 50px;
}

#wall-box {
  width: 645px;
  margin: 0 auto;
  position: relative;
}
#wall-box #attension02 {
  position: absolute;
  top: 0;
  left: -147px;
}
#wall-box .bx-controls-direction {
  display: none;
}
#wall-box .bxslider {
  width: 655px;
  margin: 0 auto;
}
#wall-box .wallright-wrapper {
  width: 245px;
}
#wall-box .bx-wrapper {
  padding-top: 0 !important;
  margin-bottom: 115px !important;
}

.dw-btn {
  width: 236px;
}
.dw-btn li {
  width: 113px;
}

.bx-pager-item {
  margin-left: 10px;
}
.bx-pager-item:first-child {
  margin-left: 0;
}

#twitter {
  width: 576px;
  margin: 0 auto;
}
#twitter li {
  width: 172px;
  margin-right: 30px;
}
#twitter li.last-child {
  margin-right: 0;
}
#twitter li p {
  text-align: center;
}

#present-area-top {
 background: url("img/bg_pre_top.gif") no-repeat scroll left top;
    margin: 60px auto 40px;
    width: 800px;
}

#present-area-mdl {
 background: url("img/bg_pre_mdl.gif") repeat-y scroll left top;
}

#present-area-btm {
 background: url("img/bg_pre_mdl.gif") no-repeat scroll left bottom;
 padding: 30px 40px 50px;
}

#line {
  width: 800px;
  height: 414px;
  margin: 15px auto;
  position: relative;
}

#line .btn_line {
	position: absolute;
	bottom: 45px;
	left: 170px;
}

#line .txt_line {
	width: 800px;
	text-align: center;
	position: absolute;
	bottom: 25px;
	font-size: 15px;
}

#limit{

}

.goodsTit{
  margin-bottom: 10px;
  font-size: 140%;
  font-weight: bold;
  color: #f66dab;
}

/*#limit dl{
  margin: 2% 0 10%;
}

#limit dl dt{
  width: 8em;
  float: left;
  margin: 8px 0 0;

}

#limit dl dd{
  width: 80%;
  float: left;
  margin: 8px 0 0;
}*/