#sectionMain {
	position: relative;
	width: auto;
	background: #0096c8 url(../../imgCmn/bgContents.jpg) no-repeat 50% 0;
	margin: 10px 10px 0 0;
	padding-bottom: 60px;
	text-align: center;
	
	border-top-left-radius: 6px;
	border-top-right-radius: 6px;
	-webkit-border-top-left-radius: 6px;
	-webkit-border-top-right-radius: 6px;
	-moz-border-top-left-radius: 6px;
	-moz-border-top-right-radius: 6px;
}

#sectionMain .sMainPhoto {
	width: 100%;
	height: 100%;
    max-width: 800px;
    max-height: 276px;
	margin-top: 120px;
}

#sectionMain .sMainText {
	margin-top: 45px;
}

#sectionMain .sMainBtnSet {
	margin-top: 16px;
}

#section0 {
	background-color: #FFF;
	position: relative;
	width: auto;
	height: auto;
	margin: 5px 10px 0 0;
	padding: 10px 60px 60px;
}

#section0 .ttl {
	margin: 70px 0 36px 10px;
}

#section0 .softWrap {
	border-top: 1px solid #bebebe;
}

#section0 .softWrap dt {
	clear: both;
	float: left;
	width: 260px;
	margin: 35px 0 0 12px;
}

#section0 .softWrap dd {
	margin: 30px 15px 35px 290px;
}
#section0 .softWrap dd a {
    border-bottom: 1px dotted #8C8C8C;
}
#section0 .softWrap dd.txtbrowser{
	margin-bottom: 12px;
	
}
#section0 .softWrap dd.btnbrowser{
	margin-top: 0;
	
}

#section0 .wiiWrap {
	background: url(../img/s0_wiiImage.png) no-repeat 10px 30px;
	padding: 0 0 0 360px;
	border-top: 1px solid #bebebe;
	border-bottom: 1px solid #bebebe;
}

#section0 .wiiWrap dt {
	margin: 40px 0 5px 0;
}

#section0 .wiiWrap dd {
	margin: 0 15px 40px 3px;
}

#section1 {
	background: url(../../imgCmn/bgWhite.png) #FFF;
	position: relative;
	width: auto;
	margin: 5px 10px 0 0;
	padding: 10px 60px 60px;
	
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
	-webkit-border-bottom-left-radius: 6px;
	-webkit-border-bottom-right-radius: 6px;
	-moz-border-bottom-left-radius: 6px;
	-moz-border-bottom-right-radius: 6px;
}

#section1 .ttl {
	position: absolute;
	top: 0;
	left: 70px;
}

#section1 .ttlSub {
	position: absolute;
	top: 63px;
	right: 70px;
}

#section1 .specWrap {
	margin-top: 150px;
	background-color: #FFF;
}

#section1 .leftWrap {
	float: left;
	width: 47%;
	border-top: 1px solid #bebebe;
}

#section1 .rightWrap {
	float: right;
	width: 47%;
	border-top: 1px solid #bebebe;
}

#section1 dt {
	padding: 25px 0 7px 12px; 
}

#section1 dd {
	padding: 7px 0 17px 12px; 
	border-bottom: 1px solid #bebebe;
	font-size: 94%;
	line-height: 1.6;
	letter-spacing: 0.08em;
}

#section1 li {
	line-height: 1.6;
	padding: 0 0 15px 0;
	list-style-image: url(../img/specBullet.png);
	margin-left: 18px;
}

#section1 li:last-child {
	margin-bottom: -10px;
}

#section1 li a {
	border-bottom: #8c8c8c 1px dotted;
}

#section1 .note {
	font-size: 85%;
	padding-top: 7px;
}