@charset "euc-jp";
@import url(http://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
.all_sec{
	width:1024px;
	margin:0 auto;
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: center;
}
.rrp{
	width:200px;
}
header{
	background: #f2f2f2;
	width:100%;
}
.hd_in{
	width:1024px;
	margin:0 auto;
	padding:20px 0;
	background: #f2f2f2;

}
.main_content{
	width:740px;
	margin:0 auto;
}
h1{
	margin:40px auto 30px;
	font-size:32px;
	text-align: center;
}
p{
	font-size: 20px;
}
.ki{
	text-align: center;
	margin:40px auto;
}
.ki_flex{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;

	width:550px;

}
.txt_flex{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-start;
	align-items: flex-start;
}
.ki_title{
	width:120px;
	flex:none;
}
.ki_frame{
	display: flex;
	flex-flow: row nowrap;
	justify-content: space-between;
	align-items: flex-start;
}
.keirin{
	width:120px;
}

.pic_content{
	/*width:100%;
	background: #f2f2f2;*/
	width:1024px;
	margin:60px auto 20px;
}
.pic_flex{	
	display: flex;
	flex-flow: row wrap;
	justify-content: space-around;
	align-items: flex-start;
}
.pic_link{
	display: flex;
	flex-flow: column nowrap;
	justify-content: flex-start;
	align-items: flex-start;
	width:180px;
	margin-bottom: 40px;
}
.pic_link:hover{
	opacity: 0.6;
}
.pic_link img{
	width:180px;
}
.pic_link p{
	font-size:14px;
	text-align: center;
	width:100%;
}
.txt_content{
	width:1024px;
	margin:0 auto;
}
.txt_content h2{
	font-size:24px;
	padding:10px;
	background: #f2f2f2;
}
.txt_line{
	
}
.txt_frame{
	/*border:solid 1px #ccc;
	border-top:none;*/
	padding:10px;
	margin-bottom: 40px;
}
.syomei p{
	text-align: right;
}
footer{
	background: #f2f2f2;
    width: 100%;
}
.footer_in{
	width:1024px;
	margin:0 auto;
	padding:20px 0;
	background: #f2f2f2;

	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-start;
}
.footer_in a{
	display: flex;
	flex-flow: row nowrap;
	justify-content: flex-end;
	align-items: flex-end;
}
.footer_in p,
.footer_in h3{
	font-size:20px;
}
.footer_in{
	height: 30px;
}