@charset "utf-8";

.producebox {
	display:block;
	float:left;
	width: 940px;
	margin-left: 15px;
	height:auto;	
}


.producebox h3.sub_title{
	width: 920px;
	height: 35px;
	margin-bottom: 20px;
	float: left;

}

.intro_box {
	display:block;
	float:left;
	width: 850px;
	margin-left:50px;
	height:auto;
	margin-bottom:20px;
}

.introMain dt{
	font-size: 20px;
	color:  #360;
	font-weight:bold;
	line-height: 34px;
	background-color:#FFF;
	border-left: 10px double #693;
	border-bottom: 1px solid #693;
	border-top: 1px solid #693;
/*	border-right: 1px solid #FFF;  */
	text-indent: 0.5em;
	padding-left: 6px;
	padding-bottom: 2px;
}
.introMain dd{
	font-size: 14px;
	line-height: 28px;
	border-left: 1px solid #FFF;
	border-bottom: 1px solid #FFF;
/*	border-top: 1px solid #FFF;  */
/*	border-right: 1px solid #FFF;  */
	text-indent: 0.5em;
	margin-left:20px;
	padding-left: 6px;
	padding-bottom: 6px;
}

.introMain dd a{
	text-decoration: underline;
}

.introMain dd a:hover{
	text-decoration: none;
}

.mainLink a {
	font-size: 15px;
	line-height: 34px;
}

.border_double{
	border: solid 2px #FFF;
	font-size: 16px;
	line-height: 2.3;
}

.border_double strong{
	display: block;
	text-align: center;
	background: #FFF;
	color: #336600;
	border: solid 1px #336600;
	font-size: 16px;
	font-weight: bold;
	padding: 5px;
}

.border_double a{
	text-decoration: underline;
}

.border_double a:hover{
	text-decoration: none;
}

/* lightbox  */

.itemdata{
	display:block;
	width: 158px;
	height: 100px;
	margin-top:0px;
	margin-bottom: 0px;
	margin-left:10px;
	margin-right:15px;
	float:left;
}

.itemdata span.item_name {
	display:block;
	font-size:14px;
}

.image-row {
	display:block;

	*zoom: 1;
	width: 932px;
	height: auto;
	margin-left: 8px;
	margin-bottom: 10px;
	float: left;
}

.image-row:after {
  content: "";
  display: table;
  clear: both;
}


.item-image-link {
  display: inline-block;
  margin: 0 10px 10px 10px;
  line-height: 0;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #FFFFFF;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.item-image-link:hover {
  border: 4px solid #db7d91;
}

.item-image {
  -webkit-border-radius: 2px;
  -moz-border-radius: 2px;
  -ms-border-radius: 2px;
  -o-border-radius: 2px;
  border-radius: 2px;
}

.to-contact-link {
	text-align:center;
  display: block;
	width:500px;
	height:60px;
  margin: 0px 10px 10px 18px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  -ms-border-radius: 4px;
  -o-border-radius: 4px;
  border-radius: 4px;
  border: 4px solid #FFFFFF;
  -webkit-transition: all 0.1s ease-out;
  -moz-transition: all 0.1s ease-out;
  -o-transition: all 0.1s ease-out;
  transition: all 0.1s ease-out;
}

.to-contact-link:hover {
  border: 4px solid #db7d91;
}

.to-contact-link a{
 	display: block;
	width:500px;
	height:60px;
	vertical-align:middle;
	font-size:18px;
	line-height: 60px;
	font-weight:bold;
}
.to-contact-link a:hover{
	color:#FFF;
	background:url(../images/common/0.png) repeat;
}

.item_info {
	width: 880px;
	text-align:center;
	font-size: 14px;
	line-height: 32px;
	margin:20px;
	border: solid 1px #FFF;
	float: left;
}

.item_info a {
	text-decoration: underline;
}

.item_info a:hover{
	text-decoration: none;
}

.link_bnr a:hover { opacity: 0.8; }

.title-part{
	font-size: 14px;
	font-weight: bold;
	padding: 0 1em;
	background: rgba(255,255,255,.2);
	border-radius: 8px;
	border: 3px solid #fff;
	color: #fff;
	margin: 40px 40px 20px 20px;
}