@charset "Shift_JIS";
/* CSS Document */


/* タイトル */
.list{
    background-image:url(images/list.gif);
    background-repeat:no-repeat;
	background-position:center;
}
.list p.text {
	font-size:16px;
	line-height:24px;
	color:#715C1F;
	padding-bottom:20px;
	padding-top:20px;
	padding-left:25px;
	font-weight: bold;
}

/* タブ切り替え */
ul#tab{ letter-spacing:-0.4em; text-align:; padding:15px 0 15px 20px;}
ul#tab li{ letter-spacing: normal; vertical-align:top; display:inline-block; color:#65562C; width:70px; height:70px; box-sizing:border-box; padding:25px 0 0; border:1px solid #cccccc; font-size:18px;-moz-border-radius: 3px;-webkit-border-radius: 3px;border-radius: 3px; margin:0 20px 15px 0; line-height:1;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f0f0f0');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ffffff', endColorstr = '#f0f0f0')";
background-image: -moz-linear-gradient(top, #ffffff, #f0f0f0);
background-image: -ms-linear-gradient(top, #ffffff, #f0f0f0);
background-image: -o-linear-gradient(top, #ffffff, #f0f0f0);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ffffff), to(#f0f0f0));
background-image: -webkit-linear-gradient(top, #ffffff, #f0f0f0);
background-image: linear-gradient(top, #ffffff, #f0f0f0);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
text-align:center!important;
font-weight:bold;}
ul#tab li.select{
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#EBBB00', endColorstr = '#FED600');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#EBBB00', endColorstr = '#FED600')";
background-image: -moz-linear-gradient(top, #EBBB00, #FED600);
background-image: -ms-linear-gradient(top, #EBBB00, #FED600);
background-image: -o-linear-gradient(top, #EBBB00, #FED600);
background-image: -webkit-gradient(linear, center top, center bottom, from(#EBBB00), to(#FED600));
background-image: -webkit-linear-gradient(top, #EBBB00, #FED600);
background-image: linear-gradient(top, #EBBB00, #FED600);
-moz-background-clip: padding;
-webkit-background-clip: padding-box;
background-clip: padding-box;
text-align:center!important;
font-weight:bold;}
.disnon{ display:none;}