@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: 10px;
}

/* main-inner */
#main #main-inner {
	border-left: none;
	border-right: none;
	background: url(../img/main_inner_bg.gif) repeat-y;
}

/* main-visual */
#main .main-visual {
	position: relative;
	width: 905px;
	height: 721px;
	margin: 0 -35px 0 -6px;
}
#main .main-visual .mv01 {
	position: absolute;
	top: -18px;
}
#main .main-visual .mv02 {
	position: absolute;
	bottom: 0;
}

/* soft-article */
#main .soft-article-wrap{
	width: 842px;
}
#main .saw-first{
	margin-top: -19px;
}
#main .soft-article {
	display: block;
	position: relative;
	float: left;
	width: 421px;
	height: 751px;
}
#main .soft-article span {
	position: absolute;
}

#main .soft-article .overlay {
	display:none;
	top: 14px;
	left: 14px;
}
#main .soft-article:hover .overlay {
	cursor:pointer;
	display:block;
}
#main .sa-even .overlay {
	left: 9px;
}
#main .saw-mid .overlay {
	top: 10px;
}
#main .saw-last .overlay {
	top: 8px;
}

#main .soft-article .hard {
	top: 14px;
	right: 9px;
}
#main .sa-even .hard {
	right: 14px;
}
#main .saw-mid .hard {
	top: 10px;
}
#main .saw-last .hard {
	top: 8px;
}

#main .soft-article .package {
	bottom: 181px;
	width: 421px;
	text-align: center;
}

#main .soft-article .name {
	width: 421px;
	bottom: 100px;
	text-align: center;
}
#main .saw-last .name {
	bottom: 105px;
}


#main .soft-article .btn {
	bottom: 44px;
	left: 122px;
}

/* 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;	
}
#main .sa03 .name {
	bottom: 112px;
}

/* sa04 */
#main .sa04 {
	background: url(../img/soft_article04_bg.png) no-repeat;	
}

/* sa05 */
#main .sa05 {
	background: url(../img/soft_article05_bg.png) no-repeat;	
}
#main .sa05 .package {
	bottom: 187px;
}

/* sa06 */
#main .sa06 {
	background: url(../img/soft_article06_bg.png) no-repeat;	
}
#main .sa06 .package {
	bottom: 185px;
}

/* check-shop */
#main .check-shop {
	height: 158px;
	margin: 32px 0 0;
	padding: 21px 0 0;
	background: url(../img/check_shop_bg.png) no-repeat;
	text-align: center;
}
#main .check-shop .btn {
	margin: 14px 0 0;
}

/* 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;
}