@charset "utf-8";
/* CSS Document */

#shop
{
width:38em;
margin:0 auto;
padding-top:2em;
text-align:left;
}

#shop h1
{
border-left:10px solid #663300;
border-bottom:1px solid #663300;
margin-bottom:1em;
}

#shop img.ijindo
{
float:left;
margin-left:10px;
margin-right:25px;
}

#shop p.nagasaki
{
float:left;
width:18em;
margin-top:3em;
}
#shop p img
{
margin-top:1em;
margin-left:2em;
text-align:right;
}

#shop dl
{
width:35em;
margin-bottom:50px;
}
#shop dt
{
display:block;
background:#FFCC66;
font-weight:bold;
margin-top:1em;
font-size:110%;
padding:3px;
}
#shop dd
{
display:block;
background:#FFFFCC;
padding:3px;
}
#shop dd .left
{
width:16em;
margin-right:4em;
}
#shop dd img.m_1
{
margin-left:0.6em;
}
#shop dd img.m_2
{
margin-left:3.3em;
}
#shop dd img.m_3
{
margin-left:4.8em;
}
#shop dd img.m_4
{
margin-left:2.8em;
}


/* お問い合わせ */
#contact
{
width:40em;
height:755px;
margin:0 auto;
padding-top:2em;
text-align:left;
}
#contact p
{
text-align:center;
}
#contact form
{
margin-top:20px;
padding-top:20px;
border-top:1px solid #999900;
}
#contact ul
{
border-bottom:1px solid #999900;
padding-bottom:20px;
}
#contact ul li.clearfix{
padding-top:5px;
padding-bottom:5px;
}
#contact .left1
{
background:#C8E3C8;
}
#contact .left2
{
background:#CCCC99;
}
#contact .left,#contact .left1,#contact .left2{
float:left;
width:7em;
text-align:left;
padding-left:0.5em;
margin-right:0.5em;
height:1.5em;
}
#contact .right{
float:left;
width:30em;
}

#contact .clearfix:after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

#contact .clearfix {
  min-height: 1px;
}

* html #contact .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
#contact .send
{
clear:both;
margin-top:20px;
text-align:center;
}