@charset "utf-8";
/* ==================================================================
CSS information
================================================================== */


/* --------------------------------------------------------
#contents_wrap
-------------------------------------------------------- */
#contents_wrap{ background-color:#FFF;}
.ac{text-align:center;}

#backnumber {
//CSS3
    margin:0 auto;
    padding:0;
	float:left
}

/* --------------------------------------------------------
#contents
-------------------------------------------------------- */
#contents{ padding:0;}

.maintxt{
	font-size: 16px;
	line-height: 140%;
	color:#ff429c;
	font-weight:bold;
	text-align:center;
}

.txt{
	font-size: 15px;
	line-height: 180%;
	margin-top: 0px;
	margin-right: 24px;
	margin-bottom: 20px;
	margin-left: 24px;
}


.pink{
	color:#143071;
	font-weight:bold;
}

.txt2{
	font-size: 20px;
	line-height: 150%;
	margin-top: 5px;
	margin-left: 24px;
}

a:link{
text-decoration:underline;
color: #000;
}


/* --------------------------------------------------------
#PC
-------------------------------------------------------- */
.pc{
	
	display:block;

}


/* --------------------------------------------------------
#SP
-------------------------------------------------------- */
.sp{
	
	display:none;

}