@charset "utf-8";
/* CSS Document */
/* トップイメージ */
div.topbox {
	width:100%;
	height:70.8vw;
	background: url(../images/index/topbg.jpg) no-repeat;
	background-size: 100% 100%;
	position: relative;
}
	div.topbox div.slogo {
		width:100px;
		height:72px;
		background: url(../images/cmn/slogo.png) no-repeat;
		background-size: 100% 100%;
		position: absolute;
		top:2.8vw;
		right:19.6vw;
	}
	div.topbox div.flogo {
		width:100%;
		height:33.84vw;
		background: url(../images/cmn/flogo.png) no-repeat;
		background-size: auto 100%;
		background-position: center center;
		position: absolute;
		top:18.4vw;
		left:0;
	}
/* テーマ */
div.box01 {}
	div.box01 div.center {
		width:1000px;
		margin: 60px auto 0 auto;
		background: url(../images/index/box01bg.png) no-repeat;
		background-size: 100% 100%;
		box-sizing: border-box;
		padding: 70px 92px 100px 92px;
		position: relative;
	}
		div.box01 div.center div.pin01 {
			width:30px;
			height:38px;
			background: url(../images/index/pin01.png) no-repeat;
			background-size: 100% 100%;
			position: absolute;
			top:-10px;
			left:10px;
		}
		div.box01 div.center div.pin02 {
			width:30px;
			height:38px;
			background: url(../images/index/pin02.png) no-repeat;
			background-size: 100% 100%;
			position: absolute;
			top:-10px;
			right:50px;
		}
		div.box01 div.center div.img01 {
			width:121px;
			height:124px;
			background: url(../images/index/img01.png) no-repeat;
			background-size: 100% 100%;
			background-position: center center;
			position: absolute;
			top:100px;
			left:100px;
		}
		div.box01 div.center div.img02 {
			width:120px;
			height:142px;
			background: url(../images/index/img02.png) no-repeat;
			background-size: 100% 100%;
			background-position: center center;
			position: absolute;
			top:60px;
			right:100px;
		}
		div.box01 div.center div.theme {
			width:563px;
			height:65px;
			margin: 0 auto;
			box-sizing: border-box;
			padding-top: 25px;
			padding-left: 20px;
			background: url(../images/index/check.png) no-repeat;
			background-size: 35px auto;
			background-position: left top 5px;
		}
			div.box01 div.center div.theme h2 {
				display: inline-block;
				width:110px;
				height:45px;
				line-height: 45px;
				text-align: center;
				color: #3D62AD;
				font-size: 18px;
				letter-spacing: 1px;
			}
			div.box01 div.center div.theme span {
				width:450px;
				height:45px;
				line-height: 45px;
				font-size: 28px;
				font-weight: bold;
				text-align: center;
				letter-spacing: 1px;
				margin-left: 20px;
				padding: 0 10px;
			}
		div.box01 div.center div.award {
			width:563px;
			height:40px;
			margin: 27px auto 0 auto;
			box-sizing: border-box;
			padding-left: 20px;
		}
			div.box01 div.center div.award h2 {
				display: inline-block;
				width:110px;
				height:40px;
				line-height: 40px;
				text-align: center;
				color: #3D62AD;
				font-size: 18px;
				letter-spacing: 1px;
			}
			div.box01 div.center div.award span {
				display: inline-block;
				width:400px;
				height:40px;
				line-height: 40px;
				background: #FF5D6A;
				color: #fff;
				text-align: center;
				font-size: 18px;
				font-weight: bold;
				border-radius: 20px;
			}
div.box02 {}
	div.box02 div.center {
		width:1000px;
		margin: 60px auto 0 auto;
		background: url(../images/index/box02bg.png) no-repeat;
		background-size: 100% 100%;
		box-sizing: border-box;
		padding: 100px 92px 125px 92px;
		position: relative;
	}
		div.box02 div.center div.pin03 {
			width:30px;
			height:38px;
			background: url(../images/index/pin03.png) no-repeat;
			background-size: 100% 100%;
			position: absolute;
			top:-10px;
			left:10px;
		}
		div.box02 div.center div.pin04 {
			width:30px;
			height:38px;
			background: url(../images/index/pin04.png) no-repeat;
			background-size: 100% 100%;
			position: absolute;
			top:-10px;
			right:20px;
		}
h2.kitei {
	display: block;
	margin: 30px auto 0 auto;
	text-align: center;
	color: #3D62AD;
	font-size: 18px;
}
p.message {
	margin: 80px auto 0 auto;
	font-size: 20px;
	line-height:30px;
	letter-spacing: 1px;
	text-align: center;
}
/* 入賞作品 */
a.nyusenbox {
	display: block;
	width:360px;
	height:350px;
	position: relative;
	text-decoration: none;
	color: #333;
	text-align: center;
	box-sizing: border-box;
	padding: 70px 0 0 50px;
	margin: 0 20px;
}
a.nyusenbox:nth-of-type(odd) {float: left;}
a.nyusenbox:nth-of-type(even) {float: right;}
	a.nyusenbox div.photo {
		width:310px;
		height:210px;
		border: #fff 3px solid;
		box-shadow: 0px 0px 15px -5px #aaa;
	}
	a.nyusenbox p.title {
		font-size: 14px;
		margin-top: 20px;
	}
	a.nyusenbox img {
		position: absolute;
		top:0;
		left:0;
	}