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

/* メイン始まりサービス */
#main{
	float:right;
	width:740px;
	margin:10px auto 0;
	padding-bottom:10px;
	overflow:hidden;
}
	
.mainimg{
	clear:both;
	width:740px;
	overflow: hidden;
	margin:0px 0 10px 0;
}

.mainimg-small{
	width:740px;
	clear: both;
	overflow: hidden;
	margin:0px 0 10px;
}


#main td{
	padding:10px 3px;
	text-align:center;
}

#main td p{
	line-height:1.5em;
}
	      

.h1-title{
	width:740px;
	margin:10px 0 15px;
}


#main h2 {
	font-size:16px;
	font-weight:bold;
	margin:20px 0 20px 0;
	padding:12px 10px;
	border:1px solid #e9e9e9;
	background: #F2F2F2;
	color:#333;
	box-shadow:inset 1px 1px 0 rgba(255,255,255,0.4);
}


.title-bottom{
	margin: 0px 0 15px;
	background:url(/img/product/image/title-bottom.gif) left bottom repeat-x;
	padding-bottom:15px;
}

.productbox{
width:740px;
margin:0;
padding:5px 0px;
}

.product-image{
float:left;
padding-right:10px;
padding-left:0px;
width:230px;
margin:0;
}

.product-text{
float:right;
width:500px;
padding:0;
margin-right:0px;

}

.productbox p {
	margin:20px 0 0 0;
	padding:15px;
	line-height:1.5em;
	background-color:#FFFFFF;
	border:solid #F2F2F2 1px;
}

.productbox dl{
	margin-top:10px;
}

.productbox dt{
	float: left;
	width:60px;
    padding: 10px 5px 0px 0px ;
	margin: 0em 0em 1px 0em;
}

.productbox dd{
	margin:0px 0;
	padding-top:10px;
	line-height:1.5em;
	background:url(/img/product/image/title-bottom.gif) left bottom repeat-x;
	padding-bottom:10px;
}


#imagelightbox
{
    position: fixed;
    z-index: 9999;
}

.galley ul{
    width: 740px;
}
 
.galley > li {
    width: 230px;
    height: 230px;
    float: left;
    margin-right: 25px;
    margin-bottom: 25px;
	list-style:none;
}
.galley > li:nth-child(3n) {
    margin-right: 0;
}


/* メイン終わりサービス */

/*　ナビボタン始まり　*/

#dropmenu{
	list-style-type: none;
	width:100%;
/*	width: 740px;*/
	height: 36px;
	margin: 20px 0 30px;
	padding: 0;
	background: #f2f2f2;
	border-bottom: 4px solid #cccccc;
	border-radius: 3px 3px 0 0;
}

#dropmenu li{
	position: relative;
/*	width: 25%;*/
	width: 33.3%;
	float: left;
	margin: 0;
	padding: 0;
	text-align: center;
}

#dropmenu li a{
  display: block;
  margin: 0;
  padding: 14px 0 11px;
  color: #333333;
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
  text-decoration: none;
}

#dropmenu li:hover > a{

  background: #cccccc;

  color: #ffffff;

}

#dropmenu > li:hover > a{

  border-radius: 3px 3px 0 0;

}

#dropmenu li ul{
  list-style: none;
  position: absolute;
  top: 100%;
  left: 0;
  margin: 0;
  padding: 0;
  border-radius: 0 0 3px 3px;
}

#dropmenu li:last-child ul{
  left: -50%;
  width: 100%
}

#dropmenu li ul li{
  overflow: hidden;
  width: 150%;
  height: 0;
  color: #fff;
  -moz-transition: .2s;
  -webkit-transition: .2s;
  -o-transition: .2s;
  -ms-transition: .2s;
  transition: .2s;
}

#dropmenu li ul li a{
  padding: 13px 15px;
  background: #cccccc;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
}

#dropmenu li:hover ul li{
  overflow: visible;
  height: 38px;
  border-top: 1px solid #f2f2f2;
  border-bottom: 1px solid #afafaf;
}

#dropmenu li:hover ul li:first-child{
  border-top: 0;
}

#dropmenu li:hover ul li:last-child{
  border-bottom: 0;
}

#dropmenu li:hover ul li:last-child a{
  border-radius: 0 0 3px 3px;
}


/* ナビボタン終わり　 */


.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-block; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */




/* WP調整用
-------------------------------------------- */
.photoCBox{
	margin:0 auto !important;
	text-align:center;
}

.tit-s{
	margin:10px 0 !important;
}


