@charset "utf-8";
/* CSS Document */
/* メインコンテンツ */
div#mainContents {
	width:100%;
	padding-top: 80px;
	min-height: 450px;
	padding-bottom: 100px;
}
	div#mainContents div.center { width:90%; margin: 0 auto;}

/* 共通 */
h2.title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;	
}
	h2.title span { font-weight: normal; font-size: 14px;}
p.title {
	font-size: 16px;
	font-weight: bold;
	text-align: left;	
}
	p.title a {
		text-decoration: none;
		font-size: 16px;
		font-weight: bold;
	}
p.ptext {
	font-size: 14px;
	line-height: 23px;
	margin: 20px auto 0 auto;
}
p.errMsg { font-size: 12px;}
a.rtnbtn {
	display: block;
	width:250px;
	height:45px;
	line-height: 45px;
	border: none;
	-webkit-appearance: none;
	font-size: 16px;
	border-radius: 50px;
	margin: 50px auto 0 auto;
	text-align: center;
	text-decoration: none;
}
img#upload_img { max-width:100%;}
/* ニュース一覧 */
div.newslistbox {
	width:100%;
}
	div.newslistbox a.news {
		display: block;
		width:48%;
		box-sizing: border-box;
		text-decoration: none;
		margin-top:10px;
	}
	div.newslistbox a.news:nth-of-type(odd) { float: left;}
	div.newslistbox a.news:nth-of-type(even) { float: right;}
	div.newslistbox a.news div.imgbox {
		width:100%;
		height:48vw;
		max-height:130px;
		border: #e3e3e3 1px solid;
		box-sizing: border-box;
	}
		div.newslistbox a.news p.date {
			height:20px;
			font-size: 14px;
			line-height: 20px;
		}
		div.newslistbox a.news p.newstitle {
			height:20px;
			font-size: 14px;
			line-height: 20px;
			text-overflow: ellipsis;
			overflow: hidden;
			white-space: nowrap;
		}
/* ニュース・企画内容*/
div.newsinfo {
	width:100%;
}
	div.newsinfo p.date {
		width:100%;
		font-size: 14px;
	}
	div.newsinfo p.title {
		width:100%;
		margin: 30px auto 0 auto;
		font-size: 16px;
		font-weight: bold;
		line-height: 25px;
	}
	div.newsinfo p.boldtext {
		width:100%;
		margin: 10px auto 0 auto;
		font-size: 14px;
		font-weight: bold;
		line-height: 25px;
	}
	div.newsinfo p.normaltext {
		width:100%;
		margin: 10px auto 0 auto;
		font-size: 12px;
		line-height: 20px;
	}
	div.newsinfo img {
		width:100%;
		margin: 10px auto 0 auto;
		box-sizing: border-box;
	}
	div.newsinfo iframe {
		display: block;
		width:100%;
		height:75vw;
		max-height:250px;
		margin: 10px auto 0 auto;
		border-radius: 10px;
	}
	div.newsinfo a {
		display: inline-block;
		text-decoration: none;
		margin-top: 10px;
		font-size: 14px;
		font-weight: bold;
	}
a.itemsimgbox {
	display: block;
	height:120px;
	border: #969696 1px solid;
	box-sizing: border-box;
	margin: 0px auto 0 auto;
	position: relative;
	padding: 20px 20px 20px 140px;
	text-decoration: none;
	color: #000;
}
	a.itemsimgbox div.imgbox {
		width:120px;
		height:100%;
		position: absolute;
		left:0;
		top:0;
	}
	a.itemsimgbox p { font-size: 12px; line-height: 20px;}
	a.itemsimgbox p.itemname {
		height:20px;
		text-overflow: ellipsis;
		overflow: hidden;
		white-space: nowrap;
	}
	a.itemsimgbox p.etcinfo {
		height:40px;
		overflow: hidden;
	}