@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: 22px;
}
#main #title-area .update {
	top: 18px;
	right: 10px;
}

/* main-inner */
#main #main-inner {
	padding: 10px 0 17px;
	border-left: none;
	border-right: none;
	background: url(../img/main_inner_bg.gif) repeat-y;
}

/* main-visual */
#main .main-visual {
	width:899px;
	margin:-6px -35px 0 0;
}

/* soft-article */
#main .soft-article {
	display: block;
	position: relative;
	width: 840px;
	margin: 0 0 0 12px;
}
#main .soft-article span {
	position: absolute;
}
#main .soft-article .overlay {
	display:none;
}
#main .soft-article:hover .overlay {
	cursor:pointer;
	display:block;
}
#main .soft-article .package {
	bottom: 32px;
	left: 36px;
}
#main .soft-article .name {
	bottom: 42px;
	left: 223px;
}
#main .soft-article .btn {
	bottom: 47px;
	right: 38px; 
}
#main .soft-article-2col {
	width: 840px;
	height: 751px;
}
#main .soft-article-2col .soft-article {
	float: left;
	width: 420px;
	height: 751px;
	margin: 0;
}
#main .soft-article-2col .package {
	bottom: 188px;
	left: 115px;
}
#main .soft-article-2col .name {
	bottom: 109px;
	left: 80px;
}
#main .soft-article-2col .btn {
	bottom: 46px;
	left: 118px; 
}

/* sa01 */
#main .sa01 {
	height: 607px;
	background: url(../img/soft_article01_bg.png) no-repeat;	
}

/* sa02 */
#main .sa02 {
	height: 604px;
	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;	
}
#main .sa04 .name {
	left: 33px;
}

/* check-shop */
#main .check-shop {
	height: 101px;
	margin: 18px 0 0;
	padding: 27px 0 0 140px;
	background: url(../img/check_shop_bg.png) no-repeat;
}

/* 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: 10px 5px 0 0;
	text-align: right;
}

/* clearfix */
.clearfix:after {
	content: '';
	display: block;
	clear: both;
}