@charset "UTF-8";
/*  Inpage Common
-----------------------------------------------------------------------------*/
.description{
	width:400px;
	opacity:0.9;
	height:640px;
}
#contents_GREETING {
	background:url(../img/greeting/bg.png) repeat left top;
	position:absolute;
	right:0;
	top:0;
	width:400px;
}
#contents_GREETING .title{
	position:relative;
}
#contents_GREETING .title img{
	position:absolute;
	bottom:10px;
	left:30px;
}

#contents_WORKS {
	background:url(../img/works/bg.png) repeat left top;
	position:absolute;
	right:0;
	top:0;
	width:400px;
}
#contents_WORKS .title{
	position:relative;
}
#contents_WORKS .title img{
	position:absolute;
	bottom:10px;
	left:30px;
}
#contents_WORKS dt{
	width:40px;
	float:left;
	font-size:10px;
	line-height:10px;
	clear:both;
	margin-top:10px;
}
#contents_WORKS dd{
	float:left;
	font-size:10px;
	line-height:10px;
	margin-top:10px;
}

#contents_ORDER {
	background:url(../img/how_to_order/bg.png) repeat left top;
	position:absolute;
	right:0;
	top:0;
	width:400px;
}
#contents_ORDER .title{
	position:relative;
}
#contents_ORDER .title img{
	position:absolute;
	bottom:10px;
	left:30px;
}
#contents_ITEMS {
	background:url(../img/items/bg.png) repeat left top;
	position:absolute;
	right:0;
	top:0;
	width:400px;
}
#contents_ITEMS .title{
	position:relative;
}
#contents_ITEMS .title img{
	position:absolute;
	bottom:10px;
	left:30px;
}
#contents_CONTACT_US {
  background:url(../img/contact_us/bg.png) repeat left top;
  position:absolute;
  right:0;
  top:0;
  width:400px;
}
#contents_CONTACT_US .title{
  position:relative;
}
#contents_CONTACT_US .title img{
  position:absolute;
  bottom:10px;
  left:30px;
}

#contact_info_btn {
position: absolute;
right: 10px;
top: 10px;
cursor: pointer;
}

#item_t {
	border-bottom:1px solid #000;
	padding:0 0 10px 0;
	margin:0 0 10px 0;
}
#item_t dt{
	color:#fff;
	font-weight:bold;
}
#item_t dd span {
	cursor: pointer;
}
#item_t dd span:hover {
	color: #FFCC00;
}
#item_b {
}
#item_b dt{
	color:#fff;
	font-weight:bold;
}
#item_b dt span{
	color:#000;
	font-weight:bold;
}
#contents_GALLERY {
	background:url(../img/gallery/bg.png) repeat left top;
	position:absolute;
	right:0;
	top:0;
	width:162px;
}
#contents_GALLERY .title{
	position:relative;
}
#contents_GALLERY .title img{
	position:absolute;
	bottom:10px;
	left:30px;
}
#contents_GALLERY #open_close{
	position:absolute;
	width:12px;
	height:22px;
	top:17px;
	left:-12px;
}

#gallery_thumb li{
	margin:0 0 10px 0;
	width: 62px;
	height: 62px;
}


#contents_GALLERY #open_close {
	cursor: pointer;
}
#form {
  height:330px;
  margin:15px 0 0 0;
}
.table_f{
  width:100%;
}
.table_f th{
  color:#FFFFFF;
  width:100px;
  text-align:left;
  padding:5px 0;
}
.table_f td {
  padding:5px 0;
}
.table_f td input{
  border:none;
  width:180px;
  height:15px;
}
div.content div.itemList dl.item {
  margin-bottom: 10px;
}
table#contactForm {
  padding-bottom: 30px;
  width: 100%;
}
table#contactForm th,
table#contactForm td {
  color: #FFF;
  font-size: 11px;
  
}
table#contactForm th {
  width: 20%;
  text-align: left;
  font-weight: normal;
}
table#contactForm th.w100 {
  width: 100%;
}
table#contactForm td {
  width: 80%;
}
table#contactForm td input {
  width: 95%;
  height: 14px;
}
table#contactForm td input#submit {
  width: auto;
  height: auto;
}
table#contactForm td textarea {
  width: 95%;
  height: 120px;
}
.taR form {
  display: inline;
}
.taR .button {
  width: 32px !important;
  height: 17px !important;
}
.error em {
  color: #BB2329;
  font-style: normal;
}