@charset "utf-8";
/* CSS Document */
body{
	/*width: calc(100% - 50px);		 ボディの幅の設定 */
	/*max-width: 990px;				/* ボディ幅の最大の設定 */
	/*min-width: 320px;				/* ボディ幅の最小の設定 */
	width: 100%;
	margin: auto;					/* 中央寄せ */
        background-color: #000000;
	text-align: justify;			/* 文字間の設定*/
	font-size: 10px;
	font-family: sans-serif;
}
.header{
	/*width: calc(100% - 50px);
	/*max-width: 990px;				 最大幅*/
	/* min-width: 320px;				最小の幅*/	
	width: 100%;
	top: 0px;						/* 上の余白*/
	margin: auto;					/* 背景色*/
	/*border:solid 1px #000;*/			/* ボーダーライン*/
}
#project_logo{
	width: 95%;
	max-width: 980px;
	min-width: 300px;
	margin: auto;
}
.main{
	width: 100%;	
        background-image: url("imgs/radiwalk/backbround-img.png");
	background-position: center; 
        background-size: cover;
}

a{
	color: #808000;
	font-weight: bold;
}


.section_1  {
	padding: 50px 10px 0px 10px ;
}

.section_1 div {
	margin: 10% 0 0 0;
	text-align: center;
}

.section_1 div img{
	display:block;
	margin: auto;
	max-width: 95%;
}

.section_1 div img.titles{
	display:block;
	margin: auto;
	max-width: 40%;
}

.section_2{
	width: 100%;
	padding: 10px 0 ;
}

.scroll-list{
		margin: auto;
		width: 80%;
		min-width: 280px;
		max-width: 980px;
		/*background-color:#E6EBC7;*/
		padding-left: 0px;
}
.scroll-item{
	max-height: 200px;
	/*overflow: auto;*/
	list-style-type: none;
	padding: 10px 0px;
	border-bottom: 0.7px #000000 dashed;
}

.scroll-list .date{
	display: inline-block;
	width: 20%;
	vertical-align: top;
}

.scroll-list .date img{
	width: 100%;
}

.scroll-list .news{
	display: inline-block;
	width: 70%;
	padding-left: 15px;
	font-size: 1rem;
	vertical-align: center;
}



/*作品紹介とキャプション始まり*/
.section_3{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.section_3 div{
	margin-top: 20px;
	max-width: 490px;
	min-width: 275px;
	width: 30%;
	border: 2px solid #261403;
	background-color: #f2dfc1;
	padding:10px;
	margin:10px;
}

.section_3 div a {
	display: block;
	width: 100%;
}
.section_3 div a img {
	width: 100%;
}

.caption{
	font-size: 1rem;
	color:#000000;
	text-align: center;
	font-weight: bolder;
	/*font-family ;*/
}
.description{
	width: 100%;
	margin: auto;
	display: block;
	text-align: center;
	font-size: 0.75rem;
	font-weight: lighter;
	line-height: 1.2rem; /*行間の調整*/
	/*font-family: ;*/
}
/*作品紹介とキャプション終わり*/








.section_4{
		height:50px;
		margin: auto;
		background-image: url("imgs/radiwalk/white.png");
		text-align: center;
		margin:50px 0 20px 0;
}

.section_4 img{
		max-width: 70%;
}

.section_5{
		text-align: right;
		width: 80%;
}

.section_5 img{
		max-width: 50%;
}

.section_6{
		background-color:#FFEB6F;
		text-align: right;
		width: 100%;
		padding: 30px 0 30px 0;
}
.section_6 div{
		width: 80%;
}

.section_6 img{
		width: 30%;
}