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


body{
	margin:0;
	font-family: "Lucida Grande", Verdana, "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "MS PGothic", sans-serif;
	font-size:12px;
}

br.clear{
	clear:both;
}

img{
	border:0;
}
p{
	margin:0;
	padding:0;
	text-align:center;
}
a{
	text-decoration:none;
}
a:hover{
	text-decoration:none;
}
a.under{
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	text-align:center;
	text-decoration:none;
	margin:0 auto 5px auto;
	background: -moz-linear-gradient(top,#b56b75 0%,#9d0713 50%,#9d0713 50%,#a61108);
	background: -webkit-gradient(linear, left top, left bottom, from(#b56b75),color-stop(0.50, #9d0713),color-stop(0.50, #9d0713),to(#a61108));
	color: #fff;
	text-shadow: 0px -1px 0px rgba(000,000,000,1),0px 1px 0px rgba(255,255,255,0.2);
}
a.enter{
	background: -moz-linear-gradient(top,#6baf6b 0%,#088a09 50%,#088a09 50%,#008101);
	background: -webkit-gradient(linear, left top, left bottom, from(#6baf6b),color-stop(0.50, #088a09),color-stop(0.50, #088a09),to(#008101));
	color:#FFFFFF;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	text-align:center;
	padding:15px;
}
/*------------------------------*/


/*header*/
.header{
	background-color:#000000;
	height:100px;
	margin-bottom:20px;
}
.header div.in{
	display:table;
}
.header div.middle{
	height:100px;
	display:table-cell;
	vertical-align:middle;
	text-align:left;
	color:#FFFFFF;
	font-size:14px;
}


.index{
	width:960px;
	margin:auto;
}
.bottomline{
	width:960px;
	height:1px;
	border-bottom:1px solid #333;
	margin-bottom:10px;
}
.toptx{
	display:none;
}
div.name{
	padding:10px;
	margin-bottom:20px;
}
div.name h1{
	padding:0;
	margin-bottom:10px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	font-size:14px;
	font-weight:normal;
	color:#333333;
}
div.name h2{
	padding:0;
	margin-bottom:10px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	font-size:20px;
	color:#333333;
}
div#maintitlebg{
	background-color:#000000;
	padding:10px;
	color:#FFFFFF;
	margin-bottom:20px;
}
div#maintitle{
	width:960px;
	margin:auto;
}

/*店名入場*/
div#about{
	width:960px;
}
div#about div{
	margin-left:auto;
	margin-right:auto;
	margin-bottom:20px;
	padding-bottom:10px;
	font-size:16px;
	border-bottom:2px dotted #333333;
}
div#about span.left{
	color:#333333;
	font-weight:bold;
	font-size:16px;
	float:left;
	text-align:left;
}
div#about span.right{
	text-align:right;
	float:right;
}
div#about br{
	clear:both;
}

/*題名*/
.title{
	font-size:12px;
	font-weight:bold;
	width:960px;
	padding:10px 0;
	border-bottom:1px solid #333;
	margin-bottom:10px;
}
.title span{
	font-size:10px;
	font-weight:normal;
}

/*link*/
.box{
	width:298px;
	height:180px;
	padding:10px;
	border-right:1px solid #333;
	float:left;
	text-overflow: ellipsis;
	-webkit-text-overflow: ellipsis;
	-o-text-overflow: ellipsis;
	margin-bottom:10px;
}
.box span{
	font-size:10px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.box span.smart{
	font-size:10px;
	font-weight:normal;
	line-height:1.3em;
	color:#666;
}
.box2{
	width:300px;
	height:180px;
	padding:10px;
	float:left;
	cursor:pointer;
	margin-bottom:10px;
}
.box2 span{
	font-size:10px;
	font-weight:bold;
	display:block;
	margin-bottom:5px;
}
.box2 span.smart{
	font-size:10px;
	font-weight:normal;
	line-height:1.3em;
	color:#666;
}

.box img{
	margin-bottom:5px;
}
.box2 img{
	margin-bottom:5px;
}
.link{
	text-align:center;
}
.link img{
	border:0;
	float:left;
	height:30px;
	margin-right:10px;
	margin-bottom:10px;
}

/*footer*/
.footer{
	background-color:#000000;
	padding:20px;
	margin-top:20px;
	border-top:2px solid #FFFFFF;
}
.footer div.center{
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
}