@charset 'utf-8';
/*-----------------------------------------------------index CSSファイル*/
/*-------------------------------------------------------------global*/
#wrapper {
	background: none;
}
/*-------------------------------------------------------------body*/
h1 a {
	display: block;
	width: 800px;
	height: 400px;
	background: url(../img/index_title.jpg) no-repeat;
}
#body h2 {
	width: 800px;
	height: 20px;
	line-height: 20px;
	margin: 5px auto;
	padding: 0;
	font-size: 20px;
	text-align: center;
}
#ninsho {
	margin-left: 175px;
}
#ninsho li span {
	display: none;
}
#ninsho #over18 {
	width: 300px;
	height: 60px;
	float: left;
}
#ninsho #under18 {
	width: 150px;
	height: 60px;
	float: left;
}
#ninsho #over18 a {
	display: block;
	width: 300px;
	height: 60px;
	background: url(../img/18_over.jpg) no-repeat;
}
#ninsho #over18 a:hover {
	background: url(../img/18_over_on.jpg) no-repeat;
}
#ninsho #under18 a {
	display: block;
	width: 150px;
	height: 60px;
	background: url(../img/18_under.jpg) no-repeat;
}
#ninsho #under18 a:hover {
	background: url(../img/18_under_on.jpg) no-repeat;
}
/*-------------------------------------------------------------index_note*/
#index_note {
	background: #ffffff;
	width: 700px;
	height: 200px;
	margin: 10px auto;
	padding: 5px 20px;
	overflow: auto;
	color: #333333;
	font-size: 15px;
}
#recruit_note {
	text-align: center;
}
#index_note dt {
	font: bold 12px Arial, sans-serif;
	margin: 5px 0;
}
#index_note dd {
	margin: 5px 0 5px 20px;
}
#index_note dd li {
	list-style-type: decimal;
	margin: 5px 0;
}
#ninsho #recruit_over18 {
	width: 300px;
	height: 60px;
	float: left;
}
#ninsho #recruit_under18 {
	width: 150px;
	height: 60px;
	float: left;
}
#ninsho #recruit_over18 a {
	display: block;
	width: 300px;
	height: 60px;
	background: url(../img/recruit_18_over.jpg) no-repeat;
}
#ninsho #recruit_over18 a:hover {
	background: url(../img/recruit_18_over_on.jpg) no-repeat;
}
#ninsho #recruit_under18 a {
	display: block;
	width: 150px;
	height: 60px;
	background: url(../img/recruit_18_under.jpg) no-repeat;
}
#ninsho #recruit_under18 a:hover {
	background: url(../img/recruit_18_under_on.jpg) no-repeat;
}

/*-------------------------------------------------------------index_mobile*/
#index_mobile {
	text-align: center;
}
#index_mobile a {
	display: block;
	width: 300px;
	height: 100px;
	margin: 0 auto;
	background: url(../img/index_mobile.jpg) no-repeat;
}
/*-------------------------------------------------------------index_link*/
#index_link {
	width: 600px;
	padding-top: 20px;
	margin: 10px auto;
	text-align: center;
}
#index_link li {
	display: inline;
}
#index_link li a span {
	display: none;
}
