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

body {
 color: #333;
 font-size:0.9em;
 font-family:'Lucida Grande','Hiragino Kaku Gothic ProN','ヒラギノ角ゴ ProN W3',Meiryo, メイリオ, sans-serif;
 line-height:1.5;
}

a:hover{
 opacity:0.6;
 filter: alpha(opacity=60);
}

a:link{
 text-decoration:none;
 color: #333;
}

a:visited{
 text-decoration: none;
 color: #333;
}

h1{
padding:0 4px;
 font-size:0.9em;
 font-weight:normal;
}


#container {
 width: 960px;
 margin: 0px auto;
 padding: 0px 0px;
 background-color: #FFF; 
 -webkit-box-shadow: 0px 0px 8px #999;	/*影の設定。右・下・ぼかし幅・色の設定*/
 box-shadow: 0px 0px 8px #999;			/*同上*/
}

nav ul{
 padding:10px 50px;
}

nav ul li{
 padding:0 15px;
 border-left:1px solid #999;
 float:left;
 display:block;
}

nav ul li.b-r{
 border-right:1px solid #999;
}

#main {
 width:100%;
 margin:30px 0 0 0;
 clear:both;
}

#category{
 width:180px;
 float:left;
 border:1px solid #999;
 }

#category section ul{
 padding:10px 0 30px 20px;
}

#category section ul li{
 list-style:disc;
 padding:0 0 5px 0;
}

#info{
 width:560px;
 margin:0 0 0 20px;
 float:left;
}

#info h3{
 margin:0 0 10px 0;
 font-size:2em;
 border-bottom:1px solid #999;
}

#info p{
 padding:0px 0px 10px 0px;
}

#info ul{
 padding:0px 0px 10px 0px;
}

#item{
 width:560px;
 margin:0 0 0 20px;
 float:left;
}

#item h3{
 margin:0 0 10px 0;
 font-size:2em;
}

.item-list-l {
width:270px;
margin:0 0 10px 0;
text-align:center;
float:left;
}

.item-list-r {
width:270px;
margin:0 0 10px 0;
text-align:center;
float:right;
}

.item-detail, .item-detail-imgs{
 width:560px;
 margin:0 0 0 0px;
 padding:20px 0 0px 0;
 clear:both;
}

.item-detail-imgs{
text-align:center;
}

.item-detail h4, .item-detail-imgs h4{
 width:556px;
 margin:0 0 5px 0;
 padding:2px;
 color:#000;
 background:#ccc;
 display:block;
}

.item-detail-imgs h4{
text-align:left;
}

.item-detail img{
float:left;
}

.item-detail{
float:left;
}

.item-detail .right{
 width:270px;
 float:right;
}

.item-detail table {
 width:100%;
font-size:0.9em;

}

.item-detail td, .item-detail th{
 border: 1px solid #CCC;
 padding: 5px;
}

.item-detail th{
 width:30%;
 background:#ededed;
}

.item-detail td{
 width:70%;
}

.item-detail-imgs table {
margin:20px 0 0 0;
 width:100%;
font-size:0.9em;
}

.item-detail-imgs td, .item-detail-imgs th{
 border: 1px solid #CCC;
 padding: 5px;
}

.item-detail-imgs th{
 width:30%;
 background:#ededed;
}

.item-detail-imgs td{
 width:70%;
 text-align:left;
}

.item-detail p{
width:30%;
 margin:5px 0px 0 0;
 padding:2px;
 border: 1px solid #cdcdcd;
 text-align:center;
 float:right;
 border-radius: 0px;	/*角丸のサイズ*/
 background-color: #d9d9d9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
 background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#f5f5f5));	/*グラデーション*/
 background-image: -webkit-linear-gradient(#d9d9d9, #f5f5f5);	/*同上*/
 background-image: linear-gradient(#d9d9d9, #f5f5f5);			/*同上*/
}

.item-detail-imgs p{
width:15%;
 margin:5px 0px 0 0;
 padding:2px;
 border: 1px solid #cdcdcd;
 text-align:center;
 float:right;
 border-radius: 0px;	/*角丸のサイズ*/
 background-color: #d9d9d9;	/*背景色（古いブラウザだとここの色のみが出ます）*/
 background-image: -webkit-gradient(linear, left top, left bottom, from(#d9d9d9), to(#f5f5f5));	/*グラデーション*/
 background-image: -webkit-linear-gradient(#d9d9d9, #f5f5f5);	/*同上*/
 background-image: linear-gradient(#d9d9d9, #f5f5f5);			/*同上*/
}



#right-navi{
 width:180px;
 float:right;
 text-align:left;
 }

#right-navi img{
margin:0 0 10px 0;
 } 


#top {
 width:560px;
 margin:0 0 0 20px;
 float:left;
}

#top p{
 width:552px;
 margin:20px 0 0 0;
 padding:0 4px;
 background:#000;
 color:#fff;
 font-weight:bold;
 }

#top table {
 width:100%;
 font-size:0.8em;
 border: 1px solid #999;
 border-top: 1px solid #999;
}

#top th{
 width:18%;
 padding:15px 0px 5px 10px;
 text-align:left;
 border-bottom: 1px dotted #999;
}

#top td{
 width:85%;
 padding:15px 10px 5px 0px;
 text-align:left;
 border-bottom: 1px dotted #999; 
}



#guide{
 padding:30px 0 0 0;
 clear:both;
}

#guide #left{
 width:480px;
 float:left;
}

#guide #right{
 width:480px;
 float:right;
}

#guide section{
 width:460px;
 margin:10px auto 20px auto;
}

#guide section p{
 padding:5px 0px 0 0px;
}

footer{
 text-align:center;
 color:#666;
 clear:both;
}




.title{
 padding:4px;
 color:#fff;
 background:#000;
}

.title a:link{
 text-decoration:none;
 color: #fff;
}

.title a:visited{
 text-decoration: none;
 color: #fff;
}





table.order {
 width:100%;
 margin:20px auto;

 font-size:0.9em;
}

table.order th {
 width:30%;
 padding:6px 0px 6px 0;
 vertical-align:middle;
 text-align:center;
}

table.order td {
 width:70%;
 padding:6px 0px;

}






.clear {clear: both;}

.basic{color:#c1262d;}
.red{color:#ff0000;}

.f-l {float:left}
.f-r {float:right}

.ta-r{text-align:right;}
.ta-l{text-align:left;}
.ta-c{text-align:center;}

.m-auto{margin:0 auto;}
.m-0{margin:0;}
.mb-10{margin:0 0 10px 0;}
.mb-20{margin:0 0 20px 0;}
.mb-30{margin:0 0 30px 0;}
.mt-10{margin:10px 0 0 0;}
.mt-20{margin:20px 0 0 0;}
.mt-40{margin:40px 0 0 0;}
.mt-50{margin:50px 0 0 0;}
.mt-100{margin:100px 0 0 0;}
.ml-20{margin:0 0 0 20px;}
.mr-10{margin:0 10px 0 0px;}
.mr-20{margin:0 20px 0 0px;}

.pt-10{padding:10px 0 0px 0;}
.pt-20{padding:20px 0 0px 0;}
.pt-40{padding:40px 0 0px 0;}

.pb-10{padding:0px 0 10px 0;}
.pb-20{padding:0px 0 20px 0;}
.pb-40{padding:0px 0 40px 0;}


.fs06{ font-size:0.6em;}


ul.item-list{
 margin:0px 0 40px 0px;
}

ul.item-list li{
 padding:0 10px 0px 0;
 float:left;
}
