
/* pc/sp
---------------------------------------------------- */

#spLinkBlockInPc {
    display:none;
}
/* ------------------------------------------------- */

/* background
---------------------------------------------------- */
#background{
	background:url(../img/back2.gif) repeat-x 0 0;
}
/* ------------------------------------------------- */

/* maintxt
---------------------------------------------------- */
.maintxt{
	width:880px;
	margin-left:auto;
	margin-right:auto;
	background:#050526;
	border-left:solid 3px #232350;
	border-right:solid 3px #232350;
	border-bottom:solid 3px #232350;
	padding:20px;	
}
/* ------------------------------------------------- */

/* maintxt2
---------------------------------------------------- */
.maintxt2{
	position:relative;
	width:630px;
	height:205px;
	margin-left:auto;
	margin-right:auto;
	background:#050526;
	border:solid 3px #232350;
}
.maintxt2 p{
	position:absolute;
	top:20px;
	left:20px;
	width:310px;
}
.maintxt2 .photo{
	position:absolute;
	top:0;
	right:-1px;
}
.maintxt2 .btm{
	position:absolute;
	top:130px;
	left:50px;
}
/* ------------------------------------------------- */
