@charset "shift_jis";
/* title-area */
#main #title-area {
	height: 36px;
	background: url(../img/title_area_bg.png) no-repeat;
}
#main #title-area h1 {
	position: absolute;
	top: 13px;
	left: 15px;
}
#main #title-area .update {
	top: 18px;
	right: 12px;
}

/* main-inner */
#main #main-inner {
	background:#009EE6 url(../img/main_inner_bg.gif) no-repeat;
	border: none;
}
#main #main-inner img {
	vertical-align: bottom;
}

/* main-visual */
#main .main-visual {
	position: relative;
	height: 725px;
}
#main .main-visual .mv01 {
	position: absolute;
	top: -19px;
	left: -13px;
}
#main .main-visual .mv02 {
	position: absolute;
	top: 503px;
	left: 6px;
}

/* soft-article */
#main .soft-article-wrap{
	width: 840px;
	margin: 0 0 0 12px;
}
#main .soft-article {
	display: block;
	position: relative;
	float: left;
	width: 420px;
	height: 756px;
}
#main .saw-mid .soft-article {
	height: 750px;
}
#main .saw-last .soft-article {
	float: none;
	width: 840px;
	height: 346px;
}
#main .soft-article span {
	position: absolute;
}
#main .soft-article .overlay {
	display:none;
	top: 13px;
	left: 13px;
}
#main .soft-article:hover .overlay {
	cursor:pointer;
	display:block;
}
#main .sa-even .overlay {
	left: 10px;
}
#main .saw-mid .overlay {
	top: 7px;
}
#main .saw-last .overlay {
	top: 6px;
	left: 13px;
}

#main .soft-article .package {
	left: 126px;
	bottom: 215px;
}
#main .sa01 .package {
	left: 45px;
}
#main .soft-article .name {
	width: 420px;
	bottom: 110px;
	text-align: center;
}
#main .soft-article .btn {
	bottom: 46px;
	left: 123px;
}
#main .saw-last .name {
	width: auto;
	left: 307px;
	bottom: 46px;
}
#main .saw-last .btn {
	left: 603px;
	bottom: 46px;
}

/* sa01 */
#main .sa01 {
	background: url(../img/soft_article01_bg.png) no-repeat;	
}

/* sa02 */
#main .sa02 {
	background: url(../img/soft_article02_bg.png) no-repeat;	
}

/* sa03 */
#main .sa03 {
	background: url(../img/soft_article03_bg.png) no-repeat;	
}

/* sa04 */
#main .sa04 {
	background: url(../img/soft_article04_bg.png) no-repeat;	
}

/* sa05 */
#main .sa05 {
	background: url(../img/soft_article05_bg.png) no-repeat;	
}

/* check-wrap */
#main .check-wrap {
	position: relative;
}
#main .check-wrap .img01 {
	position: absolute;
	top: 42px;
	left: 192px;
}
#main .check-wrap .btn01 {
	position: absolute;
	top: 161px;
	left: 70px;
}
#main .check-wrap .btn02 {
	position: absolute;
	top: 161px;
	left: 424px;
}

/* main-copyright */
#main .main-copyright {
	margin-top: 30px;
	line-height: 1.4;
}
#main .main-copyright p {
	padding: 0 0 5px;
}
#main .main-copyright span {
	color: #333;
	font-weight: bold;
}

/* modal */
#modal #modal-close {
	margin-bottom: 20px;
}
#modal-wrapper {
	width: 960px;
	position: relative;
}
#modal-wrapper .modal-mainimage {
	margin: 0 auto;
	width: 960px;
}
#modal-wrapper .modal-mainimage li img {
	vertical-align: bottom;
}
#modal-wrapper .modal-mainimage p {
	margin: 25px 0 0;
	text-align: center;
}
.modal01 #modal-wrapper,
.modal01 #modal-wrapper .modal-mainimage {
	width: 1054px;
}
.modal02 #modal-wrapper,
.modal02 #modal-wrapper .modal-mainimage {
	width: 1041px;
}
.modal05 #modal-wrapper,
.modal05 #modal-wrapper .modal-mainimage {
	width: 1060px;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}