@charset "utf-8";
/* CSS Document */

/*--gnavi--*/

#globalNavi .down img{
	margin: 5px 10px 0px;
}

#globalNavi, #globalNavi ul{  
    padding-top: 55px;
	float: left;
}  
#globalNavi li  {  
    float:left;  
    position:relative;  
} 

#globalNavi ul {
	width: 175px;
	position: absolute;
	top: 19px;
	left: 3px;
	display: none;
}


#globalNavi ul#finfo{  
    padding-top: 5px;
    z-index: 999999;
}  
#globalNavi ul li a {  
    width: 143px;  
    display: block;  
    background: url(../../images/pulldown_bg.png);
    padding: 8px 5px 8px 10px;  
    /*border-bottom: 1px dotted #fff;*/
    color: #fff;  
    text-decoration: none;  
}

#globalNavi ul li.first a   {  
    background: #BFC0C0 url(image/bg_navi.gif) no-repeat;  
    padding: 16px 5px 7px 27px;  
}  
#globalNavi ul li.first a:hover {  
    background: #000 url(image/bg_navi_on.gif) no-repeat;  
}

#nav {
	float: left;
    padding-top: 55px;
}
#nav, #nav ul{
position:relative;
}

#nav a{
display:block;
text-decoration:none;
padding-bottom:5px;
}


#nav li{
float:left;
position:relative;
}

#nav ul {
position:absolute;
display:none;
width:auto;
top:20px;
}

#nav li ul li{
background:url("../../images/pulldown_bg.png") repeat scroll 0 0;
float:none;
}

#nav li ul a{
width:12em;
height:auto;
background: url(../../images/menu_arrow.png) no-repeat 5px center;
display: block;
padding:5px 5px 5px 15px;
color:#ffffff;
}

#nav li ul li a:hover{
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}


#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li:hover ul ul ul ul{
display:none;
}
#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li li li li:hover ul{
display:block;
}


/*--商品一覧--*/

#shohin{
    width: 880px;
	margin:0 auto 0;	
	border: 0px solid #FF0000;
	padding-top: 185px;
}

#shohin ul{
	margin:0 -20px 30px 0;	
	overflow: hidden;
	_zoom: 1;
	border: 0px solid #FF0000;
	padding: 0 0 0 0px;
}

#shohin li{
	width: 300px;
	border: 0px solid #FF0000;
	float: left;
	margin: 0 0 20px;
}

#shohin li a{
	display:block;
}

#shohin li div{
	width: 280px;
	margin: 0 0 20px;
}

#shohin li img{
	width: 280px;
	height:auto;
	vertical-align: bottom;
}

#shohin p{
	background: #a5a5a5;
    font-size: 11px;
    padding: 5px 100px 5px 5px;
	position: relative;
	color:#ffffff;
}
#shohin p .price{
	position:absolute;
	right:5px;
	top:5px;
}

#sarch ul.sarchnav{  
    padding-bottom: 12px;
    margin: 0 auto;
    width: 880px;	
}  
#sarch li.head  {  
    float:left;
	margin-right:20px;
} 

#sarch li.last  {  
	margin-right:0;
} 


/*.searchbox input {
	width:248px; 
	padding: 7px 15px; 
	border: none; 
	outline: none; 
	border: 1px solid #CCCCCC; 
	background: url(../../images/glass.png) no-repeat right center #FFFFFF; 
	z-index: 1;
}
*/
.searchbox  {
    width:280px;
}
.searchbox .search {
    position: relative;
}
.searchbox label {
	border: 1px solid #CCCCCC; 
    display: block;
    height: 29px;
    position: relative;
	width:280px; 
	background:#FFFFFF;
}

.searchbox label i,
.search-text {
    display: block;
    width:235px;
    padding: 6px 40px 6px 5px;
	border:none;
}

.searchbox label i {
    color: #999999;
    left: 0;
    position: absolute;
    top: 0;
    z-index: 0;
}

.search-text {
    position: relative;
    cursor: pointer;
    z-index: 1;
    background: transparent;
}
.search-text:focus { outline: none }

.search-submit {
	background: url(../../images/glass.jpg) no-repeat 0 0;
    border: medium none;
    cursor: pointer;
    height: 21px;
    position: absolute;
    right: 5px;
    text-indent: -999em;
    top: 8px;
    width: 21px;
    z-index: 2;
}

