@charset "utf-8";
@import url("../../common/styles/common.css");
@import url("sp.css?v=2") only screen and (max-width: 768px);
@import url("pc.css?v=2") only screen and (min-width: 769px);

/*==============================================

	Authentique
	News

==============================================*/

/*================================
	Page Header
================================*/
.pageheader{
	background-image:url(../img/pageheader.jpg);
}




/*================================
	Entry
================================*/
main .entry .note img{
	max-width:100% !important;
	height:auto !important;
}
main .entry .note p a{
	border-bottom: 1px dotted  #597681;
}





