@charset "utf-8";
/* CSS Document */
body {background: url(../images/cmn/bg02.jpg);}
div#contents {
	width:940px;
	padding: 100px 0 0 0;
	margin: 0 auto;
	box-sizing: border-box;
}
div#contents img.notelogo {
	display: block;
	margin: 0 auto;
}
div#contents p {
	margin-top: 30px;
	font-size: 16px;
	line-height: 30px;
	letter-spacing: 2px;
	text-align: center;
}
div#contents div.selectbox {
	width:300px;
	margin: 50px auto 0 auto;
}
div#contents div.selectbox a {
	display: block;
	width:100px;
	height:100px;
	margin: 0 20px;
	float: left;
	text-align: center;
	line-height: 100px;
	font-size: 16px;
	text-decoration: none;
	color: #333;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	-o-transition: all 1s ease;
	transition: all 1s ease;
}
div#contents div.selectbox a:hover {
	opacity: 1;
	background: url(../images/note/maru.png) no-repeat;
	background-size: 100% 100%;
}