/*--検索フォーム--*/

.form1 {
color:#333;
border:1px solid #bbbbbb;
background:rgba(255,255,255,0.4);
padding:7px 10px;
/*margin:0px 0px 20px 15px;*/
font-size:12px;
-moz-box-shadow: 0px 0px 5px #bbb;
-webkit-box-shadow: 0px 0px 5px #bbb;
box-shadow: 0px 0px 5px #bbb;
border-radius: 6px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
width:262px;
}
.form2 {
position: relative;
top: 5px;
left: -30px;
}
.form2:hover {
opacity:0.7;
filter:alpha(opacity=70);
-ms-filter: "alpha( opacity=70 )";
}

/*--詳細--*/
.box_dtl .left{
	width:460px;
	float:left;
}
.box_dtl .left .big {
	width:460px;
	height:auto;
}
.box_dtl .lst_item {
	margin-top:20px;
}
.box_dtl .lst_item li{
	margin-right:20px;
	float:left;
	
}
.box_dtl .lst_item li img{
	width:140px;
	height:auto;
}
.box_dtl .lst_item li.last{
	margin-right:0;
}

.box_dtl .right{
	width:470px;
	float:right;
}

.box_dtl .right .name {
    font-size: 24px;
    font-weight: bold;
}
.box_dtl .right .cap {
    font-weight: bold;
}

.box_dtl .right table{
	width:100%;
}

.box_dtl .right table th{
	text-align:left;
	width:125px;
	padding-bottom:10px;
}

.box_gray {
	background:#f2f2f2;
	padding:15px;
	line-height:1.5;
}

.box_gray .bd{
	border-bottom:1px dotted #999999;
	padding-bottom:15px;
	margin-bottom:15px;
	font-size:12px;
}

.arrow1 {
    background: url("../../images/arrow.png") no-repeat scroll 0 center rgba(0, 0, 0, 0);
    margin-bottom: 10px;
    padding-left: 18px;
}
.arrow2{
	background:url(../../images/arrow2.jpg) no-repeat 0 center;
	padding-left:10px;
	margin-bottom:10px;
	font-size:9px;
}

#maximage {
	
	top: 20px; 
	left: 0; 
	background: url("../../images/bg3.jpg") repeat center center; 
	background-repeat:repeat-x;
	min-width: 890px; 
	min-height:650px;
	width: 100%!important; 
	width: 890px; 
	height: 100%; 
	position: absolute; 
	background-size: contain; 
	-webkit-background-size: contain; 
	-moz-background-size: contain; 
	
	-o-background-size: contain; 
	overflow: hidden; 
}

#maximage a {
	display: block; 
	width: 1000px; 
	height: 1000px; 
	margin: 0 auto; 
	outline: none; 
	outline:none;
}


#main03 .about {
	width:670px;
	padding:40px 30px 20px 40px;
	background:#f2f2f2;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
}

#main03 ul{
	margin:0 0 0 0;	
	overflow: hidden;
	_zoom: 1;
	border: 0px solid #FF0000;
	padding: 0 0 0 0px;
}

#main03 li{
	width: 670px;
	border: 0px solid #FF0000;
	margin: 0 0 20px;
}

#main03 li.aboutttl {
	font-size:18px;
	font-weight:bold;
}
#main03 li.abouttxt {
	font-size:12px;
	line-height:36px;
	margin: 0 0 100px;
}
#main03 li.aboutlogo {
	text-align:right;
}
#main03 .aboutinr {
	background:url(../../images/about_dot.gif) left bottom repeat-x;
	padding-bottom:20px;
	margin-bottom:20px;
}

#main03 table {
	width:740px;
	border-collapse:collapse;
	margin-bottom:50px;
}
#main03 table th {
	width:85px;
	background:#f2f2f2;
	text-align:right;
	vertical-align:middle;
	padding:20px 15px 20px;
	border:1px solid #999999;
	border-right:none;
	font-weight:normal;
}
#main03 table td {
	border:1px solid #999999;
	border-left:none;
	text-align:left;
	vertical-align:middle;
	padding:20px 25px 20px;
}

















