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

#fv{
	background-image: url(img/top_bg.png);
	background-repeat: no-repeat;
	background-position: top;
	background-size: cover;
	height: 300px;
	padding: 0px;
	margin-right: 0px;
	margin-bottom: 40px;
	margin-left: 0px;
	margin-top: 0px;
}
#fv_img{
	max-width:600px;
	margin: 0 auto 0 auto;
	text-align: center;
}
.box01{
	width: 85%;
	margin-right: auto;
	margin-left: auto;
	margin-bottom: 40px;

}


#top_wrap {
	background: url(common/img/bg.png);
	padding-top: 50px;
	padding-bottom:10px;
}

#top_wrap .top_notice h2 {
float: none;
width: auto;
text-align: center;
margin: 0 0 20px;
}

#top_wrap .top_notice p {
text-align: center;
padding-bottom: 40px;
}

#top_wrap .top_notice table {
	margin: 30px auto 40px;
	border-collapse: collapse;
	border: none;
	text-align: left;
	max-width: 400px;
	width: 90%;
}
#top_wrap .top_notice table th,
#top_wrap .top_notice table td {
	padding: 10px;
	border: none;
	font-size: 16px;
	border-bottom: 1px solid #000;
}
.top_notice_img {
	display: flex;
	justify-content: center; 
  }
  
.top_notice_img img {
	width: 350px;
  }
  
.infiniteslide{
	height: 131px;
	width: 100%;
	margin-bottom: 40px;
}
.infiniteslide ul{
	height: 131px;
	margin: 0px;
	padding: 0px;
	overflow: hidden;
}
.infiniteslide ul li{
	height: 131px;
	width: 216px;
	float: left;
	}	
.box02{
	width: 80%;
	margin-right: auto;
	margin-bottom: 40px;
	margin-left: auto;
}	
.h3_ttl{
	width: 7%;
	float: left;
}
.obanzai_box{
	float: right;
	width: 90%;
}

.top_karuta{
margin-left:auto;
margin-right:auto;
padding:0px 20px 0 20px;
margin-bottom:40px;
}

.notice {
	width: 82%;
	padding: 15px;
	border: solid 1px #ea0000;
    margin: 30px auto;
}
.notice_ttl {
	color: #ea0000;
	font-size: 16px;
	font-weight: bold;
	text-align: center;
}
.notice_txt span {
	color: #ea0000;
	font-weight: bold;
}
.notice_txt{
	font-size: 12px;
}
.notice a{
	text-decoration: underline;
}
.indent{
	padding-left: 0;
}
.indent li {
	text-indent: -1em;
	padding-left: 1em;
	list-style: none;
	text-align-last: left;
	font-size: 12px;
  }

.ro2{transform: rotate(2deg);-webkit-transform: rotate(2deg);}
.ro4{transform: rotate(4deg);-webkit-transform: rotate(4deg);}
.ro6{transform: rotate(6deg);-webkit-transform: rotate(6deg);}
.ro8{transform: rotate(8deg);-webkit-transform: rotate(8deg);}
.ro-1{transform: rotate(-1deg);-webkit-transform: rotate(-1deg);}
.ro-3{transform: rotate(-3deg);-webkit-transform: rotate(-3deg);}
.ro-5{transform: rotate(-5deg);-webkit-transform: rotate(-5deg);}
.ro-7{transform: rotate(-7deg);-webkit-transform: rotate(-7deg);}