@charset "utf-8";
/* CSS Document */

body#intro {
	/*	background-color: #FFDE00;*/
	background: #09273C url(/images/introduction/intro_bg.jpg) 0% 0 no-repeat fixed;
	background-attachment: fixed;
	background-size: cover;
}
.note {
	/*	background-color: #FFDE00;*/
	background: #09273C url(/images/introduction/intro_bg2.jpg) 0% 0 no-repeat fixed;
	background-attachment: fixed;
	background-size: cover;
}
/*#main{ width: 1280px; position: relative; margin: 0 auto;}*/


#main .txt01 {
	position: absolute;
	top: -100px;
	right: 50px;
	width: 140px;
}
#main .inner01 {
	padding: 550px 0 80px
}
#main .txt02 {
	width: 940px;
	margin: 0 auto 0 auto;
	color: #fff;
	font-size: 16px;
}

.note h2 {
	color: #fff;
	font-weight: bold;
	font-size: 24px;
	text-align: center;
	padding: 100px 0;
}
.note-lead {
	color: #fff;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 80px;
}
.btn {
	text-align: center;
	margin-top: 50px;
}
.intro-dl {
	color: #fff;
	margin-top: 60px;
}
.intro-dl dt {
	font-size: 18px;
	font-weight: bold;
	text-align: right;
	float: left;
	width: 135px;
}
.intro-dl dd {
	font-size: 16px;
	float: right;
	width: 800px;
	margin-right: 20px
}
