@charset "Shift_JIS";
/* CSS Document */

 /*PC*/
 
 @media screen and (min-width: 569px) {
	 .txtArea.styleTypeA{
	 	float: left;
		width: 625px;
	 }	 
 }
 
  /*SP*/
 
 @media screen and (max-width: 568px) {
	.column2 .imgBoxL:after {
		content:"";
		display:block;
		clear:both;
	}
	.column2 .imgArea{
		float: left;
		width: 40%;
	}
	.column2 .txtArea {
		float: right;
		width: 58%;
	}
 }