@charset "utf-8";
/* CSS Document */



#contentsArea article .size1of2 p .text-strong{ /*<strong>内の*/
	font-size: 12px !important;
}

#contentsArea article p .strong-size{
	font-size: 12px !important;
}


#contentsArea article dl.notation.wide.pdr-zero dd{
	padding-right: 0;
}



#contentsArea .img-overlay{
	float:right;
	position: relative;
	bottom: 60px;
}


@media only screen and (max-width: 599px) { /* device-width: 320px ～ 599px  for Smartphone */

#contentsArea .img-overlay{
	float: right;
	position: static;
	bottom: 0;
}

}
