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


body{
	margin:0;
	font-family:arial,Meiryo;
	color:#000;
	-webkit-font-smoothing:antialiased;
}
h1{
	margin: 0;
	padding: 0;
	font-size:1em;
}
.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{
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	color:#FFFFFF;
	border:1px solid #000000;
	text-align:center;
	text-decoration:none;
	margin:0 auto 5px auto;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#540000');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#540000')";
background-image: -moz-linear-gradient(top, #ff0000, #540000);
background-image: -ms-linear-gradient(top, #ff0000, #540000);
background-image: -o-linear-gradient(top, #ff0000, #540000);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0000), to(#540000));
background-image: -webkit-linear-gradient(top, #ff0000, #540000);
background-image: linear-gradient(top, #ff0000, #540000);
}
a.under:hover{
	padding-top:10px;
	padding-bottom:10px;
	display:block;
	color:#FFFFFF;
	border:1px solid #000000;
	text-align:center;
	text-decoration:none;
	margin:0 auto 5px auto;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#b80000');
-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr = '#ff0000', endColorstr = '#b80000')";
background-image: -moz-linear-gradient(top, #ff0000, #b80000);
background-image: -ms-linear-gradient(top, #ff0000, #b80000);
background-image: -o-linear-gradient(top, #ff0000, #b80000);
background-image: -webkit-gradient(linear, center top, center bottom, from(#ff0000), to(#b80000));
background-image: -webkit-linear-gradient(top, #ff0000, #b80000);
background-image: linear-gradient(top, #ff0000, #b80000);
}
td.comment{
	font-size:12px;
	line-height:1.3em;
	color:#333333;
}
/*------------------------------*/


/*header*/
.header{
	background-color:#FFF;
	padding-top:10px;
}

.avile_logo{
	background:url(../img/slider/avile.png) no-repeat center top #000;
	padding-top:300px;
	color:#FFFFFF;
}

.recruit{
	color:#000000;
	background-color:#FFFFFF;
	margin:0 auto 20px auto;
	text-align:center;
	padding-top:20px;
	padding-bottom:20px;
}

.index{
	width:960px;
	margin:auto;
}
.bottomline{
	width:960px;
	height:1px;
	border-bottom:1px solid #333;
	margin-bottom:10px;
}
.toptx{
	width:960px;
	margin-bottom:10px;
	font-size:12px;
	text-align:left;
	line-height:1.5em;
}

#enterbody{
	width:940px;
	padding:10px;
	margin:auto;
	background:url(../img/index/bg.png);
}
#enterbg{
	width:900px;
	padding:20px;
	background-color:#f5f5f5;
}


/*avance*/
div.avance{
	width:960px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:10px;
	margin-top:0;
	border-bottom:1px dashed #666666;
}
div.avance .name{
	padding-top:10px;
	padding-bottom:10px;
}
div.avance h1{
	padding:0;
	margin-bottom:10px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	font-size:14px;
	font-weight:normal;
	color:#333333;
}
div.avance h2{
	padding:0;
	margin-bottom:10px;
	margin-top:0;
	margin-left:0;
	margin-right:0;
	font-size:20px;
	color:#333333;
}
/*店名入場*/
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:1px solid #333333;
}
.footer div.center{
	text-align:center;
	color:#FFFFFF;
	font-size:14px;
}